zephyr/drivers
James Johnson 0eaff5a11d drivers: sensor: add ams AS621x Temperature Sensor driver support
Added support for the AMS AS621x series of temperature sensors as a
variant of the TI TMP108 temperature sensor.

Signed-off-by: Jared Baumann <jared.baumann8@t-mobile.com>
Signed-off-by: James Johnson <james.johnson672@t-mobile.com>
2022-10-07 10:01:47 +02:00
..
adc drivers: adc: stm32: removed duplicated code 2022-10-03 10:20:21 +02:00
audio includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
bbram drivers: bbram: Update Kconfig 2022-08-16 18:08:42 -05:00
bluetooth includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
cache cache: Fix build warning 'No SOURCES given to Zephyr library' 2022-08-24 10:36:40 +00:00
can drivers: Correct tx and rx error counts in mcan 2022-09-28 20:34:36 +00:00
clock_control lib: onoff: add a config for on-off and build conditionally 2022-10-03 10:18:15 +02:00
console drivers: console: rtt_console: undefined reference 2022-09-12 15:08:47 +01:00
coredump everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
counter include: add missing zephyr/ prefix 2022-10-06 10:41:02 +02:00
crypto drivers: crypto: Update Kconfig 2022-08-30 10:43:12 +00:00
dac drivers: dac: gd32: use clock control API 2022-09-06 09:57:25 +02:00
dai drivers: dai: intel: dmic: misc fixes and changes 2022-10-05 12:41:45 +02:00
debug kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
disk drivers: disk: sdmmc: Enable STM32L5X support 2022-09-09 09:56:51 +00:00
display includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
dma dma: gpdma: fix channel config 2022-09-30 15:18:20 +00:00
ec_host_cmd_periph drivers: ec_host_cmd_periph: Update Kconfig 2022-09-02 11:22:39 +00:00
edac includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
eeprom eeprom: shell: Add device autocompletion support 2022-10-04 14:08:09 +00:00
entropy drivers: entropy: Disable CAAM driver 2022-09-06 09:56:48 +02:00
espi driver: eSPI: drop interrupts enabling during driver initialization 2022-10-07 10:01:09 +02:00
ethernet drivers: ethernet: adding support for Cyclone V SoC DK ethernet 2022-10-06 20:19:43 -07:00
flash drivers: flash: shell: Add flash shell tools 2022-10-06 22:35:57 +00:00
fpga drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
gpio drivers: gpio: it8xxx2: log error instead of printing 2022-10-06 15:35:00 +02:00
hwinfo drivers: hwinfo: add Andes hwinfo driver 2022-08-26 11:55:55 +02:00
i2c drivers: i2c: sam0: Resolve spurious trailing 0xff on reads 2022-10-04 19:16:02 +00:00
i2s drivers: i2s: Update drivers to use devicetree Kconfig symbol 2022-08-25 15:03:11 -05:00
i3c i3c: add I3C controller driver for MCUX 2022-09-09 17:42:33 -04:00
ieee802154 drivers: ieee802154: rf2xx: Add support to Sub-Giga 2022-09-09 10:31:35 -07:00
interrupt_controller interrupt_controller: intc_dw_ace_v1x: fix multi-level IRQs 2022-09-29 10:15:53 +00:00
ipm boards, dts: fix namespace for intel adsp cavs, ace 2022-09-14 07:23:08 -04:00
kscan driver: kscan: npcx: add driver support for kscan 2022-10-03 10:14:51 +02:00
led includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
led_strip includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
lora drivers: lora: Return error from lora_send() 2022-09-14 09:34:40 +00:00
mbox drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
mdio drivers: mdio: Add ESP32 MDIO driver 2022-10-01 14:51:28 -04:00
memc drivers: memc: Introduce Atmel SAM SMC/EBI driver 2022-08-16 12:53:50 +02:00
mipi_dsi drivers: mipi_dsi: Update Kconfig 2022-08-12 10:23:31 -05:00
misc includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
mm drivers/mm: Add API to query memory regions 2022-10-01 14:52:29 -04:00
modem drivers: gsm_ppp: fix modem_cmd_handler_tx_lock 2022-09-27 14:12:57 +00:00
net net: context: properly namespace can-related methods 2022-09-05 14:35:17 +00:00
neural_net drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pcie pcie: shell: Add help and argument check 2022-08-25 21:14:51 +00:00
peci drivers: peci: Update Kconfig 2022-08-16 08:26:11 +00:00
pinctrl drivers: pinctrl_nrf: Configure QSPI CSN pin as output set high 2022-09-19 15:30:02 +02:00
pinmux trivial: Remove empty files 2022-09-30 09:41:55 +00:00
pm_cpu_ops drivers: pm_cpu_ops: Update Kconfig 2022-08-12 11:34:10 +02:00
power_domain include: fix files using legacy include paths 2022-08-31 06:49:00 -04:00
ps2 devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
ptp_clock drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pwm drivers: pwm: rpi_pico: Use “pico_channel” instead of “ch” 2022-10-04 10:36:20 +02:00
regulator lib: onoff: add a config for on-off and build conditionally 2022-10-03 10:18:15 +02:00
reset drivers: reset: gd32: add initial support 2022-08-29 10:30:49 +02:00
sdhc SD: Implement sdhc_card_busy in SDHC SPI-driver 2022-09-09 16:32:52 -04:00
sensor drivers: sensor: add ams AS621x Temperature Sensor driver support 2022-10-07 10:01:47 +02:00
serial drivers: serial: Runtime Configure for SAM USART 2022-10-06 22:37:54 +00:00
spi drivers: spi: esp32c3: add DMA support 2022-10-04 10:35:14 +02:00
syscon drivers: syscon: Update Kconfig 2022-08-14 09:04:33 -05:00
timer drivers: timer: stm32_lptim: Change clock source config check sanction 2022-09-21 18:39:07 +00:00
usb driver: usb_dc_sam_usbhs: Restore EP0 after detach 2022-09-23 11:52:18 +02:00
usbc kconfig: guard usbc logging macros 2022-07-20 18:28:43 +02:00
video includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
virtualization drivers: virt: ivshmem: Convert to use DEVICE_DT_GET_ONE 2022-07-25 15:16:05 +02:00
w1 drivers/w1: driver for ds2485 1-Wire master 2022-09-09 14:11:30 +00:00
watchdog drivers: watchdog: Add GD32 Window watchdog timer driver 2022-10-03 18:07:16 +02:00
wifi device: s/Z_DEVICE_DT_DEV_NAME/Z_DEVICE_DT_DEV_ID 2022-10-04 10:13:34 +02:00
xen everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
CMakeLists.txt drivers: i3c: introduce I3C API for controllers 2022-09-09 17:42:33 -04:00
Kconfig drivers: i3c: introduce I3C API for controllers 2022-09-09 17:42:33 -04:00