File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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
7884Removed APIs in this release
7985============================
You can’t perform that action at this time.
0 commit comments