This website works better with JavaScript.
Explore
Help
Sign In
TBM
/
tbm-mcu
Watch
1
Star
0
Fork
You've already forked tbm-mcu
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
383
Commits
2
Branches
1
Tag
1.0 MiB
Tag:
Branch:
Tree:
fc1476d9dd
master
wip/virtual-tbm
0.1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fc1476d9dd'
${ noResults }
Commit Graph
20 Commits (fc1476d9ddbdc02cc16d7c4cf88339fd58ed01fd)
Author
SHA1
Message
Date
S.J.R. van Schaik
b1d94ce1d0
shell: flash: use base 0 to use base 10 by default or base 16 when a 0x prefix is used
8 years ago
S.J.R. van Schaik
f16cf26197
shell: flash: use console_getc() instead of getc()
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
c071903dd1
shell: pass around console object
8 years ago
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