Dreaded_X
  • Joined on 2018-05-15
Dreaded_X opened issue z80/controller#2 2021-06-02 21:21:44 +00:00
Generate the CPM disk image on the fly
Dreaded_X commented on issue z80/z80#6 2021-06-02 21:15:51 +00:00
Rewrite Python tools in C++

Maybe we do not need mount-cpm and create-disk (see z80/z80#5)

Dreaded_X commented on issue z80/z80#5 2021-06-02 21:15:19 +00:00
Do we need create-disk?

We could also completely ditch the need for create disk by generating the disk on the fly in the controller based on files on the sd card

Dreaded_X closed issue z80/bootloader#1 2021-06-02 21:14:10 +00:00
Receive over I2C instead of UART
Dreaded_X closed issue z80/z80#3 2021-06-02 21:13:44 +00:00
Remove twiboot
Dreaded_X pushed to master at z80/z80 2021-06-02 21:13:37 +00:00
7c4289a2cb Removed twiboot as it is no longer needed
Dreaded_X closed issue z80/keyboard#1 2021-06-02 21:12:19 +00:00
Make this compatible with I2C bootloader
Dreaded_X commented on issue z80/controller#1 2021-06-02 21:12:02 +00:00
I2C gets stuck

Could also be something related to UART, not quite sure what is going on here still.

Dreaded_X pushed to master at z80/keyboard 2021-06-02 21:07:55 +00:00
a6c4565434 Adjusted base address to work with i2c bootloader
30f8772f5e Adjusted base address to work with i2c bootloader
Compare 2 commits »
Dreaded_X pushed to master at z80/bootloader 2021-06-02 21:07:23 +00:00
c967520030 Removed UART bootloader code as that was just for testing
05899645c3 Removed UART bootloader code as that was just for testing
Compare 2 commits »
Dreaded_X pushed to master at z80/keyboard 2021-06-02 21:04:46 +00:00
30f8772f5e Adjusted base address to work with i2c bootloader
c01b5bc3bc Adjusted base address to work with i2c bootloader
Compare 2 commits »
Dreaded_X pushed to master at z80/bootloader 2021-06-02 21:04:16 +00:00
05899645c3 Removed UART bootloader code as that was just for testing
Dreaded_X pushed to master at z80/keyboard 2021-06-02 20:59:01 +00:00
c01b5bc3bc Adjusted base address to work with i2c bootloader
Dreaded_X pushed to master at z80/bootloader 2021-06-02 20:58:13 +00:00
994a7fd526 Added i2c receive mode
Dreaded_X pushed to master at z80/controller 2021-06-02 20:56:59 +00:00
e9eccf43c1 Redid i2c upload to work with stm32 client device
Dreaded_X pushed to master at z80/upload 2021-06-02 20:56:42 +00:00
2ecdbf6d1f Redid i2c upload to work with stm32 client device
Dreaded_X pushed to master at z80/z80 2021-06-02 16:40:04 +00:00
e4283533b1 Keyboard now get the arm tools instead of avr tools
Dreaded_X pushed to master at z80/z80 2021-06-02 16:27:35 +00:00
6dc85a128a Drone will now always get the latest arch linux image
Dreaded_X pushed to master at z80/z80 2021-04-26 15:09:36 +00:00
87ec65e985 Updated makefile
Dreaded_X opened issue z80/controller#1 2021-02-09 18:13:15 +00:00
I2C gets stuck