zephyrproject-rtos / gsoc-2022-arduino-core

Arduino Core Zephyr Module (GSoC 2022 Project)
Apache License 2.0
43 stars 11 forks source link

variants: arduino_nano_33_iot: describe unit address in hex #63

Closed soburi closed 1 year ago

soburi commented 1 year ago

Fix this warnings

unit address and first address in 'reg' (0xa) don't match for /soc/adc@42004000/channel@10
unit address and first address in 'reg' (0xb) don't match for /soc/adc@42004000/channel@11
unit address and first address in 'reg' (0x12) don't match for /soc/adc@42004000/channel@18
unit address and first address in 'reg' (0x13) don't match for /soc/adc@42004000/channel@19
unit address and first address in 'reg' (0x6a) don't match for /soc/sercom@42001800/atecc608a@15

may be problem in boards/arm/arduino_nano_33_iot/arduino_nano_33_iot.dts

DhruvaG2000 commented 1 year ago

Please rebase https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core/pull/60 now that this PR is being merged in upstream main. Thanks!