micro-ROS / freertos_apps

Sample applications for FreeRTOS + micro-ROS
Apache License 2.0
81 stars 50 forks source link

Help with refactor ESP32 support #19

Closed pablogs9 closed 4 years ago

pablogs9 commented 4 years ago

Hello @donRaphaco, I'm removing the libatomic from the extensions repositories and adding it to rcutils package, check this: https://github.com/micro-ROS/micro_ros_setup/pull/171/checks?check_run_id=953530520

But in the case of the ESP32 I'm not able to remove the folder components/libatomics and these two lines without having building errors.

Is possible for you to remove this libatomic dependency for the ESP32 board support? I'm working in this PR: https://github.com/micro-ROS/freertos_apps/pull/18 You can commit there if you wish.

Thanks!

donRaphaco commented 4 years ago

It should be fixed with 5c87578