mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 05:38:33 +03:00
initial
This commit is contained in:
23
sam3s_example/include/board.h
Normal file
23
sam3s_example/include/board.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef _BOARD_
|
||||
#define _BOARD_
|
||||
|
||||
#include "chip.h"
|
||||
#include "syscalls.h" /** RedHat Newlib minimal stub */
|
||||
|
||||
/** Name of the board */
|
||||
#define BOARD_NAME "SAM3S-EK"
|
||||
/** Board definition */
|
||||
#define sam3sek
|
||||
/** Family definition (already defined) */
|
||||
#define sam3s
|
||||
/** Core definition */
|
||||
#define cortexm3
|
||||
|
||||
|
||||
#define BOARD_MAINOSC 12000000
|
||||
#define BOARD_MCK 48000000
|
||||
|
||||
//#define LED_STATUS PIO_PA8
|
||||
#define LED_STATUS PIO_PA17
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user