Commit graph

  • 0d5c508fc7 mgmt: mcumgr: grp: fs_mgmt: Update file upload errors Jamie McCrae 2023-09-12 11:46:57 +01:00
  • 6b0135b151 canbus: isotp: rename ctx function parameters to rctx/sctx Martin Jäger 2023-09-06 09:27:12 +02:00
  • b82a4478ad canbus: isotp: add _TIMEOUT_MS suffix to defines for timeouts Martin Jäger 2023-09-06 09:04:03 +02:00
  • 5fdc43270f canbus: isotp: improve internal function naming Martin Jäger 2023-09-06 07:29:02 +02:00
  • fa7ab41c1b native_simulator: Be sure the symbol_to_keep section is kept Alberto Escolar Piedras 2023-09-20 12:35:15 +02:00
  • 7d65c55a50 tests: Bluetooth: BAP broadcast source param name fix Emil Gydesen 2023-09-21 10:55:25 +02:00
  • 0a982c3617 net: lwm2m: Add shell command to create object instances Seppo Takalo 2023-09-19 10:27:22 +03:00
  • 8e7c7c62b1 .gitlint: de-duplicate defaults with zephyr_commit_rules.py Marc Herbert 2023-09-20 19:45:22 +00:00
  • b0303f5bd3 net: lwm2m: Don't allow operations on security object Seppo Takalo 2023-09-20 13:26:41 +03:00
  • d8d81a8075 net: lwm2m: Fix build warning on access-control object Seppo Takalo 2023-09-20 10:08:50 +03:00
  • 340ffe1c48 mgmt: ec_host_cmd: fix struct init order Dawid Niedzwiecki 2023-09-20 12:51:53 +02:00
  • fa4086875d mgmt: ec_host_cmd: fix checking number of backends Dawid Niedzwiecki 2023-09-20 07:35:48 +02:00
  • 4b9f5cc455 net: l2: wifi: Change arrays to functions Kapil Bhatt 2023-09-20 17:57:04 +05:30
  • 4f1cd0e428 doc: Migrate subsys/ code samples to new Sphinx extension Benjamin Cabé 2023-09-06 10:25:28 +02:00
  • e8fe144f3a Bluetooth: Controller: Fix missing PHY_CODED cond compile Vinayak Kariappa Chettimada 2023-09-05 12:44:50 +05:30
  • d8f0006de5 Bluetooth: Controller: Revert EVENT_OVERHEAD_START_US for Coded PHY Vinayak Kariappa Chettimada 2023-09-04 15:26:18 +05:30
  • 02b1c76820 Bluetooth: Controller: Reduce successive ticker_job() on Extended Scan Vinayak Kariappa Chettimada 2023-03-26 21:38:42 +05:30
  • c1042dff40 Bluetooth: Controller: Refactor prepare dequeue iteration code Vinayak Kariappa Chettimada 2023-09-20 09:54:23 +02:00
  • 7f388bb70a Bluetooth: Controller: Fix short prepare when many enqueued in pipeline Vinayak Kariappa Chettimada 2022-01-18 17:52:06 +05:30
  • 377e2a1f48 Bluetooth: Controller: Fix ticks_slot_window use in Observer Vinayak Kariappa Chettimada 2023-09-01 05:35:19 +02:00
  • 67a2fc4293 Bluetooth: Controller: Use ticker_ticks_diff_get to check short prepare Vinayak Kariappa Chettimada 2023-09-02 09:18:23 +05:30
  • dacadf2f1a Bluetooth: Controller: Use the state/role param in prepare pipeline Vinayak Kariappa Chettimada 2023-09-01 05:18:47 +02:00
  • 91781306e9 Revert "Bluetooth: Controller: Fix ull_prepare_dequeue for skipped events" Vinayak Kariappa Chettimada 2023-09-01 05:11:50 +02:00
  • a9750d4fea tests: regulator voltage: Support LPC55S36 board Declan Snyder 2023-07-06 11:14:20 -05:00
  • fe8b112efd dts: bindings: lpadc: Add regulator phandle prop Declan Snyder 2023-04-12 20:21:10 +00:00
  • 15bc6a2389 soc: lpc55s3x: Enable VREF Declan Snyder 2023-04-12 15:19:44 +00:00
  • b1d2a8a9b6 drivers: regulator: Add NXP VREF driver Declan Snyder 2023-03-28 15:34:12 -05:00
  • 4a556a925c cmake: skip build time priority checking with armclang Fabio Baltieri 2023-09-18 11:35:35 +00:00
  • 79ed6da8fd cmake: add a new "initlevels" target to print the init sequence Fabio Baltieri 2023-09-11 15:09:14 +00:00
  • 5212a4c619 scripts: check_init_priorities: use the Zephyr executable file Fabio Baltieri 2023-09-08 18:10:13 +00:00
  • f0cc8d4cb1 Bluetooth: CAP: Add support for long read/write Emil Gydesen 2023-07-06 13:40:10 +02:00
  • 68751b8990 tests: Bluetooth: Audio: Add testing of source stream Emil Gydesen 2023-07-04 16:33:17 +02:00
  • 59153afe09 tests: drivers: uart: uart_basic_api: basic_api.wide issue Marc Desvaux 2023-09-20 15:04:12 +02:00
  • 108893304a doc: code-sample: Fix "text" attribute for code sample links. Benjamin Cabé 2023-09-20 13:00:38 +02:00
  • 6c86af0331 twister: pytest: Fix problems with no prompt in tests with shell Grzegorz Chwierut 2023-09-19 15:07:21 +02:00
  • 166d89c69e tests: drivers: Added overlays to tests for 063_ble Pavlo Havrylyuk 2023-09-19 11:49:52 -07:00
  • 215b248cc6 boards: cy8cproto_063_ble: Add pyocd support Pavlo Havrylyuk 2023-09-19 11:21:02 -07:00
  • 5cc14b6c50 Bluetooth: Audio: Replace BT_AUDIO_CODEC_PARSE_ERR_ with errno Emil Gydesen 2023-09-15 15:57:37 +02:00
  • d1f058e65e scripts: pytest: Add option to filter the captured shell output Seppo Takalo 2023-09-18 09:38:49 +03:00
  • 5452665beb net: l2: wifi_mgmt: remove scan kconfig defaults Jordan Yates 2023-09-17 21:16:00 +10:00
  • 6472054976 tests: Bluetooth: Audio: Codec meta_get unit tests Emil Gydesen 2023-09-18 11:22:23 +02:00
  • 9693ae3021 Bluetooth: Audio: Add parsers for getting metadata values Emil Gydesen 2023-09-15 15:21:49 +02:00
  • 8eecca2419 Bluetooth: BAP: Broadcast sink call stopped after BIG cleanup Emil Gydesen 2023-09-15 14:01:28 +02:00
  • 3a34840957 boards: arm: nrf9161dk: update SPI flash Maximilian Deubel 2023-09-15 10:50:13 +02:00
  • c3c83c7049 Bluetooth: ASCS: Modify the ACL disconnect behavior Emil Gydesen 2023-09-13 17:02:45 +02:00
  • 01f7d108f3 tests: bsim: Bluetooth: Add BAP unicast disconnect test Emil Gydesen 2023-09-13 16:58:54 +02:00
  • 9064170cf8 tests: Bluetooth: Audio: Modify bsim tests to use bt_le_scan_cb_register Emil Gydesen 2023-09-12 23:28:34 +02:00
  • b9a193a0a3 west.yml: MCUboot synchronization from upstream Jamie McCrae 2023-09-12 14:20:49 +01:00
  • 3c34dd3724 Bluetooth: Audio: Remove struct BT_AUDIO_CODEC_LC3_frame_len Emil Gydesen 2023-09-12 11:49:21 +02:00
  • f93caa3903 Bluetooth: Audio: BT_AUDIO_CODEC_LC3_ID -> BT_HCI_CODING_FORMAT_LC3 Emil Gydesen 2023-09-12 10:38:43 +02:00
  • 956a202ab8 Bluetooth: BAP: Add cc len check for BT_HCI_CODING_FORMAT_TRANSPARENT Emil Gydesen 2023-09-12 10:30:02 +02:00
  • 7c1ec02933 drivers: spi: stm32h7: Add interrupt tests for H7 Daniel Gaston Ochoa 2023-08-25 18:41:59 +01:00
  • 0341c6cbcf samples: sensor: bme280: Demonstrate RP2040 PIO Steve Boylan 2023-09-06 14:27:04 -04:00
  • b92422afb8 tests: bsim: Bluetooth: Remove broadcast_source_start_inval Emil Gydesen 2023-09-06 14:00:45 +02:00
  • ddf4504bce tests: Bluetooth: Add inval test of bt_bap_broadcast_source_start Emil Gydesen 2023-09-06 13:58:42 +02:00
  • 0d877e7855 drivers: counter: Fix Smartbond counter get_rate Jerzy Kasenberg 2023-08-25 11:15:25 +02:00
  • 6dd90c1ab0 tests: Bluetooth: BAP: Update test for bt_bap_broadcast_source_reconfig Emil Gydesen 2023-08-17 13:18:48 +02:00
  • d327b1625c Bluetooth: BAP: Broadcast source reconfig with subgroups Emil Gydesen 2023-08-17 13:15:12 +02:00
  • 7fca0aa8a6 nxp_s32: enable clock control for S32ZE Manuel Argüelles 2023-09-15 13:40:02 +07:00
  • 0e765a9ef8 clock_control: mcux_ccm: include zephyr/arch/cpu.h Fabio Baltieri 2023-09-20 14:44:58 +00:00
  • 7a4627bf38 manifest: update hal_nxp Fabio Baltieri 2023-09-20 13:56:32 +00:00
  • 78eda66eb5 samples: synchronization: build this sample on all platforms Anas Nashif 2023-09-20 13:26:34 +00:00
  • 759e07bebe intel_adsp: move memory window setup to PRE_KERNEL_1 Anas Nashif 2023-09-20 01:32:18 +00:00
  • 49df14c08a dts: arm: nordic: fix cryptocell description Gerard Marull-Paretas 2023-09-20 11:33:37 +02:00
  • 813e40f818 twister: Ignore skips due to toolchain incompatibility. Maciej Perkowski 2023-09-20 13:21:34 +02:00
  • c82d023248 doc: Issue warning for dangling code-sample references Benjamin Cabé 2023-09-20 11:54:23 +02:00
  • 944f0d4875 samples: net: fix bad gsm-modem code-sample id Benjamin Cabé 2023-09-20 11:59:06 +02:00
  • 430e009a5f samples: net: mqtt-sn: fix bad code-sample id Benjamin Cabé 2023-09-20 11:58:09 +02:00
  • d65d3046a5 samples: usb: wpanusb: fix bad code-sample id Benjamin Cabé 2023-09-20 11:51:51 +02:00
  • a4cabee9d8 samples: net: doc: fix bad code-sample id Benjamin Cabé 2023-09-20 11:50:55 +02:00
  • 2e0981b658 bluetooth: ead: Add C++ include support Rait Rääk 2023-09-20 11:24:44 +10:00
  • a24460a7db drivers: sensor: tmp116: Added ability to read configuration register Ian Morris 2023-09-15 16:45:27 -07:00
  • da11b5fc09 Documentation: Update bt_gatt_discover_params & bt_gatt_discover_params Théo Battrel 2023-09-18 13:00:56 +02:00
  • a4e610a4ee tests: drivers: bbram: add a second stm32 test entry Johan Lafon 2023-09-18 12:08:15 +02:00
  • 469ba4e367 driver: rtc: stm23: fix build for STM32L1 Cat.1 Johan Lafon 2023-09-18 15:34:11 +02:00
  • a63bb6317c drivers: rtc: stm32: allow new RTC driver to work with BBRAM Johan Lafon 2023-09-13 19:55:08 +02:00
  • 382eaf7baa tests: drivers: spi: stm32h7: Run 16-bit frames tests for DMA Daniel Gaston Ochoa 2023-09-12 10:42:49 +01:00
  • 0e72d63a01 drivers: spi: stm32h7 Fix SPI DMA 16 bits frames Daniel Gaston Ochoa 2023-09-12 10:38:45 +01:00
  • 8e6b401ca4 drivers: spi: stm32h7 Check nocache memory correctly Daniel Gaston Ochoa 2023-09-15 19:01:08 +01:00
  • 66069b3b39 drivers: serial: uart_nrfx_uarte: coexisting async and interrupt API Eivind Jølsgard 2023-09-20 10:16:50 +02:00
  • 9608c8f667 usbc: fix conflicting Kconfigs for USB-C related init priority Michał Barnaś 2023-09-19 18:49:39 +02:00
  • 4a250c26b1 drivers: counter: fix index of stm32 RTC source clock Brett Witherspoon 2023-09-18 19:22:49 -04:00
  • a59666754e lorawan: Add LORAWAN_PUBLIC_NETWORK configuration choice Lucas Dietrich 2023-09-19 14:43:24 +02:00
  • e61f52b0f4 boards: nrf-based: remove redundant CONFIG_PINCTRL=y Gerard Marull-Paretas 2023-09-19 14:14:44 +02:00
  • 0660719346 drivers: nrf: select PINCTRL Gerard Marull-Paretas 2023-09-19 14:02:22 +02:00
  • 4e467a9bee Bluetooth: Test: Remove dead code Théo Battrel 2023-09-18 12:52:38 +02:00
  • 6afe7cf216 hal nordic: cmake: Add support for nrf53_bsim boards Alberto Escolar Piedras 2023-09-12 14:04:15 +02:00
  • 0e8f97df49 nrf5x_bsim: Add helper kconfig symbols for simulated nrf5340 Alberto Escolar Piedras 2023-09-12 09:43:08 +02:00
  • 1de4e73e6d tests: net: sockets: add tests for SO_REUSEPORT Tobias Frauenschläger 2023-09-01 11:24:51 +02:00
  • dcc63120cf net: sockets: add support for SO_REUSEPORT Tobias Frauenschläger 2023-09-01 11:22:13 +02:00
  • 795c96494a tests: net: sockets: add tests for SO_REUSEADDR Tobias Frauenschläger 2023-09-01 10:50:57 +02:00
  • 3d3a221b1e net: sockets: add support for SO_REUSEADDR Tobias Frauenschläger 2023-09-01 10:45:04 +02:00
  • 70bdccac7f bluetooth: tester: ccp: Added support for testing Call Control client. Henrik Eriksen 2023-08-18 09:23:22 +02:00
  • 7f04014c0a boards: mg100: add SD card regulator enable Ryan Erickson 2023-09-19 09:58:16 -05:00
  • 4a8d620127 twister: platform key filtering should not be flagged as error Anas Nashif 2023-09-19 17:42:02 +00:00
  • 5eb2e5eb2b dts: efm32_pg_1b: add pin-controller binding Fabio Baltieri 2023-09-19 16:37:15 +00:00
  • 492517b918 west.yml: Update NXP HAL SDK to 2.14 Mahesh Mahadevan 2023-09-06 12:06:47 -05:00
  • bf6ccbb9de drivers: dma_pxp: Select PXP driver when CONFIG_DISPLAY is enabled Mahesh Mahadevan 2023-09-14 17:25:23 +01:00
  • 2ea6130535 drivers: dma_pxp: Update to the PXP DMA per SDK 2.14 changes Mahesh Mahadevan 2023-09-14 15:02:50 +01:00
  • ded77bccb3 drivers: pwm: Use the SDK macro to check if wait field is available Mahesh Mahadevan 2023-09-12 09:52:56 -05:00