initial commit

This commit is contained in:
Attila Body 2019-09-30 19:22:22 +02:00
commit 600ed241d2
123 changed files with 120036 additions and 0 deletions

19
app/config.h Normal file
View file

@ -0,0 +1,19 @@
/*
* config.h
*
* Created on: Sep 24, 2019
* Author: abody
*/
#ifndef CONFIG_H_
#define CONFIG_H_
#define UARTCOUNT 5
#define CRCTASKCOUNT (UARTCOUNT * 2)
#define USART1_OFFSET 0
#define USART2_OFFSET 1
#define USART3_OFFSET 2
#define USART5_OFFSET 3
#define USART6_OFFSET 4
#endif /* CONFIG_H_ */