summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2017-01-13net: mgmt: Make NET_MGMT_GET_* macros return meaningful valuesLuiz Augusto von Dentz
2017-01-13net: mgmt: Silently ignore net_mgmt_event functions if not enabledTomasz Bursztyka
2017-01-13net: tcp: Signal EOF with a NULL buffer in the callbackAndy Ross
2017-01-13net: net_context: state setting is a value not individual bitsMichael Scott
2017-01-12clock/stm32: add STM32F107 reset and clock controlAdam Podogrocki
2017-01-12arm: Adjust cortex-m7 support to reflect its ARMv7-M architecture.Marcus Shawcroft
2017-01-12arm: Replace CONFIG_CPU_CORTEX_M3_M4 with CONFIG_ARMV7_MMarcus Shawcroft
2017-01-12arm: Replace CONFIG_CPU_CORTEX_M0_M0PLUS with CONFIG_ARMV6_MMarcus Shawcroft
2017-01-12arm: Restructure ARM cpu related preprocessor conditionals.Marcus Shawcroft
2017-01-12arm: cortex-m memory map is CPU specificMarcus Shawcroft
2017-01-11util.h: Add IS_ENABLED() macro for expression-legal ifdef-checkingAndy Ross
2017-01-11arc: ICCM memory should have read-write-execute attributesChuck Jordan
2017-01-11kernel: profiling: Expose an API call to analyze call stacksCarles Cufi
2017-01-08kernel: remove dependency on CONFIG_NANO_TIMERS/TIMEOUTSAnas Nashif
2017-01-08sensor: Fix samples that assume incorrect sensor_value type.Marcus Shawcroft
2017-01-06Merge "Merge net branch into master"Anas Nashif
2017-01-06dlist: add sys_dlist_peek_tail()Benjamin Walsh
2017-01-06net: ieee802154: Expose basic network parameters through net mgmt APITomasz Bursztyka
2017-01-06net/dns: Fix documentation issuesFlavio Santes
2017-01-06net/mqtt: Allow an MQTT publisher app to receive msgsFlavio Santes
2017-01-06net/mqtt: Add the reception callbackFlavio Santes
2017-01-06net/mqtt: Add the mqtt_rx_publish routineFlavio Santes
2017-01-06net/mqtt: Add missing function prototypesFlavio Santes
2017-01-06net/mqtt: Use the right data typeFlavio Santes
2017-01-06net/nbuf: Introduce the net_nbuf_linear_copy routineFlavio Santes
2017-01-06net: ieee802154: Add PAN disassociation requestTomasz Bursztyka
2017-01-06net: ieee80215: Add Active Scan requestTomasz Bursztyka
2017-01-06net: ieee802154: Add PAN association requestTomasz Bursztyka
2017-01-06net: ieee802154: Add grounds for passive scanTomasz Bursztyka
2017-01-06net: event: Notify on interface being put down or upTomasz Bursztyka
2017-01-06net: event: Fix misplaced commentTomasz Bursztyka
2017-01-06net: l2: Add enable callbackLuiz Augusto von Dentz
2017-01-06net: if: Add NET_IF_UP flagLuiz Augusto von Dentz
2017-01-05Bluetooth: hci_ecc: Verify LE Generate DHKey command parametersSzymon Janc
2017-01-05Bluetooth: RFCOMM: Implement timer in dlcJaganath Kanakkassery
2017-01-05Bluetooth: SDP: Add UUID reference to user callbackArkadiusz Lichwa
2017-01-05Bluetooth: Create separate bt_recv_prio() APIJohan Hedberg
2017-01-05Bluetooth: Remove unused prio pool and buffer helpersJohan Hedberg
2017-01-05Bluetooth: Add bt_buf_get_rx() helper APIJohan Hedberg
2017-01-05Bluetooth: Remove support for host flow controlJohan Hedberg
2017-01-05Bluetooth: Introduce support for HCI driver-side RX threadJohan Hedberg