From 36c804ba69f373ac5e1a37de8acd2b1807879c1a Mon Sep 17 00:00:00 2001 From: Pablo Garrido Date: Mon, 3 Jun 2024 10:31:20 +0200 Subject: [PATCH] Changelog --- CHANGELOG.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3358465..2b79b32 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,37 @@ Changelog for package micro_ros_zephyr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Bump jazzy (`#139 `_) +* Ignore lttngpy (`#135 `_) +* Fix of unknown Ringbuffer and not found USB-Serial Device (`#125 `_) (`#130 `_) + * Added Ringbuffer-config in prj.conf for eliminating error + * Added Label CDC_ACM_0 label with an overlay so "modules/libmicroros/microros_transports/serial-usb/microros_transports.c" can find the device + * Update app.overlay + * Update app.overlay + A fix for backwards compability + * Update app.overlay + * Update app.overlay + * Update prj.conf + * Better comments + * Changed settings to conditional from transport choice + * Update prj.conf + Co-authored-by: Pablo Garrido + * Update modules/libmicroros/Kconfig + Co-authored-by: Pablo Garrido + --------- + Co-authored-by: scrapforge + Co-authored-by: Pablo Garrido + (cherry picked from commit 7c5edcdf9e0a6c6e131d9e45ad357fa0757a5584) + Co-authored-by: scrapforge <99104728+scrapforge@users.noreply.github.com> +* Update CI with Serial USB build (`#126 `_) (`#128 `_) + (cherry picked from commit e1e23407664625c5cb145c791561007fe6d51df9) + Co-authored-by: Pablo Garrido +* Fix Nightly +* Remove micro-ROS fork (`#123 `_) +* Contributors: Antonio Cuadros, Pablo Garrido, mergify[bot] + 5.0.0 (2023-06-12) ------------------ * Update branches to rolling (`#121 `_)