Ken Van Hoeylandt
72a9eb1279
Include SDL as subproject to fix CI simulator build ( #158 )
2025-01-11 14:40:20 +01:00
Ken Van Hoeylandt
d27579848a
SD card support ( #23 )
...
### General
- Added support for SD cards in `HadwareConfig`
- Properly disabled PC build for now (I was still getting error emails)
- Updated `README.md` with a device compatibility table
### T-Deck:
- Implemented SD card support
- Logging message cleanup
- Updated `config,h` with various new settings
- Reduced stack depth from `8096` to `5000`
2024-01-28 16:34:25 +01:00
Ken Van Hoeylandt
14eb43211d
Support for Waveshare S3 Touch LCD 4.3 ( #18 )
...
* initial changes for waveshare s3 touch support
* fix lvgl locking
* fix for lvgl locking
* cleaned up dependencies
* boards now depend on tactility instead of tactility-esp
* revert deletion
* remove component
* working touch&display driver
* added waveshare to github actions
* cleanup
* fix for driver
* fix for sim build
* build fixes
* updated docs
* updated docs
* attempt new sdl2 github action
* revert
* fixes for clion/cmdline build
environment wasn't parsed properly
* temporarily disable pc sim build
2024-01-26 21:36:21 +01:00
Ken Van Hoeylandt
d6baf40d0b
Implement LVGL with SDL for simulator ( #16 )
...
* Implemented LVGL with SDL for simulator
* cleanup
* added SDL to build
* build fix
* mutex fixes
* sim app cleanup and improvements
* docs updated
* fix for sdl?
* fix for SDL cmake setup
2024-01-21 22:27:00 +01:00
Ken Van Hoeylandt
a94baf0d00
Support for PC platform ( #12 )
...
* improvements for cross-platform compiling
* moved tactility-core to libs/
* splitup improvements
* remove git/gitmodules from freertos
* better platformbetter platform checks
* added build scripts
* delete mbedtls
* re-add mbedtls
* fixes and improvements
* added pc build
* simplify build scripts
* revert build scrpit
* updated builds
* fix for pc
* fix for pc
* fix for build
2024-01-19 17:39:30 +01:00