Skip to content

Commit 1f6bab1

Browse files
committed
README: update for pico2 and more turorials
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1 parent 16b32bf commit 1f6bab1

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

README.md

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Supported boards are:
3939
| `olimex_e407` | `ststm32` | `arduino` | `serial` | `colcon.meta` |
4040
| `esp32dev` | `espressif32` | `arduino` | `serial` <br/> `wifi` <br/> `ethernet`* | `colcon.meta` |
4141
| `nanorp2040connect` | `raspberrypi` | `arduino` | `serial` <br/> `wifi_nina` | `colcon_verylowmem.meta` |
42-
| `pico` | `raspberrypi` | `arduino` | `serial` | `colcon.meta` |
42+
| `pico` <br/> `pico2` | `raspberrypi` | `arduino` | `serial` | `colcon.meta` |
4343

4444
\* Community contributed
4545

@@ -70,6 +70,8 @@ brew install binutils
7070

7171
The library can be included as a regular git library dependence on your `platform.ini` file:
7272

73+
You may find a sample ini file at `ci/platformio.ini`.
74+
7375
```ini
7476
...
7577
lib_deps =
@@ -98,7 +100,6 @@ A explanation for adding custom targets is also present
98100
### ROS 2 distribution
99101
The target ROS 2 distribution can be configured with the `board_microros_distro = <distribution>`, supported values are:
100102
- `humble`
101-
- `iron`
102103
- `jazzy` *(default value)*
103104
- `kilted`
104105
- `rolling`
@@ -236,6 +237,7 @@ A simple publisher project using serial transport is available on the [examples]
236237

237238
- More micro-ROS usage examples are available on [micro-ROS-demos/rclc](https://github.com/micro-ROS/micro-ROS-demos/tree/jazzy/rclc).
238239
- For a complete micro-ROS tutorial, check [Programming with rcl and rclc](https://micro.ros.org/docs/tutorials/programming_rcl_rclc/overview/) documentation.
240+
- Community contributed tutorials with [examples ported from micro_ros_arduino](https://github.com/hippo5329/micro_ros_arduino_examples_platformio/wiki) and [examples ported from micro-ROS-demos](https://github.com/hippo5329/micro-ROS-demos-platformio/wiki).
239241

240242
## Purpose of the Project
241243

@@ -252,23 +254,3 @@ This repository is open-sourced under the Apache-2.0 license. See the [LICENSE](
252254

253255
For a list of other open-source components included in this repository,
254256
see the file [3rd-party-licenses.txt](3rd-party-licenses.txt).
255-
256-
## Known Issues/Limitations
257-
258-
- For `wifi_nina` transport, the following versioning shall be used:
259-
260-
```ini
261-
lib_deps =
262-
arduino-libraries/WiFiNINA@^1.8.13
263-
```
264-
265-
- For `nanorp2040connect` board with `serial` transport, the library dependency finder shall be set to `chain+`:
266-
267-
```ini
268-
lib_ldf_mode = chain+
269-
```
270-
- For `pico` board with `serial` transport, the library dependency finder shall be set to `chain+`:
271-
272-
```ini
273-
lib_ldf_mode = chain+
274-
```

0 commit comments

Comments
 (0)