mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-06-10 16:45: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_
|
||||
#define INC_STA_CONFIG_HPP_
|
||||
|
||||
// Use the STM32F411 microprocessor.
|
||||
#include <sta/devices/stm32/mcu/STM32F411xE.hpp>
|
||||
// Using a board with an ASEAG module present.
|
||||
#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.
|
||||
#define STA_PRINTF_USE_STDLIB
|
||||
|
Loading…
x
Reference in New Issue
Block a user