Commit graph

  • 981f77f756 sanitycheck: fix extra_configs with multiple values Anas Nashif 2017-10-18 07:53:58 -04:00
  • 4600c37ff1 doc: Fix misspellings in header/doxygen comments David B. Kinder 2017-10-17 15:55:47 -07:00
  • 1965e5e9fc net: lwm2m: add RD client callbacks for app Michael Scott 2017-09-11 22:20:36 -07:00
  • 58d758bf90 net: lwm2m: firmware: add support for firmware pull over CoAP proxy Ricardo Salveti 2017-07-27 18:30:44 -03:00
  • 4a0986dc7a net: lwm2m: ignore duplicate/older block transfers Michael Scott 2017-09-08 14:03:56 -07:00
  • ed100e9c6a net: lwm2m: add full block-wise retries for firmware download Michael Scott 2017-09-08 08:37:48 -07:00
  • 0b0fd5515d net: lwm2m: fix packet leak in timeout work Michael Scott 2017-09-08 08:32:16 -07:00
  • c9a80de76b net: lwm2m: setup lwm2m ctx for firmware download Michael Scott 2017-09-08 08:27:45 -07:00
  • 788c013d5b net: lwm2m: split out lwm2m context initialization Michael Scott 2017-09-08 08:22:59 -07:00
  • f630857e69 net: lwm2m: fix message release for separate reply Michael Scott 2017-09-05 21:03:49 -07:00
  • edc32f4619 net: lwm2m: change registraion update messages to INFO Michael Scott 2017-09-07 08:29:36 -07:00
  • 61fe1e17c3 net: lwm2m: RD client start message should be INFO not DEBUG Michael Scott 2017-09-06 14:34:52 -07:00
  • 3f9c36301c net: lwm2m: fix compile w/o CONFIG_LWM2M_FIRMWARE_UPDATE_PULL_SUPPORT Michael Scott 2017-10-09 15:10:40 -07:00
  • b93eb8dee1 net: lwm2m: add firmware push support Robert Chou 2017-07-25 16:54:25 +08:00
  • f6188fbce3 net: lwm2m: setup data_ptr/len for OPAQUE resource when none given Robert Chou 2017-08-23 10:37:57 +08:00
  • d9f5fe7455 net: lwm2m: add state machine for firmware pull update Robert Chou 2017-07-05 23:07:41 +08:00
  • ba20b3a884 net: lib: lwm2m: use stand-alone URL parser Michael Scott 2017-10-16 15:15:37 -07:00
  • 9fa45795f8 doc: spelling and clarity edits to sanitycheck doc David B. Kinder 2017-10-17 14:04:56 -07:00
  • 328f80fa07 Bluetooth: Fix memory leak of command response buffer Johan Hedberg 2017-10-17 21:05:22 +03:00
  • fe1f3d0f5f sys: slist, dlist: Improve "not thread safe" docstrings Paul Sokolovsky 2017-10-17 23:47:19 +03:00
  • ee71332b99 doc: fix doc misspellings David B. Kinder 2017-10-17 09:46:49 -07:00
  • f1753ae0f3 Bluetooth: tester: Add Attribute Value Changed event implementation Mariusz Skamra 2017-10-06 10:28:02 +02:00
  • 204c468d16 Bluetooth: btp: Add new event to indicate GATT attribute value change Mariusz Skamra 2017-10-06 10:20:49 +02:00
  • ebc329dc30 doc: document extra_configs option for testcases Anas Nashif 2017-10-17 09:00:33 -04:00
  • faeab7f2bf tests: net: app: Simple testcases for net-app testing Jukka Rissanen 2017-10-17 14:56:41 +03:00
  • 9d1801d987 net: app: Close context even if there is no connection Jukka Rissanen 2017-10-17 12:40:47 +03:00
  • 2ab129fe8a net: app: Bind to correct address family Jukka Rissanen 2017-10-16 15:25:42 +03:00
  • 6f41e3a191 samples: net: http_client: Disable OPTIONS method Jukka Rissanen 2017-10-16 12:05:26 +03:00
  • c5c104f91e kernel: fix k_thread_stack_t definition Andrew Boie 2017-10-16 14:46:34 -07:00
  • 094f2cb77b x86: fix crash in _x86_mmu_get_flags Andrew Boie 2017-10-16 16:01:33 -07:00
  • 4d831a7bdd Bluetooth: tester: Fix include service attribute user data Mariusz Skamra 2017-10-11 16:45:31 +02:00
  • bc301402bf boards: stm32f4: cleanup gpio defines Pushpal Sidhu 2017-10-13 09:41:01 -07:00
  • d5cf7e0912 arch: stm32f4: Add CONFIG_GPIO_STM32_PORTD=y Pushpal Sidhu 2017-10-13 09:35:22 -07:00
  • 4511f03a52 CODEOWNERS: add entry for STM32 USB device controller driver Loic Poulain 2017-10-11 14:56:21 +02:00
  • 8a11f91252 usb: Add support for STM32 family USB driver Loic Poulain 2017-10-06 10:24:30 +02:00
  • 701ffe002f boards: 96b_carbon: Add USB OTG to the pinmux table Yannis Damigos 2017-09-06 19:30:51 +03:00
  • e9d9463ebc pinmux: stm32: stm32f4: Add USB FS pinmux Loic Poulain 2017-10-06 10:05:40 +02:00
  • 1f0c6118d2 arch: stm32f4: Select USB_DC_STM32 driver if USB is enabled Yannis Damigos 2017-09-06 19:40:22 +03:00
  • 5c24704e1c tests: nffs: cleanup configs Anas Nashif 2017-10-07 12:47:35 -04:00
  • d411eca92f tests: Bluetooth: simplify BT init test Anas Nashif 2017-10-04 20:32:45 -04:00
  • 40acd7e153 tests: timer: remove obsolete CONFIG_NANO_TIMEOUTS Anas Nashif 2017-10-04 18:00:05 -04:00
  • 7076613b22 tests: errno: using new extra_configs Anas Nashif 2017-10-04 17:58:32 -04:00
  • 4bc6e27fda tests: aio: use depends on Anas Nashif 2017-10-04 17:45:39 -04:00
  • 116aadf936 tests: adc_simple: use depends_on for testcase Anas Nashif 2017-10-04 17:42:45 -04:00
  • 0b5c0498a5 tests: adc_api: use new testcase scheme and cleanup Anas Nashif 2017-10-04 17:00:33 -04:00
  • fa695d2b9e sanitycheck: add extra_configs for testing with multiple values Anas Nashif 2017-10-04 16:14:27 -04:00
  • 95a8b20c9f boards: add supported features Anas Nashif 2017-10-04 10:51:53 -04:00
  • 88c0ccd681 net: ethernet: Check multicast IPv4 MAC address Jukka Rissanen 2017-09-28 22:28:27 +03:00
  • e2c5b07f90 net: ipv4: Accept multicast packets for processing Jukka Rissanen 2017-09-28 22:27:29 +03:00
  • c72deba1fe net: dns: Fix dns_pack.h documentation of packing routines Jukka Rissanen 2017-09-28 21:34:19 +03:00
  • e5958d3a8d sample: net: mdns: Add mDNS responder application Jukka Rissanen 2017-09-27 17:09:12 +03:00
  • 0257ce3d31 net: mdns: Initial mDNS responder support Jukka Rissanen 2017-09-21 18:10:50 +03:00
  • 13e69512da net: shell: Print hostname information Jukka Rissanen 2017-09-26 18:27:54 +03:00
  • e3adbf845c net: Add hostname setting to Kconfig Jukka Rissanen 2017-09-21 23:30:32 +03:00
  • ba85e4ad20 sys: slist, dlist: Document APIs as not threadsafe Paul Sokolovsky 2017-10-16 14:33:33 +03:00
  • 632904117c net: sockets: Fix the error zsock_send() failed on the datagram socket Aska Wu 2017-10-17 13:38:18 +08:00
  • 1d36225345 net: lib: http: split out URL parsing as a separate CONFIG Michael Scott 2017-10-16 15:11:00 -07:00
  • 71c3d340da ext: hal: nordic: drivers: Remove unnecessary linker section Kamil Sroka 2017-10-16 23:02:45 +02:00
  • aaeff3c165 Bluetooth: Add basic host-side support for HCI vendor extensions Johan Hedberg 2017-10-17 12:06:12 +03:00
  • 5c49afc9ec Bluetooth: controller: Fix Controller to Host flow control leak Carles Cufi 2017-10-13 17:05:23 +02:00
  • 092ec23024 Bluetooth: Mesh: Fix missing feature bits Johan Hedberg 2017-10-16 07:41:24 +03:00
  • 199d07e655 kernel: queue: k_queue_poll: Fix slist access race condition Paul Sokolovsky 2017-10-16 13:36:37 +03:00
  • 22d02db46e drivers: ieee802154: nrf5: Fix typo Kamil Sroka 2017-10-16 22:52:13 +02:00
  • 03cd73067b net: app: fix MBEDTLS-related build break in net_app Michael Scott 2017-10-11 22:51:32 -07:00
  • 17404abed3 samples: environmental_sensing: fix the data type for read_u32() Harry Jiang 2017-10-15 17:11:37 +08:00
  • db0ee4ea62 Bluetooth: Mesh: heartbeat fixes for message count Steve Brown 2017-10-16 07:58:16 -04:00
  • 662c345cb6 kernel: implement k_thread_create() as a syscall Andrew Boie 2017-10-02 10:51:18 -07:00
  • bca15da650 userspace: treat thread stacks as kernel objects Andrew Boie 2017-10-15 14:17:48 -07:00
  • a2b40ecfaf userspace handlers: finer control of init state Andrew Boie 2017-10-15 14:22:08 -07:00
  • c5354552ce gen_syscall_header: use compiler barrier Andrew Boie 2017-10-14 11:00:12 -07:00
  • 2574219d8b userspace: simplify thread_id checks Andrew Boie 2017-10-16 15:29:30 -07:00
  • 41bab6e360 userspace: restrict k_object_access_all_grant() Andrew Boie 2017-10-14 14:42:23 -07:00
  • 04caa679c9 userspace: allow thread IDs to be re-used Andrew Boie 2017-10-13 13:57:07 -07:00
  • 9bd5e76b47 userspace: don't adjust perms on object init Andrew Boie 2017-10-13 14:24:25 -07:00
  • 885fcd5147 userspace: de-initialize aborted threads Andrew Boie 2017-10-05 14:37:59 -07:00
  • 4a9a4240c6 userspace: add _k_object_uninit() Andrew Boie 2017-10-05 12:21:36 -07:00
  • f74190f829 usb: Add USB definitions for EEM device Loic Poulain 2017-10-16 18:36:20 +02:00
  • 73a5fe77f8 x86: fix stack overflow in double fault handler Andrew Boie 2017-10-14 17:32:31 -07:00
  • a811af337b userspace: use unsigned types for k_object fields Andrew Boie 2017-10-14 13:50:26 -07:00
  • 6f99bdb02a kernel: Provide only one _SYSCALL_HANDLER() macro Leandro Pereira 2017-10-13 14:00:22 -07:00
  • a39ec5f72c drivers: slip: Rework logging to follow conventions Paul Sokolovsky 2017-10-14 14:54:07 +03:00
  • 1f244a7b1e drivers: spi: fix SPI_QMSI_SS typo Marti Bolivar 2017-10-16 11:34:44 -04:00
  • 5cb9578942 spi: stm32: fix clock prescaler calculation Marti Bolivar 2017-09-27 14:10:40 -07:00
  • 03a62726cd esp32: More JTAG docs Andy Ross 2017-09-08 14:52:20 -07:00
  • 2b9e736f66 net: shell: Add command to flush ARP cache Jukka Rissanen 2017-10-16 13:58:35 +03:00
  • 8b6a7690ef samples: net: echo_client: Print the used protocol when sending Jukka Rissanen 2017-10-16 14:13:36 +03:00
  • f766ba4171 samples: net: echo_client: Connect both IPv4 and IPv6 before sending Jukka Rissanen 2017-10-16 15:46:36 +03:00
  • a2af43e270 net: samples: fix early unref issue for coap_client/server Robert Chou 2017-10-16 16:23:51 +08:00
  • d2e98c86fa net: samples: fix malformed payload when coap_client/server retransmit Robert Chou 2017-10-16 16:22:03 +08:00
  • de6fafb701 samples: net: sockets: Print incoming connection number Paul Sokolovsky 2017-10-14 22:17:35 +03:00
  • f45c4e1c8e net: shell: mem: Use better config define and terminology Paul Sokolovsky 2017-10-14 16:00:29 +03:00
  • 1ca4f1aa1d drivers: slip: Consistently log pkt/buf allocation failures Paul Sokolovsky 2017-10-14 14:24:00 +03:00
  • 49c895815a Bluetooth: L2CAP: Increase disconnect timeout to 2 seconds Luiz Augusto von Dentz 2017-10-11 14:02:25 +03:00
  • 5115cb16cf Bluetooth: L2CAP: Fix sending MPS that cannot be fully used Luiz Augusto von Dentz 2017-10-11 13:58:13 +03:00
  • 0356590df5 tests: samples: fix yaml syntax Anas Nashif 2017-10-14 12:08:08 -04:00
  • 52bc2b6cd1 Bluetooth: controller: Add Coded PHY packet tx time restrictions Vinayak Kariappa Chettimada 2017-10-14 23:29:34 +02:00
  • 77eb73b505 Bluetooth: controller: Add encrypted Coded PHY support Vinayak Kariappa Chettimada 2017-10-12 10:58:12 +02:00
  • 559c0248d5 Bluetooth: controller: Fix PA/LNA for Coded PHY Vinayak Kariappa Chettimada 2017-10-12 13:41:14 +02:00
  • f5d744b998 Bluetooth: controller: Fix tIFS calc for Coded PHY Vinayak Kariappa Chettimada 2017-10-13 08:14:05 +02:00
  • 3ab134de9e Bluetooth: controller: Fix Coded PHY supervision timeout Vinayak Kariappa Chettimada 2017-10-12 10:36:33 +02:00