File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ using the ATECC508A or ATECC608A and WINC1500 with a selection of energy efficen
15
15
16
16
#### Microcontrollers or SOCs:
17
17
* ATSAMD21 (ARM Cortex-M0)
18
+ * ATSAMG55 (ARM Cortex-M4)
18
19
* ATSAMW25 (ARM Cortex-M0)
19
20
* Raspberry Pi
20
21
@@ -23,10 +24,13 @@ using the ATECC508A or ATECC608A and WINC1500 with a selection of energy efficen
23
24
These examples were built with [ Atmel Studio 7] ( http://www.atmel.com/microsite/atmel-studio/ )
24
25
25
26
ATSAMD21 Quick Start
26
- /boards/gcp_iot_core_samd21.atsln
27
+ ``` /boards/gcp_iot_core_samd21.atsln ```
28
+
29
+ ATSAMG55 Quick Start
30
+ ``` /boards/gcp_iot_core_samg55.atsln ```
27
31
28
32
ATSAMW25 Quick Start
29
- /boards/gcp_iot_core_samw25.atsln
33
+ ``` /boards/gcp_iot_core_samw25.atsln ```
30
34
31
35
### Getting Started
32
36
You can’t perform that action at this time.
0 commit comments