Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-core-4.1
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix DMAMEM
teensy4-core
PaulStoffregen
hace 6 años
padre
51233b208c
commit
2a7fc906f7
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
teensy4/imxrt.ld
+ 1
- 1
teensy4/imxrt.ld
Ver fichero
@@ -50,7 +50,7 @@ SECTIONS
. = . + 32; /* MPU to trap stack overflow */
} > DTCM
.bss.dma : {
.bss.dma
(NOLOAD)
: {
*(.dmabuffers)
. = ALIGN(16);
} > RAM
Escribir
Vista previa
Cargando…
Cancelar
Guardar