moving FreeRTOS into contrib

This commit is contained in:
Ulrich Mohr 2024-10-17 14:00:05 +02:00
parent 6ff33beecc
commit 242b8e4958
3 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,5 +1,5 @@
[submodule "FreeRTOS-Kernel"]
path = FreeRTOS-Kernel
path = contrib/FreeRTOS-Kernel
url = https://github.com/FreeRTOS/FreeRTOS-Kernel
[submodule "contrib/lwip"]
path = contrib/lwip

View File

@ -5,7 +5,7 @@ project(romeo-obsw C ASM)
# Set path names
set(OBSW_NAME romeo-obsw)
set(FreeRTOS_PATH FreeRTOS-Kernel/)
set(FreeRTOS_PATH contrib/FreeRTOS-Kernel/)
# Compiler Options
set(ROMEO_Z7_COMPILE_OPTIONS -c -fmessage-length=0 -g -O0 -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -ffunction-sections -fdata-sections)