Skip to content

Commit 97d9899

Browse files
erwangombolivar-nordic
authored andcommitted
doc: release-notes 3.1: Update with stm32f1 pin node names changes
This information is worthy to provide in release notes Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 352969b commit 97d9899

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

doc/releases/release-notes-3.1.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,15 @@ Changes in this release
7171
* The previous ``CAN_SILENT_LOOPBACK_MODE`` can be set using the bitmask ``(CAN_MODE_LISTENONLY |
7272
CAN_MODE_LOOPBACK)``.
7373

74-
* STM32H7 The `CONFIG_NOCACHE_MEMORY` no longer is responsible for disabling
75-
data cache when defined. Now the newly introduced `CONFIG_DCACHE=n` explicitly
76-
does that.
74+
* STM32H7 The `CONFIG_NOCACHE_MEMORY` no longer is responsible for disabling
75+
data cache when defined. Now the newly introduced `CONFIG_DCACHE=n` explicitly
76+
does that.
77+
78+
* Converted the STM32F1 pin nodes configuration names to include remap information (in
79+
cases other than NO_REMAP/REMAP_0)
80+
For instance:
81+
82+
* ``i2c1_scl_pb8`` renamed to ``i2c1_scl_remap1_pb8``
7783

7884
Removed APIs in this release
7985
============================

0 commit comments

Comments
 (0)