This website requires JavaScript.
Explore
Help
Sign In
Embedded
/
tinyusb
Watch
1
Star
0
Fork
0
You've already forked tinyusb
mirror of
https://github.com/hathach/tinyusb.git
synced
2025-01-31 05:52:55 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tinyusb
/
demos
History
hathach
b586fe632a
change desc_str_table to array of pointer of uint8_t* to be compatible with IAR (lack of support for VLA initialization)
...
IAR device os none works with ea4357
2014-03-10 14:20:38 +07:00
..
bsp
fix board_rf1ghznode.c build error
2014-03-09 16:55:13 +07:00
device
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
host
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
demos.mk
change building process yes, again
2012-12-07 17:59:46 +07:00