Skip to content

Commit dffa5b8

Browse files
authored
Merge pull request #291 from adafruit/use-same51-from-cmsis-atmel-tool
Use same51 from cmsis atmel tool
2 parents e340701 + c477272 commit dffa5b8

Some content is hidden

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

119 files changed

+1
-57060
lines changed

cores/arduino/Arduino.h

Lines changed: 0 additions & 5 deletions
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

Lines changed: 0 additions & 4 deletions
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

Lines changed: 0 additions & 4 deletions
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

Lines changed: 0 additions & 4 deletions
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 );

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
2121

2222
name=Adafruit SAMD (32-bits ARM Cortex-M0+ and Cortex-M4) Boards
23-
version=1.6.6
23+
version=1.6.7
2424

2525
# Compile variables
2626
# -----------------

variants/feather_m4_can/component-version.h

Lines changed: 0 additions & 64 deletions
This file was deleted.

variants/feather_m4_can/component/ac.h

Lines changed: 0 additions & 598 deletions
This file was deleted.

variants/feather_m4_can/component/adc.h

Lines changed: 0 additions & 871 deletions
This file was deleted.

variants/feather_m4_can/component/aes.h

Lines changed: 0 additions & 375 deletions
This file was deleted.

variants/feather_m4_can/component/can.h

Lines changed: 0 additions & 3187 deletions
This file was deleted.

variants/feather_m4_can/component/ccl.h

Lines changed: 0 additions & 228 deletions
This file was deleted.

variants/feather_m4_can/component/cmcc.h

Lines changed: 0 additions & 357 deletions
This file was deleted.

variants/feather_m4_can/component/dac.h

Lines changed: 0 additions & 544 deletions
This file was deleted.

variants/feather_m4_can/component/dmac.h

Lines changed: 0 additions & 1416 deletions
This file was deleted.

variants/feather_m4_can/component/dsu.h

Lines changed: 0 additions & 647 deletions
This file was deleted.

variants/feather_m4_can/component/eic.h

Lines changed: 0 additions & 497 deletions
This file was deleted.

variants/feather_m4_can/component/evsys.h

Lines changed: 0 additions & 587 deletions
This file was deleted.

variants/feather_m4_can/component/freqm.h

Lines changed: 0 additions & 233 deletions
This file was deleted.

0 commit comments

Comments
 (0)