Commit graph

66 commits

Author SHA1 Message Date
bd326ad795 flash: add flash_copy and improve flash_erase 2017-05-15 16:07:13 +02:00
f61ecefdc6 flash: add flash_get_size() 2017-04-07 19:35:51 +02:00
bff4845c32 flash: detect flash size 2017-04-07 18:35:00 +02:00
77c3e5f440 spi: avoid setting up clocks again as it conflicts with USART 2017-04-07 17:35:15 +02:00
f7db775316 usart: re-route input as output 2017-04-07 17:34:47 +02:00
0bc1146ffd flash: separate SPI flash commands 2017-04-07 17:32:43 +02:00
ce9065166b flash: use MAP_SHARED for files 2017-03-31 16:11:12 +02:00
d1da4b3c9d flash: add function to release flash device 2017-03-31 15:54:11 +02:00
d2bb6994eb spi: add function to release SPI device 2017-03-31 15:53:56 +02:00
31740bbb20 flash: map existing file to memory to use as sandbox flash 2017-03-23 14:51:17 +00:00
2f82854e8a flash: sandbox: fix size checks and erase initial memory 2017-03-11 13:51:04 +00:00
c815803869 flash: add sandbox driver for testing 2017-03-11 13:32:30 +00:00
54d6134e21 console: add console driver for stdio 2017-03-11 13:09:28 +00:00
81632df5e9 console: separate driver for USART 2017-03-11 13:07:12 +00:00
094c600283 flash: add SPI flash driver 2017-03-11 12:56:46 +00:00
a078de7c9f spi: stm32f0: add SPI driver 2017-03-11 00:55:54 +00:00