mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-06-12 01:25:59 +00:00
Readme updated to recommended MCU and ASEAG
This commit is contained in:
parent
15007ffed2
commit
db43a3c7df
@ -34,8 +34,10 @@ In order to use TACOS, you need to provide a configuration file in the path `sta
|
|||||||
#ifndef INC_STA_CONFIG_HPP_
|
#ifndef INC_STA_CONFIG_HPP_
|
||||||
#define INC_STA_CONFIG_HPP_
|
#define INC_STA_CONFIG_HPP_
|
||||||
|
|
||||||
// Use the STM32F411 microprocessor.
|
// Using a board with an ASEAG module present.
|
||||||
#include <sta/devices/stm32/mcu/STM32F411xE.hpp>
|
#define STA_STM32_ASEAG
|
||||||
|
// Use the STM32F407 microprocessor.
|
||||||
|
#include <sta/devices/stm32/mcu/STM32F407xx.hpp>
|
||||||
|
|
||||||
// Doesn't really do too much right now. Has to be added for successful compilation.
|
// Doesn't really do too much right now. Has to be added for successful compilation.
|
||||||
#define STA_PRINTF_USE_STDLIB
|
#define STA_PRINTF_USE_STDLIB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user