summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortmk <hasu@tmk-kbd.com>2015-04-10 01:25:48 +0900
committertmk <hasu@tmk-kbd.com>2015-04-10 01:25:48 +0900
commit6746e37088ce8ba03529c1226bd216705edb2b1f (patch)
treea256db88ec3e9e8b1b70839fcd9459d972ce26e0
parentb4e2d325f355a4d083106476393775e75e11f284 (diff)
Remove core library and build files
-rw-r--r--.gitmodules6
-rw-r--r--common.mk77
-rw-r--r--common/action.c565
-rw-r--r--common/action.h82
-rw-r--r--common/action_code.h315
-rw-r--r--common/action_layer.c138
-rw-r--r--common/action_layer.h77
-rw-r--r--common/action_macro.c83
-rw-r--r--common/action_macro.h102
-rw-r--r--common/action_tapping.c376
-rw-r--r--common/action_tapping.h39
-rw-r--r--common/action_util.c307
-rw-r--r--common/action_util.h66
-rw-r--r--common/avr/bootloader.c148
-rw-r--r--common/avr/eeconfig.c45
-rw-r--r--common/avr/suspend.c122
-rw-r--r--common/avr/suspend_avr.h27
-rw-r--r--common/avr/timer.c117
-rw-r--r--common/avr/timer_avr.h42
-rw-r--r--common/avr/xprintf.S500
-rw-r--r--common/avr/xprintf.h111
-rw-r--r--common/backlight.c85
-rw-r--r--common/backlight.h40
-rw-r--r--common/bootloader.h25
-rw-r--r--common/bootmagic.c128
-rw-r--r--common/bootmagic.h100
-rw-r--r--common/command.c644
-rw-r--r--common/command.h35
-rw-r--r--common/debug.c24
-rw-r--r--common/debug.h117
-rw-r--r--common/eeconfig.h75
-rw-r--r--common/host.c97
-rw-r--r--common/host.h57
-rw-r--r--common/host_driver.h33
-rw-r--r--common/keyboard.c150
-rw-r--r--common/keyboard.h72
-rw-r--r--common/keycode.h489
-rw-r--r--common/keymap.c185
-rw-r--r--common/keymap.h71
-rw-r--r--common/led.h33
-rw-r--r--common/matrix.h68
-rw-r--r--common/mbed/bootloader.c4
-rw-r--r--common/mbed/suspend.c6
-rw-r--r--common/mbed/timer.c41
-rw-r--r--common/mbed/xprintf.cpp51
-rw-r--r--common/mbed/xprintf.h17
-rw-r--r--common/mousekey.c196
-rw-r--r--common/mousekey.h77
-rw-r--r--common/nodebug.h25
-rw-r--r--common/print.c48
-rw-r--r--common/print.h137
-rw-r--r--common/progmem.h12
-rw-r--r--common/report.h183
-rw-r--r--common/sendchar.h35
-rw-r--r--common/sendchar_null.c23
-rw-r--r--common/sendchar_uart.c25
-rw-r--r--common/sleep_led.c95
-rw-r--r--common/sleep_led.h21
-rw-r--r--common/suspend.h13
-rw-r--r--common/timer.h53
-rw-r--r--common/uart.c129
-rw-r--r--common/uart.h11
-rw-r--r--common/util.c101
-rw-r--r--common/util.h43
-rw-r--r--common/wait.h20
-rw-r--r--ldscript_keymap_avr5.x268
-rw-r--r--protocol.mk50
-rw-r--r--protocol/adb.c456
-rw-r--r--protocol/adb.h62
-rw-r--r--protocol/bluefruit.mk27
-rw-r--r--protocol/bluefruit/bluefruit.c202
-rw-r--r--protocol/bluefruit/bluefruit.h28
-rw-r--r--protocol/bluefruit/main.c116
-rw-r--r--protocol/ibm4704.c169
-rw-r--r--protocol/ibm4704.h110
-rw-r--r--protocol/iwrap.mk26
-rw-r--r--protocol/iwrap/iWRAP4.txt376
-rw-r--r--protocol/iwrap/iWRAP5.txt356
-rw-r--r--protocol/iwrap/iwrap.c469
-rw-r--r--protocol/iwrap/iwrap.h49
-rw-r--r--protocol/iwrap/main.c376
-rw-r--r--protocol/iwrap/mux_exit.rb7
-rw-r--r--protocol/iwrap/suart.S156
-rw-r--r--protocol/iwrap/suart.h8
-rw-r--r--protocol/iwrap/wd.h159
-rw-r--r--protocol/lufa.mk50
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Build/HID_EEPROM_Loader/HID_EEPROM_Loader.c61
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Build/HID_EEPROM_Loader/makefile40
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Build/lufa_atprogram.mk101
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Build/lufa_avrdude.mk84
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Build/lufa_build.mk296
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Build/lufa_core.mk152
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Build/lufa_cppcheck.mk104
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Build/lufa_dfu.mk93
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Build/lufa_doxygen.mk81
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Build/lufa_hid.mk88
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Build/lufa_sources.mk116
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/CodeTemplates/DriverStubs/Buttons.h90
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/CodeTemplates/DriverStubs/Dataflash.h220
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/CodeTemplates/DriverStubs/Joystick.h102
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/CodeTemplates/DriverStubs/LEDs.h130
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/CodeTemplates/LUFAConfig.h167
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/CodeTemplates/makefile_template36
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Common/ArchitectureSpecific.h177
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Common/Architectures.h84
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Common/Attributes.h150
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Common/BoardTypes.h231
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Common/Common.h381
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Common/CompilerSpecific.h97
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Common/Endianness.h489
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/Doxygen.conf1809
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/BuildSystem.txt846
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/BuildingLinkableLibraries.txt23
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/ChangeLog.txt1444
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/CompileTimeTokens.txt223
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/CompilingApps.txt50
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/ConfiguringApps.txt104
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/DevelopingWithLUFA.txt23
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/DeviceSupport.txt432
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/DirectorySummaries.txt80
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/Donating.txt24
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/ExportingLibrary.txt106
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/FutureChanges.txt49
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/GettingStarted.txt25
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/Groups.txt38
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/Images/AS5_AS6_Import/AS5_AS6_Import_Step1.pngbin98201 -> 0 bytes
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/Images/AS5_AS6_Import/AS5_AS6_Import_Step2.pngbin100532 -> 0 bytes
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/Images/AS5_AS6_Import/AS5_AS6_Import_Step3.pngbin32987 -> 0 bytes
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/Images/AS5_AS6_Import/AS5_AS6_Import_Step4.pngbin161824 -> 0 bytes
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/Images/AS5_AS6_Import/AS5_AS6_Import_Step5_1.pngbin43666 -> 0 bytes
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/Images/AS5_AS6_Import/AS5_AS6_Import_Step5_2.pngbin28918 -> 0 bytes
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/Images/AS5_AS6_Import/AS5_AS6_Import_Step5_3.pngbin23561 -> 0 bytes
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/Images/Author.jpgbin28410 -> 0 bytes
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/Images/LUFA.pngbin10296 -> 0 bytes
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/Images/LUFA_thumb.pngbin3729 -> 0 bytes
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/KnownIssues.txt44
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/LUFAPoweredProjects.txt181
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/LibraryResources.txt34
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/LicenseInfo.txt22
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/MainPage.txt52
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/MigrationInformation.txt674
-rw-r--r--protocol/lufa/LUFA-120730/LUFA/DoxygenPages/ProgrammingApps.txt30
-rw-r--r--