Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: configs/Wisun_Stm_s2lp_RF.json
- Revision:
- 94:0c008659750c
- Parent:
- 92:7faf6dcb791f
- Child:
- 105:d9f83743ed4f
diff -r 6c98c32f59e1 -r 0c008659750c configs/Wisun_Stm_s2lp_RF.json
--- a/configs/Wisun_Stm_s2lp_RF.json Mon Mar 11 14:02:41 2019 +0000
+++ b/configs/Wisun_Stm_s2lp_RF.json Thu Mar 14 16:02:36 2019 +0000
@@ -43,8 +43,26 @@
"operating-mode": 255,
"uc-fixed-channel": "0xffff",
"bc-fixed-channel": "0xffff",
- "network-name": "\"Wi-SUN Network\""
+ "network-name": "\"Wi-SUN Network\"",
+ "certificate-header": {
+ "help": "Certificate header",
+ "value": "\"wisun_certificates.h\""
+ },
+ "root-certificate": {
+ "help": "Root certificate in PEM format (must be a null terminated c-string)",
+ "value": "WISUN_ROOT_CERTIFICATE"
+ },
+ "own-certificate": {
+ "help": "Own certificate in PEM format (must be a null terminated c-string)",
+ "value": "WISUN_SERVER_CERTIFICATE"
+ },
+ "own-certificate-key": {
+ "help": "Own certificate's key in PEM format (must be a null terminated c-string)",
+ "value": "WISUN_SERVER_KEY"
+ }
+
},
+ "macros": ["MBEDTLS_USER_CONFIG_FILE=\"source/mbedtls_wisun_config.h\""],
"target_overrides": {
"*": {
"target.network-default-interface-type": "ETHERNET",