Skip to content

Commit 68ffb28

Browse files
committed
Updated README.md
1 parent d503357 commit 68ffb28

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Supported boards are:
88
| Board | Min version | State | Details | Prebuild meta |
99
| ------------------------------------------------------------------------ | ----------- | ---------- | --------------------------------------------------------------------------------------------------- | -------------------- |
1010
| [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` |
11-
| [Teensy 4.0](https://www.pjrc.com/store/teensy40.html) | | Not tested | [Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html) | `colcon.meta` |
12-
| [Teensy 4.1](https://www.pjrc.com/store/teensy41.html) | | Not tested | [Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html) | `colcon.meta` |
13-
| [Teensy 3.2](https://www.pjrc.com/store/teensy32.html) | | Not tested | [Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html) | `colcon_lowmem.meta` |
11+
| [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` |
12+
| [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` |
13+
| [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` |
1414

1515
You can find the available precompiled ROS 2 types for messages and services in [available_ros2_types](available_ros2_types).
1616

@@ -63,4 +63,10 @@ see the file [3rd-party-licenses.txt](3rd-party-licenses.txt).
6363

6464
### Patch Teensyduino
6565

66-
TODO
66+
Go inside your Arduino + Teensyduino installation and replace `platform.txt`:
67+
68+
```bash
69+
export ARDUINO_PATH=[Your Arduino + Teensiduino path]
70+
cd $ARDUINO_PATH/hardware/teensy/avr/
71+
curl https://raw.githubusercontent.com/micro-ROS/micro_ros_arduino/foxy/extras/library_generation/platform_teensy.txt > platform.txt
72+
```

0 commit comments

Comments
 (0)