Skip to content

Commit 6659d98

Browse files
authored
Removed merged patch (#728)
1 parent b63db40 commit 6659d98

File tree

3 files changed

+2
-147
lines changed

3 files changed

+2
-147
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,10 @@ jobs:
4949
rsync -a arduino-1.8.13/hardware/tools/ /github/home/.arduino15/packages/tools/
5050
rm -rf arduino-1.8.13 arduino-1.8.13-linux64.tar.xz
5151
#
52-
# PATCHING TEENSY, SAM AND OPENCR
52+
# PATCHING TEENSY AND SAM
5353
cat checkout/extras/patching_boards/platform_teensy.txt > /github/home/.arduino15/packages/teensy/avr/platform.txt
5454
# remove when https://github.com/arduino/ArduinoCore-sam/pull/115 merged
5555
cat checkout/extras/patching_boards/platform_arduinocore_sam.txt > /github/home/.arduino15/packages/arduino/hardware/sam/1.6.12/platform.txt
56-
# remove when https://github.com/ROBOTIS-GIT/OpenCR/pull/294 merged and released
57-
cat checkout/extras/patching_boards/platform_arduinocore_opencr.txt > /github/home/.arduino15/packages/OpenCR/hardware/OpenCR/1.4.18/platform.txt
5856
#
5957
# BUILDING EXAPLE FOR EACH PLATFORM
6058
arduino-cli core update-index

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ As the build process for ROS 2 and micro-ROS is based on custom meta-build syste
1313
- [Patch Arduino board for support precompiled libraries](#patch-arduino-board-for-support-precompiled-libraries)
1414
- [Patch Teensyduino](#patch-teensyduino)
1515
- [Patch SAMD](#patch-samd)
16-
- [Patch OpenCR](#patch-opencr)
1716
- [Purpose of the Project](#purpose-of-the-project)
1817
- [License](#license)
1918
- [Known Issues/Limitations](#known-issueslimitations)
@@ -26,7 +25,7 @@ Supported boards are:
2625
| ----------------------------------------------------------------------------------- | ----------- | ---------- | --------------------------------------------------------------------------------------------------- | ------------------------ |
2726
| [Arduino Portenta H7 M7 Core](https://store.arduino.cc/portenta-h7) | v1.8.5 | Supported | Official Arduino support | `colcon.meta` |
2827
| [Arduino Nano RP2040 Connect](https://docs.arduino.cc/hardware/nano-rp2040-connect) | v1.8.5 | Supported | Official Arduino support | `colcon_verylowmem.meta` |
29-
| [OpenCR](https://emanual.robotis.com/docs/en/parts/controller/opencr10/) | v1.4.16 | Supported | [Based on custom board](https://emanual.robotis.com/docs/en/parts/controller/opencr10/#arduino-ide) | `colcon.meta` |
28+
| [OpenCR](https://emanual.robotis.com/docs/en/parts/controller/opencr10/) | v1.4.19 | Supported | [Based on custom board](https://emanual.robotis.com/docs/en/parts/controller/opencr10/#arduino-ide) | `colcon.meta` |
3029
| [Teensy 4.0](https://www.pjrc.com/store/teensy40.html) | v1.8.5 | Not tested | [Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html) | `colcon.meta` |
3130
| [Teensy 4.1](https://www.pjrc.com/store/teensy41.html) | v1.8.5 | Supported | [Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html) | `colcon.meta` |
3231
| [Teensy 3.2/3.1](https://www.pjrc.com/store/teensy32.html) | v1.8.5 | Supported | [Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html) | `colcon_lowmem.meta` |
@@ -116,17 +115,6 @@ cd $ARDUINO_PATH/hardware/sam/1.6.12/
116115
curl https://raw.githubusercontent.com/micro-ROS/micro_ros_arduino/galactic/extras/patching_boards/platform_arduinocore_sam.txt > platform.txt
117116
```
118117

119-
### Patch OpenCR
120-
121-
Go inside your Arduino OpenCR installation and replace `platform.txt`:
122-
123-
```bash
124-
export ARDUINO_PATH=[Your Arduino OpenCR path]
125-
/home/username/.arduino15/packages/OpenCR/hardware/OpenCR/1.4.18/platform.txt
126-
cd $ARDUINO_PATH/hardware/OpenCR/1.4.18/
127-
curl https://raw.githubusercontent.com/micro-ROS/micro_ros_arduino/galactic/extras/patching_boards/platform_arduinocore_opencr.txt > platform.txt
128-
```
129-
130118
## Purpose of the Project
131119

132120
This software is not ready for production use. It has neither been developed nor

extras/patching_boards/platform_arduinocore_opencr.txt

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)