Commit graph

  • 967fbb1656 tests: posix: fs: Add test for (no) leak of file descriptors Paul Sokolovsky 2019-08-21 12:33:20 +03:00
  • 9de5e9954b tests: posix: test_fs_file: Cut down on noise output Paul Sokolovsky 2019-08-21 12:28:04 +03:00
  • 6c5a08899a posix: fs: ZFD_IOCTL_CLOSE: Be sure to call posix_fs_free_obj() Paul Sokolovsky 2019-08-21 11:14:17 +03:00
  • 792d6fc19a net: gptp: Avoid memcpy to same buffer Jukka Rissanen 2019-08-27 10:39:33 +03:00
  • e844b9c844 samples: add harness to exclude from device testing Anas Nashif 2019-08-26 22:00:18 -04:00
  • 9958757c0f samples: cdc_acm_composite: rework sample logging Kumar Gala 2019-08-26 09:11:56 -05:00
  • 9d1da7866c tests: kernel: fix unhandled return values. Wentong Wu 2019-08-21 20:43:59 +08:00
  • de4dcb5731 tests: kernel: fix unhandled return values. Wentong Wu 2019-08-21 20:30:24 +08:00
  • 45326cff1c samples: arc_secure_services: fix harness Anas Nashif 2019-08-22 15:15:02 -07:00
  • 385b82dcef Bluetooth: controller: split: Fix data pause on Enc Req enqueue Vinayak Kariappa Chettimada 2019-08-26 16:33:47 +05:30
  • 3320b51644 Bluetooth: Host: Rename long error codes Joakim Andersson 2019-08-26 17:27:54 +02:00
  • 3e9888105e Bluetooth: Host: Rename API function to initiate bluetooth security. Joakim Andersson 2019-08-26 15:53:20 +02:00
  • 1c48757d94 Bluetooth: Host: Rename security level enum Joakim Andersson 2019-08-26 15:50:48 +02:00
  • e022cdd803 include: posix: Add poll.h header Paul Sokolovsky 2019-08-21 15:32:24 +03:00
  • 95192d41fb include: posix: sys/socket.h: Export MSG_* constants. Paul Sokolovsky 2019-08-21 15:30:51 +03:00
  • 0049c52651 net: ipv6: Check sub-option length Jukka Rissanen 2019-08-26 16:46:14 +03:00
  • b763a9be3a Bluetooth: Host: Fix checking for sufficient encryption key size Johan Hedberg 2019-08-27 10:11:13 +03:00
  • 7d29296047 Bluetooth: Host: Fix failure handling with security level change Johan Hedberg 2019-08-27 10:09:53 +03:00
  • 56e6b99a69 Bluetooth: Add log_strdup() to BT_ERR string arguments Asbjørn Sæbø 2019-08-27 11:26:06 +02:00
  • d2c1da1335 Bluetooth: Host: Fix invalid pointer in bt_smp_pkey_ready Joakim Andersson 2019-08-26 18:33:20 +02:00
  • 0b30dc3478 fs: fcb: Increase temporary buffer in fcb_append Jan Van Winkel 2019-08-24 20:30:54 +02:00
  • 571b42e74e tests: net: dns_addremove: increase main stack size Ioannis Glaropoulos 2019-08-23 17:13:52 +02:00
  • 002c48ecf8 samples: nvs: Add testing harness Kumar Gala 2019-08-21 14:56:50 -05:00
  • 41712b71b2 samples: CAN: Add testing harness Kumar Gala 2019-08-21 15:18:09 -05:00
  • c62b57fbd4 gpio: stm32: fix build for stm32l0x with no GPIOH Marcin Niestroj 2019-08-09 13:42:13 +02:00
  • f2bd628c5a drivers: nrf: Fix RX timeout and ENDRX ISR handling. Mieszko Mierunski 2019-08-26 11:25:35 +02:00
  • 4a13041c38 drivers: uart: Fix incorrect len and offset in nrf UARTE async API. Mieszko Mierunski 2019-08-09 08:57:51 +02:00
  • 9ba269f580 usb: check if the request buffer is not too small Johann Fischer 2019-08-23 21:56:36 +02:00
  • 28e97c7f3a usb: loopback: use stack's request buffer for control requests Johann Fischer 2019-08-23 21:55:22 +02:00
  • 05354129e7 Bluetooth: SMP: Give security changed when rejecting LTK Joakim Andersson 2019-08-22 14:20:56 +02:00
  • 545f090d8b Bluetooth: Shell: Add pairing failed and complete to OOB handling Joakim Andersson 2019-08-22 12:49:13 +02:00
  • b35075d595 Bluetooth: SMP: Re-pairing cannot lower the security level of the bond Joakim Andersson 2019-08-22 10:38:24 +02:00
  • bc19e241f9 Bluetooth: Shell: Add force-pair option to bt security command Joakim Andersson 2019-08-21 16:23:31 +02:00
  • 128cf42d8a Bluetooth: Host: Add option to force pairing in bt_conn_security Joakim Andersson 2019-08-21 10:51:14 +02:00
  • 6d4b842a10 Bluetooth: Host: Add error to security changed callback Joakim Andersson 2019-08-19 16:20:59 +02:00
  • f1c7371494 Bluetooth: SMP: Stop new pairing early if MAX_PAIR has been reached Joakim Andersson 2019-08-16 14:33:01 +02:00
  • 3263f93747 Bluetooth: host: Pairing callback fail and complete for SSP Joakim Andersson 2019-07-04 12:03:57 +02:00
  • 1fb68828ef Bluetooth: SMP: Add pairing failed reason Joakim Andersson 2019-07-03 13:46:03 +02:00
  • a378498fdc Bluetooth: SMP: Add option to treat debug keys normally during debugging Joakim Andersson 2019-08-12 16:02:19 +02:00
  • fdf0af3b5a tests: net: trickle: use separate semaphore for second trickle timer Vincent Wan 2019-08-22 15:33:39 -07:00
  • 029189cb68 tests: mqtt Corrected memcmp in mqtt pubsub tests Jan Van Winkel 2019-08-23 19:09:11 +02:00
  • 650d443843 ci: use v0.9 docker image Anas Nashif 2019-08-25 13:17:31 -04:00
  • 3486709d2e tests: arm: zero latency irqs: fix the derivation of free NVIC line Ioannis Glaropoulos 2019-08-23 19:27:06 +02:00
  • 79b49a7673 doc: relnotes: Bluetooth release notes for 2.0 Carles Cufi 2019-08-23 17:16:50 +02:00
  • f8b068ed88 release: adding release notes draft for ARM architecture Ioannis Glaropoulos 2019-08-23 16:09:42 +02:00
  • 1084f48259 kernel: ignore z_fatal_halt() from code coverage Peng Su 2019-08-22 17:12:26 +08:00
  • 8cd7cd48cf native: Set recommended stack size to 40 for 64 bit Jan Van Winkel 2019-08-23 20:54:42 +02:00
  • 7492555f88 samples: net: lwm2m: bootstrap support changes: Michael Scott 2019-08-17 10:08:40 -07:00
  • e743d89cdc net: lwm2m: add missing bootstrap-finish handling Michael Scott 2019-08-17 10:05:55 -07:00
  • 523123857c net: lwm2m: Kconfig: fixup default instance counts for bootstrap Michael Scott 2019-08-17 10:01:58 -07:00
  • 1bc586da6f net: lwm2m: Kconfig: move RD_CLIENT settings above dependencies Michael Scott 2019-08-17 09:54:53 -07:00
  • 2c93d1f1f2 doc: add sphinx-tabs extension David B. Kinder 2019-08-23 12:40:08 -07:00
  • 93702e2daf tests/subsys/settings/fcb_int: add storage preparation Andrzej Puzdrowski 2019-08-19 16:14:23 +02:00
  • ef94494af6 xtensa: fix CONFIG_NUM_IRQS if !CONFIG_*_LEVEL_INTERRUPTS Daniel Leung 2019-08-16 15:59:20 -07:00
  • 05aa6921ba include/drivers: Removing legacy leftovers in PWM header Tomasz Bursztyka 2019-08-23 09:57:10 +02:00
  • ae2742dc6b soc: arm: ti_simplelink: Fix number of interrupt lines on CC3220SF Vincent Wan 2019-08-21 17:43:01 -07:00
  • 0c378149c4 samples: net: civetweb: Remove an unnecessary config option Piotr Zierhoffer 2019-08-22 09:36:50 +02:00
  • 35d4177a0b requirements: add west>-0.6.0 Anas Nashif 2019-08-22 17:20:25 -04:00
  • dd3776cfa5 requirements: sort alphabetically Anas Nashif 2019-08-22 17:19:34 -04:00
  • a4bd5b6835 bluetooth: controller: Fixing race re. adv disable in HDC Erik Brockhoff 2019-08-23 15:28:57 +02:00
  • 99cca4672c drivers: sam: entropy: implement get_entropy_isr Ioannis Glaropoulos 2019-08-23 14:00:19 +02:00
  • 75f9512755 drivers: entropy: nrf: fic minor typos Ioannis Glaropoulos 2019-08-23 14:18:14 +02:00
  • 6de84125d3 samples: cdc_acm: rework sample logging Johann Fischer 2019-08-22 10:23:05 +02:00
  • 5fb7c11446 usb: cdc_acm: update state after RESUME event Johann Fischer 2019-08-21 12:50:39 +02:00
  • 112ecb7290 net: gptp: Fix for coverity CIDs 203471 and 203464 Tomasz Bursztyka 2019-08-22 13:29:15 +02:00
  • 82c315aaf5 net: ppp: Fix for coverity CID 203514 Tomasz Bursztyka 2019-08-22 13:20:52 +02:00
  • 243ea2a1e1 tests/kernel/sleep: relax upper bound to support additional delays Peter Bigot 2019-08-16 11:19:41 -05:00
  • fbcbc2ed16 doc: update link from released doc to master David B. Kinder 2019-08-22 15:02:30 -07:00
  • 6f13980fc7 kernel/mutex: Fix locking to be SMP-safe Andy Ross 2019-08-20 11:21:28 -07:00
  • 77719b81e9 arch/xtensa: Clean up fatal error handling Andy Ross 2019-08-21 09:52:49 -07:00
  • b5908fd89d tests/kernel/interrupt: Add a simple dynamic interrupt test Andy Ross 2019-08-21 12:03:46 -07:00
  • 915739e724 arch/xtensa: Add z_arch_irq_is_enabled() Andy Ross 2019-08-21 12:02:41 -07:00
  • 74d26094f8 arch/common: Provide a weak, generic z_arch_irq_connect_dynamic() Andy Ross 2019-08-20 11:44:48 -07:00
  • 1751648db0 Bluetooth: controller: split: Fix Enc setup reset on rejection Vinayak Kariappa Chettimada 2019-08-22 17:39:46 +05:30
  • 71d00c1bf8 Bluetooth: Mesh: Fix publication period timestamp initialization Johan Hedberg 2019-08-22 14:40:55 +03:00
  • aed767a98c libc: newlib: make sbrk() thread-safe Andrew Boie 2019-07-15 18:24:32 -07:00
  • db48d3e22a sys_sem: add build time definition macros Andrew Boie 2019-08-06 14:57:11 -07:00
  • 73f0fa3727 Bluetooth: controller: split: Tx cleanup and comments Vinayak Kariappa Chettimada 2019-08-22 09:58:50 +05:30
  • bdcec8418f Bluetooth: controller: split: Fix Tx FIFO, queue, and pool corruption Vinayak Kariappa Chettimada 2019-08-22 09:44:53 +05:30
  • 2dc7c5a46b usb: usb_descriptor: fix null pointer dereferences Johann Fischer 2019-08-21 21:27:50 +02:00
  • ca45140cb4 Bluetooth: GATT: Fix bt_gatt_notify_cb documentation Luiz Augusto von Dentz 2019-08-22 11:02:49 +03:00
  • 5f3595e47c Bluetooth: GATT: Fix using variable size storage for CCC Luiz Augusto von Dentz 2019-08-14 18:09:07 +03:00
  • cee271968e Bluetooth: GATT: Add support for indicating by UUID Luiz Augusto von Dentz 2019-08-13 14:52:52 +03:00
  • 9f2d364414 Bluetooth: Mesh: Remove dependency on BT_MESH_IV_UPDATE_TEST in shell Tobias Svehagen 2019-08-19 16:03:31 +02:00
  • 6f473e9240 samples: usb: webusb: Mark harness as TBD Kumar Gala 2019-08-21 16:51:23 -05:00
  • 8cdbd1cd0b tests/kernel/common: Fix dead code in sflist test Andy Ross 2019-08-21 16:36:34 -07:00
  • ca82230780 tests/kernel/fp_sharing: Fix static analysis warning Andy Ross 2019-08-21 16:30:32 -07:00
  • d157527ec1 native: Added dummy member to struct _thread_arch Jan Van Winkel 2019-08-21 21:15:23 +02:00
  • 0134a7de73 drivers: wifi: simplelink: fix 'log_strdup missing' error messages Vincent Wan 2019-05-31 16:44:09 -07:00
  • 12438e1047 ext: hal: Make NXP HALs a Zephyr module Anas Nashif 2019-08-18 08:10:52 -04:00
  • 975b47132a ext: hal: make microchip HAL a zephyr module Anas Nashif 2019-08-19 07:05:45 -07:00
  • 2804f59d3b ext: hal: make openisa HAL a zephyr module Anas Nashif 2019-08-20 06:09:20 -07:00
  • cf3af6af5f ext: hal: Make Nordic HALs a Zephyr module Carles Cufi 2019-08-15 17:17:01 +02:00
  • 2d9d898cc6 ext: hal: atmel: move atmel HAL to external module Anas Nashif 2019-08-19 05:59:50 -07:00
  • f156e95bbd ext: hal: make TI HAL a zephyr module Anas Nashif 2019-08-20 06:37:49 -07:00
  • d479534b90 modules: Kconfig.tls-generic: Remove duplicate "select" Paul Sokolovsky 2019-08-21 16:36:22 +03:00
  • 28fc46ee09 tests/kernel/sched/schedule_api: Fix static analysis volatile warning Andy Ross 2019-08-19 09:06:24 -07:00
  • a47f0a35b9 i2c: remove unused qmsi driver Anas Nashif 2019-08-20 15:56:03 -07:00
  • ab9c528734 gpio: remove unused qmsi driver Anas Nashif 2019-08-20 15:55:09 -07:00
  • a3da6389df tests/ /gen_inc_file: convert 4,5,6,7 enumeration to an interval Marc Herbert 2019-08-20 10:10:41 -07:00