Add driver for writing into the internal flash.
Write the OK flag for mcuboot using this driver.
This commit is contained in:
parent
00451ef05b
commit
4717cf0a1d
4 changed files with 63 additions and 27 deletions
|
|
@ -342,6 +342,7 @@ list(APPEND SOURCE_FILES
|
|||
drivers/Spi.cpp
|
||||
drivers/Watchdog.cpp
|
||||
drivers/DebugPins.cpp
|
||||
drivers/InternalFlash.cpp
|
||||
Components/Battery/BatteryController.cpp
|
||||
Components/Ble/BleController.cpp
|
||||
Components/Ble/NotificationManager.cpp
|
||||
|
|
@ -396,6 +397,7 @@ set(INCLUDE_FILES
|
|||
drivers/Spi.h
|
||||
drivers/Watchdog.h
|
||||
drivers/DebugPins.h
|
||||
drivers/InternalFlash.h
|
||||
Components/Battery/BatteryController.h
|
||||
Components/Ble/BleController.h
|
||||
Components/Ble/NotificationManager.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue