F4: more RAM (#1126)

* F4 more ram

* more flash
This commit is contained in:
Igor Biletskyy
2022-11-02 16:57:14 -07:00
committed by GitHub
parent f7c74e08c6
commit 9147cba1af
3 changed files with 168 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ build_projects = {}
build_projects["pedal"] = {
"MAIN": "pedal/main.c",
"STARTUP_FILE": "stm32fx/startup_stm32f205xx.s",
"LINKER_SCRIPT": "stm32fx/stm32fx_flash.ld",
"LINKER_SCRIPT": "stm32fx/stm32f2_flash.ld",
"APP_START_ADDRESS": "0x8004000",
"PROJECT_FLAGS": [
"-mcpu=cortex-m3",
@@ -29,7 +29,7 @@ build_projects["pedal_usb"]["PROJECT_FLAGS"].append("-DPEDAL_USB")
build_projects["panda"] = {
"MAIN": "main.c",
"STARTUP_FILE": "stm32fx/startup_stm32f413xx.s",
"LINKER_SCRIPT": "stm32fx/stm32fx_flash.ld",
"LINKER_SCRIPT": "stm32fx/stm32f4_flash.ld",
"APP_START_ADDRESS": "0x8004000",
"PROJECT_FLAGS": [
"-mcpu=cortex-m4",