summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-01-30arm: scb: Move SCB asm defines into cpu_idle.SKumar Gala
2017-01-30arm: cmsis: Convert _ScbIsInThreadMode to use direct CMSIS register accessKumar Gala
2017-01-30arm: cmsis: Convert _ScbPendsvSet to use direct CMSIS register accessKumar Gala
2017-01-30arm: cmsis: Convert _ScbNmiPend to use direct CMSIS register accessKumar Gala
2017-01-30arm: cmsis: Remove nvic.h and use CMSIS NVIC calls directlyKumar Gala
2017-01-30arm: move exception priority to exc.hKumar Gala
2017-01-30arm: cmsis: Convert _ScbExcPrioSet to NVIC_SetPriorityKumar Gala
2017-01-30k64: Rename security_frdm_k64f sectionMaureen Helm
2017-01-30usb: Change transfer_len type to int32_t in usb_request_handler typedefKumar Gala
2017-01-29Merge "Merge net branch into master"Anas Nashif
2017-01-28Bluetooth: A2DP: Stream End Point StructurePiyush Itankar
2017-01-28Bluetooth: add storage flag for secure connection pairing LTKRoger Lendenmann
2017-01-28Bluetooth: RFCOMM: Implement MSC Flow ControlJaganath Kanakkassery
2017-01-27sensor: add SENSOR_CHAN_*_XYZ enum valuesBogdan Davidoaia
2017-01-27net/ieee802154: Modify radio TX function signatureTomasz Bursztyka
2017-01-27drivers/console/telnet: Provide minimal input handling.Tomasz Bursztyka
2017-01-27console/shell: Switch to generic console inputTomasz Bursztyka
2017-01-27drivers/console: Making console input genericTomasz Bursztyka
2017-01-27net: ip: Add a useful macro to staticaly initialize a struct in_addrTomasz Bursztyka
2017-01-27net: ip: Check error conditions and return falseRavi kumar Veeramally
2017-01-27net: tcp: Make the connect callback on success, not transmissionAndy Ross
2017-01-25gpio: Merge the OPEN_DRAIN interface with the DRIVE_STRENGTH interface.Marcus Shawcroft
2017-01-25gpio: Support drive strength configuration.Marcus Shawcroft
2017-01-24kernel/arch: streamline thread user optionsBenjamin Walsh
2017-01-24kernel: include kernel.h in kernel_structs.h in asm filesBenjamin Walsh
2017-01-23arm: cmsis: Convert relocate_vector_table to use CMSISKumar Gala
2017-01-23arm: cmsis: Convert enable_floating_point to use CMSISCarles Cufi
2017-01-23arm: cmsis: Introduce CMSIS layerKumar Gala
2017-01-23arm: cmsis: Remove unused code from scb/scs layersKumar Gala
2017-01-23spi: k64: Remove the k64 spi driverMaureen Helm
2017-01-23arm: cortex-m: Implement CONFIG_TEXT_SECTION_OFFSETDavid Brown
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