Skip to content

Conversation

@PerMac
Copy link
Owner

@PerMac PerMac commented Aug 25, 2023

No description provided.

rlubos added 30 commits June 28, 2023 10:32
…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]>
…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]>
… use build number"

This reverts commit 63516e4.

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]>
…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 56a8441.

Signed-off-by: Robert Lubos <[email protected]>
This reverts commit dc47180.

Signed-off-by: Robert Lubos <[email protected]>
ankuns and others added 29 commits August 18, 2023 14:02
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.