]> git.donarmstrong.com Git - tmk_firmware.git/commit
Fix common files for mbed
authortmk <nobody@nowhere>
Tue, 17 Jun 2014 13:41:14 +0000 (22:41 +0900)
committertmk <nobody@nowhere>
Wed, 30 Jul 2014 05:07:43 +0000 (14:07 +0900)
commite81c70149ecf73256f8bb7d77cefc07f2b91d2be
treed918595b92aa099537640cd02285f914b343bd67
parentee70fe59ee8ebc6dcbf55171b1a2dd72e1744ae6
Fix common files for mbed
26 files changed:
common.mk
common/avr/bootloader.c [new file with mode: 0644]
common/avr/eeconfig.c [new file with mode: 0644]
common/avr/suspend.c [new file with mode: 0644]
common/avr/suspend_avr.h [new file with mode: 0644]
common/bootloader.c [deleted file]
common/eeconfig.c [deleted file]
common/host.h
common/keyboard.c
common/keymap.c
common/mbed/bootloader.c [new file with mode: 0644]
common/mbed/suspend.c [new file with mode: 0644]
common/mbed/xprintf.cpp [new file with mode: 0644]
common/mbed/xprintf.h [new file with mode: 0644]
common/mousekey.c
common/mousekey.h
common/progmem.h [new file with mode: 0644]
common/suspend.c [deleted file]
common/suspend.h
keyboard/mbed_onekey/Makefile
keyboard/mbed_onekey/common.mk
keyboard/mbed_onekey/config.h [new file with mode: 0644]
keyboard/mbed_onekey/gcc.mk
keyboard/mbed_onekey/main.cpp
keyboard/mbed_onekey/mbed_driver.cpp [new file with mode: 0644]
keyboard/mbed_onekey/mbed_driver.h [new file with mode: 0644]