bootloader: Add the flash module.
authorTilman Sauerbeck <tilman@code-monkey.de>
Tue, 25 Jun 2019 04:06:30 +0000 (06:06 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 30 Dec 2019 11:27:58 +0000 (12:27 +0100)
Offers functions to erase a flash sector, program a flash sector and
verify a flash sector's contents.

Note that we don't clear the flash controller's cache by writing to
MCM_PLACR after erasing or programming sectors since it doesn't seem
to be required.


No differences found