From 56a098338f6746c84ec61b80f7aed6ed7370d99e Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Thu, 13 Feb 2020 10:28:06 +0200 Subject: [PATCH] doc: release-note: Move CANBUS to own chapter CANBUS can be considered a subsystem of its own so moving it from Networking to own chapter. Signed-off-by: Jukka Rissanen --- doc/releases/release-notes-2.2.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/releases/release-notes-2.2.rst b/doc/releases/release-notes-2.2.rst index b6e655c9884..e40cb5d4def 100644 --- a/doc/releases/release-notes-2.2.rst +++ b/doc/releases/release-notes-2.2.rst @@ -361,11 +361,13 @@ Networking * Various fixes to new TCP stack implementation * Remove NATS sample application -* CAN bus - * CANopen protocol support through 3rd party CANopenNode stack. - * Added native ISO-TP subsystem. - * Introduced CAN-PRIMARY alias. - * SocketCAN for MCUX flexcan. +CAN Bus +******* + +* CANopen protocol support through 3rd party CANopenNode stack. +* Added native ISO-TP subsystem. +* Introduced CAN-PRIMARY alias. +* SocketCAN for MCUX flexcan. Bluetooth *********