Dreaded_X
  • Joined on 2018-05-15
Dreaded_X commented on issue z80/bootloader#1 2021-02-04 23:42:35 +00:00
Receive over I2C instead of UART

Should be very easy to implement, see z80/keyboard on how to implement I2C receive interrupt.

Dreaded_X closed issue z80/z80#2 2021-02-04 23:41:21 +00:00
Rewrite firmware/keyboard for STM32F1
Dreaded_X commented on issue z80/z80#2 2021-02-04 23:41:17 +00:00
Rewrite firmware/keyboard for STM32F1

Rewrite is done in z80/keyboard. Old code now resides in z80/keyboard.old

Dreaded_X opened issue z80/keyboard#1 2021-02-04 23:40:25 +00:00
Make this compatible with I2C bootloader
Dreaded_X pushed to master at z80/keyboard 2021-02-04 23:39:32 +00:00
9fe45800ef Ported from ATMega328P to STM32F103C8
Dreaded_X created branch master in z80/keyboard 2021-02-04 23:39:32 +00:00
Dreaded_X created repository z80/keyboard 2021-02-04 23:39:23 +00:00
Dreaded_X renamed repository from keyboard to z80/keyboard.old 2021-02-04 23:38:38 +00:00
Dreaded_X closed issue z80/z80#1 2021-02-01 01:02:14 +00:00
Bin directory
Dreaded_X pushed to master at z80/z80 2021-02-01 01:01:44 +00:00
419f5c6930 Also added symlink to mount-cpm
Dreaded_X commented on issue z80/z80#1 2021-02-01 01:00:38 +00:00
Bin directory

Done in fcfa34d

Dreaded_X opened issue z80/z80#6 2021-02-01 00:58:48 +00:00
Rewrite Python tools in C++
Dreaded_X commented on issue z80/z80#5 2021-02-01 00:56:19 +00:00
Do we need create-disk?

Maybe it is an idea to have creating disks as a seperate function, but roll it into mount-cpm in order to have all functions related to disks in a single tool.

Dreaded_X opened issue z80/z80#5 2021-02-01 00:55:18 +00:00
Do we need create-disk
Dreaded_X opened issue z80/create-disk#1 2021-02-01 00:51:37 +00:00
Remove hard-coded values
Dreaded_X opened issue z80/emulator#2 2021-02-01 00:49:52 +00:00
Make the emulator run from any directory
Dreaded_X pushed to master at z80/z80 2021-02-01 00:47:58 +00:00
813b9c0fc9 Fixed link to issue
Dreaded_X pushed to master at z80/z80 2021-02-01 00:46:30 +00:00
f480cbeed2 Added script that can be sourced to make all the tools available in the path, also build microblaze compiler
fcfa34d888 Added symlinks to different tools in bin folder
Compare 2 commits »
Dreaded_X pushed to master at z80/setup 2021-02-01 00:38:56 +00:00
34b6300694 Navigate to the correct directory before building
Dreaded_X pushed to master at z80/setup 2021-02-01 00:04:37 +00:00
d3ac1eec7a Reorganized setup to only have required scripts