Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 7cb7fa7

Browse files
Ashok RaoJanne Kiiskilä
authored andcommitted
Enabling SiLabs ThunderBoard Sense 2
1 parent 896eb08 commit 7cb7fa7

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

configs/mesh_thread.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"value": "MESH_THREAD"
66
},
77
"mesh_radio_type": {
8-
"help": "options are ATMEL, MCR20",
8+
"help": "options are ATMEL, MCR20, EFR32",
99
"value": "ATMEL"
1010
}
1111
},

easy-connect.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/easy-connect/#7422ed0676155435a30851e6ffd6c75660a6577e
1+
https://github.com/ARMmbed/easy-connect/#211cdf2bfa33387ce3efe0299aa126788cd98cf5

mbed_app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"value": "ETHERNET"
66
},
77
"mesh_radio_type": {
8-
"help": "options are ATMEL, MCR20, SPIRIT1",
9-
"value": "ATMEL"
8+
"help": "options are ATMEL, MCR20, SPIRIT1, EFR32",
9+
"value": "EFR32"
1010
},
1111
"wifi-ssid": {
1212
"help": "WiFi SSID",

simpleclient.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#define ATMEL 5
3737
#define MCR20 6
3838
#define SPIRIT1 7
39+
#define EFR32 8
3940

4041
#define STRINGIFY(s) #s
4142

0 commit comments

Comments
 (0)