zephyr/samples/drivers
Jay Vasanth e56721b8f0 dts: gpio: Add Microchip XEC GPIO macros for use in device tree
Microchip XEC devices specify GPIO pin using octal numbering and
organize pins in banks of 32. Chip documentation does not use
bank naming rather naming each pin by its octal number. This has
led to the developer having to calculate the bit position of a pin
in its 32-bit bank when a specifying the pin for GPIO usage. We
created a set of defines for all possible GPIO pins that specify
the DT GPIO bank name used in the chip level DTSI files and the
bit position in that bank.

Signed-off-by: Jay Vasanth <jay.vasanth@microchip.com>
2023-03-02 13:52:03 +01:00
..
adc samples and tests: Add REQUIRED to Zephyr find_package call 2023-03-02 09:58:27 +01:00
audio/dmic samples: Replace dmic tag with lower case 2023-01-10 18:29:35 -05:00
can drivers: can: remove CAN_HAS_CANFD Kconfig helper 2023-01-25 15:00:39 +00:00
clock_control_litex includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
clock_control_xec samples and tests: Add REQUIRED to Zephyr find_package call 2023-03-02 09:58:27 +01:00
counter yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
crypto includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
current_sensing
dac samples: drivers: dac: add support for gd32a50x 2023-01-12 21:45:38 +01:00
display yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
eeprom yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
espi dts: gpio: Add Microchip XEC GPIO macros for use in device tree 2023-03-02 13:52:03 +01:00
flash_shell samples: drivers: flash_shell: disambiguate flash shell app 2022-11-19 14:24:38 -05:00
fpga/fpga_controller yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
ht16k33 include: add missing kernel.h include 2022-10-11 18:05:17 +02:00
i2c_fujitsu_fram yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
i2s/echo samples: move litex i2s sample under samples/boards 2023-02-22 05:31:07 -05:00
ipm samples: ipm_esp32: remove binary blob 2023-02-16 21:30:35 +09:00
jesd216 sample/drivers/jesd216: Reduce nrf52840dk SPI overlay 2023-02-23 08:58:34 +01:00
kscan yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
kscan_touch yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
lcd_cyclonev_socdk yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
lcd_hd44780 includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
led_apa102 drivers: regulator: fixed: simplify implementation 2022-11-30 15:49:30 +01:00
led_apa102c_bitbang includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
led_lp503x samples and tests: Add REQUIRED to Zephyr find_package call 2023-03-02 09:58:27 +01:00
led_lp3943 tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
led_lp5562 includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
led_lpd8806 samples: led_lpd8806: Remove outdated link 2022-09-29 12:20:14 +02:00
led_pca9633 includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
led_pwm samples and tests: Add REQUIRED to Zephyr find_package call 2023-03-02 09:58:27 +01:00
led_sx1509b_intensity includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
led_ws2812 drivers: led_strip: add WS2812 I2S-based driver 2023-02-24 10:12:47 -08:00
led_xec samples and tests: Add REQUIRED to Zephyr find_package call 2023-03-02 09:58:27 +01:00
lora yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
mbox yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
memc yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
misc tests/samples: fix some missing tags 2022-11-14 07:08:04 -05:00
peci yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
ps2 yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
soc_flash_nrf samples/drivers/soc_flash_nrf: Add missing README.rst 2023-01-27 19:22:40 +09:00
spi_bitbang samples: spi_bitbang: Use gpio_loopback pins for MOSI and MISO 2023-01-20 13:28:27 +01:00
spi_flash samples: drivers: spi_flash: Remove obsolete CONFIG_SPI_NOR configs 2023-02-27 14:35:15 +01:00
spi_flash_at45 samples: drivers: spi_flash_at45: Remove obsolete CONFIG_SPI_FLASH_AT45 2023-02-27 14:35:15 +01:00
spi_fujitsu_fram includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
uart samples: drivers: uart: Read until FIFO empty in echo_bot 2023-01-27 19:21:37 +09:00
w1/scanner samples: drivers: w1: Enable arduino_i2c and arduino_serial explicitly 2023-01-16 09:26:10 +01:00
watchdog boards: cc13x2/cc26x2*: enable WDT + update docs & sample 2023-01-31 16:08:00 -05:00
drivers.rst