This website requires JavaScript.
Explore
Help
Sign In
mirror
/
tinyusb
Watch
3
Star
0
Fork
0
You've already forked tinyusb
mirror of
https://github.com/hathach/tinyusb.git
synced
2026-02-22 01:25:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0f0d9d127b9f529b42f6a56fb5282f2bc993c3bb
tinyusb
/
tinyusb
/
host
History
hathach
9ba209cda0
IAR line ending warning
2014-03-12 14:10:38 +07:00
..
ehci
change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead of @ .ahb_sram1 so that we can place it before the variable for a cleaner code
2014-03-10 13:13:13 +07:00
ohci
change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead of @ .ahb_sram1 so that we can place it before the variable for a cleaner code
2014-03-10 13:13:13 +07:00
hcd.c
IAR line ending warning
2014-03-12 14:10:38 +07:00
hcd.h
IAR line ending warning
2014-03-12 14:10:38 +07:00
hub.c
IAR line ending warning
2014-03-12 14:10:38 +07:00
hub.h
more document
2013-10-26 20:14:12 +07:00
usbh_hcd.h
…
usbh_hub.h
…
usbh.c
change desc_str_table to array of pointer of uint8_t* to be compatible with IAR (lack of support for VLA initialization)
2014-03-10 14:20:38 +07:00
usbh.h
…