-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support firmware extensions #611
Conversation
This is VERY interesting !! |
By the way, filtering multicast frames commands that have the same TSN from the same source and destination shall it being in the firmware or in bellows then the factory one is not doing it so normally getting multiple events with the same command ? |
e0f9938
to
893ea70
Compare
Firmware side is here: NabuCasa/silabs-firmware-builder#57 You can try pre-built firmwares for the SkyConnect and Yellow as well: https://github.com/NabuCasa/silabs-firmware-builder/actions/runs/8945075022#artifacts |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #611 +/- ##
==========================================
+ Coverage 99.16% 99.20% +0.03%
==========================================
Files 50 51 +1
Lines 3482 3639 +157
==========================================
+ Hits 3453 3610 +157
Misses 29 29 ☔ View full report in Codecov by Sentry. |
55690bd
to
0f6ad34
Compare
f391150
to
6c6fc0a
Compare
0084b8e
to
a91399d
Compare
Firmware side: NabuCasa/silabs-firmware-builder#57
Support firmware extensions that expose functionality not present in stock EmberZNet. As a demo, I've implemented a custom EmberZNet packet filter that should ensure all group traffic is passed through without needing to add the NCP to the group beforehand. This removes the need for
bellows.multicast
.