-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
doc: Add release notes for 3.0.0 #21339
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
b6163df
to
617fcdc
Compare
617fcdc
to
d45d318
Compare
d45d318
to
c645ac8
Compare
c645ac8
to
057bd3c
Compare
bb144b7
to
2f0dfb7
Compare
3b0395e
to
50bcbcf
Compare
50bcbcf
to
3ed0196
Compare
Machine learning | ||
---------------- | ||
|
||
* Updated the application to enable the :ref:`Zephyr Memory Storage (ZMS) <zephyr:zms_api>` file system for the :ref:`zephyr:nrf54h20dk_nrf54h20` board. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Updated the application to enable the :ref:`Zephyr Memory Storage (ZMS) <zephyr:zms_api>` file system for the :ref:`zephyr:nrf54h20dk_nrf54h20` board. | |
* Updated the application to enable the :ref:`Zephyr Memory Storage (ZMS) <zephyr:zms_api>` file system for the :ref:`zephyr:nrf54h20dk_nrf54h20` board. | |
* Update the Edge Impulse URI configuration to use the new model location. |
After this one: #21423 is merged.
============================= | ||
|
||
* Added HMAC SHA-256 with a 128-bit key type to KMU, as detailed in the :ref:`ug_nrf54l_crypto_kmu_supported_key_types` documentation section. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added workaround for nRF54L15 Errata 30. Use
CLOCK_CONTROL_NRF_HF_CALIBRATION=y
symbol to explicitly activate the workaround. Consequence of activating the workaround might be increased power consumption due to periodic CPU wake-up, so use it only if errata conditions are met. Note that the workaround is already included in MPSL component, so the solution is applicable needed only if your application does not utilize MPSL.
Once #21391 is merged (and backported to v3.0 branch)
Add release notes for 3.0.0 Signed-off-by: Uma Praseeda <uma.praseeda@nordicsemi.no>
3ed0196
to
f33c9bf
Compare
* The ``dongle`` and ``release_dongle`` application configurations for the nRF54H20 Development Kit (``nrf54h20dk/nrf54h20/cpuapp``). | ||
The configurations act as a HID dongle. | ||
|
||
* Updated: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add under nRF Desktop updated (assuming #21466 goes in):
* Disabled the UDC DWC2 DMA support (:kconfig:option:`CONFIG_UDC_DWC2_DMA`) on nRF54H20 DK.
The DMA support is experimental, disabling the feature improves USB HID stability.
Since nRF Desktop uses only small HID reports (report size is smaller than 64 bytes), the DMA doesn't improve performance.
|
||
Wi-Fi samples | ||
------------- | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
Added support for
nrf7002eb2
with nRF54 Series devices in the following samples:- :ref:
wifi_station_sample
- :ref:
wifi_scan_sample
- :ref:
wifi_shell_sample
- :ref:
wifi_radio_test_sd
- :ref:
wifi_radio_test
- :ref:
wifi_softap_sample
- :ref:
wifi_shutdown_sample
- :ref:
wifi_twt_sample
- :ref:
wifi_offloaded_raw_tx_packet_sample
- :ref:
wifi_raw_tx_packet_sample
- :ref:
_ble_wifi_provision
- :ref:
|
||
Networking samples | ||
------------------ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
Added support for
nrf7002eb2
withnrf54l15dk/nrf54l15/cpuapp
device in the following samples:- :ref:
aws_iot
- :ref:
download_sample
- :ref:
net_coap_client_sample
- :ref:
https_client
- :ref:
mqtt_sample
- :ref:
udp_sample
- :ref:
|
||
* Added the possibility of using more GPIOs. | ||
Earlier, only **GPIO0** and **GPIO1** devices were supported. | ||
Now, the generic solution supports all GPIOs available in the DTS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add under caf_buttons
(related to #21482):
* Added :c:struct:`power_off_event` handling to prevent entering system off state with GPIO interrupt disabled.
Entering system off state with GPIO interrupt disabled would make CAF Buttons unable to trigger wakeup from the system off state on button press.
Add release notes for 3.0.0