Skip to content

Commit 81357f9

Browse files
committed
doc: update documentation on release
[KRKNWK-17045] Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
1 parent e9461ab commit 81357f9

3 files changed

Lines changed: 27 additions & 12 deletions

File tree

doc/setting_up_sidewalk_environment/requirements.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,23 +72,23 @@ Values are provided in kilobytes (KB).
7272
+-------------------------------------------------------------------+---------------+-------------------+---------------------+-------------+-------------+
7373
| Sample | MCUboot ROM | Application ROM | Sidewalk Settings | Total ROM | Total RAM |
7474
+===================================================================+===============+===================+=====================+=============+=============+
75-
| :ref:`Sensor monitoring <sensor_monitoring>` (Bluetooth LE Debug) | 0 | 384 | 32 | 416 | 78 |
75+
| :ref:`Sensor monitoring <sensor_monitoring>` (Bluetooth LE Debug) | 0 | 386 | 32 | 418 | 78 |
7676
+-------------------------------------------------------------------+---------------+-------------------+---------------------+-------------+-------------+
77-
| :ref:`Sensor monitoring <sensor_monitoring>` (FSK Debug) | 0 | 517 | 32 | 549 | 98 |
77+
| :ref:`Sensor monitoring <sensor_monitoring>` (FSK Debug) | 0 | 522 | 32 | 554 | 99 |
7878
+-------------------------------------------------------------------+---------------+-------------------+---------------------+-------------+-------------+
79-
| :ref:`Sensor monitoring <sensor_monitoring>` (LoRa Debug) | 0 | 482 | 32 | 514 | 98 |
79+
| :ref:`Sensor monitoring <sensor_monitoring>` (LoRa Debug) | 0 | 484 | 32 | 516 | 98 |
8080
+-------------------------------------------------------------------+---------------+-------------------+---------------------+-------------+-------------+
81-
| :ref:`Template sub-GHz <template_subghz>` (FSK Debug) | 36 | 525 | 32 | 593 | 96 |
81+
| :ref:`Template sub-GHz <template_subghz>` (FSK Debug) | 36 | 534 | 32 | 602 | 109 |
8282
+-------------------------------------------------------------------+---------------+-------------------+---------------------+-------------+-------------+
83-
| :ref:`Template sub-GHz <template_subghz>` (FSK Release) | 36 | 464 | 32 | 532 | 92 |
83+
| :ref:`Template sub-GHz <template_subghz>` (FSK Release) | 36 | 470 | 32 | 538 | 105 |
8484
+-------------------------------------------------------------------+---------------+-------------------+---------------------+-------------+-------------+
85-
| :ref:`Template sub-GHz <template_subghz>` (LoRa Debug) | 36 | 491 | 32 | 559 | 95 |
85+
| :ref:`Template sub-GHz <template_subghz>` (LoRa Debug) | 36 | 497 | 32 | 565 | 108 |
8686
+-------------------------------------------------------------------+---------------+-------------------+---------------------+-------------+-------------+
87-
| :ref:`Template sub-GHz <template_subghz>` (LoRa Release) | 36 | 423 | 32 | 491 | 91 |
87+
| :ref:`Template sub-GHz <template_subghz>` (LoRa Release) | 36 | 426 | 32 | 494 | 104 |
8888
+-------------------------------------------------------------------+---------------+-------------------+---------------------+-------------+-------------+
89-
| :ref:`Template Bluetooth LE <template_ble>` (Debug) | 36 | 393 | 28 | 457 | 78 |
89+
| :ref:`Template Bluetooth LE <template_ble>` (Debug) | 36 | 399 | 28 | 463 | 91 |
9090
+-------------------------------------------------------------------+---------------+-------------------+---------------------+-------------+-------------+
91-
| :ref:`Template Bluetooth LE <template_ble>` (Release) | 36 | 330 | 28 | 394 | 74 |
91+
| :ref:`Template Bluetooth LE <template_ble>` (Release) | 36 | 332 | 28 | 396 | 87 |
9292
+-------------------------------------------------------------------+---------------+-------------------+---------------------+-------------+-------------+
9393

9494
.. _Amazon developer account: https://developer.amazon.com/dashboard

doc/sidewalk_known_issues.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Known issues
55

66
See the list of known issues that are valid for the current state of development.
77

8-
v1.14.3
8+
v1.14.4
99
-------
10-
* KRKNWK-16402: DFU failure on unregistered devices.
11-
Workaround is to enter the DFU mode when the device is registered.
10+
* KRKNWK-17035: Sensor monitor uplink messages are lost when the notification period is longer than 30 seconds.
11+
If the notification period is set to longer than 30 seconds, the sensor monitor uplink messages are lost.
12+
For this reason, the notification period is set to 15 seconds by default.
1213

1314
* KRKNWK-14583: Bus fault after flash, before the :file:`Nordic_MFG.hex` data flash.
1415
For sub-GHz samples, when the :file:`Nordic_MFG.hex` file is missing, the device throws a hard fault during initializing the Sidewalk stack.

doc/sidewalk_release_notes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ Release notes
55

66
See the release notes for the information about specific Sidewalk support releases for nRF Connect SDK.
77

8+
[v1.14.4] - 06/05/2023
9+
----------------------
10+
11+
* Released Sidewalk based on the nRF Connect SDK v2.4.0.
12+
* Moved the Semtech pins configuration to DTS.
13+
* Changed the DFU mode behavior.
14+
The device now resets before entering the DFU mode.
15+
* Added notifying through LEDs whenever the device enters the DFU mode.
16+
* Automated the repository maintenance with GitHub Actions.
17+
* Added a link status for every transport in the serial log.
18+
* Added the `AWS IoT Core tools repository`_ to the west manifest file.
19+
820
[v1.14.3] - 03/22/2023
921
----------------------
1022

@@ -20,3 +32,5 @@ See the release notes for the information about specific Sidewalk support releas
2032

2133
* Committed Sidewalk libraries v1.14.
2234
* Added documentation preview for development.
35+
36+
.. _AWS IoT Core tools repository: https://github.com/aws-samples/aws-iot-core-for-amazon-sidewalk-sample-app

0 commit comments

Comments
 (0)