aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/InternalFlash.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reformatted all the files according to clang-format styleAvamander2021-04-241-2/+4
|
* Include cleanup: driversokaestne2020-11-151-1/+1
|
* Fix #include that were pointing to my own FS instead of relative paths to ↵JF2020-06-161-1/+1
| | | | the SDK.
* Add driver for writing into the internal flash.JF2020-05-241-0/+39
Write the OK flag for mcuboot using this driver.