Go to file
Raphael Assenat 39e7ba9d49 Add a function to test if USB interrupt send would block 2015-10-17 17:43:44 -04:00
misc Misc tools 2015-08-20 23:40:35 -04:00
tool Fix gui compilation 2015-10-15 23:40:11 -04:00
.gitignore WIP 2015-06-13 23:44:21 -04:00
Makefile Send command to enter bootloader when flashing 2015-09-09 22:56:21 -04:00
Makefile.inc Move more logic from main to usbpad, implement serial from eeprom 2015-10-17 17:21:22 -04:00
Makefile.stk525 Send command to enter bootloader when flashing 2015-09-09 22:56:21 -04:00
bootloader.c Start bootloader by USB message 2015-08-16 01:59:38 -04:00
bootloader.h Start bootloader by USB message 2015-08-16 01:59:38 -04:00
config.c Actuall save config params to eeprom after modification! 2015-10-15 23:42:30 -04:00
config.h Channels for raw SI commands 2015-09-09 21:41:41 -04:00
dataHidReport.c Start bootloader by USB message 2015-08-16 01:59:38 -04:00
eeprom.c Implement hid data interface for config and special functions 2015-08-23 02:51:10 -04:00
eeprom.h Implement hid data interface for config and special functions 2015-08-23 02:51:10 -04:00
enter_bootloader.sh Send command to enter bootloader when flashing 2015-09-09 22:56:21 -04:00
gamecube.c Add gamecube rumble support 2015-08-22 01:32:03 -04:00
gamecube.h Add gamecube support (and rework makefiles) 2015-08-21 00:16:34 -04:00
gamepads.h Implement gamecube C-Stick and triggers 2015-08-22 01:15:39 -04:00
gcn64_protocol.c Update gcn64 receiver for large packets (33 bytes) 2015-08-23 02:50:16 -04:00
gcn64_protocol.h Tool features 2015-10-01 00:02:28 -04:00
hiddata.c Channels for raw SI commands 2015-09-09 21:41:41 -04:00
hiddata.h Implement hid data interface for config and special functions 2015-08-23 02:51:10 -04:00
main.c Move more logic from main to usbpad, implement serial from eeprom 2015-10-17 17:21:22 -04:00
mappings.c Button mapping framework 2015-08-22 00:44:51 -04:00
mappings.h Button mapping framework 2015-08-22 00:44:51 -04:00
n64.c Use new gampad data and usbpad 2015-08-20 23:39:54 -04:00
n64.h Use new gampad data and usbpad 2015-08-20 23:39:54 -04:00
reportdesc.c Cleanup report descriptor a bit. 2015-08-18 23:24:23 -04:00
requests.h Work in progress 2015-09-13 06:52:38 -04:00
usart1.c Explicitely disable flow control for some usarts 2015-06-14 00:49:25 -04:00
usart1.h WIP 2015-06-13 23:44:21 -04:00
usb.c Add a function to test if USB interrupt send would block 2015-10-17 17:43:44 -04:00
usb.h Add a function to test if USB interrupt send would block 2015-10-17 17:43:44 -04:00
usbpad.c Move more logic from main to usbpad, implement serial from eeprom 2015-10-17 17:21:22 -04:00
usbpad.h Move more logic from main to usbpad, implement serial from eeprom 2015-10-17 17:21:22 -04:00
usbstrings.c Move more logic from main to usbpad, implement serial from eeprom 2015-10-17 17:21:22 -04:00
usbstrings.h Move more logic from main to usbpad, implement serial from eeprom 2015-10-17 17:21:22 -04:00
util.h Start bootloader by USB message 2015-08-16 01:59:38 -04:00
wait_then_flash.sh WIP 2015-06-13 23:44:21 -04:00