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 Teensy 3.5 stack alignment (thanks Frank)
teensy4-core
PaulStoffregen
hace 6 años
padre
27cdeb1cb9
commit
86f64c1a9f
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
teensy3/mk64fx512.ld
+ 1
- 1
teensy3/mk64fx512.ld
Ver fichero
@@ -31,7 +31,7 @@
MEMORY
{
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 512K
RAM (rwx) : ORIGIN = 0x1FFF0000, LENGTH = 2621
40
RAM (rwx) : ORIGIN = 0x1FFF0000, LENGTH = 2621
36
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar