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
Enable use of 256K RAM on Teensy 3.5
teensy4-core
PaulStoffregen
6 anni fa
parent
c03419bc19
commit
148efde0f2
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 =
192K
RAM (rwx) : ORIGIN = 0x1FFF0000, LENGTH =
262140
}
Write
Preview
Loading…
Annulla
Salva