micropython/ports
robert-hh a9a219d8bf mimxrt/hal/pwm_backport: Fix 0 and 65536 edge cases of PWM's duty_u16.
It should be that:
- duty_u16=0: output low, no pulse
- duty_u16=65536: output high, no pulse

That previously did not apply to all of the three PWM mechanisms of this
port.  This commit fixes it.

Signed-off-by: robert-hh <robert@hammelrath.com>
2023-08-15 23:06:12 +10:00
..
bare-arm
cc3200 ports: Simplify board feature tags in board.json. 2023-08-10 14:54:03 +10:00
embed
esp32 esp32/partitions.csv: Rename to partitions-4MiB.csv. 2023-08-15 17:38:02 +10:00
esp8266 ports: Simplify board feature tags in board.json. 2023-08-10 14:54:03 +10:00
mimxrt mimxrt/hal/pwm_backport: Fix 0 and 65536 edge cases of PWM's duty_u16. 2023-08-15 23:06:12 +10:00
minimal
nrf ports: Simplify board feature tags in board.json. 2023-08-10 14:54:03 +10:00
pic16bit
powerpc
qemu-arm extmod/moddeflate: Add deflate module providing the DeflateIO class. 2023-07-21 19:32:40 +10:00
renesas-ra ports: Simplify board feature tags in board.json. 2023-08-10 14:54:03 +10:00
rp2 all: Remove query-variants make target. 2023-08-15 17:37:44 +10:00
samd all: Remove query-variants make target. 2023-08-15 17:37:44 +10:00
stm32 all: Remove query-variants make target. 2023-08-15 17:37:44 +10:00
teensy
unix extmod/modselect: Add optimisation to use system poll when possible. 2023-08-07 12:11:40 +10:00
webassembly webassembly: Replace typeof window check with ENVIRONMENT_IS_NODE flag. 2023-07-13 13:24:35 +10:00
windows extmod/moddeflate: Add deflate module providing the DeflateIO class. 2023-07-21 19:32:40 +10:00
zephyr