Commit graph

  • d911f99bfc Bluetooth: controller: guard NODE_RX_TYPE_USER with range value Emil Gydesen 2020-11-11 10:48:00 +01:00
  • 58eb76e06d Bluetooth: Controller: Change node_rx_type to auto incrementing enum Emil Gydesen 2020-11-10 13:51:28 +01:00
  • 8af767e28c Bluetooth: controller: Remove #ifdef for node_rx_type enum Emil Gydesen 2020-11-10 13:44:47 +01:00
  • f93559c87b nrf52_bsim: Fix cmsis irq locking logical bug Rubin Gerritsen 2020-11-10 22:56:47 +01:00
  • b67233c6a4 bluetooth: controller: don't assert on rl disabled Erik Brockhoff 2020-11-09 12:28:35 +01:00
  • 28a8582a49 Bluetooth: host: Fix endianness in conn. handle Thomas Ebert Hansen 2020-11-09 12:54:00 +01:00
  • 04a48d9ec2 Bluetooth: controller: Fix build without BT_CENTRAL Andrzej Kaczmarek 2020-11-04 14:17:21 +01:00
  • 7e302979f3 Bluetooth: Mesh: Fix DST field check when send Lingao Meng 2020-11-08 12:23:00 +08:00
  • a2aad2b3f8 Bluetooth: Mesh: Check TTL max value on transport TX Trond Einar Snekvik 2020-11-07 15:31:34 +01:00
  • f24a725d84 doc: release-notes: Add note about directed advertising address option Joakim Andersson 2020-11-06 11:55:25 +01:00
  • d81197ff77 Bluetooth: shell: Fix shell scan option duplicate filtering options Joakim Andersson 2020-11-05 17:59:10 +01:00
  • bd7a2fc395 Bluetooth: host: Change directed advertising to privacy-enabled peer Joakim Andersson 2020-11-05 10:53:19 +01:00
  • 904a421915 Bluetooth: controller: Disallow starting scannable adv w/o scan rsp Andrzej Kaczmarek 2020-10-28 13:58:10 +01:00
  • 7195ce6970 Bluetooth: controller: Allow to discard scan response data Andrzej Kaczmarek 2020-10-28 13:46:22 +01:00
  • b08a0bd8a7 Bluetooth: controller: Fix LE Set Ext Scan Rsp Data restrictions Andrzej Kaczmarek 2020-10-28 11:15:40 +01:00
  • 701d524143 Bluetooth: controller: Fix memory alignment of PDU buffer reference Vinayak Kariappa Chettimada 2020-11-10 18:12:58 +05:30
  • d7d8ae7894 Bluetooth: controller: Use connection complete variable naming Vinayak Kariappa Chettimada 2020-11-10 07:18:14 +05:30
  • a5b489e2fa Bluetooth: controller: Make conn cancel and sync cancel impl. consistent Vinayak Kariappa Chettimada 2020-11-04 05:37:33 +05:30
  • 92b2591558 Bluetooth: controller: Fix missing storage for sync cancel reason Vinayak Kariappa Chettimada 2020-11-03 20:40:55 +05:30
  • ae6b236d26 dts: nordic: add CC count to RTC and TIMER nodes Peter Bigot 2020-10-31 07:48:37 -05:00
  • ba2413f544 arch: arc: change to CONFIG_INIT_ARCH_HW_AT_BOOT Yuguo Zou 2020-10-30 11:01:41 +08:00
  • c609528dc2 pm: Add power management states definition Flavio Ceolin 2020-10-23 16:17:18 -07:00
  • 9703a78bb3 tests: lib: ringbuffer: Add performance test Krzysztof Chruscinski 2020-07-30 11:28:41 +02:00
  • 243a470810 lib: os: ring_buffer: Cleaning checkpatch warnings Krzysztof Chruscinski 2020-07-28 13:42:19 +02:00
  • 1e46bb3bb5 lib: os: ring_buffer: Allow using full buffer capacity Krzysztof Chruscinski 2020-07-27 11:00:23 +02:00
  • c380142920 drivers/sensor: iis2iclx: add multi-instance Armando Visconti 2020-10-14 14:32:39 +02:00
  • a9c7cd7ed6 doc: document support of shell management for mcumgr Brian Bradley 2020-11-09 09:26:27 -05:00
  • 71f3f83c2d west: update revision for mcumgr library Brian Bradley 2020-10-22 17:50:28 -04:00
  • 77be47c2fc samples: add support for shell management in mcumgr sample Brian Bradley 2020-10-22 17:47:18 -04:00
  • 313f1713ac mgmt: mcumgr: add configuration option to enable shell management Brian Bradley 2020-10-22 11:44:03 -04:00
  • be090f7b33 Bluetooth: controller: Fix maximum AC PDU payload size calcuation Vinayak Kariappa Chettimada 2020-11-06 17:06:38 +05:30
  • f677144f30 Bluetooth: controller: Remove unused defined in pdu.h file Vinayak Kariappa Chettimada 2020-11-06 16:29:34 +05:30
  • 09c5035359 Bluetooth: controller: Added comments related to AD data double buffering Vinayak Kariappa Chettimada 2020-11-03 16:25:13 +05:30
  • b1d087f643 tests: Bluetooth: bsim: Enable 251 byte AD data PDU Vinayak Kariappa Chettimada 2020-10-29 20:13:23 +05:30
  • 22ec1acacc Bluetooth: controller: Minor move code closer to locality of reference Vinayak Kariappa Chettimada 2020-10-29 20:05:26 +05:30
  • c842eef3ae Bluetooth: controller: Add semaphore to indicate free AD data buffers Vinayak Kariappa Chettimada 2020-10-29 20:04:11 +05:30
  • dc02ebf5ed Bluetooth: controller: Release AD data on advertising set remove Vinayak Kariappa Chettimada 2020-10-29 20:02:30 +05:30
  • 5b396aaafb Bluetooth: controller: Use mfifo to return stale AD data PDU Vinayak Kariappa Chettimada 2020-10-29 20:19:31 +05:30
  • 2be0d07543 Bluetooth: controller: Add Max. AD data buffers Kconfig option Vinayak Kariappa Chettimada 2020-10-29 20:18:01 +05:30
  • c2fc629dd2 Bluetooth: controller: 255 byte AD payload support Vinayak Kariappa Chettimada 2020-10-22 18:40:38 +05:30
  • 7d16ab50d7 cmake: fix xcc not supporting -Wno-unsed-but-set-variable Daniel Leung 2020-11-09 10:29:20 -08:00
  • 5829fd88a5 test: workqueue: add code description Ying ming 2020-11-09 11:26:04 +08:00
  • 255c4df04b test: workqueue: modify testcase Ying ming 2020-11-06 14:54:42 +08:00
  • d79b003758 boards: shields: add support for buydisplay 3.5" TFT Gerard Marull-Paretas 2020-10-26 17:55:53 +01:00
  • 4812bb5175 drivers: display: ili9xxx: add support for ILI9488 controller Gerard Marull-Paretas 2020-10-26 20:01:42 +01:00
  • acb0cd65ca drivers: display: ili9xxx: generalize ILI display driver Gerard Marull-Paretas 2020-10-26 19:20:16 +01:00
  • df51a8a5c7 samples: canbus: canopen: add configuration for devices with no storage Henrik Brix Andersen 2020-11-07 16:24:58 +01:00
  • 499b4c9069 ARC: nSIM: DTS: switch UART clock-frequency to 50MHz Eugeniy Paltsev 2020-10-07 15:56:33 +03:00
  • be02edb050 drivers/flash/nrf_qspi_nor: Add support for nRF53 Series SoCs Andrzej Głąbek 2020-10-21 08:52:51 +02:00
  • 6207300dc3 boards: nrf5340dk_nrf5340: Add dts node for MX25R64 flash on QSPI Andrzej Głąbek 2020-10-21 08:45:15 +02:00
  • 59bbc5a3c8 Revert "shields: Modify overlay file order" Torsten Rasmussen 2020-11-05 15:24:13 +01:00
  • 083e272eb5 boards: arm: nrf340: update board image in docs Ioannis Glaropoulos 2020-11-10 12:15:34 +01:00
  • d58fa250ed boards: arm: update nRF5340 documentation to point to the nRF5340 DK Ioannis Glaropoulos 2020-11-10 09:42:43 +01:00
  • 448db8087c doc: fix reference/util after sys/util.h split Fabio Utzig 2020-11-10 08:58:06 -03:00
  • 173a1cc08a device: deprecate DEVICE_INIT Kumar Gala 2020-11-05 06:09:32 -06:00
  • 5e97d779bb device: convert DEVICE_INIT to DEVICE_DEFINE or SYS_DEVICE_DEFINE Kumar Gala 2020-11-05 06:08:30 -06:00
  • d439478805 device: treat a NULL device_pm_control as device_pm_control_nop Kumar Gala 2020-11-05 05:43:02 -06:00
  • 7f0d5ba652 samples: net: sockets: README.rst Alexander Kozhinov 2020-11-09 22:39:19 +01:00
  • a2ca3b5ef5 samples: net: civetweb: prj.conf Alexander Kozhinov 2020-11-09 22:38:34 +01:00
  • f68d7863e5 Bluetooth: controller: Create HCI stubs for CIG/CIS creation and removal Wolfgang Puffitsch 2020-11-04 13:26:45 +01:00
  • e5356595ca Bluetooth: controller: Introduce Kconfig options for CIS central/peripheral Wolfgang Puffitsch 2020-11-03 10:16:52 +01:00
  • 1578e70eaf net: lwm2m: Add path generation macro Benjamin Lindqvist 2020-10-22 13:28:35 +02:00
  • daa783ae1a samples: Bluetooth: use indication destroy cb Jordan Yates 2020-11-07 16:48:38 +10:00
  • ffab099eb9 Bluetooth: add destroy callback to indication Jordan Yates 2020-10-20 22:40:41 +10:00
  • 170f17e0e7 Bluetooth: indication callback signature update Jordan Yates 2020-09-25 15:42:59 +10:00
  • e51226b827 tests: x86: pagetables: use new Kconfigs Andrew Boie 2020-11-05 10:36:20 -08:00
  • a29b31d800 libc: newlib: fix virtual memory arena size Andrew Boie 2020-07-17 13:20:15 -07:00
  • ea6e4ad098 kernel: support non-identity RAM mapping Andrew Boie 2020-11-04 13:31:14 -08:00
  • 0fc80cf79f net: dns: enable dns service discovery for mdns responder Christopher Friedt 2020-11-09 10:26:21 -05:00
  • 0ddce66d86 tests: net: dns: dns-sd: tests for dns service discovery Christopher Friedt 2020-10-29 15:07:25 -04:00
  • e7e58439e7 net: dns: dns-sd: support dns service discovery Christopher Friedt 2020-10-29 14:56:30 -04:00
  • 5c691491a7 net: context: add net_context api to check if a port is bound Christopher Friedt 2020-10-29 14:52:51 -04:00
  • df43f17883 drivers: espi: xec: Avoid flash interrupt by ROM bootloader activity Jose Alberto Meza 2020-11-09 10:43:48 -08:00
  • b2bd0a0608 samples: add capture output for the mec15xxevb_assy6853 pm sample Maksim Masalski 2020-11-06 04:05:34 +08:00
  • 394c7d0bef boards: arm: update pwm signals on all STM32 based boards Gerard Marull-Paretas 2020-11-02 17:40:50 +01:00
  • ee47498cea west: update hal_stm32 Gerard Marull-Paretas 2020-11-02 17:37:47 +01:00
  • 3826eb302c arch: arc: add support of ARConnect inter-core debug unit Yuguo Zou 2020-09-28 15:24:08 +08:00
  • 909072d012 peci: driver: Ping cmd fail due to improper tx len and wait handling Diwakar C 2020-11-09 10:13:14 +05:30
  • 9fd240f08b manifest: Updated LVGL Jan Van Winkel 2020-11-09 17:51:28 +01:00
  • a5c53d255c lib/os/prf.c: let the compiler optimize _ldiv5() on 64-bit architectures Nicolas Pitre 2020-10-29 23:35:51 -04:00
  • 822dfbd012 lib/os/prf.c: alternate implementation for _ldiv5() Nicolas Pitre 2020-10-29 22:49:39 -04:00
  • 0a5b25916c tests: protection: add riscv support Alexandre Mergnat 2020-11-03 15:27:15 +01:00
  • 39208c2700 tests: mem_protect: add riscv support Alexandre Mergnat 2020-10-29 07:41:02 +01:00
  • 52e6b7fe6b tests: userspace: add riscv support Alexandre Mergnat 2020-08-14 13:57:07 +02:00
  • 86c5cf18db samples: userspace: syscall_perf Nicolas Royer 2020-04-14 15:50:57 +02:00
  • c9a3fca1e4 samples: userspace: hello_world Alexandre Mergnat 2020-04-10 06:03:14 +02:00
  • e76b8e427d boards: hifive1_revb: add support for memory protection features Alexandre Mergnat 2020-10-29 08:26:27 +01:00
  • 4b97619b19 riscv: add support for canaries Alexandre Mergnat 2020-10-29 19:20:06 +01:00
  • f5ac11ae32 arch: riscv: linker: add support for userspace Nicolas Royer 2020-03-27 17:36:48 +01:00
  • 542a7fa25d arch: riscv: add memory protection support Alexandre Mergnat 2020-07-21 16:00:39 +02:00
  • 18962e4ab8 arch: riscv: add pmp support Alexandre Mergnat 2020-07-21 15:59:23 +02:00
  • 6340dd7a59 arch: riscv: add e31 core support Alexandre Mergnat 2020-07-21 15:05:51 +02:00
  • 4f8563364e boards: shields: ssd1306_128x64_spi: fix GPIO usage Henrik Brix Andersen 2020-10-29 15:08:21 +01:00
  • c3ac3027a1 boards: arm: mark nRF5340 PDK as deprecated. Ioannis Glaropoulos 2020-11-09 12:10:25 +01:00
  • 9a51c01559 boards: arm: nrf: remove note about board name change Ioannis Glaropoulos 2020-11-09 12:17:28 +01:00
  • 2f4b66967d net: scripts: Close zephyr network interface when test closes Jukka Rissanen 2020-11-03 15:16:14 +02:00
  • b68f7dfac2 net: scripts: Fix indentation and help usage Jukka Rissanen 2020-10-29 19:07:29 +02:00
  • f8956cfbc7 Bluetooth: L2CAP: Enable L2CAP dynamic channels without Enhanced CBFC Joakim Andersson 2020-10-30 13:02:47 +01:00
  • ad2fd44d7a Bluetooth: Mesh: Encapsulate feature config Trond Einar Snekvik 2020-08-18 13:36:38 +02:00
  • 8e284750c8 Bluetooth: Mesh: Document Heartbeat Trond Einar Snekvik 2020-08-25 11:13:55 +02:00