Commit graph

  • b64b4a49aa doc: releases: 3.0: Add security notes Flavio Ceolin 2022-02-07 14:01:45 -08:00
  • ead018cb12 security: docs: Add CVE-2021-3861 Flavio Ceolin 2022-02-07 13:34:40 -08:00
  • 2a0ae5edac security: docs: Add CVE-2021-3835 Flavio Ceolin 2022-02-07 13:28:04 -08:00
  • aacf36c1fc MAINTAINERS: Add SeppoTakalo as a collaborator for LwM2M Seppo Takalo 2022-02-07 15:04:00 +02:00
  • c545729c40 soc: riscv: esp32c3: fixes flash size reference Glauber Maroto Ferreira 2022-02-04 11:20:51 -03:00
  • 695bdd1ba2 soc: xtensa: esp32: fixes flash size reference Glauber Maroto Ferreira 2022-02-04 11:39:59 -03:00
  • ca565118ea tests: settings: provide correct test prototypes Anas Nashif 2022-02-07 12:15:36 -05:00
  • d04456f4d9 Bluetooth: Controller: df: Fix IQ sample data saturation info drop Piotr Pryga 2022-02-04 15:11:36 +01:00
  • 98f99a37a2 net: lib: lwm2m: Use snprintk instead of snprintf Jarno Lamsa 2022-02-04 09:21:12 +02:00
  • c2550d56c8 net: lib: lwm2m: Correct path for update result Jarno Lamsa 2022-02-04 08:44:34 +02:00
  • 18171bc774 Bluetooth: Host: Non-discardable event buffer size is 255 for ext adv Rubin Gerritsen 2022-02-01 09:47:33 +01:00
  • d54ae955a2 Bluetooth: ATT: Fix conn parameter to req cb in att_reset Aleksander Wasaznik 2022-01-26 12:26:58 +01:00
  • 5b2e447751 sys: heap_listener: Fix initializers for XCC toolchain Maureen Helm 2022-02-04 12:56:02 -06:00
  • 6b3cde2289 tests: settings: provide correct test prototypes Anas Nashif 2022-02-07 10:16:58 -05:00
  • 677ffc883a tests: settings: fix wrong test case names Piotr Golyzniak 2022-02-04 14:42:22 +01:00
  • e7489d8de7 net: tcp: Fix possible deadlock in tcp_conn_unref() Daniel Nejezchleb 2022-02-07 10:13:04 +01:00
  • 9397dafa95 syscon: Compile the generic driver only when selected Carlo Caione 2022-02-05 21:28:45 +01:00
  • 9e4968bb90 boards: bl654_usb: use CDC ACM UART as serial backend Johann Fischer 2022-02-01 18:07:51 +01:00
  • 1e3f7ca433 usb: add option to initialize USB device support at boot Johann Fischer 2021-11-12 15:19:32 +01:00
  • a775606ae9 include: devicetree.h: Remove deprecated macros Erwan Gouriou 2022-01-28 11:19:21 +01:00
  • d5b8af024b include/devicetree: dma.h: Remove deprecated macros Erwan Gouriou 2022-01-28 11:18:55 +01:00
  • 9e36486df4 include/devicetree: io-channels.h: Remove deprecated macros Erwan Gouriou 2022-01-28 11:18:31 +01:00
  • 45c53e9508 include/devicetree: pwms.h: Remove deprecated macros Erwan Gouriou 2022-01-28 11:10:59 +01:00
  • 0a32afdd75 include/devicetree: clocks.h: Remove deprecated macros Erwan Gouriou 2022-01-28 10:37:46 +01:00
  • 2f7b5ad8ea tests/lib: devicetree: Remove references to deprecated macros Erwan Gouriou 2022-01-28 11:07:30 +01:00
  • 18fc88da50 tests: uart_async_api: Add multiple_rx_enable test case Andrzej Głąbek 2022-02-03 15:51:36 +01:00
  • c80589af56 drivers: uart_nrfx_uarte: Fix RX auto disabling routine Andrzej Głąbek 2022-02-03 15:50:43 +01:00
  • 956d49ad66 doc: extensions: doxyrunner: do not modify extension config Gerard Marull-Paretas 2022-02-03 22:18:18 +01:00
  • 43ed49c1e6 Bluetooth: tests: edtt: fix buffer overflow error Andries Kruithof 2022-02-03 16:24:15 +01:00
  • e11077d7a5 drivers: serial: rpi_pico: replaced high level API functions Andrei-Edward Popa 2022-02-03 20:07:59 +02:00
  • 817e4066dd boards: arm: rpi_pico: added UART interrupt driven config Andrei-Edward Popa 2022-02-03 14:39:28 +02:00
  • 5e8b0723e2 drivers: serial: added UART interrupts for Raspberry Pi Pico board Andrei-Edward Popa 2022-02-03 14:46:52 +02:00
  • 2fc2928fa5 drivers: serial: rpi_pico: check if baudrate was set by the API function Andrei-Edward Popa 2022-02-03 14:44:41 +02:00
  • 044594e14a boards: arm: rpi_pico: added zephyr shell Andrei-Edward Popa 2022-02-03 14:38:49 +02:00
  • 8de57819e9 doc: releases: 3.0: add CAN related release notes Henrik Brix Andersen 2022-02-02 13:04:44 +01:00
  • 2abc8cf3b2 usb: Handle USB_DC_RESET event notifications Jacob Caughfield 2022-02-01 23:10:21 -05:00
  • d0ebeee0aa modbus: Get rid of custom CRC16 function Carles Cufi 2022-02-03 16:51:46 +01:00
  • 7f6524949a lib: os: crc: Rework the crc16() implementation Carles Cufi 2022-02-03 16:22:00 +01:00
  • 07c78e515c mgmt: mcumgr: Replace use of crc16 with crc16_itu_t Carles Cufi 2022-02-03 16:27:34 +01:00
  • e2e3366357 tests: unit: crc: Add tests for common checksums Carles Cufi 2022-02-03 15:29:11 +01:00
  • 2a5051f369 include: sys: crc: Clarify documentation of two crc functions Carles Cufi 2022-02-03 15:10:48 +01:00
  • 8e3f1615af dts: rt11xx: Fix invalid SAI4 address David Leach 2022-02-02 21:46:24 -06:00
  • b2aa94850b doc: release: 3.0: Add new I2C switch support Aymeric Aillet 2022-01-24 15:45:32 +01:00
  • 34207ad7e3 doc: release: 3.0: Add new R-Car platform drivers Aymeric Aillet 2022-01-24 15:45:09 +01:00
  • 32e812c944 Bluetooth: Controller: Fix Periodic Sync Terminate race condition Vinayak Kariappa Chettimada 2021-12-11 19:51:38 +05:30
  • 87bd890dc3 Bluetooth: Controller: llcp: Add missing PDU initialization Piotr Pryga 2022-02-03 20:15:56 +01:00
  • 4fc0bfb0e8 Bluetooth: Controller: df: CP bit not cleared in DF conn mode RX Piotr Pryga 2022-02-03 20:09:13 +01:00
  • 58d50a0e97 riscv: fix non-standard assembly of RISC-V Henry Hsieh 2021-12-14 22:46:42 +08:00
  • 9edb8e2afb mgmt: smp: Fix NULL pointer dereferences in UDP transport. Berend Ozceri 2022-01-24 11:58:58 -08:00
  • 07193f04c3 codeowners: Add Bluetooth controller tests Thomas Ebert Hansen 2022-01-25 10:26:21 +01:00
  • efc0e75463 samples: blinky: use a gpio_dt_spec Martí Bolívar 2022-02-02 16:57:39 -08:00
  • c0cc6c7ba2 dts: bindings: gpio-leds: improve description Martí Bolívar 2022-02-02 16:57:00 -08:00
  • baf2e7f3c5 api: gpio: add missing member docstrings for gpio_dt_spec Martí Bolívar 2022-02-02 16:56:34 -08:00
  • 4d777b43fd drivers: modem: Fix loop variables type Guillaume Lager 2022-01-28 10:45:45 +01:00
  • 8f444e490c Bluetooth: Controller: Fix missing offset adjust field assignment Vinayak Kariappa Chettimada 2022-02-01 09:04:50 +05:30
  • 2f4ab97168 net: lwm2m: add missing optional resource to firmware object Marin Jurjević 2022-02-01 11:07:30 +01:00
  • 9b704f520c west.yml: Fix issue with stm32wb ble library Erwan Gouriou 2022-02-01 17:28:14 +01:00
  • cbdc8652ff doc: release: Update 3.0 release notes with NXP changes David Leach 2022-02-03 13:16:52 -06:00
  • c537ac6aa3 Bluetooth: Host: Disallow sending unsupported MTU Exchange Herman Berget 2022-01-21 10:53:54 +01:00
  • 73f5ffcf4e Bluetooth: Audio: Fix timeout message in BabbleSim tests Asbjørn Sæbø 2022-01-21 15:36:55 +01:00
  • f7cd6afb79 Bluetooth: Audio: Align time-outs in babblesim tests Asbjørn Sæbø 2022-01-21 15:21:45 +01:00
  • 4ce354a382 bluetooth: ots: directory listing record length Abe Kohandel 2022-01-30 16:08:21 -08:00
  • 7570af6c94 Bluetooth: Controller: Avoid reporting IQ samples after terminate Vinayak Kariappa Chettimada 2021-12-28 06:38:32 +05:30
  • 77f832fde3 samples: logging/syst: expand to doing v1/v2 immediate/deferred Daniel Leung 2022-01-31 13:51:13 -08:00
  • 579829776a logging: syst: fix logging v2 with strings as arguments Daniel Leung 2022-02-01 12:46:55 -08:00
  • e2f109456c lib/os: cbprintf_packaged: add ability to use external formatter Daniel Leung 2022-02-01 12:40:49 -08:00
  • 6eb3cc11e2 samples: logging/syst: add more lines to show string processing Daniel Leung 2022-01-31 13:31:41 -08:00
  • c9c32b2391 driver: entropy: stm32: Fix health dts properties Wouter Cappelle 2022-02-02 08:49:14 +01:00
  • 5387c25e81 shell: Add test for dictionary command Guillaume Lager 2022-02-02 17:21:13 +01:00
  • ac298bcde7 shell: Fix dictionary command naming Guillaume Lager 2022-02-02 12:48:37 +01:00
  • 0905e8e32f mgmt/mcumgr/lib: Fix message_size not updated Dominik Ermel 2022-02-02 15:04:05 +00:00
  • 0454351001 cmake: fix DEPENDS issues for kobject hash targets Torsten Rasmussen 2022-02-03 15:14:44 +01:00
  • a9eead1824 modem: hl7800: only send null packet for TCP Ryan Erickson 2022-02-03 16:53:35 -06:00
  • 208927d640 net: tcp: Fixed forever loop in tcp_resend_data Daniel Nejezchleb 2022-02-03 14:46:26 +01:00
  • 24478c8a4d drivers: adc: adc_sam0: Change local variables to lower case Attie Grande 2022-01-15 22:26:19 +00:00
  • e4d4eaca03 soc: atmel_sam0: Implement fixup.h for ADC driver Attie Grande 2022-01-05 00:08:52 +00:00
  • ec1ab6d104 samples: drivers: adc: Add a device tree overlay for atsamd21_xpro Attie Grande 2021-12-21 03:31:46 +00:00
  • c53a1e8b32 samples: drivers: adc: Revise handling of configurable inputs Attie Grande 2021-12-17 14:43:42 +00:00
  • d45a9a11b7 drivers: adc: adc_sam0: Fix interpretation of channels Attie Grande 2021-12-17 13:35:26 +00:00
  • f86f6e0025 devicetree: clocks: fix a docstring Martí Bolívar 2022-02-03 08:33:12 -08:00
  • 127c621275 doc: releases: 3.0: add EEPROM related release notes Henrik Brix Andersen 2022-02-02 15:04:10 +01:00
  • 623bee2e68 doc: devicetree: fix broken link in api.rst Jonathan Hahn 2022-01-29 15:52:07 +01:00
  • 43a97c84bd doc: releases: 3.0: add TF-M release notes Kevin Townsend 2022-02-02 15:53:05 +01:00
  • bd4ddec0c8 usb: Add macro for user defined string descriptors Alexander Mihajlovic 2022-01-26 13:34:25 +01:00
  • 281ad2102e Bluetooth: Controller: Make PHY check in conn mode Kconf dependent Piotr Pryga 2022-02-03 00:04:52 +01:00
  • 8f59477dc6 Bluetooth: host: df: Fix wrong HCI cmd buf size for RX params set Piotr Pryga 2022-02-02 23:11:28 +01:00
  • 48313ef4df Bluetooth: common: Kconfig: Extend EVT buf size to store IQ samples Piotr Pryga 2022-02-02 23:06:37 +01:00
  • 8f56d4ee19 samples: Bluetooth: df: Remove dep on CTLR Kconf in sample sources Piotr Pryga 2022-02-02 22:59:58 +01:00
  • 5bed77a611 sys: sys_heap: extern "C" was missing Kim Bøndergaard 2022-02-02 12:35:54 +01:00
  • 770070725a soc: xtensa: Replaced /dev/null in scripts Andrey Borisovich 2022-02-02 20:16:26 +01:00
  • 7107f7a00d doc: guides: Building the documentation Carles Cufi 2022-02-02 17:28:57 +01:00
  • 731241f8d0 kernel: workq: Fix type errors in delayable work handlers Yong Cong Sin 2022-01-19 12:07:51 +08:00
  • 6964f2b130 doc: toolchain: add a few words about XCC Daniel Leung 2022-02-01 16:00:48 -08:00
  • f5f61ac605 debug: Add back openocd alias Julien Massot 2022-02-02 11:37:56 +01:00
  • ed5e06420e boards: mimxrt1170_evk_cm7: Reduce DAT3 power toggle delay Daniel DeGrasse 2022-02-01 19:42:09 -06:00
  • 419dc385f2 drivers: usdhc: Add log for DAT3 detection Daniel DeGrasse 2022-02-01 19:41:35 -06:00
  • 5dfd3c3786 soc: rt10xx: Set divisor for sys pll (PLL2) PFD0 Daniel DeGrasse 2022-02-01 19:33:18 -06:00
  • 2355fe86da boards: teensy41: Enable DAT3 pull detection for USDHC Daniel DeGrasse 2022-02-01 19:11:10 -06:00
  • fc348614e6 Bluetooth: Controller: Fix duplicate incomplete data status Vinayak Kariappa Chettimada 2021-12-30 07:39:53 +05:30
  • a7d0b5e980 Bluetooth: Controller: Fix race condition in sync create cancel Vinayak Kariappa Chettimada 2021-12-22 22:55:30 +05:30