mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-06-10 16:45:59 +00:00
refactor: moved startup from rtos2-utils to TACOS
This commit is contained in:
parent
1669b0c590
commit
cd01b48bee
@ -7,9 +7,9 @@ extern "C" {
|
||||
|
||||
|
||||
/**
|
||||
* @brief Entry point for TACOS. Initializes all activated features and starts associated tasks.
|
||||
* @brief
|
||||
*
|
||||
* @param arg Passed on default task argument
|
||||
* @param arg Default task argument
|
||||
*/
|
||||
void startTACOS(void * arg);
|
||||
|
||||
|
@ -22,9 +22,11 @@
|
||||
// sta-core-specific imports.
|
||||
#include <sta/devices/stm32/bus/uart.hpp>
|
||||
#include <sta/devices/stm32/init.hpp>
|
||||
#include <sta/devices/stm32/init.hpp>
|
||||
#include <sta/debug/printing/printable_uart.hpp>
|
||||
#include <sta/debug/debug.hpp>
|
||||
#include <sta/debug/assert.hpp>
|
||||
#include <sta/debug/assert.hpp>
|
||||
#include <sta/lang.hpp>
|
||||
|
||||
// rtos2-utils-specific includes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user