Commit graph

25 commits

Author SHA1 Message Date
ea142b75fe stm32f0: gpio: rcc: separate GPIO and RCC setup 2017-07-18 15:08:46 +02:00
a65cdbfedf mufs: generalise mufs_create() and mufs_mkdir() into mufs_mkpath() 2017-06-11 19:27:53 +02:00
1c736c3324 mufs: add support for reading and writing files 2017-06-11 17:42:32 +02:00
e18107d2d5 mufs: add support for directories 2017-06-09 14:38:31 +02:00
a88a33ef01 mufs: add code to lookup, allocate and free pages in file trees 2017-05-29 14:00:55 +02:00
f4b08bb89f mufs: implement block allocation 2017-05-26 16:26:56 +02:00
89df8fc5c7 make: remove source/shell/part.c 2017-05-26 14:14:10 +02:00
ff0b94789e shell: add commands for ftl and mufs 2017-05-19 19:02:03 +02:00
51893666a5 make: optimise for size 2017-05-15 16:34:51 +02:00
2b5225ef98 ftl: initial implementation of the Flash Translation Layer 2017-05-15 16:33:11 +02:00
7be9d0f049 bitops: add ilog2() 2017-04-07 16:32:44 +02:00
1fa1dfefb1 make: only builds tools for host 2017-03-31 15:54:27 +02: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
eca2bc7b17 tools: add tool to create empty flash image 2017-03-23 14:37:22 +00:00
c594c2aa9a bitset: add functions to manipulate bitsets 2017-03-17 15:02:17 +00:00
eb41dd93db shell: separate code 2017-03-12 00:33:09 +00:00
4a176a404c make: move stm32f0-specific CFLAGS and LDFLAGS 2017-03-11 13:34:00 +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
92b3c1108b flash: implement flash driver model 2017-03-11 12:42:32 +00:00
c28ddec92b make: add support for building a host version 2017-03-11 00:10:03 +00:00
3873f68817 make: restructure build scripts 2017-03-09 12:32:04 +00:00
e946d0ce3d tbm: initial commit 2017-02-27 14:48:38 +00:00