mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/ioc-collection.git
synced 2025-06-10 02:26:00 +00:00
Added thread-safety to F411
This commit is contained in:
parent
c77133223c
commit
1f88101f50
@ -1,6 +1,6 @@
|
||||
#MicroXplorer Configuration settings - do not modify
|
||||
CAD.formats=
|
||||
CAD.pinconfig=
|
||||
CAD.formats=[]
|
||||
CAD.pinconfig=Project naming
|
||||
CAD.provider=
|
||||
FREERTOS.IPParameters=Tasks01,configMINIMAL_STACK_SIZE,configRECORD_STACK_HIGH_ADDRESS,configUSE_MALLOC_FAILED_HOOK,configCHECK_FOR_STACK_OVERFLOW,configGENERATE_RUN_TIME_STATS,configUSE_NEWLIB_REENTRANT,configTIMER_TASK_PRIORITY
|
||||
FREERTOS.Tasks01=defaultTask,24,256,StartDefaultTask,Default,NULL,Dynamic,NULL,NULL
|
||||
@ -60,6 +60,7 @@ ProjectManager.KeepUserCode=true
|
||||
ProjectManager.LastFirmware=true
|
||||
ProjectManager.LibraryCopy=1
|
||||
ProjectManager.MainLocation=Core/Src
|
||||
ProjectManager.MultiThreaded=true
|
||||
ProjectManager.NoMain=false
|
||||
ProjectManager.PreviousToolchain=
|
||||
ProjectManager.ProjectBuild=false
|
||||
@ -69,6 +70,7 @@ ProjectManager.ProjectStructure=
|
||||
ProjectManager.RegisterCallBack=
|
||||
ProjectManager.StackSize=0x400
|
||||
ProjectManager.TargetToolchain=STM32CubeIDE
|
||||
ProjectManager.ThreadSafeStrategy=Cortex-M4NS\:FreeRtosStrategy4,
|
||||
ProjectManager.ToolChainLocation=
|
||||
ProjectManager.UAScriptAfterPath=
|
||||
ProjectManager.UAScriptBeforePath=
|
||||
|
Loading…
x
Reference in New Issue
Block a user