mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-22 07:39:19 +08:00
19 lines
223 B
Markdown
19 lines
223 B
Markdown
|
# Note
|
||
|
|
||
|
## Support Chip List
|
||
|
|
||
|
### NXP
|
||
|
|
||
|
Modify USB_NOCACHE_RAM_SECTION
|
||
|
|
||
|
```
|
||
|
#define USB_NOCACHE_RAM_SECTION __attribute__((section(".NonCacheable")))
|
||
|
```
|
||
|
|
||
|
- MCXC444/MCXA153 (device only)
|
||
|
- MCXN947
|
||
|
|
||
|
### MM32
|
||
|
|
||
|
- MM32F3/MM32F5
|