Skip to content

Commit ca2f2b3

Browse files
authored
Added note on sources of static library in micro_ros_arduino repo. (#328)
Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com>
1 parent a4abeca commit ca2f2b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_docs/overview/license/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ We are aware of the following important license specifics in the RTOS supported
2828

2929
* GPL-licensed build scripts in Zepyhr: The third-party licenses are given directly [in the source tree](https://github.com/zephyrproject-rtos/zephyr/), but [docs.zephyrproject.org/latest/LICENSING.html](https://docs.zephyrproject.org/latest/LICENSING.html) states explicitly that few build scripts are used under GPL v2.
3030
* GPL-licensed build tool files in ESP-IDF: The Espressif IoT Development Framework used for the ESP32 includes files menuconfig (Kconfig) and several other build tooling files licensed under GPL v2 or v3.
31+
* Static library for Arduino IDE: The [micro_ros_arduino repository](https://github.com/micro-ROS/micro_ros_arduino) provides a static library `libmicroros.a` of the micro-ROS stack for use with the Arduino IDE. In detail, multiple versions of this library are provided, built for different microcontroller families using suitable cross-compiler configurations. The list of repositories included in the library can be found in the [`built_packages`](https://github.com/micro-ROS/micro_ros_arduino/blob/galactic/built_packages) file in the root of the repository.

0 commit comments

Comments
 (0)