zephyr/drivers
Greg Leach 41da0769c1 sensor: Add Silabs SI7055 support
Add support for the Silabs SI7055 temperature sensor

Signed-off-by: Greg Leach <greg.leach@lairdconnect.com>
2020-08-05 14:50:52 -05:00
..
adc drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
audio drivers: dma: Apply DMA callback change to relevant drivers 2020-07-30 09:48:00 +02:00
bluetooth drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
can drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
clock_control drivers: clock_control: stm32h7 add HSI divisor support 2020-08-05 16:22:53 +02:00
console drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
counter drivers: counter: Add native_posix counter hardware model and driver 2020-07-27 13:25:50 +02:00
crypto zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dac drivers: dac: add a driver for the SAM0 DAC 2020-08-04 16:08:48 -05:00
debug
display driver: display: Added extra asserts to SDL display 2020-07-21 15:12:05 +02:00
dma drivers: dma: Align all drivers using user_data for callback 2020-07-30 09:48:00 +02:00
eeprom drivers: eeprom: add driver for NXP LPC11U6X 2020-07-29 20:12:24 +02:00
entropy drivers: entropy: cc13xx_cc26xx: add power management support 2020-07-10 11:45:31 +02:00
espi drivers: espi: xec: Fix incorrect ACK to eSPI host about channel readiness 2020-07-26 09:02:35 -04:00
ethernet eth: mcux: Add support to NXP's ENET for fixed link setup 2020-08-04 15:54:26 -05:00
flash drivers: flash: nrf: Fix regression with BT_CTLR_LOW_LAT option 2020-08-05 12:02:05 +02:00
gpio drivers: gpio: add driver for NXP LPC11U6X MCUs 2020-07-29 20:12:24 +02:00
hwinfo shell: enable modules by default if shell is enabled 2020-06-24 21:37:12 -04:00
i2c drivers: i2c: Add a dump routine 2020-08-04 17:50:39 +02:00
i2s drivers: dma: Align all drivers using user_data for callback 2020-07-30 09:48:00 +02:00
ieee802154 drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
interrupt_controller drivers: arcv2_irq_unit: remove include 2020-07-30 08:00:03 -04:00
ipm cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
kscan drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
led drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
led_strip treewide: remove unnecessary DT GPIO/PWM flags checks 2020-08-04 07:35:26 -05:00
lora drivers: lora: sx126x: Use the new pin helpers 2020-07-13 13:11:59 +02:00
modem drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
net drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
neural_net drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
pcie drivers: pcie: refactor pcie directory to make RC and EP independent 2020-07-14 19:35:31 -04:00
peci zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pinmux drivers: pinmux: add driver for NXP LPC11U6X MCUs 2020-07-29 20:12:24 +02:00
ps2 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ptp_clock
pwm drivers: pwm: stm32: fix polarity setting 2020-07-07 15:09:03 +02:00
sensor sensor: Add Silabs SI7055 support 2020-08-05 14:50:52 -05:00
serial drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
spi drivers: spi: nrfx: Update get_nrf_spim_frequency for nRF5340 HS-SPI 2020-08-04 17:24:41 +02:00
timer cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
usb drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
video zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
watchdog drivers: watchdog: mcux_wwdt: add driver for NXP LPC 55xxx WWDT 2020-08-04 15:13:25 -05:00
wifi drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
Kconfig