zephyrproject-rtos / gsoc-2022-arduino-core

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

GPIO cells use to PWM and ADC pin assigning #66

Closed soburi closed 1 year ago

soburi commented 1 year ago

Change to use GPIO cells to assign PWM and ADC pins. This change makes it easier to manage because unifying the notation with digital-pin-gpios. Deleting pwm-pins and io-channel-pins nodes, and create pwm-pin-gpios and adc-pins-gpios.

soburi commented 1 year ago

@DhruvaG2000

This is last patch in series of overlay improvements. Since it includes specification changes, I would appreciate it if you could release it again after merging.