Commit graph

33 commits

Author SHA1 Message Date
428ce212a5 shell: add boot commands 2017-07-27 12:46:50 +02:00
6570ab27c9 shell: implement version command 2017-07-27 10:51:54 +02:00
6dcf58a25d shell: implement echo command 2017-07-27 10:44:52 +02:00
c6f3e0e421 make: enable link-time optimisations 2017-07-27 10:41:31 +02:00
311491bcfb make: define _XOPEN_SOURCE for strptime() 2017-07-27 10:40:43 +02:00
acdc364fab shell: rtc: add commands to get and set the date 2017-07-27 10:39:47 +02:00
161acf1731 make: enable pedantic C99 2017-07-26 11:31:23 +02:00
5b97afd1bc shell: implement functions to parse command lines into an (argc, argv) tuple 2017-07-20 16:16:53 +02:00
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