Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Gerard Marull-Paretas acc8cb4bc8 include: add missing irq.h include 3 years ago
..
CMakeLists.txt drivers: gpio: Add driver for pcf8574 3 years ago
Kconfig drivers: gpio: Add driver for pcf8574 3 years ago
Kconfig.andes_atcgpio100 drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.b91 drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.cc13xx_cc26xx drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.cc32xx drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.cmsdk_ahb drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.creg_gpio drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.cy8c95xx drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.dw drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.emul drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.emul_sdl drivers: gpio: Add SDL emulated GPIO support 3 years ago
Kconfig.eos_s3 drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.esp32 drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.fxl6408 drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.gd32 drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.gecko drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.imx drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.intel drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.it8xxx2 drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.litex drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.lmp90xxx drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.lpc11u6x drivers: gpio: remove pinmux dependency in lpc11u6x Kconfig 3 years ago
Kconfig.mchp_mss drivers: gpio: add Microchip PolarFire SoC GPIO driver 3 years ago
Kconfig.mcp23s17 drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.mcp23xxx drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.mcux drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.mcux_igpio drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.mcux_lpc drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.mmio32 kconfig: Clean up header comments and make them consistent 6 years ago
Kconfig.nct38xx drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.neorv32 drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.npcx drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.nrfx drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.pca95xx drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.pca953x drivers: gpio: pca953x: select I2C 3 years ago
Kconfig.pcal6408a drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.pcf8574 drivers: gpio: Add driver for pcf8574 3 years ago
Kconfig.psoc6 drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.rcar drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.rpi_pico drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.rv32m1 drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.sam drivers: gpio: sam: Fix Kconfig default for SAM4L 3 years ago
Kconfig.sam0 drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.sifive drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.smartbond drivers: gpio: Add driver for smartbond 3 years ago
Kconfig.sn74hc595 drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.stellaris drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.stm32 drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.stmpe1600 drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.sx1509b drivers: gpio: sx1509b: select I2C 3 years ago
Kconfig.test drivers: gpio: Cleanup Kconfig.test 3 years ago
Kconfig.xec drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.xlnx drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.xlnx_ps drivers: gpio: Update drivers to use devicetree Kconfig symbol 3 years ago
Kconfig.xmc4xxx drivers: gpio: Add xmc4xxx drivers 3 years ago
gpio_andes_atcgpio100.c drivers: migrate includes to <zephyr/...> 3 years ago
gpio_b91.c include: add missing irq.h include 3 years ago
gpio_cc13xx_cc26xx.c drivers: adjust cc13xx_cc26xx drivers for hal_ti update 3 years ago
gpio_cc32xx.c drivers: migrate includes to <zephyr/...> 3 years ago
gpio_cmsdk_ahb.c devices: constify device pointers initialized at compile time 3 years ago
gpio_creg_gpio.c drivers: migrate includes to <zephyr/...> 3 years ago
gpio_cy8c95xx.c drivers: gpio: gpio_cy8c95xx.c: move driver to use i2c_dt_spec 3 years ago
gpio_dw.c drivers: gpio: Updating driver to Enable Multiple Interrupts. 3 years ago
gpio_dw.h drivers: gpio: dw: Remove dead clock gate code 3 years ago
gpio_dw_registers.h drivers: gpio_dw: update to use new GPIO API 6 years ago
gpio_emul.c gpio_emul: Fail at build time if ngpios is too big 3 years ago
gpio_emul_sdl.c drivers: gpio: Add SDL emulated GPIO support 3 years ago
gpio_eos_s3.c include: add missing irq.h include 3 years ago
gpio_esp32.c drivers: gpio: esp32: fix error when using input only pins 3 years ago
gpio_fxl6408.c drivers: gpio: gpio_fxl6408: move driver to use i2c_dt_spec 3 years ago
gpio_gd32.c drivers: gpio,pinctrl: gd32: use clock control API 3 years ago
gpio_gecko.c include: add missing irq.h include 3 years ago
gpio_handlers.c gpio: add function to get current configuration 3 years ago
gpio_imx.c include: add missing irq.h include 3 years ago
gpio_intel.c soc: x86: Clean up GPIO related defines 3 years ago
gpio_ite_it8xxx2.c include: add missing irq.h include 3 years ago
gpio_litex.c include: add missing irq.h include 3 years ago
gpio_lmp90xxx.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 3 years ago
gpio_lpc11u6x.c include: add missing irq.h include 3 years ago
gpio_mchp_mss.c include: fix the remaining legacy #include paths 3 years ago
gpio_mchp_xec.c drivers: migrate includes to <zephyr/...> 3 years ago
gpio_mchp_xec_v2.c include: add missing irq.h include 3 years ago
gpio_mcp23s17.c drivers: migrate includes to <zephyr/...> 3 years ago
gpio_mcp23s17.h drivers: migrate includes to <zephyr/...> 3 years ago
gpio_mcp23sxx.c drivers: migrate includes to <zephyr/...> 3 years ago
gpio_mcp23xxx.c drivers: migrate includes to <zephyr/...> 3 years ago
gpio_mcp23xxx.h drivers: migrate includes to <zephyr/...> 3 years ago
gpio_mcp230xx.c drivers: migrate includes to <zephyr/...> 3 years ago
gpio_mcux.c include: add missing irq.h include 3 years ago
gpio_mcux_igpio.c include: add missing irq.h include 3 years ago
gpio_mcux_lpc.c include: add missing irq.h include 3 years ago
gpio_mmio32.c include: add missing irq.h include 3 years ago
gpio_nct38xx.c drivers: gpio: nct38xx: use DT_INST_FOREACH_CHILD_STATUS_OKAY_SEP 3 years ago
gpio_nct38xx.h drivers: migrate includes to <zephyr/...> 3 years ago
gpio_nct38xx_alert.c drivers: add mising braces to single line if statements 3 years ago
gpio_nct38xx_port.c drivers: migrate includes to <zephyr/...> 3 years ago
gpio_neorv32.c include: add missing irq.h include 3 years ago
gpio_npcx.c drivers: gpio: npcx: remove redundant declarations 3 years ago
gpio_nrfx.c Nordic nRF GPIO: Fixup race condition in GPIO pin Toggle 3 years ago
gpio_pca95xx.c drivers: gpio: pca95xx: do not write to output regs if pin is input 3 years ago
gpio_pca953x.c drivers: gpio: gpio_pca953x: move driver to use i2c_dt_spec 3 years ago
gpio_pcal6408a.c drivers: gpio: gpio_pcal6408a: move driver to use i2c_dt_spec 3 years ago
gpio_pcf8574.c drivers: gpio: Add driver for pcf8574 3 years ago
gpio_psoc6.c drivers: migrate includes to <zephyr/...> 3 years ago
gpio_rcar.c drivers: gpio: check if clock device is ready before accessing 3 years ago
gpio_rpi_pico.c include: add missing irq.h include 3 years ago
gpio_rv32m1.c include: add missing irq.h include 3 years ago
gpio_sam.c drivers: migrate includes to <zephyr/...> 3 years ago
gpio_sam0.c drivers: migrate includes to <zephyr/...> 3 years ago
gpio_sam4l.c drivers: Fix coding guidelines MISRAC:2012 Rule 14.4 do-whiles/Zero checks 3 years ago
gpio_shell.c gpio_shell: support for input pull down/up 3 years ago
gpio_sifive.c drivers: gpio: sifive: support port_get_direction 3 years ago
gpio_smartbond.c include: add missing irq.h include 3 years ago
gpio_sn74hc595.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 3 years ago
gpio_stellaris.c include: add missing irq.h include 3 years ago
gpio_stm32.c drivers: gpio: stm32: Apply GPIOG specific code to U5 series 3 years ago
gpio_stm32.h drivers: gpio: stm32F1x serie does not provide the pin get config 3 years ago
gpio_stmpe1600.c drivers: gpio: stmpe1600: move driver to use i2c_dt_spec 3 years ago
gpio_sx1509b.c drivers: migrate includes to <zephyr/...> 3 years ago
gpio_test.c drivers: migrate includes to <zephyr/...> 3 years ago
gpio_utils.h gpio: Fix gpio_manage_callback() logic 3 years ago
gpio_xlnx_axi.c drivers: s/DT_CHILD(DT_DRV_INST(n), ...)/DT_INST_CHILD(n, ...) 3 years ago
gpio_xlnx_ps.c drivers: gpio: xlnx_ps: use DT_INST_FOREACH_CHILD_STATUS_OKAY_SEP 3 years ago
gpio_xlnx_ps.h drivers: gpio: xlnx_ps: Fix compiler warning 3 years ago
gpio_xlnx_ps_bank.c drivers: migrate includes to <zephyr/...> 3 years ago
gpio_xlnx_ps_bank.h drivers: gpio: Xilinx PS MIO / EMIO GPIO driver 3 years ago
gpio_xmc4xxx.c drivers: gpio: Add xmc4xxx drivers 3 years ago