initial commit

This commit is contained in:
Attila Body 2019-11-20 21:22:42 +01:00
commit 9f225a2c9d
113 changed files with 116214 additions and 0 deletions

16
application/globals.c Normal file
View file

@ -0,0 +1,16 @@
/*
* globals.c
*
* Created on: Aug 29, 2019
* Author: abody
*/
#include "globals.h"
struct usartstatus_t g_uartStatuses[USARTCOUNT];
struct crcstatus_t g_crcStatus;
DMAINFO g_ConsoleTxDmaInfo;
uint8_t g_statsBuf[256];