NuttX icon indicating copy to clipboard operation
NuttX copied to clipboard

Official micro-ROS RTOS

Results 5 NuttX issues
Sort by recently updated
recently updated
newest added

### Steps to reproduce: ``` ros2 run micro_ros_setup create_firmware_ws.sh nuttx stm32f4discovery ros2 run micro_ros_setup configure_firmware.sh uros ``` other configuration steps as given [here](https://micro-ros.github.io//docs/tutorials/core/first_application_rtos/nuttx/) Followed by : ` ros2 run micro_ros_setup...

Hello! I'm looking to use micro-ROS on a mcu with our ros2 system. I've run into a couple of issues that thankfully only took a few minutes to identify the...

When enabling I2C DMA support together with a Olimex STM32 E407 board, two defines are missing: DMAMAP_I2C1_RX and DMAMAP_I2C1_TX These need to be added to board.h.

We could use this issue to have organized, the development and problem-solving guides.If someone develop some guide I could add to this first message to have more visibility. ## Development...