Commit Graph

29 Commits

Author SHA1 Message Date
893753561c feat(buzbee): add command token parsing interface, and help message, added newlines to messages 2025-10-03 22:38:13 -05:00
eda7b3ac1f fix(buzbee): cleaned up hashtable generation 2025-10-03 14:40:07 -05:00
eafc0ce98e feat(buzbee): BUZBEE command tables now generated with bbmkcmds.c 2025-10-01 17:24:32 -05:00
d7d8532021 feat(buzbee): add command hashes 2025-10-01 13:55:34 -05:00
6544321450 feat(buzbee): add command hashing mode 2025-09-29 19:46:33 -05:00
98ed74f10d fix(reset): using clra instead of lda #0 2025-09-29 19:45:29 -05:00
15872f93b9 fix(version): now using CR LF sequence 2025-09-29 19:44:54 -05:00
8c12c2106f fix(memtest): memtest now no longer overwrites stack, more complete memory testing should be loaded with BUZBEE 2025-09-28 15:37:34 -05:00
35a2f12cce feat(buzbee): implement terminal echo and backspace handling 2025-09-28 15:28:16 -05:00
dce0719796 merge gitea with local 2025-09-27 10:43:28 -05:00
abeecf4e93 style(buzbee): sort includes 2025-09-27 10:40:22 -05:00
180fc932c9 feat(buzbee): implement buzbee input processing 2025-09-27 10:39:36 -05:00
f0104c74c2 feat(buzbee): initial setup for loading into BUZBEE 2025-09-27 10:39:35 -05:00
18a5615b53 fix(serial): properly exporting PINCHAR and added POUTZSTR macro 2025-09-27 10:39:24 -05:00
2988fb9059 Merge branch 'buzbee' of https://gitea.ambersplace.net/gfaraday/chibi-firmware into buzbee 2025-09-26 13:53:49 -05:00
2b23634bb8 feat(buzbee): initial setup for loading into BUZBEE 2025-09-26 13:53:09 -05:00
53add429a9 fix(serial): now returning read status codes from polled char input 2025-09-26 13:52:31 -05:00
a019c37755 fix(vecs): change reserved comment to "exception". 2025-09-26 10:35:48 -05:00
6bb29fe7ff feat(serial): added input char routine and some small fixes 2025-09-26 10:34:41 -05:00
853efd9bac feat(buzbee): initial setup for loading into BUZBEE 2025-09-25 17:21:08 -05:00
59b0fcfa0a fix(serial): now using postinc instead of lea to do iteration over bytes 2025-09-25 17:20:38 -05:00
b8e5604d57 Revert "fix(reset): only check CC.Z when looping over stack init"
This reverts commit 97ff749e8b.
2025-09-14 11:46:26 -05:00
dc3ab70258 fix(serial): INITUART now loads FCR values properly 2025-09-13 16:00:35 -05:00
97ff749e8b fix(reset): only check CC.Z when looping over stack init 2025-09-13 15:58:36 -05:00
7e9f18b2d2 fix(serial): fixed loop logic in POUTZSTR and some formatting 2025-09-11 18:11:42 -05:00
fbb94b8707 fix(serial): INITUART now writes LCR and RESET calls INITUART with params 2025-09-11 15:18:40 -05:00
0de0dd5cbd fix(reset): now initializing stack before calling any subroutines. 2025-09-11 15:12:21 -05:00
a0b654f160 Populate repository from old progress; massive cleanup and fixes 2025-09-09 17:56:47 -05:00
2695e5bb29 Initial commit 2025-09-09 17:15:30 -04:00