Ken Van Hoeylandt
47377439dd
Implement unit testing ( #30 )
...
- Create `test` and `tactility-core-tests` subprojects
- Created tests for `thread.c`
- Fixed issue with thread cleanup (see what I did there? :P)
- Removed functions from `thread.h` that did not exist anymore
- Updated `ideas.md`
2024-02-02 00:12:36 +01:00
Ken Van Hoeylandt
7a7b31e426
Various improvements ( #21 )
...
* T-Deck stability and naming improvements
* allow main task to clean itself up
* remove unused includes
* various lvgl improvements
* added docs
2024-01-27 23:13:17 +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