This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
V1.6
- Xbox 360 Wired Driver - Updated to correctly parse config descriptor. No more hardcoded PID/VIDs! Should support alot more 360 3rd party controllers/peripherals now.
- Xbox 360 Wired Driver - endpoint addresses are automatically detected. Should fix rumble on some variants.
- Xbox 360 Wireless Receiver - No more hardcoded PID/VIDs!
- Xbox 360 Wireless Receiver - No more missed button presses with chatpad connected. Thanks phantom-8 for helping diagnose this.
- Xbox 360 Wireless Receiver - Bug in the chatpad driver where some buttons caused other buttons to activate if pressed rapidly
- Xbox 360 Wireless Receiver - Improved reliability of transactions on output pipe. (Sometimes the LED quadrants didnt work or did random things)
- Lots of code cleanup in the Xbox360 drivers.
- Steel battalion had an issue where rumble could get locked on. Thanks phantom-8 for finding/fixing this!
- The firmware build system has been migrated to Visual Studio Code/Platform IO. Alot cleaner to deal with than Atmel studio!
- USBD: Fix order of USB device task caller. Should improve input lag slightly. But probably not noticable.