summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-02-05Rename VXMICRO_ARCH and VXMICROAnas Nashif
2016-02-05Add simple UART driverSzymon Janc
2016-02-05Eliminate VxMicro branding in kernel codeAllan Stephens
2016-02-05Eliminate unnecessary references to cpu.h and cputype.hAllan Stephens
2016-02-05Eliminate obsolete coding convention commentsAllan Stephens
2016-02-05Fix closing CONFIG_MICROKERNEL block commentsPeter Mitsis
2016-02-05Use ccflags-y and asflags-y instead of EXTRA_CFLAGSAnas Nashif
2016-02-05Split off atomic APIs from main nanokernel include fileAllan Stephens
2016-02-05Eliminate references to k_memset() and k_memcpy()Allan Stephens
2016-02-05Renaming include/nanokernel to include/archDan Kalowsky
2016-02-05Renaming CONFIGURE_UART_PORT macroDan Kalowsky
2016-02-05Introduce public APIs for random number generationDmitriy Korovkin
2016-02-05Algorithm improvement for timer based random number generatorDmitriy Korovkin
2016-02-05Random number generator driver unificationDmitriy Korovkin
2016-02-05Convert PCI_DEBUG parameter to a configuration parameterDmitriy Korovkin
2016-02-05Fix UART on Quark platformDmitriy Korovkin
2016-02-05PCI scan by BAR numberDmitriy Korovkin
2016-02-05Kconfig: serial driver menuAnas Nashif
2016-02-05Kconfig: add Device Drivers menuAnas Nashif
2016-02-05Kconfig: remove DRV_ configsAnas Nashif
2016-02-05remove defs.objs fileAnas Nashif
2016-02-05Kbuild: include files dynamically based on BSP_DIRAnas Nashif
2016-02-05Kbuild: Fix duplicated ksymbol UART_INTERRUPT_DRIVEN.Juan Manuel Cruz
2016-02-05Kbuild: Kconfig source standard for drivers.Juan Manuel Cruz
2016-02-05Kbuild: Kconfig license headers.Juan Manuel Cruz
2016-02-05Kbuild: Rename menu for bluetooth uart driverAnas Nashif
2016-02-05Kbuild: Fix sanity checks for quarkAnas Nashif
2016-02-05Kconfig: Organization of Ksymbols for bluetooth.Juan Manuel Cruz
2016-02-05Kbuild: Bluetooth driver support.Juan Manuel Cruz
2016-02-05Kbuild: remove dependency on DRV_RANDOMAnas Nashif
2016-02-05Random driver not usedAnas Nashif
2016-02-05Kbuild: Change dependencies on DRV_RANDOM.Juan Manuel Cruz
2016-02-05Kbuild: Additional Kconfig symbols.Juan Manuel Cruz
2016-02-05Kbuild: Fix board.h include issue on pentium BSP.Juan Manuel Cruz
2016-02-05Kbuild: Adaptation to the location change of driver headers.Juan Manuel Cruz
2016-02-05Fixes to Kbuild to build on ARM architecture.Juan Manuel Cruz
2016-02-05Kbuild fix for quark console driver.Juan Manuel Cruz
2016-02-05Creation of Makefiles for drivers directory.Juan Manuel Cruz
2016-02-05Kconfig symbols for drivers directory.Juan Manuel Cruz
2016-02-05bluetooth: UART based driver no longer needs to set regs and irqTomasz Bursztyka
2016-02-05arm: Refactor how UART is configuredTomasz Bursztyka
2016-02-05x86: Refactor how UART is configuredTomasz Bursztyka
2016-02-05k20uart: Apply a tiny syntax changeTomasz Bursztyka
2016-02-05k20uart: Let's use 'port' everywhere as it is more readableTomasz Bursztyka
2016-02-05ns16550: Let's use 'port' everywhere as it is more readableTomasz Bursztyka
2016-02-05pci: Provide a simpler yet powerful PCI enumeration APITomasz Bursztyka
2016-02-05pci: Apply code style changesTomasz Bursztyka
2016-02-05Fix coding style issues.Yonattan Louise
2016-02-05timer: use _sys_clock_tick_announce() in driversBenjamin Walsh
2016-02-05timer: fix incorrect nano_fiber_lifo_put in ISRBenjamin Walsh