summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-01-03arm: Cortex-M0: Adapt core register code to M0Carles Cufi
2017-01-03arm: nvic: Fix exception priority access on Cortex-M0(+)Carles Cufi
2017-01-03arm: nvic: Use uint8_t for priority levelJohan Hedberg
2017-01-03Merge "Merge net branch into master"Anas Nashif
2017-01-03gpio: Fix spelling mistake.Marcus Shawcroft
2017-01-02net: ip: Improve logging by adding a dedicated sys_log levelTomasz Bursztyka
2017-01-02net: nbuf: Let's remove inner typeTomasz Bursztyka
2017-01-02net: Restructure network protocolsFlavio Santes
2017-01-02net: statistics: Expose relevant information through net mgmt APITomasz Bursztyka
2017-01-02net: statistics: Have a dedicated struct for rpl dataTomasz Bursztyka
2017-01-02net: statistics: Provide specific Kconfig optionsTomasz Bursztyka
2017-01-02net: statistics: Make statistics calculation fully privateTomasz Bursztyka
2017-01-02net: statistics: Fix comment length issueTomasz Bursztyka
2017-01-02net: buf: Change NET_BUF_DEBUG to NET_BUF_LOG and add a level optionTomasz Bursztyka
2016-12-25shell: move shell to its own subsystemAnas Nashif
2016-12-25doc: Fix layout of the shell documentationAnas Nashif
2016-12-25logging: move event_logger to subsys/loggingAnas Nashif
2016-12-25kernel: remove last nanokernel ocrrurances from include/Anas Nashif
2016-12-24random: Introduce random device API.Marcus Shawcroft
2016-12-24net: buf: Add net_buf_add_mem() APIJohan Hedberg
2016-12-24printk: Add ARG_UNUSED macroFlavio Santes
2016-12-24Bluetooth: SDP: Queue user UUID to be resolvedArkadiusz Lichwa
2016-12-24Bluetooth: Move buffer allocation helpers to buf.hJohan Hedberg
2016-12-24Bluetooth: Add timeout to event & ACL buffer allocation functionsJohan Hedberg
2016-12-24Bluetooth: SDP: Initial SDP client interface APIArkadiusz Lichwa
2016-12-24Bluetooth: Make BR/EDR discovery be limited only by timeSzymon Janc
2016-12-24Bluetooth: GATT: Add BT_GATT_PERM_NONE convenience valueJohan Hedberg
2016-12-21kernel: optimize ms-to-ticks for certain tick frequenciesBenjamin Walsh
2016-12-21misc: add ceiling_fraction() macroBenjamin Walsh
2016-12-21sensor: Introduce tap and double tap triggersMaureen Helm
2016-12-21kernel: document behavior of k_freeAnas Nashif
2016-12-21net: Add ARG_UNUSEDFlavio Santes
2016-12-21misc/logger: Add ARG_UNUSEDFlavio Santes
2016-12-21misc/byteorder: Use the right data-typeFlavio Santes
2016-12-19tracing: rename CONFIG_DEBUG_TRACING_KERNEL_OBJECTSAnas Nashif
2016-12-19object_tracing: fixed styleAnas Nashif
2016-12-19debug: move debug features from misc to subsys/debugAnas Nashif
2016-12-19logging: move sys_log to subsys/loggingAnas Nashif
2016-12-19arm: remove old GDB_INFO supportAnas Nashif
2016-12-17kernel/arch: remove obsolete instances of irq_connectBenjamin Walsh
2016-12-16net: l2: ethernet: Handle Ethernet II minimal frame size relevantlyTomasz Bursztyka
2016-12-16iot/dns: Use a k_sem for the DNS rx routineFlavio Santes
2016-12-16iot/dns: Introduce the dns_context structureFlavio Santes
2016-12-16net: Remove legacy tinydtls.h headerFlavio Santes
2016-12-16Bluetooth: RFCOMM: Fix channel range documentationJaganath Kanakkassery
2016-12-16Bluetooth: AVDTP: Add AV-Stream data structureArun Jagadish
2016-12-15kernel: introduce single-threaded kernelBenjamin Walsh
2016-12-15kernel: add k_cpu_idle/k_cpu_atomic_idle()Benjamin Walsh
2016-12-15kernel: fix mis-use of sys_dlist_t vs sys_dnode_t in _timeoutBenjamin Walsh
2016-12-15kernel: add defines for delta_ticks_from_prev special valuesBenjamin Walsh