mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-06-12 01:25:59 +00:00
More detail for include
This commit is contained in:
parent
5bfc6b66bc
commit
364235d0c5
@ -7,6 +7,8 @@ This is the Trajectory Analysis Control OS (TACOS) that serves as a starting poi
|
|||||||
Clone the repository using `--recurse-submodules` and then add it to an existing CubeIDE FreeRTOS project. Be sure to add the include paths for Tacos, sta-core and rtos2-utils to the project with the following steps:
|
Clone the repository using `--recurse-submodules` and then add it to an existing CubeIDE FreeRTOS project. Be sure to add the include paths for Tacos, sta-core and rtos2-utils to the project with the following steps:
|
||||||
```
|
```
|
||||||
Properties -> C/C++ General -> Paths and Symbols -> Includes -> GNU C -> Add...
|
Properties -> C/C++ General -> Paths and Symbols -> Includes -> GNU C -> Add...
|
||||||
|
Properties -> C/C++ General -> Paths and Symbols -> Includes -> GNU C++ -> Add...
|
||||||
|
Properties -> C/C++ General -> Paths and Symbols -> Source Location -> Add Folder...
|
||||||
```
|
```
|
||||||
|
|
||||||
Under Core/Src/freertos.c you must call startALPAKA() from the default task. It should look like this:
|
Under Core/Src/freertos.c you must call startALPAKA() from the default task. It should look like this:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user