mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/CAN-Demo.git
synced 2025-12-13 11:18:02 +00:00
Initial WIP build
This commit is contained in:
20
Core/Inc/sta/config.hpp
Normal file
20
Core/Inc/sta/config.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* config.hpp
|
||||
*
|
||||
* Created on: Oct 24, 2023
|
||||
* Author: carlw
|
||||
*/
|
||||
|
||||
#ifndef INC_STA_CONFIG_HPP_
|
||||
#define INC_STA_CONFIG_HPP_
|
||||
|
||||
// Use the STM32F411 microprocessor.
|
||||
//#include <sta/devices/stm32/mcu/STM32F411xE.hpp>
|
||||
|
||||
#define HAL_CAN_MODULE_ENABLED
|
||||
#define STA_MCU_LITTLE_ENDIAN
|
||||
#define STA_PLATFORM_STM32
|
||||
|
||||
#define STA_PRINTF_USE_STDLIB
|
||||
|
||||
#endif /* INC_STA_CONFIG_HPP_ */
|
||||
Reference in New Issue
Block a user