Commit Graph

9 Commits

Author SHA1 Message Date
Ken Van Hoeylandt 622c9f780c Revert "fix for flash size in default config"
This reverts commit 38e7a35910.
2024-01-17 20:52:08 +01:00
Ken Van Hoeylandt 38e7a35910 fix for flash size in default config 2024-01-17 20:50:19 +01:00
Ken Van Hoeylandt b9427d4eba App Loading via Loader (#1)
* app loading wip

* various improvements

irq/isr stuff is now working
lvgl locking where needed
hello world now uses proper mutex for app unlocking
etc?

* various improvements

* cmsis_esp improvements

* implement interrupts
2023-12-30 12:39:07 +01:00
Ken Van Hoeylandt 60372076d5 cleanup filenames and extern usage 2023-12-28 13:18:05 +01:00
Ken Van Hoeylandt 1cafa1ec1a renamed struct types 2023-12-28 13:07:01 +01:00
Ken Van Hoeylandt 34a067c2b1 code style aligned with furi lib 2023-12-27 14:50:54 +01:00
Ken Van Hoeylandt 5dc2599e55 implemented furi from flipper zero
added cmsis_core, furi, mlib and nanobake
implemented basic app structure from furi
implemented basic placeholder apps
2023-12-26 21:47:27 +01:00
Ken Van Hoeylandt 0cf7829a2d improvements to apps and drivers 2023-12-25 18:43:48 +01:00
Ken Van Hoeylandt e6525364c6 basic application support 2023-12-25 17:53:58 +01:00