This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix DMAMEM
main
PaulStoffregen
5 years ago
parent
51233b208c
commit
2a7fc906f7
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
teensy4/imxrt.ld
+ 1
- 1
teensy4/imxrt.ld
View File
@@ -50,7 +50,7 @@ SECTIONS
. = . + 32; /* MPU to trap stack overflow */
} > DTCM
.bss.dma : {
.bss.dma
(NOLOAD)
: {
*(.dmabuffers)
. = ALIGN(16);
} > RAM
Write
Preview
Loading…
Cancel
Save