@@ -28,10 +28,11 @@ This package is the **official build system for micro-ROS**. It provides tools a
2828| [ FreeRTOS] ( https://www.freertos.org/ ) | [ ST Nucleo F767ZI] ( https://www.st.com/en/evaluation-tools/nucleo-f746zg.html ) <sup >1</sup > | STM32CubeMX latest | ` freertos nucleo_f767zi ` |
2929| [ FreeRTOS] ( https://www.freertos.org/ ) | [ Espressif ESP32] ( https://www.espressif.com/en/products/socs/esp32/overview ) | v8.2.0 | ` freertos esp32 ` |
3030| [ FreeRTOS] ( https://www.freertos.org/ ) | [ Crazyflie 2.1] ( https://www.bitcraze.io/crazyflie-2-1/ ) | v10.2.1 - CF 2020.06 | ` freertos crazyflie21 ` |
31- | [ Zephyr] ( https://www.zephyrproject.org/ ) | [ Olimex STM32-E407] ( https://www.olimex.com/Products/ARM/ST/STM32-E407/open-source-hardware ) | v2.4.99 | ` zephyr olimex-stm32-e407 ` |
32- | [ Zephyr] ( https://www.zephyrproject.org/ ) | [ ST B-L475E-IOT01A] ( https://docs.zephyrproject.org/latest/boards/arm/disco_l475_iot1/doc/index.html ) | v2.4.99 | ` zephyr discovery_l475_iot1 ` |
33- | [ Zephyr] ( https://www.zephyrproject.org/ ) | [ ST Nucleo H743ZI] ( https://www.st.com/en/evaluation-tools/nucleo-h743zi.html ) <sup >1</sup > | v2.4.99 | ` zephyr nucleo_h743zi ` |
34- | [ Zephyr] ( https://www.zephyrproject.org/ ) | [ Zephyr emulator] ( https://docs.zephyrproject.org/2.3.0/boards/posix/native_posix/doc/index.html ) | v2.4.99 | ` zephyr host ` |
31+ | [ Zephyr] ( https://www.zephyrproject.org/ ) | [ Olimex STM32-E407] ( https://www.olimex.com/Products/ARM/ST/STM32-E407/open-source-hardware ) | v2.6.0 | ` zephyr olimex-stm32-e407 ` |
32+ | [ Zephyr] ( https://www.zephyrproject.org/ ) | [ ST Nucleo F446RE] ( https://www.st.com/en/evaluation-tools/nucleo-f446re.html ) <sup >1</sup > | v2.6.0 | ` zephyr nucleo_f446re ` |
33+ | [ Zephyr] ( https://www.zephyrproject.org/ ) | [ ST B-L475E-IOT01A] ( https://docs.zephyrproject.org/latest/boards/arm/disco_l475_iot1/doc/index.html ) | v2.6.0 | ` zephyr discovery_l475_iot1 ` |
34+ | [ Zephyr] ( https://www.zephyrproject.org/ ) | [ ST Nucleo H743ZI] ( https://www.st.com/en/evaluation-tools/nucleo-h743zi.html ) <sup >1</sup > | v2.6.0 | ` zephyr nucleo_h743zi ` |
35+ | [ Zephyr] ( https://www.zephyrproject.org/ ) | [ Zephyr emulator] ( https://docs.zephyrproject.org/2.3.0/boards/posix/native_posix/doc/index.html ) | v2.6.0 | ` zephyr host ` |
3536| [ Mbed] ( https://os.mbed.com/ ) | [ ST B-L475E-IOT01A] ( https://os.mbed.com/platforms/ST-Discovery-L475E-IOT01A/ ) | v6.6 | ` mbed disco_l475vg_iot01a ` |
3637| - | Static library (.a) and headers (.h) <sup >3</sup > | - | ` generate_lib ` |
3738| Linux | * Host <sup >2</sup >* | Ubuntu 18.04/20.04 | ` host ` |
@@ -131,7 +132,7 @@ In summary, the supported configurations for transports are:
131132| ST B-L475E-IOT01A | - | USB, UART, Network | UART |
132133| Crazyflie 2.1 | Custom Radio Link | - | - |
133134| Espressif ESP32 | UART, WiFI UDP | - | - |
134- | ST Nucleo F446RE <sup >1</sup > | UART | - | - |
135+ | ST Nucleo F446RE <sup >1</sup > | UART | UART | - |
135136| ST Nucleo F446ZE <sup >1</sup > | UART | - | - |
136137| ST Nucleo H743ZI <sup >1</sup > | - | UART | - |
137138| ST Nucleo F746ZG <sup >1</sup > | UART | UART | - |
0 commit comments