forked from ROMEO/obsw
moving FreeRTOS into contrib
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,5 +1,5 @@
|
|||||||
[submodule "FreeRTOS-Kernel"]
|
[submodule "FreeRTOS-Kernel"]
|
||||||
path = FreeRTOS-Kernel
|
path = contrib/FreeRTOS-Kernel
|
||||||
url = https://github.com/FreeRTOS/FreeRTOS-Kernel
|
url = https://github.com/FreeRTOS/FreeRTOS-Kernel
|
||||||
[submodule "contrib/lwip"]
|
[submodule "contrib/lwip"]
|
||||||
path = contrib/lwip
|
path = contrib/lwip
|
||||||
|
@ -5,7 +5,7 @@ project(romeo-obsw C ASM)
|
|||||||
|
|
||||||
# Set path names
|
# Set path names
|
||||||
set(OBSW_NAME romeo-obsw)
|
set(OBSW_NAME romeo-obsw)
|
||||||
set(FreeRTOS_PATH FreeRTOS-Kernel/)
|
set(FreeRTOS_PATH contrib/FreeRTOS-Kernel/)
|
||||||
|
|
||||||
# Compiler Options
|
# 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)
|
set(ROMEO_Z7_COMPILE_OPTIONS -c -fmessage-length=0 -g -O0 -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -ffunction-sections -fdata-sections)
|
||||||
|
Reference in New Issue
Block a user