summaryrefslogtreecommitdiff
path: root/ucoo/hal/self_programming
AgeCommit message (Collapse)Author
2019-10-09ucoo/hal/self_programming: program flash 8 by 8 bits on STM32F4HEADmasterNicolas Schodet
This is a temporary fix for low voltage boards. This should be updated to use the fastest parallelism possible according to actual supply voltage.
2019-10-09Switch to CMSISNicolas Schodet
2019-10-07ucoo/hal/self_programming: add function to query erase sizeNicolas Schodet
2019-10-07ucoo/hal/self_programming: fix second bank erase on STM32F4Nicolas Schodet
2019-10-07ucoo/hal/self_programming: add STM32F1 supportNicolas Schodet
2019-10-07ucoo/hal/self_programming: add flash self programming moduleNicolas Schodet