Commit Graph

443 Commits (master)
 

Author SHA1 Message Date
S.J.R. van Schaik d1da4b3c9d flash: add function to release flash device 7 years ago
S.J.R. van Schaik d2bb6994eb spi: add function to release SPI device 7 years ago
S.J.R. van Schaik a5f92e1326 bitset: add next_clear_bit() to find the next clear bit 7 years ago
S.J.R. van Schaik 69557fa814 bitset: add next_set_bit() to find the next set bit 7 years ago
S.J.R. van Schaik 49c90e70f0 shell: introduce part create command 7 years ago
S.J.R. van Schaik 886b90f5f3 shell: expose currently probed flash device 7 years ago
S.J.R. van Schaik adcda56894 fs: add initial code to create the partition table 7 years ago
S.J.R. van Schaik 2448ddcd4e fs: add block_is_erased() to check if a block is truly erased 7 years ago
S.J.R. van Schaik 31740bbb20 flash: map existing file to memory to use as sandbox flash 7 years ago
S.J.R. van Schaik eca2bc7b17 tools: add tool to create empty flash image 7 years ago
S.J.R. van Schaik 80a5ecc64c flash: add includes for stdint.h and stdlib.h 7 years ago
S.J.R. van Schaik c594c2aa9a bitset: add functions to manipulate bitsets 7 years ago
S.J.R. van Schaik cd9d974a91 macros: add BIT(n) and BIT_SIZE(t) macros 7 years ago
S.J.R. van Schaik 1188b24a31 shell: use min() macro 7 years ago
S.J.R. van Schaik e9a9236fc7 shell: use re-allocated buffer to store additional characters 7 years ago
S.J.R. van Schaik 0e95284835 debug: remove empty file 7 years ago
S.J.R. van Schaik 1c7f86529c shell: remove old code 7 years ago
S.J.R. van Schaik eb41dd93db shell: separate code 7 years ago
S.J.R. van Schaik 422ef6ae51 shell: use uint8_t instead of char for showing bytes 7 years ago
S.J.R. van Schaik 2f82854e8a flash: sandbox: fix size checks and erase initial memory 7 years ago
S.J.R. van Schaik 4a176a404c make: move stm32f0-specific CFLAGS and LDFLAGS 7 years ago
S.J.R. van Schaik c815803869 flash: add sandbox driver for testing 7 years ago
S.J.R. van Schaik 54d6134e21 console: add console driver for stdio 7 years ago
S.J.R. van Schaik a1d5644135 shell: remove libopencm3 includes 7 years ago
S.J.R. van Schaik 81632df5e9 console: separate driver for USART 7 years ago
S.J.R. van Schaik b6d216255f flash: remove old code for SPI flash 7 years ago
S.J.R. van Schaik 19bd043ac3 shell: use flash driver model instead 7 years ago
S.J.R. van Schaik 094c600283 flash: add SPI flash driver 7 years ago
S.J.R. van Schaik 39dbac8742 macros: move macros for human-readable sizes and rounding 7 years ago
S.J.R. van Schaik 92b3c1108b flash: implement flash driver model 7 years ago
S.J.R. van Schaik a078de7c9f spi: stm32f0: add SPI driver 7 years ago
S.J.R. van Schaik c7685c1d02 shell: remove unnecessary includes 7 years ago
S.J.R. van Schaik a572b357f7 console: usart: set up stdout, stderr and stdout 7 years ago
S.J.R. van Schaik b0dd5a9abc usart: use \n instead of \r\n 7 years ago
S.J.R. van Schaik c28ddec92b make: add support for building a host version 7 years ago
S.J.R. van Schaik 3873f68817 make: restructure build scripts 7 years ago
S.J.R. van Schaik 99ab4bae75 shell: fix printing hex when size is larger than 16 7 years ago
S.J.R. van Schaik 2c4e097f64 spi-flash: fix newline in fprintf() 7 years ago
S.J.R. van Schaik ce50cc6d5f shell: print zeroes when the buffer size is not a multiple of 16 7 years ago
S.J.R. van Schaik 1723197e63 style: shell: remove redundant newlines 7 years ago
S.J.R. van Schaik 03f4913e1a macros: add min()/max() 7 years ago
S.J.R. van Schaik e946d0ce3d tbm: initial commit 7 years ago
S.J.R. van Schaik edd4ee8d03 submodule: add libopencm3 7 years ago