Commit Graph

4 Commits

Author SHA1 Message Date
Mark Thompson
c992780974
Fix compile error with gcc versions >9.2.1 (#2223) 2024-08-15 08:38:14 +02:00
Bernd Herzog
048359fb0e
added --print-memory-usage to linker parameters (#2195)
* added --print-memory-usage to linker parameters

* included standalone apps
2024-07-16 11:47:55 +02:00
Totoo
53b59a8a22
Fix for compile under docker (#2147) 2024-05-12 15:18:14 +02:00
Bernd Herzog
100bea644c
Version independent external apps (standalone apps) (#2145)
This pull requests adds a new type of external app to the firmware: The standalone app.

Pros:

Will work after an upgrade.
Size of image is only limited by shared heap size of M0 (application) (64kb total).
Cons:

No full access to all functions in the main firmware. One well defined (and versioned) API handles all communication.
The Pacman app was converted to be the first the the new kind.
2024-05-12 14:55:11 +02:00