WIP - ready to debug
This commit is contained in:
parent
663d68baf1
commit
9670e6d397
14 changed files with 893 additions and 52 deletions
27
app/ll_testbed.h
Normal file
27
app/ll_testbed.h
Normal file
|
@ -0,0 +1,27 @@
|
|||
/*
|
||||
* ll_testbed.h
|
||||
*
|
||||
* Created on: Oct 31, 2019
|
||||
* Author: compi
|
||||
*/
|
||||
|
||||
#ifndef LL_TESTBED_H_
|
||||
#define LL_TESTBED_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void _HandleCrcDmaIrq(void);
|
||||
void _HandleUsartIrq(int offset);
|
||||
void _HandleUsartRxDmaIrq(int offset);
|
||||
void _HandleUsartTxDmaIrq(int offset);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* LL_TESTBED_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue