Explorar el Código

Pad DMAMEM to 32 byte cache line size

teensy4-core
PaulStoffregen hace 4 años
padre
commit
bef18c9869
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      teensy4/imxrt1062.ld
  2. +1
    -1
      teensy4/imxrt1062_t41.ld

+ 1
- 1
teensy4/imxrt1062.ld Ver fichero

@@ -57,7 +57,7 @@ SECTIONS

.bss.dma (NOLOAD) : {
*(.dmabuffers)
. = ALIGN(16);
. = ALIGN(32);
} > RAM

_stext = ADDR(.text.itcm);

+ 1
- 1
teensy4/imxrt1062_t41.ld Ver fichero

@@ -58,7 +58,7 @@ SECTIONS

.bss.dma (NOLOAD) : {
*(.dmabuffers)
. = ALIGN(16);
. = ALIGN(32);
} > RAM

.bss.extram (NOLOAD) : {

Cargando…
Cancelar
Guardar