Commit Graph

15 Commits (3f7580ae39d6b09b7ad3f5ff57bf30ff0d54f747)

Author SHA1 Message Date
S.J.R. van Schaik 7536a6878b shell: improve parse_hex() to use new stdio implementation 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 24f7c7b96a shell: flash: display offsets properly 8 years ago
S.J.R. van Schaik 463cf04f8d shell: flash display offsets 8 years ago
S.J.R. van Schaik d1a82f333a shell: flash: add padding in print_hex() 8 years ago
S.J.R. van Schaik 316e3a13d2 shell: remove deprecated print_size() function 8 years ago
S.J.R. van Schaik 7ae378ddba shell: flash: just call do_flash_release() in flash_probe() to avoid code duplication 8 years ago
S.J.R. van Schaik d709c44fa4 shell: flash: add command to release the current flash device 8 years ago
S.J.R. van Schaik b55fea5379 shell: flash: display capacity and usage 8 years ago
S.J.R. van Schaik a36addf39b shell: add flash info to print the flash size 8 years ago
S.J.R. van Schaik db3de90f24 shell: print error when flash device cannot be probed 8 years ago
S.J.R. van Schaik 45c1730149 shell: release flash device before probing 8 years ago
S.J.R. van Schaik 886b90f5f3 shell: expose currently probed flash device 8 years ago
S.J.R. van Schaik 1188b24a31 shell: use min() macro 8 years ago
S.J.R. van Schaik eb41dd93db shell: separate code 8 years ago
S.J.R. van Schaik 422ef6ae51 shell: use uint8_t instead of char for showing bytes 8 years ago
S.J.R. van Schaik a1d5644135 shell: remove libopencm3 includes 8 years ago
S.J.R. van Schaik 19bd043ac3 shell: use flash driver model instead 8 years ago
S.J.R. van Schaik c7685c1d02 shell: remove unnecessary includes 8 years ago
S.J.R. van Schaik a572b357f7 console: usart: set up stdout, stderr and stdout 8 years ago
S.J.R. van Schaik b0dd5a9abc usart: use \n instead of \r\n 8 years ago
S.J.R. van Schaik 3873f68817 make: restructure build scripts 8 years ago
S.J.R. van Schaik 99ab4bae75 shell: fix printing hex when size is larger than 16 8 years ago
S.J.R. van Schaik ce50cc6d5f shell: print zeroes when the buffer size is not a multiple of 16 8 years ago
S.J.R. van Schaik 1723197e63 style: shell: remove redundant newlines 8 years ago
S.J.R. van Schaik 03f4913e1a macros: add min()/max() 8 years ago
S.J.R. van Schaik e946d0ce3d tbm: initial commit 8 years ago