Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Bootloader
Jacob Alexander aaae9bc0f2 Adding dynamic USB power support
- Each scan module now has a current change callback which passes the available current as a parameter
- No longer attempts to use the max 500 mA immediately, starts with 100 mA then goes to 500 mA after enumeration
- If enumeration fails due to bMaxPower of 500 mA, then attempt again at 100 mA (might also be possible to go even lower to 20 mA in certain cases)
- Now working with the Apple Ipad (no over-power messages)
- Fixed Wake-up behaviour on Apple Ipad (and likely other iOS devices)
- More effecient set_feature/clear_feature handling (device handler)
- Initial power handling via Interconnect (still needs work to get it more dynamic)
2016-02-25 23:56:04 -08:00
..
Scripts Start removing select Linux-isms 2016-02-25 23:04:26 -08:00
_buildvars.h Code cleanup 2015-06-14 14:33:40 -07:00
CMakeLists.txt Pre-merge cleanup. 2015-06-14 14:33:40 -07:00
debug.c Adding missing debug header. 2015-06-14 14:33:40 -07:00
debug.h Bootloader fix 2015-08-21 22:59:11 -07:00
dfu.c Basic code for mk20dx256vlh7 flashing 2015-06-14 14:33:40 -07:00
dfu.desc.c Adding dynamic USB power support 2016-02-25 23:56:04 -08:00
dfu.desc.h Code cleanup 2015-06-14 14:33:40 -07:00
dfu.h Code cleanup 2015-06-14 14:33:40 -07:00
flash.c Working mk20dx256vlh7 usb flash support 2015-06-14 14:33:40 -07:00
flash.h Code cleanup 2015-06-14 14:33:40 -07:00
ftfl.h Code cleanup 2015-06-14 14:33:40 -07:00
kinetis.c Fix whitespace 2015-03-08 18:40:01 -07:00
main.c Adding dynamic USB power support 2016-02-25 23:56:04 -08:00
mchck-cdefs.h Code cleanup 2015-06-14 14:33:40 -07:00
mchck.h Code cleanup 2015-06-14 14:33:40 -07:00
sim.h Code cleanup 2015-06-14 14:33:40 -07:00
usb-common.h Code cleanup 2015-06-14 14:33:40 -07:00
usb-internal.h Code cleanup 2015-06-14 14:33:40 -07:00
usb.c Fix whitespace 2015-03-08 18:40:01 -07:00
usb.h Code cleanup 2015-06-14 14:33:40 -07:00
usbotg.h Code cleanup 2015-06-14 14:33:40 -07:00