Commit graph

19 commits

Author SHA1 Message Date
1f668b6032
Set compiler flag -pedantic 2021-04-17 02:36:31 +02:00
4dfb0d7edf
Implement WRITE; refactor address parsing 2021-04-17 02:35:44 +02:00
07e5b74e83
Replace uartPrintf() with uartPutInteger() and ...HexByte() because WTF everything is broken 2021-04-17 02:32:28 +02:00
201b1db6a6
Replace "ERR" responses with "ERROR" 2021-04-17 00:11:04 +02:00
9e0ffd394b
Implement uartPrintf() 2021-04-16 22:37:14 +02:00
5d5e452136
Implement HELP command 2021-04-16 22:35:18 +02:00
d29465b2dd
Implement binary mode for READ 2021-04-16 21:46:07 +02:00
e8fbc175ca
Increase baud rate to 38.4 kbps; add picocom example to README.md 2021-04-16 20:51:38 +02:00
10111979a8
Add uartPutLine() function 2021-04-16 20:31:25 +02:00
cf5784f6bc
Fix string offset in READ 2021-04-16 20:20:41 +02:00
1e644b9a5e
Implement READ command (for now with ASCII output) 2021-04-04 17:38:37 +02:00
55b08b7630
Refactoring: common.h with common typedefs etc. 2021-04-04 17:18:45 +02:00
3a07b3ab6f
Add VS Code config example to README.md 2021-04-04 02:52:07 +02:00
bc849d9662
Refactor protocol/parsing code; implement address parsing 2021-04-04 02:50:25 +02:00
28be3c4e8b
Replace tabs with spaces 2021-04-03 18:44:22 +02:00
fccd19dbf4
Refactor Makefiles 2021-04-03 18:35:38 +02:00
b5f86d5972
Restructure files 2021-04-03 17:40:17 +02:00
8c7b62dc2d
Import code from old repository from 2018
Old repository: https://github.com/binaryDiv/z80_computer
2021-04-03 17:23:07 +02:00
536e557eea Initial commit 2021-04-03 16:48:48 +02:00