Commit Graph

26 Commits

Author SHA1 Message Date
Lexi / Zoe d17d5341ce
eepprog.py: Implement Click CategorizedGroup 2021-06-12 02:02:32 +02:00
Lexi / Zoe d9a7cb401d
eepprog.py: Add list-devices command 2021-06-12 01:52:24 +02:00
Lexi / Zoe cedb5bfe81
Rewrite eepprog.py using the Click framework 2021-06-11 22:43:25 +02:00
Lexi / Zoe f00e52cc4c
Include Makefile.local in Makefile 2021-04-30 18:33:40 +02:00
Lexi / Zoe 213a143089
Remove test commands 2021-04-17 17:43:14 +02:00
Lexi / Zoe b5c5fd4ede
Rewrite buffer related stuff to avoid weird stack overflow(?) issues 2021-04-17 17:40:56 +02:00
Lexi / Zoe d898f6e518
Implement ERASE command 2021-04-17 17:38:32 +02:00
Lexi / Zoe 1f668b6032
Set compiler flag -pedantic 2021-04-17 02:36:31 +02:00
Lexi / Zoe 4dfb0d7edf
Implement WRITE; refactor address parsing 2021-04-17 02:35:44 +02:00
Lexi / Zoe 07e5b74e83
Replace uartPrintf() with uartPutInteger() and ...HexByte() because WTF everything is broken 2021-04-17 02:32:28 +02:00
Lexi / Zoe 201b1db6a6
Replace "ERR" responses with "ERROR" 2021-04-17 00:11:04 +02:00
Lexi / Zoe 9e0ffd394b
Implement uartPrintf() 2021-04-16 22:37:14 +02:00
Lexi / Zoe 5d5e452136
Implement HELP command 2021-04-16 22:35:18 +02:00
Lexi / Zoe d29465b2dd
Implement binary mode for READ 2021-04-16 21:46:07 +02:00
Lexi / Zoe e8fbc175ca
Increase baud rate to 38.4 kbps; add picocom example to README.md 2021-04-16 20:51:38 +02:00
Lexi / Zoe 10111979a8
Add uartPutLine() function 2021-04-16 20:31:25 +02:00
Lexi / Zoe cf5784f6bc
Fix string offset in READ 2021-04-16 20:20:41 +02:00
Lexi / Zoe 1e644b9a5e
Implement READ command (for now with ASCII output) 2021-04-04 17:38:37 +02:00
Lexi / Zoe 55b08b7630
Refactoring: common.h with common typedefs etc. 2021-04-04 17:18:45 +02:00
Lexi / Zoe 3a07b3ab6f
Add VS Code config example to README.md 2021-04-04 02:52:07 +02:00
Lexi / Zoe bc849d9662
Refactor protocol/parsing code; implement address parsing 2021-04-04 02:50:25 +02:00
Lexi / Zoe 28be3c4e8b
Replace tabs with spaces 2021-04-03 18:44:22 +02:00
Lexi / Zoe fccd19dbf4
Refactor Makefiles 2021-04-03 18:35:38 +02:00
Lexi / Zoe b5f86d5972
Restructure files 2021-04-03 17:40:17 +02:00
Lexi / Zoe 8c7b62dc2d
Import code from old repository from 2018
Old repository: https://github.com/binaryDiv/z80_computer
2021-04-03 17:23:07 +02:00
Lexi / Zoe 536e557eea Initial commit 2021-04-03 16:48:48 +02:00