S.J.R. van Schaik
|
37a25d7384
|
ftl: use default_flash_is_zero() to check if pages are erased
|
7 years ago |
S.J.R. van Schaik
|
756e5852cb
|
flash: implement functions to check if pages are all zero or one
|
7 years ago |
S.J.R. van Schaik
|
fe1cd870c0
|
mufs: implement mufs_get_index() to select the index bits from the va at a specific depth
|
7 years ago |
S.J.R. van Schaik
|
907175bd37
|
stm32f0: spi: move to platform-specific directory
|
7 years ago |
S.J.R. van Schaik
|
73788ae5e6
|
flash: consistently use char instead of uint8_t
|
7 years ago |
S.J.R. van Schaik
|
d17c1b65b4
|
make: separate Makefile for shell commands
|
7 years ago |
S.J.R. van Schaik
|
c10a0a2421
|
stm32f0: usart: set baud rate to 115200
|
7 years ago |
S.J.R. van Schaik
|
f2a922c697
|
main: don't bail if mounting fails
|
7 years ago |
S.J.R. van Schaik
|
ebb8bbe5f3
|
main: add command for booting
|
7 years ago |
S.J.R. van Schaik
|
159b29c625
|
shell: boot: switch to trusted commands
|
7 years ago |
S.J.R. van Schaik
|
428ce212a5
|
shell: add boot commands
|
7 years ago |
S.J.R. van Schaik
|
db0a62fc9f
|
shell: rtc: fix off by one
|
7 years ago |
S.J.R. van Schaik
|
2b1d401296
|
stm32f0: rtc: fix off by one
|
7 years ago |
S.J.R. van Schaik
|
c6afcd1027
|
shell: version: fix typo
|
7 years ago |
S.J.R. van Schaik
|
4aa807a7b3
|
shell: return exit codes to the user console
|
7 years ago |
S.J.R. van Schaik
|
2942340b21
|
shell: return exit codes
|
7 years ago |
S.J.R. van Schaik
|
a7504ad99c
|
shell: swap argc and argv
|
7 years ago |
S.J.R. van Schaik
|
ab5e9d532e
|
main: mount flash chip, FTL and mufs automatically
|
7 years ago |
S.J.R. van Schaik
|
0261989724
|
main: implement user commands
|
7 years ago |
S.J.R. van Schaik
|
501b80e87c
|
shell: mufs: expose individual commands
|
7 years ago |
S.J.R. van Schaik
|
bba75900c0
|
shell: mufs: show newline for each line to write
|
7 years ago |
S.J.R. van Schaik
|
6570ab27c9
|
shell: implement version command
|
7 years ago |
S.J.R. van Schaik
|
149281f694
|
shell: rtc: add header
|
7 years ago |
S.J.R. van Schaik
|
651291ece1
|
main: initialise the real-time clock
|
7 years ago |
S.J.R. van Schaik
|
6dcf58a25d
|
shell: implement echo command
|
7 years ago |
S.J.R. van Schaik
|
c6f3e0e421
|
make: enable link-time optimisations
|
7 years ago |
S.J.R. van Schaik
|
311491bcfb
|
make: define _XOPEN_SOURCE for strptime()
|
7 years ago |
S.J.R. van Schaik
|
acdc364fab
|
shell: rtc: add commands to get and set the date
|
7 years ago |
S.J.R. van Schaik
|
161acf1731
|
make: enable pedantic C99
|
7 years ago |
S.J.R. van Schaik
|
333706ccb9
|
stm32f0: rtc: set up the real-time clock and implement functions to get and set the time
|
7 years ago |
S.J.R. van Schaik
|
c071903dd1
|
shell: pass around console object
|
7 years ago |
S.J.R. van Schaik
|
3f7580ae39
|
usart: only allocate two USART structures
|
7 years ago |
S.J.R. van Schaik
|
715cd7f72e
|
usart: use a baud rate of 9600
|
7 years ago |
S.J.R. van Schaik
|
fffcd4c3b9
|
usart: remove debugging statement
|
7 years ago |
S.J.R. van Schaik
|
7536a6878b
|
shell: improve parse_hex() to use new stdio implementation
|
7 years ago |
S.J.R. van Schaik
|
de701429a7
|
shell: mufs: use a temporary hack to get unbuffered input from the serial interface
|
7 years ago |
S.J.R. van Schaik
|
846ea90bdc
|
ftl: initialise the offset in the map
|
7 years ago |
S.J.R. van Schaik
|
952f2e63fb
|
mufs: sync in mufs_format()
|
7 years ago |
S.J.R. van Schaik
|
e24012af82
|
ftl: enable sync-less writes
|
7 years ago |
S.J.R. van Schaik
|
7125ddadf9
|
mufs: get proper virtual address in mufs_shrink_tree()
|
7 years ago |
S.J.R. van Schaik
|
5164ded1fe
|
mufs: reduce memory footprint of mufs_do_free_page()
|
7 years ago |
S.J.R. van Schaik
|
25774eaab5
|
ftl: sync dirty writes before reading or trimming
|
7 years ago |
S.J.R. van Schaik
|
070c36a361
|
mufs: sync writes
|
7 years ago |
S.J.R. van Schaik
|
58c93eecf4
|
mufs: reduce memory footprint of mufs_shrink_tree()
|
7 years ago |
S.J.R. van Schaik
|
4ef4aa7036
|
ftl: implement flash_sync()
|
7 years ago |
S.J.R. van Schaik
|
ac3d198004
|
core: flash: implement flash_sync() to sync buffered data
|
7 years ago |
S.J.R. van Schaik
|
f7b11a8726
|
ftl: temporarily disable reading the cached va in trace_path()
|
7 years ago |
S.J.R. van Schaik
|
6c7594acaa
|
ftl: invalidate cached va during sync
|
7 years ago |
S.J.R. van Schaik
|
018b0043a3
|
ftl: implement transactions to perform partial writes
|
7 years ago |
S.J.R. van Schaik
|
15d2f6dc4b
|
ftl: cache unmapped translations
|
7 years ago |