Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
visus
/
teensy-core-4.1
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fix Teensy 3.5 stack alignment (thanks Frank)
teensy4-core
PaulStoffregen
6 anni fa
parent
27cdeb1cb9
commit
86f64c1a9f
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+1
-1
teensy3/mk64fx512.ld
+ 1
- 1
teensy3/mk64fx512.ld
Vedi File
@@ -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
}
Write
Preview
Loading…
Annulla
Salva