summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-01-23license: Replace Apache boilerplate with SPDX tagErwan Gouriou
2017-01-23gpio/stm32: provide GPIO driver implementation for STM32F3X familyAdam Podogrocki
2017-01-23clock/stm32: add STM32F3X reset and clock controlAdam Podogrocki
2017-01-23arm: nvic: kill _NvicSwInterruptTriggerKumar Gala
2017-01-23arm: kinetis: Remove duplicate & unused definesKumar Gala
2017-01-20net: context: Add status to connect callbackJukka Rissanen
2017-01-20net: tcp: add timeout wait in net_context_connectMichael Scott
2017-01-20net: tcp: move accept_cb from net_context to net_tcpMichael Scott
2017-01-20net: net_context: correct description of recv_data_wait in net_contextMichael Scott
2017-01-20net: buf: Use TCP sent_list variable only if neededJukka Rissanen
2017-01-20iot/zoap: Add a helper to find an observer by addressVinicius Costa Gomes
2017-01-20iot/zoap: Clarify the return value of zoap_register_observer()Vinicius Costa Gomes
2017-01-20iot/zoap: Add response code for Continue statusVinicius Costa Gomes
2017-01-20net: ipv6: Fix IPv6 prefix comparisionJukka Rissanen
2017-01-20net: linkaddr: introduce net_linkaddr_set functionMichael Scott
2017-01-20net: linkaddr: calculate linkaddr storage addr size via configMichael Scott
2017-01-19kernel_event_logger: add additional function prototypesAndrew Boie
2017-01-19kernel.h: add prototype for private idle exit functionAndrew Boie
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-19Merge "Merge bluetooth branch into master"Anas Nashif
2017-01-18build: remove obsolete sections from linker scriptsAndrew Boie
2017-01-18Merge bluetooth branch into masterJohan Hedberg
2017-01-18Bluetooth: L2CAP: Fix always using RX_BUF_COUNT as initial creditsLuiz Augusto von Dentz
2017-01-18Bluetooth: Add __printf_like annotation for bt_logJohan Hedberg
2017-01-18Bluetooth: Take advantage of IS_ENABLED macro for BT_DBGJohan Hedberg
2017-01-17kernel: including legacy.h depends on CONFIG_LEGACY_KERNELAnas Nashif
2017-01-17sensor: remove unused legacy macrosAnas Nashif
2017-01-17kernel: include limits.h for UINT_MAXAnas Nashif
2017-01-17legacy: use k_cycle_get_32 instead of legacy sys_cycle_get_32Anas Nashif
2017-01-17kernel: fix total number of coop prios in coop-only modeBenjamin Walsh
2017-01-17kernel: use PREEMPT_ENABLED instead of NUM_PREEMPT_PRIORITIES > 0Benjamin Walsh
2017-01-17kernel: correct the highest priority in coop-only modesBenjamin Walsh
2017-01-17Bluetooth: Introduce a new connection parameter request callbackJohan Hedberg
2017-01-17Bluetooth: Remove ACL details from BT_BUF_RX_SIZEJohan Hedberg
2017-01-17Bluetooth: Add documentation for connection callbacksJohan Hedberg
2017-01-17Bluetooth: ATT: Add new error code from CSSv7Johan Hedberg
2017-01-17Bluetooth: Add missing documentation to HCI driver APIsJohan Hedberg
2017-01-17Bluetooth: Remove unused bt_hci_driver_unregister() APIJohan Hedberg
2017-01-16kernel: doc: Add deprecation notice to legacy.hAnas Nashif
2017-01-16doc: add a doxygen group for the Kernel APIAnas Nashif
2017-01-16doc: application porting guide to the unified kernelAnas Nashif
2017-01-15sensor: remove sensor value typeBogdan Davidoaia
2017-01-14Merge "Merge net branch into master"Anas Nashif
2017-01-14kernel: add user data API to timersBenjamin Walsh
2017-01-13riscv32: added support for the riscv32-qemu socJean-Paul Etienne
2017-01-13riscv32: added support for the pulpino socJean-Paul Etienne
2017-01-13arch: added support for the riscv32 architectureJean-Paul Etienne
2017-01-13net: bt: Add disconnect management commandLuiz Augusto von Dentz
2017-01-13net: bt: Add scan management commandLuiz Augusto von Dentz
2017-01-13net: bt: Add connect management commandLuiz Augusto von Dentz