-
Notifications
You must be signed in to change notification settings - Fork 630
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
Mod carrier #2331
Merged
Merged
Mod carrier #2331
+201
−6
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
canisLupus1313
requested review from
ankuns,
rlubos and
jukkar
as code owners
December 3, 2024 14:13
canisLupus1313
force-pushed
the
mod_carrier
branch
2 times, most recently
from
December 3, 2024 14:32
5a094fa
to
d9a4c65
Compare
bpienk
approved these changes
Dec 4, 2024
ankuns
approved these changes
Dec 4, 2024
alxelax
approved these changes
Dec 4, 2024
canisLupus1313
force-pushed
the
mod_carrier
branch
4 times, most recently
from
December 5, 2024 07:26
0805f85
to
22ed697
Compare
jukkar
requested review from
anangl,
carlescufi,
de-nordic,
nordic-krch and
a team
as code owners
December 5, 2024 13:56
…TXCHANNEL The Kconfig `IEEE802154_SELECTIVE_TXCHANNEL` is added along with the new capability `IEEE802154_HW_SELECTIVE_TXCHANNEL`. The new capability of the ieee802154 drivers allows to schedule CSL transmissions as stated in IEEE 802.15.4-2020 chapter 6.12.2.7 CSL over multiple channels. The benefit of the new API is that additional call to `ieee802154_radio_api::set_channel()` is not required. The drivers will switch to the new channel as late as possible for CSL transmissions thus will not interrupt any reception that might be in progress until the very late moment when the transmission actually starts. This improves reception performance when CSL transmissions are used. Signed-off-by: Damian Krolik <[email protected]> Signed-off-by: Andrzej Kuroś <[email protected]> (cherry picked from commit 2fbba82)
…e transmission. Added new API function to start modulated carrier wave transmission Signed-off-by: Przemyslaw Bida <[email protected]> (cherry picked from commit e0f94f882309679c6e8133fdcf25fa8878748ecc)
canisLupus1313
force-pushed
the
mod_carrier
branch
from
December 5, 2024 15:12
22ed697
to
0a6c911
Compare
removed milestone as it was added too late |
…odule. Commit add `modcarrier` shell command for Openthread diagnostic mode. Command can transmit modulated carrier out of device for test purposes. Signed-off-by: Przemyslaw Bida <[email protected]> (cherry picked from commit 63e1bb41b103426a15b53e2dcaaf53655b3bafb8)
canisLupus1313
force-pushed
the
mod_carrier
branch
from
December 6, 2024 09:00
0a6c911
to
f35376b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cherry-pick commits that introduce modcarrier command in openthread diags.