mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 12:06:58 +03:00
nightly build
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@
|
|||||||
.pio/
|
.pio/
|
||||||
.vscode/
|
.vscode/
|
||||||
.code-workspace
|
.code-workspace
|
||||||
|
.helper/
|
||||||
|
|
||||||
CMakeLists.txt.user
|
CMakeLists.txt.user
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
|
|||||||
@@ -18,5 +18,10 @@ Details can be found on the Wiki pages.
|
|||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
||||||
* spontaneous reboot, especially in case of intensive web server access
|
* spontaneous reboot, especially in case of intensive web server access
|
||||||
* stuck in reboot loop
|
* stopping automated tflite flow - Error teared down to alignment procedure (results in restart)
|
||||||
* stopping automated tflite flow
|
|
||||||
|
|
||||||
|
|
||||||
|
## Solved topics
|
||||||
|
|
||||||
|
* stuck in reboot - Solved by modified startup sequence
|
||||||
1
code/.gitignore
vendored
1
code/.gitignore
vendored
@@ -3,3 +3,4 @@
|
|||||||
.vscode/c_cpp_properties.json
|
.vscode/c_cpp_properties.json
|
||||||
.vscode/launch.json
|
.vscode/launch.json
|
||||||
.vscode/ipch
|
.vscode/ipch
|
||||||
|
.helper
|
||||||
|
|||||||
Reference in New Issue
Block a user