basic application support

This commit is contained in:
Ken Van Hoeylandt
2023-12-25 17:53:58 +01:00
parent 7886d5c2f9
commit e6525364c6
21 changed files with 341 additions and 122 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
NanoBake is a front-end application platform.
The main goals are to deliver multiple front-end applications on a single ESP32 devices,
and to simplify hardware support.
The main goals are to install and run multiple front-end applications on a single ESP32 device,
and to simplify hardware support for such apps.
**Status: pre-alpha**
@@ -23,7 +23,7 @@ In practice, there are pre-configured drivers available for these boards:
# Guide
Until there is proper documentation, here are some pointers:
- [Sample application](./main/main.c)
- [Sample application](main/src/main.c)
- [NanoBake](./components/nanobake/inc)
## License