List tasks to reintegrate with [arduino/ArduinoCore-zephyr](https://github.com/arduino/ArduinoCore-zephyr) ### first stage - License: Adding SPDX License Identifier - [ ] https://github.com/arduino/ArduinoCore-zephyr/pull/329 - arduino -> zephyrproject-rtos diffs - [x] https://github.com/zephyrproject-rtos/ArduinoCore-zephyr/pull/156 - [x] https://github.com/zephyrproject-rtos/ArduinoCore-zephyr/pull/157 - [x] https://github.com/zephyrproject-rtos/ArduinoCore-zephyr/pull/159 - [ ] https://github.com/zephyrproject-rtos/ArduinoCore-zephyr/pull/163 - zephyrproject-rtos -> arduino - [x] https://github.com/arduino/ArduinoCore-zephyr/pull/335 <- https://github.com/zephyrproject-rtos/ArduinoCore-zephyr/pull/127 - [x] https://github.com/arduino/ArduinoCore-zephyr/pull/334 <- https://github.com/zephyrproject-rtos/ArduinoCore-zephyr/pull/147 - [x] https://github.com/arduino/ArduinoCore-zephyr/pull/336 <- https://github.com/zephyrproject-rtos/ArduinoCore-zephyr/pull/144 - [x] https://github.com/arduino/ArduinoCore-zephyr/pull/337 <- https://github.com/zephyrproject-rtos/ArduinoCore-zephyr/pull/145 - [x] https://github.com/arduino/ArduinoCore-zephyr/pull/338 <- https://github.com/zephyrproject-rtos/ArduinoCore-zephyr/pull/128, https://github.com/zephyrproject-rtos/ArduinoCore-zephyr/pull/130 - [ ] https://github.com/arduino/ArduinoCore-zephyr/pull/340 <- https://github.com/zephyrproject-rtos/ArduinoCore-zephyr/pull/152 ### second stage - License: Need to consider to handle non Apache2 blobs - [ ] loader/blobs/4343WA1_clm_blob.c - [ ] loader/blobs/wifi_nvram_image.h - [ ] loader/blobs/c33_bl.bin - [ ] loader/bootanimation.h - zephyrproject-rtos -> arduino - [ ] https://github.com/arduino/ArduinoCore-zephyr/pull/339 <- https://github.com/zephyrproject-rtos/ArduinoCore-zephyr/pull/139
List tasks to reintegrate with arduino/ArduinoCore-zephyr
first stage
License: Adding SPDX License Identifier
arduino -> zephyrproject-rtos diffs
zephyrproject-rtos -> arduino
zephyrCommon: Change
delayMicrosecondsto busy loop arduino/ArduinoCore-zephyr#335 <- zephyrCommon: ChangedelayMicrosecondsto busy loop #127Arduino.h: Correct LED_BUILTIN define order arduino/ArduinoCore-zephyr#334 <- Arduino.h: Correct LED_BUILTIN define order #147
cores: arduino: zephyrSerial: Add cast to suppress warning arduino/ArduinoCore-zephyr#336 <- cores: arduino: zephyrSerial: Add cast to suppress warning #144
samples: hello_arduino: Correct printk format specifier arduino/ArduinoCore-zephyr#337 <- samples: hello_arduino: Correct printk format specifier #145
zephyrCommon: Improve
pulseInarduino/ArduinoCore-zephyr#338 <- zephyrCommon: Removed pulseIn GPIO direction check #128, zephyrCommon: Immediately terminate pulseIn if gpio not ready #130cores: arduino: zephyrCommon: rework tone slot handling and timer lifecycle arduino/ArduinoCore-zephyr#340 <- zephyrCommon: Make configurable the max number of tones #152
second stage
License: Need to consider to handle non Apache2 blobs
zephyrproject-rtos -> arduino