pc98_usb: Add prebuilt firmware files

This commit is contained in:
tmk 2020-12-09 13:16:03 +09:00
parent 48d6964438
commit c230460b12
5 changed files with 2481 additions and 6 deletions

View file

@ -1,5 +1,5 @@
# Target file name (without extension). # Target file name (without extension).
TARGET ?= pc98_usb TARGET ?= pc98_usb_atmega32u2
# Directory common source filess exist # Directory common source filess exist
TMK_DIR ?= ../../tmk_core TMK_DIR ?= ../../tmk_core

View file

@ -1,4 +1,4 @@
TARGET ?= pc98_usb_32u4 TARGET ?= pc98_usb_atmega32u4
MCU ?= atmega32u4 MCU ?= atmega32u4
include Makefile include Makefile

View file

@ -40,24 +40,31 @@ Frame format: 1-Start bit(Lo), 8-Data bits, Odd-Parity, 1-Stop bit
Prebilt Firmware
----------------
Prebuilt firmware HEX files are available under 'binary' directory.
Build Firmware Build Firmware
-------------- --------------
Just use 'make' to bild firmware for TMK PC98 converter. Just use 'make' to bild firmware for TMK PC98 converter(ATMega32u2).
$ make clean $ make clean
$ make $ make
To flash firmware To flash firmware run this command
$ make dfu $ make dfu
then push button on converter to flash firmware. then push button on converter to flash firmware.
If you are using ATMega32u4 based board instead of premade TMK PC98 converter(ATMega32u2) use following commands. If you are using ATMega32u4 based board use following commands to get firmware HEX file.
$ make -f Makefile.32u4 clean $ make -f Makefile.32u4 clean
$ make -f Makefile.32u4 $ make -f Makefile.32u4
$ make -f Makefile.32u4 dfu
And flash it on your board using specific program method.

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff