12 Commits

Author SHA1 Message Date
Ken Van Hoeylandt
8336316133
Added Lilygo T-Deck support & more (#4)
* added lilygo t-deck

restructured boards
implemented HardwareConfig
implemented lilygo t-deck lcd and touch drivers
added sdkconfig defaults for supported boards

* cleanup

* added esp32s3 job

* build job names updated

* wip

* partial revert

* update readme and build.yml

* updated build.yaml with fix for quotes

* use esp-idf 5.1.2

* improvements and fixes

* fixes for display code

* made config const

* various improvements
2024-01-05 17:01:39 +01:00
Ken Van Hoeylandt
48d2fd6c2d implemented basic desktop 2024-01-03 14:13:13 +01:00
Ken Van Hoeylandt
e0fc80ca64 cleanup 2024-01-02 17:21:56 +01:00
Ken Van Hoeylandt
c0824af966 added data partitions and app loading logic 2024-01-02 16:55:17 +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
1cafa1ec1a renamed struct types 2023-12-28 13:07:01 +01:00
Ken Van Hoeylandt
6282011634 code style aligned
added .clang-format and updated projects Furi and NanoBake with it
2023-12-28 13:00:05 +01:00
Ken Van Hoeylandt
a50fb68973 added furi docs 2023-12-28 12:26:01 +01:00
Ken Van Hoeylandt
6e03655767 simplified open/close record with transaction 2023-12-28 00:42:57 +01:00
Ken Van Hoeylandt
f4088f5762 various improvements
stopped using private header folder (for ease of development - for now)
implemented basic gui service (WIP)
added sdkconfig.defaults to the repo
updated docs
2023-12-27 13:57:20 +01:00
Ken Van Hoeylandt
88c5c55be3 cleanup and improvements
improved driver creation
fixed compile warnings in check.h
hello_world example is now working again with lvgl
2023-12-26 23:04:40 +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