bump zephyr version to 2.6.0; zephyr-sdk version to 0.12.4#351
bump zephyr version to 2.6.0; zephyr-sdk version to 0.12.4#351pablogs9 merged 1 commit intomicro-ROS:mainfrom
Conversation
|
Please modify the used version in the readme table: https://github.com/micro-ROS/micro_ros_setup#supported-platforms |
|
Also, I have modified the target branch to Please rebase your changes on top of |
|
I did not test it yet on the other boards mentioned there though..I could run the same tests on a Olimex STM32 E407 later today. |
|
README versions bumped and rebase done So pull requests should be done against |
|
Yes, the procedure is to make PR against Let me know when you finish the rebase, I still see changes in a lot of files. Thanks for the contribution. |
|
Done. Thanks for your patience! |
|
Cool, I'm merging when the CI pass. Thanks again! |
|
@mergify backport foxy galactic |
(cherry picked from commit 535e745) # Conflicts: # README.md
(cherry picked from commit 535e745) # Conflicts: # README.md
|
Command
Hey, I reacted but my real name is @Mergifyio |
The previous zephyr-sdk version 0.11.2 installed by micro_ros_setup contained no cmake files and it relied to be found via the home directory. That's not necessary with 0.12.4 anymore and the zephyr-sdk downloaded by micro_ros_setup works standalone.
I also bumped zephyrs version to 2.6.0 as it contains some better board dts. In my case I made a full CAN bus app work on the nucleo f446re with microros support.