fixed time.h import, added Arduino UNO R4 minima (USB), Arduino UNO R4 WiFi (USB and WiFi), Arduino Giga R1 (USB and WiFi)
By importing time.h instead of sys/time.h you can build micro-ros for Arduino UNO R4.
It addresses issue: https://github.com/micro-ROS/micro_ros_arduino/issues/1461
This PR was tested on following targets:
mbed(Arduino GIGA R1)m4(Arduino UNO R4 Minima)stm32(STMicroelectronics Nucleo F401RE)
I added also Arduino Giga (USB and WiFi).
It is practically the same of an Arduino Portenta H7, so it was quite easy
Latest PR adds WiFi for Arduino UNO R4.
Hi @pablogs9 , any update on this PR?
Could you please add the new supported boards to supported boards community table, also is there a possibility of having some CI on this new boards?
CI failing
@pablogs9 it should work now, let me know
I don't understand how it works, I have modified only iron branch, should I change manually also rolling and humble?
I don't understand how it works,
How what works?
I don't understand how it works,
How what works?
The CI
Maybe because the fixed version of Arduino CLI: https://github.com/micro-ROS/micro_ros_arduino/blob/e27dbad513f4632966006298682d62846c208014/.github/workflows/ci.yml#L24C8-L24C110 ??
Any update?
@james-yoo I don't know why on my CI it works but fails on the one of microros :'(
Hi @pablogs9 , it seems that everything is correct now