-
Notifications
You must be signed in to change notification settings - Fork 56
Conversation
CC: @SeppoTakalo |
e18c175
to
3c32c01
Compare
@yogpan01 , would you please review? This PR should be merged once ARMmbed/mbed-os#3240 is merged to mbed OS and the new mbed OS release is used by this application. |
@SeppoTakalo You can merge this PR whenever you are ready with the merged changes. |
@yogpan01 I don't have write access, so I cannot merge. However, this is not time critical as these should be used only after the linked in PR appears at mbed OS public release. |
Please do not merge this yet. During OOB 5.3, we tested the GW binaries in the mbed-OS-5.3 branch and was working ok, so it's stable (even if it doesn't have the latest features). We could merge this for a patch release of this example (e.g. 5.3.1). Thanks. |
@artokin - can you rebase this patch, please? |
Are these still hard-coded to channel 12? |
I don't know if there's any way to have the channel as a dynamic parameter, hard-coding a channel to a binary sounds a bit dubious. Code size shouldn't grow too much if we give it in as a parameter via the JSON. |
d7afcd7
to
abf3a1d
Compare
@jankii01 , rebased. These binaries are hard-coded to channel 12. |
rebuild |
Uhm.. are these quite old? We are now in Nanostack v6.0.1, and that is going to be released on mbed OS 5.4 |
Yep, these are old - we were told not to merge these to mbedOS 5.3... So, bring in new ones! |
be5e65a
to
9ba0721
Compare
GW binaries are updated to use nanostackv6.0.1. |
Modify the mbed_app.json also accordingly? also, do we have some inconsistent chmod issues? Try chmod a-x for all those files? 100644 → 100755 |
Update 6LoWPAN Gateway binaries to match sal-stack-nanostack#v6.0.1. Update thread configuration file as Thread channel is changed from channel 12 to channel 22 and PANID 0700.
9ba0721
to
d48cf49
Compare
good, thread jconfiguration file and binary permissions updated. |
@artokin @SeppoTakalo - I think the mbedOS 5.4 stuff is now overriding this, so we can close this PR? |
Yes. |
Update 6LoWPAN Gateway binaries to match sal-stack-nanostack#v5.0.7.