zephyr/drivers
Johan Hedberg 7574bebbfe drivers/display: mb_display: Use 4 ms refresh timer
The code was so far requesting 5 ms refresh timer, however with a
default TICKS_PER_SECOND=100 this was always rounded up to 10 ms,
causing some flickering. The closest TICKS_PER_SECOND that will give
flicker-less display but also give optimal ms-to-ticks calculations is
250, so change the timer to match that. After this change any code
using the display is recommended to set 250 as ticks per second.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2017-05-30 12:29:11 +03:00
..
adc
aio
bluetooth Bluetooth: Remove support for NBLE 2017-05-25 09:03:16 -07:00
clock_control drivers: clock_control: fix AHB2 bus clock activation on stm32f4 2017-05-15 08:27:27 -05:00
console drivers: telnet_console: use k_thread_create() 2017-05-11 20:24:22 -04:00
counter
crc
crypto doc: misspellings in Kconfig files 2017-05-05 19:38:53 -04:00
display drivers/display: mb_display: Use 4 ms refresh timer 2017-05-30 12:29:11 +03:00
dma stm32f4: Clean references to stm32f4 specific clock control 2017-04-28 15:26:11 -05:00
ethernet drivers/ethernet/eth_mcux: Fix selection of promisc mode IPv6 workaround 2017-05-25 15:09:46 -05:00
flash flash: Rework and add flash device support for STM32L4x SoCs 2017-05-19 10:06:48 -04:00
gpio arch: sam3x: Use ASF library 2017-05-19 10:06:48 -04:00
grove
i2c arch: sam3x: Use ASF library 2017-05-19 10:06:48 -04:00
ieee802154 drivers: ieee802154: use k_thread_create() 2017-05-11 20:24:22 -04:00
interrupt_controller
ipm ipm: Trivial space adjustment 2017-05-03 10:25:29 -04:00
pci
pinmux arch: sam3x: Use ASF library 2017-05-19 10:06:48 -04:00
pwm drivers: pwm: remove deprecated PWM API usage. 2017-05-19 18:38:01 -04:00
random
rtc
sensor sensor: add lsm6dsl sensor driver 2017-05-15 14:50:38 -05:00
serial drivers: uart_sam: Configure TX pins for SAME70 only 2017-05-19 10:06:48 -04:00
shared_irq
slip drivers: slip: escape SLIP special characters in headers too 2017-04-28 15:01:08 +03:00
spi drivers: spi_mcux_dspi: Fix unlikely but possible division by zero 2017-05-23 06:48:26 -05:00
timer xtensa: use inline assembly instead of XT_* macros 2017-05-11 16:51:56 -04:00
usb
watchdog watchdog: atmel_sam: enable build for all SAM family 2017-05-28 09:18:54 -05:00
Kconfig
Makefile