Skip to content

Use same51 from cmsis atmel tool #291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions cores/arduino/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ extern "C"{

// Include Atmel headers
#include "sam.h"

#ifdef __SAME51J19A__
#include "same51j19a.h"
#endif

#include "wiring_constants.h"

#define clockCyclesPerMicrosecond() ( SystemCoreClock / 1000000L )
Expand Down
4 changes: 0 additions & 4 deletions cores/arduino/SERCOM.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@

#include "sam.h"

#ifdef __SAME51J19A__
#include "same51j19a.h"
#endif

// SAMD51 has configurable MAX_SPI, else use peripheral clock default.
// Update: changing MAX_SPI via compiler flags is DEPRECATED, because
// this affects ALL SPI peripherals including some that should NOT be
Expand Down
4 changes: 0 additions & 4 deletions cores/arduino/WVariant.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@

#pragma once

#ifdef __SAME51J19A__
#include "same51j19a.h"
#endif

#include <stdint.h>
#include "sam.h"
#include <limits.h>
Expand Down
4 changes: 0 additions & 4 deletions cores/arduino/wiring_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ extern "C" {
// Includes Atmel CMSIS
#include "sam.h"

#ifdef __SAME51J19A__
#include "same51j19a.h"
#endif

#include "wiring_constants.h"

int pinPeripheral( uint32_t ulPin, EPioType ulPeripheral );
Expand Down
2 changes: 1 addition & 1 deletion platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification

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

# Compile variables
# -----------------
Expand Down
64 changes: 0 additions & 64 deletions variants/feather_m4_can/component-version.h

This file was deleted.

598 changes: 0 additions & 598 deletions variants/feather_m4_can/component/ac.h

This file was deleted.

871 changes: 0 additions & 871 deletions variants/feather_m4_can/component/adc.h

This file was deleted.

375 changes: 0 additions & 375 deletions variants/feather_m4_can/component/aes.h

This file was deleted.

3,187 changes: 0 additions & 3,187 deletions variants/feather_m4_can/component/can.h

This file was deleted.

228 changes: 0 additions & 228 deletions variants/feather_m4_can/component/ccl.h

This file was deleted.

357 changes: 0 additions & 357 deletions variants/feather_m4_can/component/cmcc.h

This file was deleted.

544 changes: 0 additions & 544 deletions variants/feather_m4_can/component/dac.h

This file was deleted.

1,416 changes: 0 additions & 1,416 deletions variants/feather_m4_can/component/dmac.h

This file was deleted.

647 changes: 0 additions & 647 deletions variants/feather_m4_can/component/dsu.h

This file was deleted.

497 changes: 0 additions & 497 deletions variants/feather_m4_can/component/eic.h

This file was deleted.

587 changes: 0 additions & 587 deletions variants/feather_m4_can/component/evsys.h

This file was deleted.

233 changes: 0 additions & 233 deletions variants/feather_m4_can/component/freqm.h

This file was deleted.

Loading