pc98_usb: Add prebuilt firmware files
This commit is contained in:
parent
48d6964438
commit
c230460b12
5 changed files with 2481 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Target file name (without extension).
|
||||
TARGET ?= pc98_usb
|
||||
TARGET ?= pc98_usb_atmega32u2
|
||||
|
||||
# Directory common source filess exist
|
||||
TMK_DIR ?= ../../tmk_core
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
TARGET ?= pc98_usb_32u4
|
||||
TARGET ?= pc98_usb_atmega32u4
|
||||
MCU ?= atmega32u4
|
||||
|
||||
include Makefile
|
||||
|
|
|
|||
|
|
@ -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
|
||||
--------------
|
||||
Just use 'make' to bild firmware for TMK PC98 converter.
|
||||
Just use 'make' to bild firmware for TMK PC98 converter(ATMega32u2).
|
||||
|
||||
$ make clean
|
||||
$ make
|
||||
|
||||
To flash firmware
|
||||
To flash firmware run this command
|
||||
|
||||
$ make dfu
|
||||
|
||||
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
|
||||
$ make -f Makefile.32u4 dfu
|
||||
|
||||
And flash it on your board using specific program method.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
1229
converter/pc98_usb/binary/pc98_usb_atmega32u2.hex
Normal file
1229
converter/pc98_usb/binary/pc98_usb_atmega32u2.hex
Normal file
File diff suppressed because it is too large
Load diff
1239
converter/pc98_usb/binary/pc98_usb_atmega32u4.hex
Normal file
1239
converter/pc98_usb/binary/pc98_usb_atmega32u4.hex
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue