forked from nrfconnect/sdk-zephyr
-
Couldn't load subscription status.
- Fork 0
Status pr #34
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
Open
PerMac
wants to merge
511
commits into
main
Choose a base branch
from
status_pr
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
…n settings work item" This reverts commit dab6fbf. Signed-off-by: Robert Lubos <[email protected]>
… data in settings work" This reverts commit dd149c1. Signed-off-by: Robert Lubos <[email protected]>
…g mesh settings" This reverts commit d764834. Signed-off-by: Robert Lubos <[email protected]>
…ynchronously" This reverts commit 585a48b. Signed-off-by: Robert Lubos <[email protected]>
… to settings work item" This reverts commit 341b076. Signed-off-by: Robert Lubos <[email protected]>
…n docs" This reverts commit 428fefd. Signed-off-by: Robert Lubos <[email protected]>
…cons" This reverts commit 134a065. Signed-off-by: Robert Lubos <[email protected]>
…Data Client" This reverts commit 57d4f11. Signed-off-by: Robert Lubos <[email protected]>
… in LCD Client" This reverts commit 0074273. Signed-off-by: Robert Lubos <[email protected]>
…macro in LCD Client" This reverts commit 7e63dfc. Signed-off-by: Robert Lubos <[email protected]>
…ion" This reverts commit 36961d6. Signed-off-by: Robert Lubos <[email protected]>
… use build number" This reverts commit 63516e4. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 977d57d. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 518e45a. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 91b6eaa. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 4e087cc. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit d193109. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 30e2e33. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit e50f484. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit bf31d73. Signed-off-by: Robert Lubos <[email protected]>
…y gain/loss" This reverts commit 3b0ca1e. Signed-off-by: Robert Lubos <[email protected]>
…gr ignore_iface" This reverts commit 2eee4cb. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 734675e. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 160fd21. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 606e61f. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 56a8441. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit af4070a. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit dc47180. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 62ed73d. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 031eb6e. Signed-off-by: Robert Lubos <[email protected]>
The support for capability IEEE802154_OPENTHREAD_HW_MULTIPLE_CCA is added to the ieee802154_nrf5 driver. Signed-off-by: Andrzej Kuroś <[email protected]> (cherry picked from commit 9babac9)
Fix a couple of bugs introduced with last commits related to multiple CCA support. Signed-off-by: Eduardo Montoya <[email protected]> (cherry picked from commit f4d54fa)
This commit brings in hal_nordic with nRF 802.15.4 Radio Driver. Signed-off-by: Andrzej Kuroś <[email protected]> (cherry picked from commit 69ae6ce)
…djust The prototype of `nrf_802154_energy_detected` callout has changed. This commit adjusts to this change. Signed-off-by: Andrzej Kuroś <[email protected]> (cherry picked from commit 04d3dcb)
This commit removes deprecated GPIOTE platform abstraction for nRF IEEE 802.15.4 radio driver. Upstream PR: zephyrproject-rtos/zephyr#61691 Signed-off-by: Jędrzej Ciupis <[email protected]>
The nRF HW models have been updated to include the following fixes and improvements: * RADIO: Bugfix if DISABLE or STOP during first us of TxStart * File opening: Create folders if missing * TIMER: Completed, including all count functionality Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit 71b132e) Signed-off-by: Ilhan Ates <[email protected]>
The nRF HW models have been updated to include the following fixes and improvements: * TIMER: Add missing HAL function override * TIMER: Added notes about minor differences Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit a419f9b) Signed-off-by: Ilhan Ates <[email protected]>
The nRF HW models have been updated to include the following fixes and improvements: * TIMER: Fix bogus events/interrupts if shorts where used * PPI: Handle well an event triggering a task twice Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit b423314) Signed-off-by: Ilhan Ates <[email protected]>
There is no need to run those for all PRs. For example: When there are only changes to Bluetooth, we don't want this CI to run. Adding these filters may speedup the time to merge for PRs to sdk-nrf Signed-off-by: Rubin Gerritsen <[email protected]>
Support for legacy types has been added primarily to identify in scan results. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 8c022fc)
Fix doxygen formatting and add comments. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 5ec3650)
Add Wi-Fi management docs and APIs. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 3e1681e)
Fix TWT comment to conform to doxygen style. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 94e0e10)
Modify the way the scan type option is passed to the wifi scan command. This makes it flexible to add more scan options. Upstream PR: zephyrproject-rtos/zephyr#60686 Signed-off-by: Sachin D Kulkarni <[email protected]>
…bands Added scan extension to support scanning individual Wi-Fi bands or combinations thereof. Upstream PR: zephyrproject-rtos/zephyr#60686 Signed-off-by: Sachin D Kulkarni <[email protected]>
… times Add scan extension to control time spent on active scan channels. Upstream PR: zephyrproject-rtos/zephyr#60686 Signed-off-by: Sachin D Kulkarni <[email protected]>
…l times Add scan extension to control scanning time spent on channels where passive scanning is used. Upstream PR: zephyrproject-rtos/zephyr#60686 Signed-off-by: Sachin D Kulkarni <[email protected]>
Add scan extension to scan only for specific SSIDs. Upstream PR: zephyrproject-rtos/zephyr#60686 Signed-off-by: Sachin D Kulkarni <[email protected]>
Add scan extension to allow limiting the scan results to a user defined maximum number. This parameter is intended to return results with the best RSSI. It cannot be counted upon to limit the scan times since the Wi-Fi chips might have to scan all the channels to find APs with the best RSSI values across all channels. Upstream PR: zephyrproject-rtos/zephyr#60686 Signed-off-by: Sachin D Kulkarni <[email protected]>
Add scan extension to allow limiting the scanning to specific channels. Only 20 MHz channel specifications are allowed presently. Upstream PR: zephyrproject-rtos/zephyr#60686 Signed-off-by: Sachin D Kulkarni <[email protected]>
Add a scan command option to print the help text for the scan command. This is to facilitate ease of using the command (since now there are many different options added to the scan command). Upstream PR: zephyrproject-rtos/zephyr#60686 Signed-off-by: Sachin D Kulkarni <[email protected]>
Add defensive check to validate scan command parameters. Upstream PR: zephyrproject-rtos/zephyr#60686 Signed-off-by: Sachin D Kulkarni <[email protected]>
Changed Add to Enable in help text to convey the intended use of the Kconfig NET_L2_WIFI_MGMT. Upstream PR: zephyrproject-rtos/zephyr#60686 Signed-off-by: Sachin D Kulkarni <[email protected]>
…list strtok_r is part of GNU99, but default Zephyr is built with C99, so, the GNU headers are not pulled in, even if we add "--std=gnu99" it won't override the C99 standard. As a workaround for build we redefine the prototype, but this causes a coding guideline warning, so, for now disable this warning for strtok_r. Upstream PR: zephyrproject-rtos/zephyr#60686 Signed-off-by: Sachin D Kulkarni <[email protected]>
Enhance wifi_mgmt group documentation by : - Hiding some internal entities i.e. the human-readable strings defined in the various static const char * const arrays, by marking them as @cond INTERNAL_HIDDEN blocks. - Moving the Wi-Fi management API page under the networking group and adding a human readable name. Upstream PR: zephyrproject-rtos/zephyr#60686 Signed-off-by: Sachin D Kulkarni <[email protected]>
Thingy91 CI tests dependencies added. Signed-off-by: Jørgen Kvalvaag <[email protected]>
MCUmgr client upload max data payload length was missing Transport layer CRC + 16bit lenght. Full net buf packet was possible to send but receiver side it was blocked because there was not space for calculate CRC and length. Signed-off-by: Juha Heiskanen <[email protected]> (cherry picked from commit ea84ef5)
Extended the github CI filter for crypto and TF-M tests to reduce the CI load and possibly speed up PRs. Signed-off-by: Magne Værnes <[email protected]>
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.
No description provided.