zephyr/drivers
Andy Ross 17051e42d6 drivers/sensor/hp206c: Clarify tick rate warning
The default tick rate is now 10 kHz, but that driver was demanding
that it be exactly 1 kHz instead of at least that rate.  I checked the
source, and the driver isn't actually extracting "ticks" from the
kernel illegally, it just needs fine-grained timers that work with the
existing millisecond API.  Let it build, this is fine.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-07-02 22:52:29 -04:00
..
adc shell: adc: adc shell for testing adcs 2019-06-28 10:07:18 -05:00
aio
audio cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
bluetooth Bluetooth: Introduce separate pool for discardable events 2019-07-01 16:36:15 +03:00
can drivers: can: stm32: Update enable driver help message 2019-07-02 18:57:23 -04:00
clock_control drivers: clock_control: nrf: Add option to use external LF source 2019-07-02 12:58:06 +02:00
console cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
counter drivers: counter: Add NXP MCUX GPT counter driver 2019-07-01 11:53:07 -05:00
crypto cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
display cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
dma cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
entropy cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
ethernet cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
flash cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
gpio cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
hwinfo cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
i2c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
i2s cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
ieee802154 cleanup: include/: move misc/byteorder.h to sys/byteorder.h 2019-06-27 22:55:49 -04:00
interrupt_controller arch/x86: eliminate include/arch/x86/irq_controller.h 2019-07-02 19:30:00 -04:00
ipm cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
led cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
led_strip cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
modem cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
net cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
neural_net
pci cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
pcie
pinmux cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
ptp_clock
pwm cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
rtc cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
sensor drivers/sensor/hp206c: Clarify tick rate warning 2019-07-02 22:52:29 -04:00
serial cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
spi cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
timer drivers/timer/nrf_rtc_timer: Fix round-up for rapid tick rates 2019-07-02 22:52:29 -04:00
usb usb_dc_stm32: Don't update ret_bytes if send fails in usb_dc_ep_write() 2019-07-02 19:05:37 -04:00
watchdog drivers: watchdog: mcux_wdog32: add driver for the NXP Kinetis WDOG32 2019-07-02 18:00:16 -05:00
wifi wifi: eswifi: Implement TCP listen/accept 2019-07-02 09:08:59 +03:00
CMakeLists.txt
Kconfig