Update ioc file to use cmake

This commit is contained in:
Jan Mrna
2026-03-21 10:41:44 +01:00
parent b9e0897a67
commit bd80675249
+22 -12
View File
@@ -7,7 +7,7 @@ CAD.formats=
CAD.pinconfig= CAD.pinconfig=
CAD.provider= CAD.provider=
File.Version=6 File.Version=6
GPIO.groupedBy= GPIO.groupedBy=Group By Peripherals
KeepUserPlacement=false KeepUserPlacement=false
Mcu.CPN=STM32C071GBU6N Mcu.CPN=STM32C071GBU6N
Mcu.Family=STM32C0 Mcu.Family=STM32C0
@@ -25,11 +25,11 @@ Mcu.Pin0=PA0
Mcu.Pin1=PA1 Mcu.Pin1=PA1
Mcu.Pin10=PA14-BOOT0 Mcu.Pin10=PA14-BOOT0
Mcu.Pin11=VP_SYS_VS_Systick Mcu.Pin11=VP_SYS_VS_Systick
Mcu.Pin2=PA2 Mcu.Pin2=PA4
Mcu.Pin3=PA3 Mcu.Pin3=PA5
Mcu.Pin4=PA4 Mcu.Pin4=PA6
Mcu.Pin5=PA5 Mcu.Pin5=PA7
Mcu.Pin6=PA6 Mcu.Pin6=PB0
Mcu.Pin7=PA11 [PA9] Mcu.Pin7=PA11 [PA9]
Mcu.Pin8=PA12 [PA10] Mcu.Pin8=PA12 [PA10]
Mcu.Pin9=PA13 Mcu.Pin9=PA13
@@ -57,16 +57,26 @@ PA13.Mode=Serial_Wire
PA13.Signal=DEBUG_SWDIO PA13.Signal=DEBUG_SWDIO
PA14-BOOT0.Mode=Serial_Wire PA14-BOOT0.Mode=Serial_Wire
PA14-BOOT0.Signal=DEBUG_SWCLK PA14-BOOT0.Signal=DEBUG_SWCLK
PA2.Locked=true PA4.GPIOParameters=GPIO_Label
PA2.Signal=GPIO_Output PA4.GPIO_Label=HS_B
PA3.Locked=true
PA3.Signal=GPIO_Output
PA4.Locked=true PA4.Locked=true
PA4.Signal=GPIO_Output PA4.Signal=GPIO_Output
PA5.GPIOParameters=GPIO_Label
PA5.GPIO_Label=LS_B
PA5.Locked=true PA5.Locked=true
PA5.Signal=GPIO_Output PA5.Signal=GPIO_Output
PA6.GPIOParameters=GPIO_Label
PA6.GPIO_Label=LS_A
PA6.Locked=true PA6.Locked=true
PA6.Signal=GPIO_Output PA6.Signal=GPIO_Output
PA7.GPIOParameters=GPIO_Label
PA7.GPIO_Label=HS_A
PA7.Locked=true
PA7.Signal=GPIO_Output
PB0.GPIOParameters=GPIO_Label
PB0.GPIO_Label=VDD_LEDL_EN
PB0.Locked=true
PB0.Signal=GPIO_Output
PCC.Checker=false PCC.Checker=false
PCC.Line=STM32C0x1 PCC.Line=STM32C0x1
PCC.MCU=STM32C071GBUxN PCC.MCU=STM32C071GBUxN
@@ -92,7 +102,7 @@ ProjectManager.HalAssertFull=false
ProjectManager.HeapSize=0x200 ProjectManager.HeapSize=0x200
ProjectManager.KeepUserCode=true ProjectManager.KeepUserCode=true
ProjectManager.LastFirmware=true ProjectManager.LastFirmware=true
ProjectManager.LibraryCopy=0 ProjectManager.LibraryCopy=1
ProjectManager.MainLocation=Core/Src ProjectManager.MainLocation=Core/Src
ProjectManager.NoMain=false ProjectManager.NoMain=false
ProjectManager.PreviousToolchain= ProjectManager.PreviousToolchain=
@@ -102,7 +112,7 @@ ProjectManager.ProjectName=led_driver
ProjectManager.ProjectStructure= ProjectManager.ProjectStructure=
ProjectManager.RegisterCallBack= ProjectManager.RegisterCallBack=
ProjectManager.StackSize=0x400 ProjectManager.StackSize=0x400
ProjectManager.TargetToolchain=EWARM V9.30 ProjectManager.TargetToolchain=CMake
ProjectManager.ToolChainLocation= ProjectManager.ToolChainLocation=
ProjectManager.UAScriptAfterPath= ProjectManager.UAScriptAfterPath=
ProjectManager.UAScriptBeforePath= ProjectManager.UAScriptBeforePath=