0.4.0-beta.1
Pre-release
Pre-release
Added
- Library to include in the firmware repository.
- All generated files from the build prozess are now part of the repository.
- Enabled split heap support for MicroPython:
- The runtime can allocate and free heap memory.
- Allows to start the Python process with small heap.
- Enabled scheduler support (required for interrupt handling).
- Enabled support for module
__init__
functions. - Stabilized
flipperzero
module API:- Canvas support has now a proper implementation.
- Interrupts from buttons are supported.