Skip to content

Commit 1870cef

Browse files
committed
use same51 header from cmsis-atmel package
1 parent e340701 commit 1870cef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+0
-57059
lines changed

cores/arduino/Arduino.h

-5
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ extern "C"{
4646

4747
// Include Atmel headers
4848
#include "sam.h"
49-
50-
#ifdef __SAME51J19A__
51-
#include "same51j19a.h"
52-
#endif
53-
5449
#include "wiring_constants.h"
5550

5651
#define clockCyclesPerMicrosecond() ( SystemCoreClock / 1000000L )

cores/arduino/SERCOM.h

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121

2222
#include "sam.h"
2323

24-
#ifdef __SAME51J19A__
25-
#include "same51j19a.h"
26-
#endif
27-
2824
// SAMD51 has configurable MAX_SPI, else use peripheral clock default.
2925
// Update: changing MAX_SPI via compiler flags is DEPRECATED, because
3026
// this affects ALL SPI peripherals including some that should NOT be

cores/arduino/WVariant.h

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919

2020
#pragma once
2121

22-
#ifdef __SAME51J19A__
23-
#include "same51j19a.h"
24-
#endif
25-
2622
#include <stdint.h>
2723
#include "sam.h"
2824
#include <limits.h>

cores/arduino/wiring_private.h

-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ extern "C" {
2929
// Includes Atmel CMSIS
3030
#include "sam.h"
3131

32-
#ifdef __SAME51J19A__
33-
#include "same51j19a.h"
34-
#endif
35-
3632
#include "wiring_constants.h"
3733

3834
int pinPeripheral( uint32_t ulPin, EPioType ulPeripheral );

variants/feather_m4_can/component-version.h

-64
This file was deleted.

variants/feather_m4_can/component/ac.h

-598
This file was deleted.

variants/feather_m4_can/component/adc.h

-871
This file was deleted.

variants/feather_m4_can/component/aes.h

-375
This file was deleted.

variants/feather_m4_can/component/can.h

-3,187
This file was deleted.

variants/feather_m4_can/component/ccl.h

-228
This file was deleted.

variants/feather_m4_can/component/cmcc.h

-357
This file was deleted.

variants/feather_m4_can/component/dac.h

-544
This file was deleted.

variants/feather_m4_can/component/dmac.h

-1,416
This file was deleted.

variants/feather_m4_can/component/dsu.h

-647
This file was deleted.

variants/feather_m4_can/component/eic.h

-497
This file was deleted.

variants/feather_m4_can/component/evsys.h

-587
This file was deleted.

variants/feather_m4_can/component/freqm.h

-233
This file was deleted.

0 commit comments

Comments
 (0)