moved config file for CI
This commit is contained in:
14
Application/MLZR_Comm_Conf/mlzr_driver_conf.h
Normal file
14
Application/MLZR_Comm_Conf/mlzr_driver_conf.h
Normal file
@@ -0,0 +1,14 @@
|
||||
// Define macros for UART and DMA configurations
|
||||
#define MAIN_UART USART1
|
||||
#define MAIN_DMA_RX 1
|
||||
#define MAIN_DMA_RX_CHANNEL 0
|
||||
#define MAIN_DMA_TX 1
|
||||
#define MAIN_DMA_TX_CHANNEL 1
|
||||
|
||||
#define HALF_UART USART3
|
||||
#define HALF_DMA_RX 1
|
||||
#define HALF_DMA_RX_CHANNEL 2
|
||||
#define HALF_DMA_TX 1
|
||||
#define HALF_DMA_TX_CHANNEL 3
|
||||
|
||||
#define DMA_MEM_ATTR __attribute__((section(".data")))
|
||||
Reference in New Issue
Block a user