S.J.R. van Schaik
|
65d269e2d4
|
ftl: maintain state for the transaction that is currently active
|
7 years ago |
S.J.R. van Schaik
|
b29e0b945d
|
tbm: fix minor issues during compilation
|
7 years ago |
S.J.R. van Schaik
|
ebc8dbffa5
|
mufs: move header
|
8 years ago |
S.J.R. van Schaik
|
538b3150a5
|
macros: add proper BIT_MASK() macro
|
8 years ago |
S.J.R. van Schaik
|
dc6365c7f8
|
ftl: fix bug in root recovery by marking page descriptors with a magic value
|
8 years ago |
S.J.R. van Schaik
|
756e5852cb
|
flash: implement functions to check if pages are all zero or one
|
8 years ago |
S.J.R. van Schaik
|
428ce212a5
|
shell: add boot commands
|
8 years ago |
S.J.R. van Schaik
|
4aa807a7b3
|
shell: return exit codes to the user console
|
8 years ago |
S.J.R. van Schaik
|
2942340b21
|
shell: return exit codes
|
8 years ago |
S.J.R. van Schaik
|
a7504ad99c
|
shell: swap argc and argv
|
8 years ago |
S.J.R. van Schaik
|
501b80e87c
|
shell: mufs: expose individual commands
|
8 years ago |
S.J.R. van Schaik
|
6570ab27c9
|
shell: implement version command
|
8 years ago |
S.J.R. van Schaik
|
149281f694
|
shell: rtc: add header
|
8 years ago |
S.J.R. van Schaik
|
6dcf58a25d
|
shell: implement echo command
|
8 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
|
8 years ago |
S.J.R. van Schaik
|
c071903dd1
|
shell: pass around console object
|
8 years ago |
S.J.R. van Schaik
|
ac3d198004
|
core: flash: implement flash_sync() to sync buffered data
|
8 years ago |
S.J.R. van Schaik
|
018b0043a3
|
ftl: implement transactions to perform partial writes
|
8 years ago |
S.J.R. van Schaik
|
15d2f6dc4b
|
ftl: cache unmapped translations
|
8 years ago |
S.J.R. van Schaik
|
f68e26ac12
|
ftl: implement flags to keep track of state
|
8 years ago |
S.J.R. van Schaik
|
8f061a808d
|
ftl: cache last virtual address translation
|
8 years ago |
S.J.R. van Schaik
|
bc50af00b6
|
shell: mufs: implement experimental write command
|
8 years ago |
S.J.R. van Schaik
|
cfa38c9d39
|
shell: reimplement all commands to use the new shell system
|
8 years ago |
S.J.R. van Schaik
|
fa16f60b06
|
shell: reimplementation to improve command handling and to support multiple serial interfaces
|
8 years ago |
S.J.R. van Schaik
|
5957cc3bc6
|
gpio: rcc: add missing headers
|
8 years ago |
S.J.R. van Schaik
|
5b97afd1bc
|
shell: implement functions to parse command lines into an (argc, argv) tuple
|
8 years ago |
S.J.R. van Schaik
|
7d0f730212
|
stm32f0: usart: implement asynchronous serial interfaces
|
8 years ago |
S.J.R. van Schaik
|
ad46f9ccae
|
stm32f0: usart: add code to enable USART 2
|
8 years ago |
S.J.R. van Schaik
|
30f878e562
|
stm32f0: usart: set up process line callback and pass the file pointer
|
8 years ago |
S.J.R. van Schaik
|
40c0668d20
|
stm32f0: usart: allocate USART console object and expose FILE pointer
|
8 years ago |
S.J.R. van Schaik
|
7d0dcfaae5
|
macros: add macro to specify a bit mask range
|
8 years ago |
S.J.R. van Schaik
|
cd67577f35
|
flash: implement flash_write0() to write a sequence of zeroes
|
8 years ago |
S.J.R. van Schaik
|
c38413dc90
|
flash: change prototype of flash_copy() and use the default implementation in the sandbox
|
8 years ago |
S.J.R. van Schaik
|
a8beb53fa0
|
flash: implement a default function for copying data
|
8 years ago |
S.J.R. van Schaik
|
a22b59b2a8
|
macros: add mask() as a macro to calculate the bit mask
|
8 years ago |
S.J.R. van Schaik
|
f20e7128eb
|
spi: flash: wait for operations to complete
|
8 years ago |
S.J.R. van Schaik
|
154c33950a
|
spi: get rid of the separate calls to spi_set_cs_level()
|
8 years ago |
S.J.R. van Schaik
|
60d316711f
|
spi: clean up the code in order to reduce the latency
|
8 years ago |
S.J.R. van Schaik
|
7b5187973a
|
shell: mufs: add proper mounting and unmounting
|
8 years ago |
S.J.R. van Schaik
|
8b780d57d9
|
mufs: implement mufs_rename() to move files and directories
|
8 years ago |
S.J.R. van Schaik
|
65c1fc28d3
|
mufs: implement mufs_unlink()
|
8 years ago |
S.J.R. van Schaik
|
d6fa387868
|
mufs: implement mufs_rmdir()
|
8 years ago |
S.J.R. van Schaik
|
27a15b3fb7
|
mufs: expose MUFS_FILE and MUFS_DIR constants
|
8 years ago |
S.J.R. van Schaik
|
beb5f64c12
|
mufs: implement mufs_stat()
|
8 years ago |
S.J.R. van Schaik
|
26b0ccb405
|
mufs: optionally record the type and file_size in resolve_path()
|
8 years ago |
S.J.R. van Schaik
|
a20c1a8ed4
|
mufs: implement mufs_seek() to seek and tell the position within a file
|
8 years ago |
S.J.R. van Schaik
|
2c1079d0f4
|
mufs: implement modes for read, write and append in mufs_open()
|
8 years ago |
S.J.R. van Schaik
|
1c736c3324
|
mufs: add support for reading and writing files
|
8 years ago |
S.J.R. van Schaik
|
073c7f34be
|
mufs: expose mufs_abspath()
|
8 years ago |
S.J.R. van Schaik
|
e18107d2d5
|
mufs: add support for directories
|
8 years ago |