File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1613,7 +1613,7 @@ MCUboot
1613
1613
* Edited the DFU detection's GPIO-pin configuration to be done through DTS using the ``mcuboot-button0 `` pin alias.
1614
1614
* Edited the LED usage to prefer DTS' ``mcuboot-led0 `` alias over the ``bootloader-led0 `` alias.
1615
1615
* Removed :c:func: `device_get_binding() ` usage in favor of :c:func: `DEVICE_DT_GET() `.
1616
- * Added support for generic `watchdog0 ` alias.
1616
+ * Added support for generic `` watchdog0 ` ` alias.
1617
1617
* Enabled watchdog feed by default.
1618
1618
* Dropped the :kconfig:option: `CONFIG_BOOT_IMAGE_ACCESS_HOOKS_FILE ` option.
1619
1619
The inclusion of the Hooks implementation file is now up to the project's customization.
Original file line number Diff line number Diff line change @@ -2180,7 +2180,7 @@ Libraries / Subsystems
2180
2180
the heap.
2181
2181
* Added a new type of observer called Message Subscriber. ZBus' VDED will send a copy of the
2182
2182
message during the publication/notification process.
2183
- * Changed the VDED delivery sequence. Check the ref:`documentation<zbus delivery sequence> `.
2183
+ * Changed the VDED delivery sequence. Check the : ref: `documentation <zbus delivery sequence >`.
2184
2184
* ZBus runtime observers now rely on the heap instead of a memory pool.
2185
2185
* Added new iterable section iterators APIs (for channels and observers) can now receive a
2186
2186
``user_data `` pointer to keep context between the function calls.
@@ -2322,8 +2322,8 @@ Documentation
2322
2322
Tests and Samples
2323
2323
*****************
2324
2324
2325
- * Created common sample for file systems (`fs_sample `). It originates from sample for FAT
2326
- (`fat_fs `) and supports both FAT and ext2 file systems.
2325
+ * Created common sample for file systems (`` fs_sample ` `). It originates from sample for FAT
2326
+ (`` fat_fs ` `) and supports both FAT and ext2 file systems.
2327
2327
2328
2328
* Created the zbus confirmed channel sample to demonstrate how to implement a delivery-guaranteed
2329
2329
channel using subscribers.
You can’t perform that action at this time.
0 commit comments