Gale Misery Faraday gfaraday
  • Joined on 2025-08-06
gfaraday pushed to buzbee at chibi/chibi-firmware 2025-10-11 00:30:05 -04:00
a616d47e76 feat(buzbee): Implemented CALL, PEEK, POKE IFs
gfaraday transferred repository gfaraday/chibi-firmware to chibi/chibi-firmware 2025-10-07 15:42:06 -04:00
gfaraday pushed to buzbee at chibi/chibi-firmware 2025-10-07 15:24:40 -04:00
1cd6720bf6 feat(docs): expanded Typst doc
88fcc86e72 feat(buzbee): using BSS sections for variables
Compare 2 commits »
gfaraday pushed to buzbee at chibi/chibi-firmware 2025-10-07 01:38:11 -04:00
6cbb038b42 feat(doc/buzbee): Added IF tables, added doc building system and updated stylesheet, removed pdf for now
gfaraday pushed to buzbee at chibi/chibi-firmware 2025-10-06 21:54:34 -04:00
aed8ca28f9 doc(buzbee): added docs folder
gfaraday pushed to buzbee at chibi/chibi-firmware 2025-10-05 15:13:46 -04:00
3441aea9c1 fix(buzbee): removed EXEC command as it was causing a duplicate sum
gfaraday pushed to buzbee at chibi/chibi-firmware 2025-10-03 23:40:05 -04:00
893753561c feat(buzbee): add command token parsing interface, and help message, added newlines to messages
gfaraday pushed to buzbee at chibi/chibi-firmware 2025-10-03 15:40:33 -04:00
eda7b3ac1f fix(buzbee): cleaned up hashtable generation
gfaraday pushed to buzbee at chibi/chibi-firmware 2025-10-01 18:25:14 -04:00
eafc0ce98e feat(buzbee): BUZBEE command tables now generated with bbmkcmds.c
gfaraday pushed to buzbee at chibi/chibi-firmware 2025-10-01 14:55:58 -04:00
d7d8532021 feat(buzbee): add command hashes
gfaraday pushed to buzbee at chibi/chibi-firmware 2025-09-29 20:46:51 -04:00
6544321450 feat(buzbee): add command hashing mode
98ed74f10d fix(reset): using clra instead of lda #0
15872f93b9 fix(version): now using CR LF sequence
Compare 3 commits »
gfaraday pushed to buzbee at chibi/chibi-firmware 2025-09-28 16:37:58 -04:00
8c12c2106f fix(memtest): memtest now no longer overwrites stack, more complete memory testing should be loaded with BUZBEE
35a2f12cce feat(buzbee): implement terminal echo and backspace handling
Compare 2 commits »
gfaraday pushed to buzbee at chibi/chibi-firmware 2025-09-27 11:43:52 -04:00
dce0719796 merge gitea with local
abeecf4e93 style(buzbee): sort includes
180fc932c9 feat(buzbee): implement buzbee input processing
f0104c74c2 feat(buzbee): initial setup for loading into BUZBEE
18a5615b53 fix(serial): properly exporting PINCHAR and added POUTZSTR macro
Compare 5 commits »
gfaraday pushed to main at chibi/chibi-firmware 2025-09-27 11:41:13 -04:00
18a5615b53 fix(serial): properly exporting PINCHAR and added POUTZSTR macro
gfaraday pushed to buzbee at chibi/chibi-firmware 2025-09-26 14:54:06 -04:00
2b23634bb8 feat(buzbee): initial setup for loading into BUZBEE
53add429a9 fix(serial): now returning read status codes from polled char input
a019c37755 fix(vecs): change reserved comment to "exception".
6bb29fe7ff feat(serial): added input char routine and some small fixes
Compare 5 commits »
gfaraday pushed to main at chibi/chibi-firmware 2025-09-26 14:52:55 -04:00
53add429a9 fix(serial): now returning read status codes from polled char input
gfaraday pushed to main at chibi/chibi-firmware 2025-09-26 11:36:09 -04:00
a019c37755 fix(vecs): change reserved comment to "exception".
6bb29fe7ff feat(serial): added input char routine and some small fixes
Compare 2 commits »
gfaraday created branch buzbee in chibi/chibi-firmware 2025-09-25 18:23:14 -04:00
gfaraday pushed to buzbee at chibi/chibi-firmware 2025-09-25 18:23:14 -04:00
853efd9bac feat(buzbee): initial setup for loading into BUZBEE
gfaraday pushed to main at chibi/chibi-firmware 2025-09-25 18:20:57 -04:00
59b0fcfa0a fix(serial): now using postinc instead of lea to do iteration over bytes