misc
|
Misc tools
|
2015-08-20 23:40:35 -04:00 |
tool
|
Gui work
|
2015-10-31 15:58:36 -04:00 |
.gitignore
|
WIP
|
2015-06-13 23:44: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
|
Add flags for config
|
2015-10-17 23:18:56 -04:00 |
config.h
|
Add flags for config
|
2015-10-17 23:18:56 -04:00 |
dataHidReport.c
|
Allocate 40 bytes for custom commands
|
2015-10-24 14:17:42 -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
|
Do away with the gcn64 work buffer (saves more memory!)
|
2015-10-28 23:30:26 -04:00 |
gamecube.h
|
Add gamecube support (and rework makefiles)
|
2015-08-21 00:16:34 -04:00 |
gamepads.c
|
Share common N64 and GC buffers
|
2015-10-28 00:16:02 -04:00 |
gamepads.h
|
Share common N64 and GC buffers
|
2015-10-28 00:16:02 -04:00 |
gcn64_protocol.c
|
Do away with the gcn64 work buffer (saves more memory!)
|
2015-10-28 23:30:26 -04:00 |
gcn64_protocol.h
|
Do away with the gcn64 work buffer (saves more memory!)
|
2015-10-28 23:30:26 -04:00 |
gcn64txrx.h
|
Do away with the gcn64 work buffer (saves more memory!)
|
2015-10-28 23:30:26 -04:00 |
gcn64txrx.S
|
Memory efficient reception code (one bit per bit!)
|
2015-10-28 23:03:16 -04:00 |
hiddata.c
|
Implement get_controller_type
|
2015-10-31 01:39:24 -04:00 |
hiddata.h
|
Implement hid data interface for config and special functions
|
2015-08-23 02:51:10 -04:00 |
intervaltimer.c
|
Use a timer for controller polling interval
|
2015-10-17 18:34:11 -04:00 |
intervaltimer.h
|
Use a timer for controller polling interval
|
2015-10-17 18:34:11 -04:00 |
main.c
|
Add error counting (for controller swapping)
|
2015-10-31 15:58:53 -04:00 |
main.h
|
Implement get_controller_type
|
2015-10-31 01:39:24 -04:00 |
Makefile
|
Add justflash target
|
2015-10-27 22:10:18 -04:00 |
Makefile.inc
|
Share common N64 and GC buffers
|
2015-10-28 00:16:02 -04:00 |
Makefile.stk525
|
Update makefiles for version string
|
2015-10-17 23:21:01 -04:00 |
mappings.c
|
Store button mappings in program space
|
2015-10-29 22:41:32 -04:00 |
mappings.h
|
Button mapping framework
|
2015-08-22 00:44:51 -04:00 |
n64.c
|
Do away with the gcn64 work buffer (saves more memory!)
|
2015-10-28 23:30:26 -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
|
Implement get_controller_type
|
2015-10-31 01:39:24 -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
|
More use of printf_P
|
2015-10-28 00:16:32 -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
|
Reduce memory waste
|
2015-10-26 23:34:18 -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 |
version.c
|
Use different signature for stk525 build
|
2015-10-26 23:33:39 -04:00 |
version.h
|
Use different signature for stk525 build
|
2015-10-26 23:33:39 -04:00 |
wait_then_flash.sh
|
WIP
|
2015-06-13 23:44:21 -04:00 |