Skip to content

Commit 45d7960

Browse files
committed
doc: bring back changelog post 1.0.0 release
Standard post-release doc updates plus fixing some leftover comments from the release PR. Signed-off-by: Bartosz Gentkowski <bartosz.gentkowski@nordicsemi.no>
1 parent 7fdf240 commit 45d7960

5 files changed

Lines changed: 8 additions & 10 deletions

File tree

doc/nrf-bm/app_dev/dfu/memory_partitioning.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ The recommended sizes are based on the configuration used in |BMshort|.
133133
.. note::
134134
The sizes and configurations of slot0 and slot1 are asymmetrical.
135135

136-
* **DK board** - Represents the partition size that you can find in the board definition files (.dts) that have been defined for the MCUboot board target in |BMshort|.
137-
These sizes are not optimized but set large enough to provide enough memory to do development on multiple domains without having to adjust the partition size.
136+
* **DK board** - Represents the partition size that you can find in the board definition files (:file:`.dts`) that have been defined for the MCUboot board target in |BMshort|.
137+
These sizes are not optimized but set large enough to provide enough memory for development on multiple domains without having to adjust the partition size.
138138

139139
* **Development** - Represents the partition size that can be used to maximize the application space (``slot0_partition`` and ``storage_partition``) when running with default configuration of the MCUboot and firmware loader project.
140140
This setting does not include extra space in the ``slot1_partition`` to accommodate for updates without the risk of having to adjust the partition size.
@@ -149,7 +149,7 @@ The recommended sizes are based on the configuration used in |BMshort|.
149149
Optimizing your project for release
150150
***********************************
151151

152-
Reference sizes of the MCUboot and the firmware loader can be achieved using the default configuration of :ref:`ble_mcuboot_recovery_entry_sample`.
152+
You can achieve the reference sizes of MCUboot and firmware loader using the default configuration of the :ref:`ble_mcuboot_recovery_entry_sample` sample.
153153

154154
For minimal size, amend the firmware loader configuration using the following Kconfig options:
155155

doc/nrf-bm/doxygen/mainpage.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
@mainpage nRF Connect SDK Bare Metal option v1.0.0 API documentation
2+
@mainpage nRF Connect SDK Bare Metal option v1.0.99 API documentation
33

44
<a href="topics.html">API Reference</a>
55

doc/nrf-bm/libraries/nfc/integration_notes.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Integration notes
44
#################
55

6-
When integrating the NFC libraries in your application, there are a few things to be aware of.
7-
See the following notes.
6+
When integrating the NFC libraries in your application, consider the following notes.
87

98
.. contents::
109
:local:

doc/nrf-bm/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The following is a list of all release notes documents for various releases of t
1010
:caption: Subpages:
1111

1212
release_notes/bm_software_maturity
13+
release_notes/release_notes_changelog
1314
release_notes/release_notes_1.0.0
1415
release_notes/release_notes_0.9.0
1516
release_notes/release_notes_0.8.0

doc/nrf-bm/release_notes/release_notes_changelog.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
:orphan:
2-
31
.. _nrf_bm_release_notes_1099:
42

5-
Release Notes for |BMlong| v1.0.99
6-
##################################
3+
Changelog for |BMlong| v1.0.99
4+
##############################
75

86
The most relevant changes that are present on the main branch of the nRF Connect SDK Bare Metal, as compared to the latest official release, are tracked in this file.
97

0 commit comments

Comments
 (0)