Skip to content

Commit

Permalink
Merge pull request #20 from pennam/mkrwan
Browse files Browse the repository at this point in the history
Add support for MKRWAN
  • Loading branch information
pennam authored Dec 3, 2024
2 parents 3a48015 + 720f90e commit 1b9b7fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- fqbn: "arduino:samd:nano_33_iot"
artifact-name-suffix: arduino-samd-nano_33_iot
platform-name: arduino:samd
- fqbn: arduino:samd:mkrwan1300
artifact-name-suffix: arduino-samd-mkrwan1300
platform-name: arduino:samd
- fqbn: "arduino:samd:mkrgsm1400"
artifact-name-suffix: arduino-samd-mkrgsm1400
platform-name: arduino:samd
Expand Down
11 changes: 6 additions & 5 deletions src/SecureElementConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
#ifndef SECURE_ELEMENT_CONFIG_H_
#define SECURE_ELEMENT_CONFIG_H_

#if defined(ARDUINO_AVR_UNO_WIFI_REV2) || \
defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_NANO_33_IOT) || \
defined(ARDUINO_SAMD_MKRGSM1400) || defined(ARDUINO_SAMD_MKR1000) || \
defined(ARDUINO_SAMD_MKRNB1500) || defined(ARDUINO_PORTENTA_H7_M7) || \
defined(ARDUINO_NANO_RP2040_CONNECT) || defined(ARDUINO_OPTA) || \
#if defined(ARDUINO_AVR_UNO_WIFI_REV2) ||\
defined(ARDUINO_SAMD_MKRWAN1300) || defined(ARDUINO_SAMD_MKRWAN1310) ||\
defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_NANO_33_IOT) ||\
defined(ARDUINO_SAMD_MKRGSM1400) || defined(ARDUINO_SAMD_MKR1000) ||\
defined(ARDUINO_SAMD_MKRNB1500) || defined(ARDUINO_PORTENTA_H7_M7) ||\
defined(ARDUINO_NANO_RP2040_CONNECT) || defined(ARDUINO_OPTA) ||\
defined(ARDUINO_GIGA)
#define SECURE_ELEMENT_IS_ECCX08
#endif
Expand Down

0 comments on commit 1b9b7fb

Please sign in to comment.