start implementing FW to control SPN HW

This commit is contained in:
2020-10-01 17:18:29 +02:00
parent 62da6407d8
commit 7d5de86015
102 changed files with 8457 additions and 3 deletions

22
raven_spn/src/bsp.h Normal file
View File

@@ -0,0 +1,22 @@
/*
* bsp.h
*
* Created on: 30.07.2018
* Author: eyck
*/
#ifndef BSP_H_
#define BSP_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <fe300prci/fe300prci_driver.h>
#include <platform.h>
#include <encoding.h>
extern void trap_entry();
#ifdef __cplusplus
}
#endif
#endif /* BSP_H_ */