Skip to content

Commit f5cb4c7

Browse files
Acuadros95mergify-bot
authored and
mergify-bot
committed
Deprecate platformIO support (#957)
* Deprecate platformIO support * Update README.md Co-authored-by: Pablo Garrido <[email protected]> Co-authored-by: Pablo Garrido <[email protected]> (cherry picked from commit a67de52) # Conflicts: # README.md
1 parent 8191b5b commit f5cb4c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ As the build process for ROS 2 and micro-ROS is based on custom meta-build syste
1919
- [How to use the precompiled library](#how-to-use-the-precompiled-library)
2020
- [Arduino IDE](#arduino-ide)
2121
- [PlatformIO](#platformio)
22-
- [Known issues](#known-issues)
2322
- [How to build the precompiled library](#how-to-build-the-precompiled-library)
2423
- [Patch Arduino board for support precompiled libraries](#patch-arduino-board-for-support-precompiled-libraries)
2524
- [Patch Teensyduino](#patch-teensyduino)
@@ -73,6 +72,7 @@ docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros-agen
7372
```
7473
### PlatformIO
7574

75+
<<<<<<< HEAD
7676
For boards supported by micro-ROS, all you have to do to add the library to your project is including the following lines in the existing `platformio.ini` file:
7777

7878
```ini
@@ -180,6 +180,9 @@ An example of a micro-ROS application using PlatformIO is available [here](https
180180
```
181181
182182
Related: https://github.com/micro-ROS/micro_ros_arduino/issues/736, https://github.com/platformio/platform-espressif32/issues/616
183+
=======
184+
PlatformIO support for this repository has been deprecated in favor of its own build system: [micro_ros_platformio](https://github.com/micro-ROS/micro_ros_platformio)
185+
>>>>>>> a67de52 (Deprecate platformIO support (#957))
183186
184187
## How to build the precompiled library
185188

0 commit comments

Comments
 (0)