mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-12 16:35:25 -04:00
Experiment with state machine when starting from flash
- Move around code to start an app from flash. - Mark experimental stuff and debug stuff more clearly.
This commit is contained in:
parent
9316886c88
commit
6ef1b1c659
2 changed files with 41 additions and 20 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
enum state {
|
||||
FW_STATE_INITIAL,
|
||||
FW_STATE_WAITCOMMAND,
|
||||
FW_STATE_LOADING,
|
||||
FW_STATE_RUN,
|
||||
FW_STATE_RUN_FLASH,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue