ifyall / zephyr-old

Early Access to PSoC 6 integration into Zephyr
Apache License 2.0
1 stars 5 forks source link

user_led active state is reversed #3

Open szczys opened 2 years ago

szczys commented 2 years ago

Describe the bug The polarity of the user_led is opposite of what is expected.

The schematic indicates that the pin is connected to the low-side of the LED: image

The current DTSI sets this LED as active-high. Should this be active-low? https://github.com/ifyall/zephyr/blob/5fb80e74f15336fb256bea81f9e4802558de0188/boards/arm/cy8cproto_062_4343w/cy8cproto_062_4343w_common.dtsi#L12-L18