This website requires JavaScript.
Explore
Help
Sign In
andy
/
tinyUSB
Watch
1
Star
0
Fork
0
You've already forked tinyUSB
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
c06ecbef0ce7cb286dce85d2329a02c513e2c61b
tinyUSB
/
src
History
Tom Peterson
c06ecbef0c
The IAR compilier does not resolve references to fields in the anonymous structs defined within the usbh_dev0_t and usbh_device_t structs as they are defined. The problem seems to relate to the placement of the 'volatile' keyword at the struct level. I fixed the problem by removing the 'volatile' from the struct level, and instead placing it on each of the field declarations within the structs.
2022-02-25 16:49:55 -06:00
..
class
enhance dual role examples
2022-02-25 17:36:05 +07:00
common
Merge branch 'master' into master
2022-01-25 22:29:05 +07:00
device
Merge branch 'master' into master
2022-01-25 22:29:05 +07:00
host
The IAR compilier does not resolve references to fields in the anonymous structs defined within the usbh_dev0_t and usbh_device_t structs as they are defined. The problem seems to relate to the placement of the 'volatile' keyword at the struct level. I fixed the problem by removing the 'volatile' from the struct level, and instead placing it on each of the field declarations within the structs.
2022-02-25 16:49:55 -06:00
osal
fix build with latest esp idf
2022-02-18 13:07:21 +07:00
portable
Merge pull request
#1280
from kasjer/kasjer/nrf5x-dma-race
2022-02-22 21:00:51 +07:00
tusb_option.h
increase version, update doc for release
2022-02-23 11:55:57 +07:00
tusb.c
remove ep descriptor wMaxPacketSize bitfield due to endian issue
2021-10-24 13:11:21 +07:00
tusb.h
Merge branch 'master' into add_uvc
2021-10-12 22:01:02 +07:00