Commit graph

27 commits

Author SHA1 Message Date
2b5225ef98 ftl: initial implementation of the Flash Translation Layer 2017-05-15 16:33:11 +02:00
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
86afdc1707 macros: add PRSZu because arm-none-eabi does not support %zu 2017-04-07 19:35:05 +02:00
13ea9ce49d macros: fix macro for GiB 2017-04-07 18:34:32 +02:00
0bc1146ffd flash: separate SPI flash commands 2017-04-07 17:32:43 +02:00
7be9d0f049 bitops: add ilog2() 2017-04-07 16:32:44 +02:00
5387c2cdb7 bitset: use void * instead of uint8_t * 2017-03-31 16:47:42 +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
a5f92e1326 bitset: add next_clear_bit() to find the next clear bit 2017-03-23 15:53:33 +00:00
69557fa814 bitset: add next_set_bit() to find the next set bit 2017-03-23 15:51:41 +00:00
49c90e70f0 shell: introduce part create command 2017-03-23 15:20:00 +00:00
adcda56894 fs: add initial code to create the partition table 2017-03-23 15:18:13 +00:00
2448ddcd4e fs: add block_is_erased() to check if a block is truly erased 2017-03-23 15:02:10 +00:00
80a5ecc64c flash: add includes for stdint.h and stdlib.h 2017-03-17 15:26:14 +00:00
c594c2aa9a bitset: add functions to manipulate bitsets 2017-03-17 15:02:17 +00:00
cd9d974a91 macros: add BIT(n) and BIT_SIZE(t) macros 2017-03-17 14:55:24 +00:00
eb41dd93db shell: separate code 2017-03-12 00:33:09 +00:00
81632df5e9 console: separate driver for USART 2017-03-11 13:07:12 +00:00
b6d216255f flash: remove old code for SPI flash 2017-03-11 13:04:26 +00:00
094c600283 flash: add SPI flash driver 2017-03-11 12:56:46 +00:00
39dbac8742 macros: move macros for human-readable sizes and rounding 2017-03-11 12:44:26 +00:00
92b3c1108b flash: implement flash driver model 2017-03-11 12:42:32 +00:00
a078de7c9f spi: stm32f0: add SPI driver 2017-03-11 00:55:54 +00:00
a572b357f7 console: usart: set up stdout, stderr and stdout 2017-03-11 00:25:25 +00:00
3873f68817 make: restructure build scripts 2017-03-09 12:32:04 +00:00