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.
Revision 22:d9bc10bbc433, committed 2017-06-29
- Comitter:
- mfiore
- Date:
- Thu Jun 29 15:31:22 2017 +0000
- Parent:
- 21:09d05faf0e13
- Child:
- 23:4c494ddeb4fd
- Commit message:
- support IN865 channel plan. update mbed-os to 5.4.7
Changed in this revision
--- a/examples/example_config.h Fri Jun 09 08:31:21 2017 -0500 +++ b/examples/example_config.h Thu Jun 29 15:31:22 2017 +0000 @@ -20,6 +20,7 @@ // CP_KR920 // CP_AS923 // CP_AS923_JAPAN +// CP_IN865 #if !defined(CHANNEL_PLAN) #define CHANNEL_PLAN CP_US915 #endif
--- a/examples/src/auto_ota_example.cpp Fri Jun 09 08:31:21 2017 -0500
+++ b/examples/src/auto_ota_example.cpp Thu Jun 29 15:31:22 2017 +0000
@@ -69,6 +69,8 @@
plan = new lora::ChannelPlan_AS923();
#elif CHANNEL_PLAN == CP_AS923_JAPAN
plan = new lora::ChannelPlan_AS923_Japan();
+#elif CHANNEL_PLAN == CP_IN865
+ plan = new lora::ChannelPlan_IN865();
#endif
assert(plan);
--- a/examples/src/class_c_example.cpp Fri Jun 09 08:31:21 2017 -0500
+++ b/examples/src/class_c_example.cpp Thu Jun 29 15:31:22 2017 +0000
@@ -63,6 +63,8 @@
plan = new lora::ChannelPlan_AS923();
#elif CHANNEL_PLAN == CP_AS923_JAPAN
plan = new lora::ChannelPlan_AS923_Japan();
+#elif CHANNEL_PLAN == CP_IN865
+ plan = new lora::ChannelPlan_IN865();
#endif
assert(plan);
--- a/examples/src/manual_example.cpp Fri Jun 09 08:31:21 2017 -0500
+++ b/examples/src/manual_example.cpp Thu Jun 29 15:31:22 2017 +0000
@@ -66,6 +66,8 @@
plan = new lora::ChannelPlan_AS923();
#elif CHANNEL_PLAN == CP_AS923_JAPAN
plan = new lora::ChannelPlan_AS923_Japan();
+#elif CHANNEL_PLAN == CP_IN865
+ plan = new lora::ChannelPlan_IN865();
#endif
assert(plan);
--- a/examples/src/ota_example.cpp Fri Jun 09 08:31:21 2017 -0500
+++ b/examples/src/ota_example.cpp Thu Jun 29 15:31:22 2017 +0000
@@ -69,6 +69,8 @@
plan = new lora::ChannelPlan_AS923();
#elif CHANNEL_PLAN == CP_AS923_JAPAN
plan = new lora::ChannelPlan_AS923_Japan();
+#elif CHANNEL_PLAN == CP_IN865
+ plan = new lora::ChannelPlan_IN865();
#endif
assert(plan);
--- a/examples/src/peer_to_peer_example.cpp Fri Jun 09 08:31:21 2017 -0500
+++ b/examples/src/peer_to_peer_example.cpp Thu Jun 29 15:31:22 2017 +0000
@@ -59,6 +59,8 @@
plan = new lora::ChannelPlan_AS923();
#elif CHANNEL_PLAN == CP_AS923_JAPAN
plan = new lora::ChannelPlan_AS923_Japan();
+#elif CHANNEL_PLAN == CP_IN865
+ plan = new lora::ChannelPlan_IN865();
#endif
assert(plan);
--- a/mbed-os.lib Fri Jun 09 08:31:21 2017 -0500 +++ b/mbed-os.lib Thu Jun 29 15:31:22 2017 +0000 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/mbed-os/#50b3418e45484ebf442b88cd935a2d5355402d7d +https://github.com/ARMmbed/mbed-os/#fc1836545dcc2fc86f03b01292b62bf2089f67c3