Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use dynamic allocation of app variables/data | ConfuSomu | 2021-02-20 |
| | | | | | | | Stop using APPS_DATA. Dynamic allocation allows to avoid having memory used by unloaded apps, thus giving more memory to running apps. Make sure to correctly deallocate with `delete` to avoid memory leaks! Exceptions to allocate memory will have to be handled... | ||
* | Adopt C++ | ConfuSomu | 2021-02-20 |
A large number of changes had to be made to use C++. "extern C" had to be added for a few headers not adapted to C++. See https://github.com/raspberrypi/pico-sdk/pull/106 for fix in affected files. They will be removed when the pull request is merged in pico-sdk's master branch. |