zephyr/include/zephyr/drivers
YuLong Yao e5d35910f4 drivers: pinctrl: gd32: add gd32a50x support
set port speed for `gd32a50x`

Signed-off-by: YuLong Yao <feilongphone@gmail.com>
2023-01-12 21:45:38 +01:00
..
adc include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
bluetooth include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
can drivers: can: fake: fix header guards 2023-01-11 09:40:43 +01:00
clock_control drivers: clock_control: stm32: Fix HSI48 oversights 2023-01-09 14:01:28 +00:00
console uart_pipe: move driver from console to serial 2022-07-07 09:59:49 +02:00
dma drivers: dma: esp32c3: add gdma driver 2023-01-12 19:09:01 +01:00
ec_host_cmd_periph ec_host_cmd: move the host_cmd_periph.h to subdirectory 2022-11-18 10:11:40 +01:00
eeprom drivers: eeprom: add fake EEPROM driver 2022-11-15 09:43:42 -06:00
flash include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
gpio drivers: gpio: expose gpio_utils.h to external GPIO drivers 2022-10-27 15:38:51 +02:00
i2c/target i2c: Update API terminology 2022-06-29 17:51:31 +02:00
i3c i3c: fix macro generation with multiple devices 2022-12-12 15:51:16 -05:00
ieee802154 include: update references to <device.h> 2022-04-21 07:40:54 -05:00
interrupt_controller drivers: interrupt_controller: Add XMC4XXX ERU driver 2022-12-12 10:51:29 +01:00
led include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
led_strip include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
misc include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
mm drivers: mm: Move mm_drv_intel_adsp_mtl_tlb to zephyr/ 2022-11-21 20:43:50 +09:00
modem modem: hl7800: Fix +CCID response to handle EID 2022-11-15 12:17:20 +00:00
pcie pcie: Deprecate pcie_probe() and pcie_bdf_lookup() 2022-11-24 15:23:28 +01:00
pinctrl drivers: pinctrl: gd32: add gd32a50x support 2023-01-12 21:45:38 +01:00
pm_cpu_ops include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
regulator drivers: regulator: add get_mode API 2022-12-27 13:12:55 +01:00
rtc include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
sensor drivers: sensor: Add support for grow_r502a fingerprint sensor 2022-12-14 18:44:29 +01:00
serial uart: ns16550: move command macro to public header 2022-11-10 22:40:21 -05:00
timer drivers: tiemr: nrf_rtc_timer: Add test function for shifting time 2022-11-17 11:24:23 +01:00
uart drivers/serial: Make serial_test a proper emul 2022-09-08 15:26:41 +00:00
usb drivers: udc: remove no more required pending state flag 2023-01-11 17:44:50 +01:00
usb_c usb-c: Add Source Power Delivery macros 2022-12-23 10:55:07 +01:00
virtualization include: add missing kernel.h include 2022-10-11 18:05:17 +02:00
adc.h include: drivers: adc: Refactor the ADC_CHANNEL_CFG_DT() macro 2022-12-12 15:57:15 +01:00
bbram.h include: add missing errno.h include 2022-10-11 18:05:17 +02:00
cache.h cache: Fix the doxygen documentation 2022-12-13 16:31:42 +00:00
can.h driver: can: add new filter to match CAN-FD frames 2023-01-04 08:18:13 -06:00
clock_control.h include: add missing errno.h include 2022-10-11 18:05:17 +02:00
coredump.h include: add missing sys/slist.h include 2022-10-11 18:05:17 +02:00
counter.h include: add missing sys_clock.h include 2022-10-11 18:05:17 +02:00
dac.h include: update references to <device.h> 2022-04-21 07:40:54 -05:00
dai.h include: add missing errno.h include 2022-10-11 18:05:17 +02:00
disk.h doc: doxygen: add disk to io_interfaces 2022-09-07 10:36:25 +02:00
display.h include: update references to <device.h> 2022-04-21 07:40:54 -05:00
dma.h dma: Add max block count attribute 2022-12-14 09:51:10 +01:00
edac.h include: add missing errno.h include 2022-10-11 18:05:17 +02:00
eeprom.h include: update references to <device.h> 2022-04-21 07:40:54 -05:00
emul.h drivers: emul: Remove redundant parentheses in macros 2022-09-23 14:30:39 +02:00
entropy.h include: add missing errno.h include 2022-10-11 18:05:17 +02:00
espi.h ec_host_cmd: add eSPI peripheral for the host commands 2022-11-18 10:11:40 +01:00
espi_emul.h include: add missing sys/slist.h include 2022-10-11 18:05:17 +02:00
espi_saf.h doc: espi_saf: Make documentation readable 2022-10-04 15:01:08 +02:00
flash.h include: add missing errno.h include 2022-10-11 18:05:17 +02:00
fpga.h include: add missing errno.h include 2022-10-11 18:05:17 +02:00
fuel_gauge.h fuel_gauge: Add writable mfr access prop 2023-01-08 19:48:12 +01:00
gna.h include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
gpio.h gpio: Fix GPIO_DT_SPEC_INST_GET_BY_IDX_OR macro 2023-01-12 10:00:24 +01:00
gpio_keys.h gpio: Add driver support for software based gpio debounce 2023-01-04 10:36:00 +01:00
hwinfo.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
i2c.h i2c: add i2c_is_ready_dt function 2022-12-05 09:26:49 -06:00
i2c_emul.h include: add missing sys/slist.h include 2022-10-11 18:05:17 +02:00
i2s.h include: update references to <device.h> 2022-04-21 07:40:54 -05:00
i3c.h i3c: add NBCH header flag for private transfers 2022-12-12 15:51:16 -05:00
ipm.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
kscan.h arm: add missing includes 2022-10-11 18:37:53 -04:00
led.h include: add missing errno.h include 2022-10-11 18:05:17 +02:00
led_strip.h include: update references to <device.h> 2022-04-21 07:40:54 -05:00
lora.h include: add missing kernel.h for lorawan subsys 2022-10-17 18:10:10 +09:00
mbox.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
mdio.h include: update references to <device.h> 2022-04-21 07:40:54 -05:00
mipi_dsi.h drivers: mipi_dsi: initial support for MIPI-DSI drivers 2022-05-12 09:26:50 -05:00
peci.h include: drivers: peci: Add missing subsystem macro 2022-11-08 09:42:27 +00:00
pinctrl.h include: add missing errno.h include 2022-10-11 18:05:17 +02:00
pinmux.h drivers: pinmux: deprecate pinmux 2022-09-21 18:05:51 +00:00
pm_cpu_ops.h arm64: implement arch_system_halt 2022-11-23 11:37:08 +01:00
ps2.h include: update references to <device.h> 2022-04-21 07:40:54 -05:00
ptp_clock.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
pwm.h drivers: pwm: remove deprecated functions 2022-11-11 11:00:26 +01:00
regulator.h drivers: regulator: common: allow to specify on by default 2023-01-09 16:19:09 +00:00
reset.h include: add missing errno.h include 2022-10-11 18:05:17 +02:00
sdhc.h include: add missing errno.h include 2022-10-11 18:05:17 +02:00
sensor.h sensor: add helper function for convert radians and 10 micro degrees 2023-01-05 10:33:46 +01:00
spi.h drivers: spi: deprecate spi_is_ready function 2022-12-07 09:40:23 -06:00
spi_emul.h include: add missing sys/slist.h include 2022-10-11 18:05:17 +02:00
syscon.h include: add missing errno.h include 2022-10-11 18:05:17 +02:00
uart.h drivers: uart: add UART noise error enum 2023-01-04 10:33:49 +01:00
uart_pipe.h uart_pipe: move driver from console to serial 2022-07-07 09:59:49 +02:00
video-controls.h includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
video.h includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
w1.h include: add missing kernel.h include 2022-10-11 18:05:17 +02:00
watchdog.h driver: watchdog: multiple doxygen improvements 2022-11-10 22:41:43 -05:00