zephyr/drivers
Andrew Boie f253af2d30 drivers: timer: init earlier in boot sequence
By the time we get to POST_KERNEL, kernel services and kernel objects
should be available for use. This should include timers and the random
number generator, but we don't init the system clock until sometime
during the POST_KERNEL phase. Initialize it earlier.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-07-10 11:44:56 -07:00
..
adc spell: fix Kconfig help typos: /boards /drivers 2017-04-21 21:31:30 +00:00
aio drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
bluetooth kernel: make K_.*_INITIALIZER private to kernel 2017-07-10 11:44:56 -07:00
clock_control clock: stm32: Cleanup use of C99 types 2017-06-22 13:47:28 -04:00
console net: context: Use K_NO_WAIT instead of 0 for timeout 2017-07-10 10:59:28 +03:00
counter drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
crc drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
crypto drivers: ataes132a: Fix Kconfig name 2017-07-05 12:43:13 -04:00
display kernel: make K_.*_INITIALIZER private to kernel 2017-07-10 11:44:56 -07:00
dma stm32f4: Clean references to stm32f4 specific clock control 2017-04-28 15:26:11 -05:00
ethernet kconfig: fixed stray Kconfig variables 2017-07-06 10:34:41 -05:00
flash Drivers: flash: NRF5x: synchronous mode for co-operation with BLE radio 2017-06-28 12:29:50 +02:00
gpio cc2650: Add GPIO driver. 2017-06-16 16:18:12 -04:00
grove spell: fix Kconfig help typos: /boards /drivers 2017-04-21 21:31:30 +00:00
i2c dts: arm: STM32 boards use DT to configure I2C 2017-07-07 10:31:34 -05:00
ieee802154 drivers: ieee802154: kw41z: add support for KW40Z 2017-07-06 14:20:32 -05:00
interrupt_controller interrupt_controller: add STM32F303XC EXTI lines number 2017-07-01 08:36:51 -04:00
ipm drivers: IPM: Refactor IPM driver using u32_t registers 2017-06-05 21:50:15 -04:00
pci linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
pinmux pinmux: stm32: nucleo_l432kc: Add SPI pins 2017-07-01 08:36:51 -04:00
pwm stm32: clean up after completion of transition to ll Clock control 2017-06-02 14:11:13 -04:00
random drivers: stm32: random: Initial STM32 random number generator driver 2017-07-07 07:27:39 -05:00
rtc rts: Kconfig: Add QMSI dependency on RTC options 2017-06-15 16:14:59 -05:00
sensor drivers: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
serial arm: dts: Modified Atmel SAM family processor's UART to DTS. 2017-07-07 10:31:34 -05:00
shared_irq spell: fix Kconfig help typos: /boards /drivers 2017-04-21 21:31:30 +00:00
slip drivers: slip: move doxygen header 2017-07-05 12:43:13 -04:00
spi kernel: make K_.*_INITIALIZER private to kernel 2017-07-10 11:44:56 -07:00
timer drivers: timer: init earlier in boot sequence 2017-07-10 11:44:56 -07:00
usb drivers: usb: use generic option name for log level 2017-06-28 09:02:27 -04:00
watchdog watchdog: atmel_sam: enable build for all SAM family 2017-05-28 09:18:54 -05:00
Kconfig drivers: Add support for BBC micro:bit LED display 2017-04-04 08:14:36 +03:00
Makefile crc16: Create function for computing CRC 16 2017-04-13 15:21:42 +03:00