micropython/ports
Damien George 7e7af71527 extmod/machine_pwm: Remove header file and move decls to .c file.
With public declarations moved to extmod/modmachine.h.  It's now mandatory
for a port to define MICROPY_PY_MACHINE_PWM_INCLUDEFILE if it enables
MICROPY_PY_MACHINE_PWM.  This follows how extmod/machine_wdt.c works.

All ports have been updated to work with this modified scheme.

Signed-off-by: Damien George <damien@micropython.org>
2023-10-20 16:24:46 +11:00
..
bare-arm
cc3200
embed
esp32 extmod/machine_pwm: Remove header file and move decls to .c file. 2023-10-20 16:24:46 +11:00
esp8266 extmod/machine_pwm: Remove header file and move decls to .c file. 2023-10-20 16:24:46 +11:00
mimxrt extmod/machine_pwm: Remove header file and move decls to .c file. 2023-10-20 16:24:46 +11:00
minimal
nrf extmod/machine_pwm: Remove header file and move decls to .c file. 2023-10-20 16:24:46 +11:00
pic16bit
powerpc
qemu-arm
renesas-ra extmod/machine_pwm: Remove header file and move decls to .c file. 2023-10-20 16:24:46 +11:00
rp2 extmod/machine_pwm: Remove header file and move decls to .c file. 2023-10-20 16:24:46 +11:00
samd extmod/machine_pwm: Remove header file and move decls to .c file. 2023-10-20 16:24:46 +11:00
stm32
teensy
unix
webassembly
windows
zephyr