summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-03-17Bluetooth: Move stack analysis helper to a global locationJohan Hedberg
2016-03-17sensor: add slope threshold and duration attributesBogdan Davidoaia
2016-03-17API: Add public counter APIBaohong Liu
2016-03-17sensor: add common magnetometer enum valuesMurtaza Alexandru
2016-03-16drivers: Fix documentation from remaining APIsAndre Guedes
2016-03-16drivers: Replace DEV_INVALID_OP by -ENOTSUPAndre Guedes
2016-03-16drivers: Replace DEV_OK by 0Andre Guedes
2016-03-16device: Redefine DEV_* error codesAndre Guedes
2016-03-16pinmux: Change returning type from pinmux.h APIsAndre Guedes
2016-03-16clock_control/stm32f10x: introduce driver for STM32F10x RCCMaciek Borzecki
2016-03-16clock_control: extend API with clock rate query operationMaciek Borzecki
2016-03-16net: contiki: move neighbor_list to struct l2_bufVlad Lungu
2016-03-16Bluetooth: Add definition for vendor event codeJohan Hedberg
2016-03-15Introduce new sensor APIVlad Dogaru
2016-03-14Bluetooth: Add support for outgoing BR/EDR connectionsSzymon Janc
2016-03-14net: User must provide storage for local IP addressJukka Rissanen
2016-03-14Bluetooth: Add HCI commands definitions for BR/EDR connectionsSzymon Janc
2016-03-12arch: arm: move nmi to common locationDan Kalowsky
2016-03-11debug: add debug tracing support for task initializationJuan Manuel Cruz
2016-03-11debug: adds object tracing capability to microkernel timersJuan Manuel Cruz
2016-03-11debug: adds object tracing capability to microkernel eventsJuan Manuel Cruz
2016-03-11debug: adds object tracing capability to ring buffersJuan Manuel Cruz
2016-03-11debug: adds object tracing capability to nano stackJuan Manuel Cruz
2016-03-11Revert "microkernel: Add support for *_sleep() during initialization"Anas Nashif
2016-03-11debug: expose thread monitor in object tracing headerJuan Manuel Cruz
2016-03-11debug: kernel's object tracing apiJuan Manuel Cruz
2016-03-11flash: Use off_t for offset parametersJohan Hedberg
2016-03-10flash: Reorder data & len parametersJohan Hedberg
2016-03-10flash: Use size_t & void * for the read/write parametersJohan Hedberg
2016-03-10memory_pool_heap: malloc/free access over a heap memory poolJithu Joseph
2016-03-10microkernel: Add support for *_sleep() during initializationDmitriy Korovkin
2016-03-10Bluetooth: Add HCI defines for BR/EDR discoverySzymon Janc
2016-03-09arm: K64 SPI module driverJeff Blais
2016-03-09pwm: add 'set_phase' APIJeff Blais
2016-03-09Bluetooth: Cleanup dependency build for LE/BREDRArkadiusz Lichwa
2016-03-09pinmux: Expand the pin function/mode parameter sizeJeff Blais
2016-03-09arm: add generic memory-mapped I/O routines for Cortex-MJeff Blais
2016-03-09ipm: correct prototype for ipm_sendAndrew Boie
2016-03-08Bluetooth: Use bt_auth_cancel for pairing cancelSzymon Janc
2016-03-08Fix uart_pipe_send documentationSzymon Janc
2016-03-08Bluetooth: L2CAP: Add more descriptive documentationLuiz Augusto von Dentz
2016-03-07Bluetooth: GATT: Add bt_gatt_indicateLuiz Augusto von Dentz
2016-03-07drivers: framework for a generic flash driverBaohong Liu
2016-03-05uart: add ISR callback mechanism for UART driversDaniel Leung
2016-03-04SPI: Change read/write buffer pointers to void *Johan Hedberg
2016-03-04include: Remove UNALIGNED_READ & UNALIGNED_WRITEJohan Hedberg
2016-03-04include: Add UNALIGNED_PUT helperJohan Hedberg
2016-03-04sys_io: don't allow negative bit offsetsAndrew Boie
2016-03-04sys_io: introduce bitfield opsAndrew Boie
2016-02-26irq: formalize external zephyr interrupt APIAndrew Boie