moononournation / arduino-nofrendo

Clone from source http://www.baisoku.org/nofrendo-2.0pre1.zip
Other
81 stars 37 forks source link

Implement graceful exit, fix memory leaks & incorrect memory deallocation #18

Closed and3rson closed 2 months ago

and3rson commented 2 months ago

This PR introduces several improvements:

All changes tested on actual hardware: I was able to successfully exit the emulator back into my main firmware with no memory leaks.

moononournation commented 2 months ago

This is a Arduino library repository. If you change the API, please also update the example.

moononournation commented 2 months ago

why sometimes change NOFRENDO_FREE() to free()?