summaryrefslogtreecommitdiff
path: root/src/drivers/InternalFlash.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-04-24Reformatted all the files according to clang-format styleAvamander1-2/+4
2020-11-15Include cleanup: driversokaestne1-1/+1
2020-06-16Fix #include that were pointing to my own FS instead of relative paths to ↵JF1-1/+1
the SDK.
2020-05-24Add driver for writing into the internal flash.JF1-0/+39
Write the OK flag for mcuboot using this driver.