Source code for the Trusted Boot Module.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
tbm-mcu/source
S.J.R. van Schaik 2b5225ef98 ftl: initial implementation of the Flash Translation Layer 8 years ago
..
core flash: add flash_copy and improve flash_erase 8 years ago
drivers flash: add flash_copy and improve flash_erase 8 years ago
fs fs: add initial code to create the partition table 8 years ago
ftl ftl: initial implementation of the Flash Translation Layer 8 years ago
shell shell: add flash info to print the flash size 8 years ago
tools tools: add tool to create empty flash image 8 years ago
bitops.c bitops: add ilog2() 8 years ago
bitset.c bitset: use void * instead of uint8_t * 8 years ago
main.c