Dreaded_X
  • Joined on 2018-05-15
Dreaded_X pushed to master at z80/keyboard.old 2021-01-07 02:44:14 +00:00
c1c9774db7 Changed some pins and added I2C support
Dreaded_X pushed to master at z80/upload 2021-01-07 02:43:26 +00:00
afb98a2c98 Improved firmware update process
Dreaded_X pushed to master at z80/controller 2021-01-07 02:43:05 +00:00
76942dc97e Improved firmware update process, i2c now checks if it needs to reboot and uploaded data is checked with CRC (not in hardware yet)
Dreaded_X pushed to master at z80/controller 2021-01-06 02:20:17 +00:00
d0af2cd974 Updated HAL Firmware Package
Dreaded_X pushed to master at z80/controller 2021-01-06 02:16:20 +00:00
0e90b84d2e Replaced command system with more robust system that talks to an upload utility
Dreaded_X pushed to master at z80/upload 2021-01-06 02:13:51 +00:00
da93288b4d First commit
Dreaded_X created repository z80/upload 2021-01-06 02:13:35 +00:00
Dreaded_X pushed to master at z80/keyboard.old 2020-12-30 20:04:40 +00:00
827bcdb386 Added buffering to output
Dreaded_X pushed to master at z80/controller 2020-12-30 02:30:17 +00:00
96058f06c2 Changed address of keyboard device and added reboot command to i2c upload
Dreaded_X pushed to master at z80/twiboot 2020-12-30 02:27:07 +00:00
9bed754a7d Made changes for ATmega328P
baf5a895b5 Update README
f4952aaa63 Implement a virtual bootloader section
9f3781a3eb Implement USI peripheral slave statemachine
df56c54697 Align identation and some cleanup
Dreaded_X created repository z80/twiboot 2020-12-30 02:27:04 +00:00
Dreaded_X pushed to master at z80/setup 2020-12-30 02:25:29 +00:00
e10c541075 Updated scripts and added i2c upload
Dreaded_X pushed to master at z80/keyboard.old 2020-12-30 02:24:17 +00:00
bec3721e46 Initial commit
Dreaded_X created repository z80/keyboard.old 2020-12-30 02:24:14 +00:00
Dreaded_X pushed to master at z80/controller 2020-12-22 03:02:32 +00:00
9eb63608ea Make sure we release the bus and data lines, also reset after ROM programming is done
Dreaded_X pushed to master at z80/controller 2020-12-22 01:31:35 +00:00
b638db4f95 Made ROM programming more robust now that we are not using interrupts for the control
Dreaded_X pushed to master at z80/controller 2020-12-22 00:49:58 +00:00
279a81716a Control code is now in main loop, keystrokes are send over i2c to keyboard device, added basic upload of code over i2c
Dreaded_X pushed to master at z80/setup 2020-09-21 19:59:07 +00:00
f22f74e3da Instead of upload requiring root to upload to /dev/sdb we chown in in the source script
Dreaded_X pushed to master at z80/xed 2020-09-21 19:58:29 +00:00
4025b3e45b Updated vimlocal
Dreaded_X pushed to master at z80/setup 2020-09-21 19:50:21 +00:00
cb7a703564 Upload.py can now upload to the sdcard and did some reorganization