summaryrefslogtreecommitdiff
path: root/include/drivers
AgeCommit message (Expand)Author
2016-10-25drivers/uart: Refactor UART input hook.Marcus Shawcroft
2016-10-21device_pm: Update control function name and doc to indicate PM specificRamesh Thomas
2016-10-04unified: Add tickless idle support for x86 and ARMPeter Mitsis
2016-09-23unified: Remove unused _nano_get_earliest_deadline()Peter Mitsis
2016-09-22power_mgmt: Update sample and drivers according to new pm device APIamirkapl
2016-09-13unified/sys_timer: guard microkernel announce with !KERNEL_V2Benjamin Walsh
2016-09-12power_mgmt: Make device_pm_ops definition staticRamesh Thomas
2016-09-06x86: declare internal API for interrupt controllersAndrew Boie
2016-08-17ipm_console: rate-limit to avoid losing messagesAndrew Boie
2016-07-21timer: Adds device suspend/resume to loapic timerRamesh Thomas
2016-07-13quark_se: make EOI operations atomicAndrew Boie
2016-06-30usb: Add USB device controller header fileAdrian Bradianu
2016-05-26console: Add support for commands completionSzymon Janc
2016-05-24apic : Refactor some macros into a headerJithu Joseph
2016-04-18stm32: rename SOC_STM32F1X -> SOC_SERIES_STM32F1XAnas Nashif
2016-04-16console: add hook for debug server to handle outgoing charactersBenjamin Walsh
2016-04-15doc: clock_control/stm32f1: Fix @file tagDaniel Leung
2016-04-07ieee802154: Replace the CC2520 driver with a new implementationTomasz Bursztyka
2016-04-07drivers: Renaming directory "802.15.4" into "ieee802154"Tomasz Bursztyka
2016-03-16clock_control/stm32f10x: introduce driver for STM32F10x RCCMaciek Borzecki
2016-03-09arm: K64 SPI module driverJeff Blais
2016-03-08Fix uart_pipe_send documentationSzymon Janc
2016-03-05uart: add ISR callback mechanism for UART driversDaniel Leung
2016-02-11sys_clock/microkernel: do not announce ticks until microkernel is upBenjamin Walsh
2016-02-11doc: Fix misuse of @file doxygen tagPeter Mitsis
2016-02-11tickless idle x86: Tickless idle support on nanokernel for x86Sergio Rodriguez
2016-02-05cc2520: Reworking radio on and transmission logicTomasz Bursztyka
2016-02-05cc2520: Initial checkin for TI CC2520 802.15.4 driverJukka Rissanen
2016-02-05c++: Add extern "C" { } block to header filesPeter Mitsis
2016-02-05spi: Rename files according to rulesTomasz Bursztyka
2016-02-05interrupts: new static IRQ APIAndrew Boie
2016-02-05drivers: pci: struct pci_dev_info rename classJavier B Perez Hernandez
2016-02-05iamcu: Fix loapic_mkstub macro to pass isr context value correctlyDirk Brandewie
2016-02-05arm/fsl_frdm_k64f: serial/uart_k20: rework UART clock gatingDaniel Leung
2016-02-05x86: iamcu: Add support for the IAMCU calling convention.Dirk Brandewie
2016-02-05x86: reduce static IRQ stub sizeAndrew Boie
2016-02-05quark_se: apic: work around EOI forwarding issueAndrew Boie
2016-02-05x86: remove loapic_int_vec_trigger()Andrew Boie
2016-02-05ipi: rename to ipmAndrew Boie
2016-02-05loapic: expose _loapic_isr_vector_get() in headerAndrew Boie
2016-02-05ioapic: move common init code into driverDaniel Leung
2016-02-05loapic: move common init code into driverDaniel Leung
2016-02-05i8259: move init code into driverDaniel Leung
2016-02-05drivers/console: shell: Decrease maximum line length from 1024 to 256Johan Hedberg
2016-02-05Fixed file description and applied doxygen styleAnas Nashif
2016-02-05hpet: move content of include/drivers/hpet.h into driverDaniel Leung
2016-02-05serial/nsim: refactor (again) to conform to driver modelDaniel Leung
2016-02-05serial/k20: refactor (again) to conform to driver modelDaniel Leung
2016-02-05timer: Rename _sys_clock_cycle_get()Peter Mitsis
2016-02-05sys_clock: Replace microkernel _k_sys_clock_tick_countPeter Mitsis