Commit Graph

27 Commits

Author SHA1 Message Date
Ken Van Hoeylandt 100c24f6a3 Added screenshot mode config and updated copyright docs (#126) 2024-12-15 13:16:59 +01:00
Ken Van Hoeylandt 07f45b8fb0 Added MIT license for SDK (#125) 2024-12-15 11:51:35 +01:00
Ken Van Hoeylandt ca4e29ac0e Update docs and CI retention (#124)
- Set artifact retention to 30 days
- Update script dscription
- Updated docs
2024-12-15 09:45:20 +01:00
Ken Van Hoeylandt 34f99205ca Convert code to use Timer instead of Thread (#120) 2024-12-12 23:44:51 +01:00
Ken Van Hoeylandt 51c6aaa428 Implement crash handler and diagnostics app (#119) 2024-12-12 22:38:48 +01:00
Ken Van Hoeylandt 74a53b2735 Refactored desktop (#118) 2024-12-10 19:40:11 +01:00
Ken Van Hoeylandt 77280def1d Implemented AlertDialog app (#117) 2024-12-10 00:22:29 +01:00
Ken Van Hoeylandt 103588948f Implement forgetting WiFi APs (#116)
.. and fix the simulator build
2024-12-09 23:37:21 +01:00
Ken Van Hoeylandt da81256622 Power improvements (#114) 2024-12-09 21:58:30 +01:00
Ken Van Hoeylandt 415442e410 Support for building and running external apps (#112) 2024-12-08 16:46:19 +01:00
Ken Van Hoeylandt 42e843b463 C++ conversions (#111)
* Remove version from artifact name
* Target C++ 20 and higher
* Use cpp string
* Better crash implementation
* String utils in cpp style
* Replace parameter methods with start() method
* MutexType to Mutex::Type
* Kernel c to cpp style
* Cleanup event flag
* More cpp conversions
* Test fixes
* Updated ideas docs
2024-12-07 12:24:28 +01:00
Ken Van Hoeylandt d52fe52d96 Various services improved (#110) 2024-12-06 23:16:29 +01:00
Ken Van Hoeylandt e86a11b7e2 App improvements (#105) 2024-12-04 23:06:03 +01:00
Ken Van Hoeylandt fb45790927 Update docs (#104) 2024-12-03 23:30:43 +01:00
Ken Van Hoeylandt f31c7f00ae App improvements (#103) 2024-12-03 23:13:59 +01:00
Ken Van Hoeylandt c7314546fe WiFi improvements (#102) 2024-12-03 22:22:45 +01:00
Ken Van Hoeylandt 505befef42 CI artifact storage (#101) 2024-12-03 00:53:03 +01:00
Ken Van Hoeylandt e9c02ab58e WiFi fixes and improvements (#100) 2024-12-02 22:16:08 +01:00
Ken Van Hoeylandt 33bb742dfb Hal refactored (#99) 2024-12-02 00:32:39 +01:00
Ken Van Hoeylandt 6094b9c3f2 Implemented app result and SelectionDialog (#96) 2024-11-27 21:13:07 +01:00
Ken Van Hoeylandt 4744565b0e Simplify manifest and update docs (#95) 2024-11-27 00:26:59 +01:00
Ken Van Hoeylandt 03d14ef74b Unified AppEsp and AppSim into a single App module (#94) 2024-11-27 00:06:59 +01:00
Ken Van Hoeylandt 8fc653fa51 Various improvements (#88) 2024-11-24 23:44:03 +01:00
Ken Van Hoeylandt 76c14a5f47 Sort apps on Desktop and Settings (#87)
- Sort apps by name
- Make manifest IDs consistent
- Updated screenshots
- Renamed Screenshot app so it always renders at the bottom of the app list
2024-11-24 22:16:43 +01:00
Ken Van Hoeylandt d8731eaa17 I2C Implementation (#84) 2024-11-24 18:04:57 +01:00
Ken Van Hoeylandt a4593c6248 Update docs (#82) 2024-11-22 23:36:48 +01:00
Ken Van Hoeylandt 85e26636a3 C++ conversion (#80)
Converted project to C++
2024-11-22 20:26:08 +01:00