Skip to content

0.4.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ofabel ofabel released this 14 Apr 16:46
· 100 commits to master since this 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.