Tree
- Tree:
5c6f6e5e6c41facafbdee2b4246233d55005e474
- Date:
- Message:
- reduce serial read timeout to 100ms Unreliable responses from the board are not due to being busy, but due to flaky serial receive code. If it missed our request, it will never answer, so better to fail (and try again) early.
.gitignore | commits | blame |
Makefile | commits | blame |
README | commits | blame |
mc5000.c | commits | blame |
notes | commits | blame |
test.s | commits | blame |
README
/* assembler and programmer for rickp's MC5000 dev kit * pesco 2022, ISC license * * Reads MC5000 assembly code from stdin or a file. Translates the program and * writes it to the given MCU via serial port. * * See also: https://github.com/rickp/MC5000_DevKit */ run 'make' to build. run 'mc5000 -h' for usage info. see 'notes' file for encoding and protocol details.