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-10 11:25:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d6566400fd6fd96d02fd12733b72b8fa0eb22cdd
tinyusb
/
tinyusb
History
hathach
6a736db159
try to port lpc11uxx device demo with IAR
2014-03-10 15:31:12 +07:00
..
class
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
common
cannot get IAR work with lpc1769 device demo
2014-03-10 15:02:11 +07:00
device
try to port lpc11uxx device demo with IAR
2014-03-10 15:31:12 +07:00
doxygen
cannot get IAR work with lpc1769 device demo
2014-03-10 15:02:11 +07:00
hal
…
host
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
osal
…
.cproject
…
.project
…
license.txt
…
mcu_capacity.h
…
tusb_option.h
refractor app_os_prio.h
2014-03-06 11:37:37 +07:00
tusb.c
…
tusb.h
…