File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 44
44
- fqbn : " arduino:samd:nano_33_iot"
45
45
artifact-name-suffix : arduino-samd-nano_33_iot
46
46
platform-name : arduino:samd
47
+ - fqbn : arduino:samd:mkrwan1300
48
+ artifact-name-suffix : arduino-samd-mkrwan1300
49
+ platform-name : arduino:samd
47
50
- fqbn : " arduino:samd:mkrgsm1400"
48
51
artifact-name-suffix : arduino-samd-mkrgsm1400
49
52
platform-name : arduino:samd
Original file line number Diff line number Diff line change 11
11
#ifndef SECURE_ELEMENT_CONFIG_H_
12
12
#define SECURE_ELEMENT_CONFIG_H_
13
13
14
- #if defined(ARDUINO_AVR_UNO_WIFI_REV2 ) || \
15
- defined(ARDUINO_SAMD_MKRWIFI1010 ) || defined(ARDUINO_SAMD_NANO_33_IOT ) || \
16
- defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKR1000 ) || \
17
- defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_PORTENTA_H7_M7 ) || \
18
- defined(ARDUINO_NANO_RP2040_CONNECT ) || defined(ARDUINO_OPTA ) || \
14
+ #if defined(ARDUINO_AVR_UNO_WIFI_REV2 ) || \
15
+ defined(ARDUINO_SAMD_MKRWAN1300 ) || defined(ARDUINO_SAMD_MKRWAN1310 ) || \
16
+ defined(ARDUINO_SAMD_MKRWIFI1010 ) || defined(ARDUINO_SAMD_NANO_33_IOT ) || \
17
+ defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKR1000 ) || \
18
+ defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_PORTENTA_H7_M7 ) || \
19
+ defined(ARDUINO_NANO_RP2040_CONNECT ) || defined(ARDUINO_OPTA ) || \
19
20
defined(ARDUINO_GIGA )
20
21
#define SECURE_ELEMENT_IS_ECCX08
21
22
#endif
You can’t perform that action at this time.
0 commit comments