Skip to content

Commit 10a6963

Browse files
committed
Update changelog
1 parent 4fe10a6 commit 10a6963

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

CHANGELOG.rst

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package micro_ros_zephyr
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Update banner (`#56 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/56>`_) (`#57 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/57>`_)
8+
* Merge pull request `#53 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/53>`_ from JiangengDong/jiangeng/set_MTU
9+
* [FIX] pass zephyr MTU config to UClient
10+
* Add logos (`#50 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/50>`_) (`#51 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/51>`_)
11+
* Fix CI (`#46 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/46>`_) (`#47 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/47>`_)
12+
* Fix example and serial transports (`#36 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/36>`_)
13+
* Add typesupport introspection (`#37 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/37>`_)
14+
* multichange tool (`#31 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/31>`_)
15+
* Initial galactic changes (`#22 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/22>`_)
16+
* Hotfix: Zephyr gcc typesupport error (`#27 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/27>`_)
17+
* Update from 2.6.0rc1 to 2.6.0 (`#30 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/30>`_)
18+
* Add micro_ros_utilities repo (`#23 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/23>`_)
19+
* Enable introspection (`#21 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/21>`_)
20+
* Initial changes for Rolling release
21+
* Fix CI (`#25 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/25>`_)
22+
* Add v2.5/v2.6 (`#24 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/24>`_)
23+
* Simplify Colcon installation (`#19 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/19>`_)
24+
* Modify RMW API include (`#16 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/16>`_)
25+
* Fix RCLC Foxy (`#17 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/17>`_)
26+
* Update RCLC repo (`#15 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/15>`_)
27+
* Refactor external transports (`#14 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/14>`_)
28+
* Add issue template
29+
* Add nightly CI
30+
* Update ci.yml
31+
* Add new micro_ros_msgs repo (`#13 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/13>`_)
32+
* rclc_executor_set_timeout (`#12 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/12>`_)
33+
* rework demos (`#11 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/11>`_)
34+
* Update main.c (`#10 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/10>`_)
35+
* Remove explicit C++ support (fixes `#4 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/4>`_) (`#9 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/9>`_)
36+
* README: Fix docker command for the serial micro-ROS agent (`#8 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/8>`_)
37+
* Update README.md
38+
* Update README.md
39+
* update ranlib (`#3 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/3>`_)
40+
* Update README.md
41+
* Update CI (`#5 <https://github.com/micro-ROS/micro_ros_zephyr_module/issues/5>`_)
42+
* Add preliminary CI
43+
* Fix copyright
44+
* Remove sample.yml
45+
* Added license and README
46+
* Updated Kconfig uros params
47+
* Initial
48+
* Initial commit

package.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
4+
<name>micro_ros_zephyr</name>
5+
<version>0.0.0</version>
6+
<description>micro-ROS tools for Zephyr RTOS</description>
7+
<maintainer email="[email protected]">Pablo Garrido</maintainer>
8+
<license>Apache License 2.0</license>
9+
</package>

0 commit comments

Comments
 (0)