Commit graph

  • b6109496ff arm: Cortex-M0: Adapt core register code to M0 Carles Cufi 2016-12-28 17:47:14 +0100
  • 41bcac3f1c arm: nvic: Fix exception priority access on Cortex-M0(+) Carles Cufi 2016-12-27 15:49:39 +0100
  • ae0ce20699 arm: nvic: Use uint8_t for priority level Johan Hedberg 2016-12-29 21:01:08 +0200
  • 0f08bd8cf8 gpio_basic_api: fix format codes Andrew Boie 2017-01-03 11:16:08 -0800
  • 57eb17a8ca tests/kernel/stackprot: 'fatal fault' is not a failure Inaky Perez-Gonzalez 2017-01-03 10:01:52 -0800
  • e3029f719f sanity: prevent stack corruption at test_sema Genaro Saucedo Tejada 2016-12-29 18:02:16 -0600
  • 5ec3a7d04a test_thread_init.c: fix build error Juro Bystricky 2017-01-03 09:21:31 -0800
  • 9a36cb6456 sanitycheck: add --log-file to log everything to a file too Inaky Perez-Gonzalez 2016-11-29 10:43:40 -0800
  • 66cfcc26bc tests: introduce Makefile.test Anas Nashif 2016-12-21 14:38:37 -0500
  • 6e1fbd98d0 doc: move c library section to subsystems Anas Nashif 2016-12-24 08:40:16 -0500
  • 8c43544e1b doc: move ztest to subsystems Anas Nashif 2016-12-24 07:48:33 -0500
  • b3ded5e25b MAINTAINERS: Update network applications section Flavio Santes 2017-01-01 20:10:07 -0600
  • 98f9b104cd Merge "Merge net branch into master" Anas Nashif 2017-01-03 14:22:15 +0000
  • 52e3eac4d5 Fixup indentation. Marcus Shawcroft 2017-01-03 09:32:26 +0000
  • 66d66848cb gpio: Fix spelling mistake. Marcus Shawcroft 2017-01-03 09:14:44 +0000
  • 7028b433a1 Merge net branch into master Tomasz Bursztyka 2017-01-02 10:35:06 +0100
  • d43af0b4c8 net: shell: NET_SHELL is not NET_LOG dependent Tomasz Bursztyka 2016-12-30 13:00:55 +0100
  • a1aa08c288 net: ip: Improve logging by adding a dedicated sys_log level Tomasz Bursztyka 2016-12-15 13:55:01 +0100
  • 4869dc9786 net: tests: Add platforms whitelist to http header unit test Tomasz Bursztyka 2016-12-30 12:35:33 +0100
  • 2e95186eff net: nbuf: Let's remove inner type Tomasz Bursztyka 2016-12-29 12:17:03 +0100
  • ac7300611c net: Restructure network protocols Flavio Santes 2016-12-23 15:09:15 -0600
  • dc862ec104 net/dhcpv4: Use net_if_ipv4_set_netmask() Marcus Shawcroft 2016-12-23 18:59:25 +0000
  • defbc89358 net/dhcpv4: Use router option to set IPv4 GW. Marcus Shawcroft 2016-12-19 11:56:57 +0000
  • 065c84d5a6 dhcpv4: Add option parsing diagnostics. Marcus Shawcroft 2016-12-19 11:56:31 +0000
  • 739278e09d ethernet/arp: Use gateway for non local ipv4 routing. Marcus Shawcroft 2016-12-23 10:26:32 +0000
  • 2fc5eb2f4c net/dhcpv4: Re-instate init_app() Marcus Shawcroft 2016-12-29 10:01:38 +0000
  • c538bb6602 tests/zoap: Add test for payload size Vinicius Costa Gomes 2016-12-27 13:53:08 -0800
  • 909ad359bf lib/zoap: Fix incorrect values for payload size Vinicius Costa Gomes 2016-12-27 13:38:57 -0800
  • 8ab2a90231 net: rpl: Fix a build issue Tomasz Bursztyka 2016-12-28 16:25:05 +0100
  • ff5954890a net: ethernet: IPv6 packet length should be relevantly handled Tomasz Bursztyka 2016-12-28 13:48:35 +0100
  • a79f9bcbc4 net: statistics: Expose relevant information through net mgmt API Tomasz Bursztyka 2016-12-14 14:31:58 +0100
  • 88b99fa782 net: statistics: Have a dedicated struct for rpl data Tomasz Bursztyka 2016-12-14 14:10:43 +0100
  • cbd1609bf6 net: statistics: Provide specific Kconfig options Tomasz Bursztyka 2016-12-13 15:19:28 +0100
  • 06e2b421af net: statistics: Make statistics calculation fully private Tomasz Bursztyka 2016-12-13 14:50:31 +0100
  • a533eb9b4f net: statistics: Move current statistics code to its own file Tomasz Bursztyka 2016-12-13 12:34:01 +0100
  • 2f9efd1a8e net: statistics: Fix comment length issue Tomasz Bursztyka 2016-12-13 12:32:45 +0100
  • e3cca46a1b net: buf: Let's make use of func/line parameters when available Tomasz Bursztyka 2016-12-16 13:14:48 +0100
  • 0a1617365f net: buf: Change NET_BUF_DEBUG to NET_BUF_LOG and add a level option Tomasz Bursztyka 2016-12-15 11:18:30 +0100
  • 6158dfdda6 samples: net: STDOUT_CONSOLE is not necessary Tomasz Bursztyka 2016-12-21 11:21:37 +0100
  • 4308da9288 net: log: Do not select STDOUT_CONSOLE Tomasz Bursztyka 2016-12-16 10:25:20 +0100
  • 90ac0b5c20 net: buf: Fix a debug message missing a parameter Tomasz Bursztyka 2016-12-21 11:30:27 +0100
  • 56f25b49a9 tests: net: Fix format issues Tomasz Bursztyka 2016-12-21 11:17:06 +0100
  • eb2d16b2e4 net/dns: Drop unnecessary ETH_KSDK configuration. Marcus Shawcroft 2016-12-21 16:38:51 +0000
  • 39d5f26988 net/dhcpv4: Correct spellings in comments. Marcus Shawcroft 2016-12-21 16:40:51 +0000
  • 0be2c3f57c samples/dhcpv4: Add missing NET_MGMT configury. Marcus Shawcroft 2016-12-19 11:57:58 +0000
  • 225dc3f660 samples/net: Fix logging format error Flavio Santes 2016-12-22 12:07:28 -0600
  • 65cf8c769a samples/zoap_server: Use the correct option for TAP Vinicius Costa Gomes 2016-12-20 21:34:01 -0800
  • 6a0190befb samples/zoap_client: Use the correct option for TAP Vinicius Costa Gomes 2016-12-20 21:30:21 -0800
  • 0637511e68 dhcpv4: Report address acquisition. Marcus Shawcroft 2016-12-12 15:41:31 +0000
  • cdb8133cf5 samples: net: Add echo_client build test for frdm CC2520 configuration Andrei Emeltchenko 2016-12-12 14:59:25 +0200
  • 60a079cb2c Revert "sanitycheck: reduce number of unnecessary configuration builds" Kumar Gala 2016-12-30 09:43:42 -0600
  • 4e2cf33d9d sanitycheck: reduce number of unnecessary configuration builds Anas Nashif 2016-12-21 13:05:28 -0500
  • 5312754988 sanitycheck: remove kernel keywords Anas Nashif 2016-12-24 22:35:46 -0500
  • 7297f5db88 shell: move shell to its own subsystem Anas Nashif 2016-12-23 14:06:46 -0500
  • 46fa5384aa doc: Fix layout of the shell documentation Anas Nashif 2016-12-23 13:25:47 -0500
  • fad7e2dd8d logging: move event_logger to subsys/logging Anas Nashif 2016-12-23 10:33:44 -0500
  • c1347b4730 kernel: replace all remaining nanokernel occurances Anas Nashif 2016-12-23 08:35:34 -0500
  • ea8c6aad24 kernel: remove last nanokernel ocrrurances from include/ Anas Nashif 2016-12-23 07:32:56 -0500
  • 953f7ae45d samples/basic/disco: Add support for Nucleo F401RE and A101 Flavio Santes 2016-12-25 12:00:11 -0600
  • 8f96628064 boards/arduino101: Enable GPIO Flavio Santes 2016-12-25 11:59:24 -0600
  • ef2dd99efb samples: fix path to sanitycheck script Anas Nashif 2016-12-24 11:41:21 -0500
  • c66adc646d samples: Add random driver sample. Marcus Shawcroft 2016-12-04 22:32:54 +0000
  • 4127775bcf random: Introduce random device API. Marcus Shawcroft 2016-11-19 23:46:22 +0000
  • db8a5d9b80 net: buf: Add net_buf_add_mem() API Johan Hedberg 2016-12-22 22:42:47 +0200
  • b008914e42 tests: add gpio driver test case jing wang 2016-12-08 14:47:29 +0800
  • 3d99a0c878 tests: add driver aio comparator test case jing wang 2016-12-12 15:55:20 +0800
  • 0dd774df10 tests: import stack protection testcase to unified Anas Nashif 2016-12-03 16:06:16 -0500
  • 8bc3e12ff0 printk: Add ARG_UNUSED macro Flavio Santes 2016-12-23 17:23:18 -0600
  • e23b0ab49f tests: add zephyr thread lifecycle test case with unified kernel jing wang 2016-12-20 16:41:43 +0800
  • 333e8d985d tests: add zephyr message queue test case with unified kernel jing wang 2016-12-20 11:22:25 +0800
  • 3d20b9dad6 tests: add sem test cases which use unified kernel jing wang 2016-11-15 14:21:36 +0800
  • 7553b4688b tests: add mutex api test cases which use unified kernel jing wang 2016-11-17 10:39:42 +0800
  • 3b03060579 tests: add stack test cases which use unified kernel jing wang 2016-11-15 16:02:06 +0800
  • fb20912cb5 tests: kernel: test_slab: Porting memory map tests to unified Jithu Joseph 2016-12-19 20:28:07 -0800
  • 5fbb695a01 tests: kernel: test_critical: Porting legacy tests to unified kernel Sergio Rodriguez 2016-12-20 18:16:43 -0800
  • a6a1360b24 tests: kernel: test_context: Porting legacy tests to unified kernel Sergio Rodriguez 2016-12-19 17:47:08 -0800
  • b10ab24c02 tests: add threads scheduling test case with unified kernel jing wang 2016-12-23 09:16:04 +0800
  • 4b288999b2 drivers: gpio_atmel: Fix erronous if statement Sergio Rodriguez 2016-11-28 17:37:44 -0800
  • 1d3b16a74a tests: remove redundant test_ from test names Anas Nashif 2016-12-24 07:43:42 -0500
  • 0632bcac25 samples: bmi160: use correct spi dev name Baohong Liu 2016-12-22 10:35:42 -0800
  • 88be4835f0 doc: make output directory overridable Anas Nashif 2016-12-23 17:41:27 -0500
  • 9f52ee6354 doc: use ReadTheDocs.org theme if available Anas Nashif 2016-12-23 12:27:57 -0500
  • d15523f223 tests: Add watchdog timer test case jing wang 2016-12-14 11:59:37 +0800
  • ed754ecf6d tests: add rtc driver test case jing wang 2016-12-08 16:42:36 +0800
  • 638066757f tests: kernel: added test_thread_init LIU, Sharron 2016-11-02 11:21:07 +0800
  • 67af6f8844 tests: kernel: added test_workq_api Sharron LIU 2016-11-30 15:14:22 +0800
  • 6afbd387bf tests: kernel: added mbox api test LIU, Sharron 2016-11-22 00:22:30 +0800
  • 8a15ef5f4a Merge bluetooth branch into master Johan Hedberg 2016-12-24 09:00:37 +0200
  • 4de2bad817 Bluetooth: SDP: Check SDP error when receiving PDU response Arkadiusz Lichwa 2016-12-23 00:50:38 +0100
  • d460181eb0 Bluetooth: SDP: Start receiving response data on SDP PSM Arkadiusz Lichwa 2016-12-20 21:29:27 +0100
  • fa8a27fc03 Bluetooth: L2CAP: Fix possible endless loop Szymon Janc 2016-12-23 12:41:07 +0100
  • fe7d3392cd Bluetooth: SDP: Check params validness Arkadiusz Lichwa 2016-12-20 21:25:20 +0100
  • b04f3a2b17 Bluetooth: SDP: Reset context on disconnection Arkadiusz Lichwa 2016-12-21 15:52:17 +0100
  • 6d89dd897e Bluetooth: SDP: Queue user UUID to be resolved Arkadiusz Lichwa 2016-12-20 21:12:25 +0100
  • 4aca00220b Bluetooth: SDP: Refactor bt_sdp_discover API Arkadiusz Lichwa 2016-12-20 20:56:35 +0100
  • c7346c4c93 Bluetooth: RFCOMM: Respond to RPN command Jaganath Kanakkassery 2016-12-15 21:47:37 +0530
  • 61f34fd966 Bluetooth: RFCOMM: Pass session instead of dlc in make_uih_msg() Jaganath Kanakkassery 2016-12-19 18:57:33 +0530
  • ba2adb70b2 Bluetooth: L2CAP: Fix use of uninitializer pointer Szymon Janc 2016-12-22 19:48:08 +0100
  • 2ee61f1f97 Bluetooth: Move buffer allocation helpers to buf.h Johan Hedberg 2016-12-21 16:04:36 +0200
  • f3c632bf44 Bluetooth: Add timeout to event & ACL buffer allocation functions Johan Hedberg 2016-12-20 19:58:03 +0200