mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 22:15:21 +00:00
- Updates gpio driver and device tree files to the new GPIO Config flags - Implements the new port_* APIs - Update I2C and PWM Drivers to use new GPIO config - Add esp32.overlay to gpio_basic_api test - refactor convert_int_type, regs struct - remove config_polarity - add kConfig notes Tests: - samples/basic/blinky - samples/basic/button - tests/drivers/gpio/gpio_basic_api - tests/drivers/gpio/gpio_api_1pin Board: - esp32 DevKitC V4 Note about interrupts: The ESP32 requires specifying a CPU interrupt to be used for GPIO interrupt signals. CPU interrupts can be either level or edge (or special) triggered, but not both. Please check gpio/Kconfig.esp32 for more info. Signed-off-by: Mohamed ElShahawi <ExtremeGTX@hotmail.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.dw | ||
Kconfig.esp32 | ||
Kconfig.imx | ||
Kconfig.litex | ||
Kconfig.mcux | ||
Kconfig.mcux_ftm | ||
Kconfig.nrf5_sw | ||
Kconfig.nrfx | ||
Kconfig.pca9685 | ||
Kconfig.rv32m1_tpm | ||
Kconfig.sam | ||
Kconfig.sifive | ||
Kconfig.stm32 | ||
Kconfig.xec | ||
pwm_dw.c | ||
pwm_handlers.c | ||
pwm_imx.c | ||
pwm_led_esp32.c | ||
pwm_litex.c | ||
pwm_mchp_xec.c | ||
pwm_mcux_ftm.c | ||
pwm_mcux.c | ||
pwm_nrf5_sw.c | ||
pwm_nrfx.c | ||
pwm_pca9685.c | ||
pwm_pca9685.h | ||
pwm_rv32m1_tpm.c | ||
pwm_sam.c | ||
pwm_shell.c | ||
pwm_sifive.c | ||
pwm_stm32.c | ||
pwm_stm32.h |