Commit graph

  • 407259462c hostap: use the correct config for EAP_SERVER Maochen Wang 2024-10-14 16:19:06 +08:00
  • 13f473d7eb hostap: add WPS PBC and PIN for AP mode Maochen Wang 2024-10-08 16:47:09 +08:00
  • 358396e831 samples: subsys: nvs: stm32 overlays fixup Erwan Gouriou 2024-11-15 15:05:34 +01:00
  • 555d97ea3d tests: drivers: flash: common: Remove stm32 specific test Erwan Gouriou 2024-11-15 09:14:24 +01:00
  • 201a0b6ba9 test: drivers: flash: common: Copied size can't exceed page.size Erwan Gouriou 2024-11-14 17:58:55 +01:00
  • 3583492890 boards: st: nucleo_f429zi: Rework flash partition Erwan Gouriou 2024-11-13 16:49:00 +01:00
  • 73126c1f48 tests: psa: its: Extend Timeout Erwan Gouriou 2024-10-22 18:24:11 +02:00
  • 5d2547564a boards: st: nucleo_l152re: Rework storage partition Erwan Gouriou 2024-10-21 15:25:02 +02:00
  • 6fa0bf47b6 boards: st: nucleo_g07xrb: Rework storage partition Erwan Gouriou 2024-10-21 15:14:28 +02:00
  • ffcaabe84a boards: st: disco_l475_iot1: Rework flash partition Erwan Gouriou 2024-10-21 15:10:33 +02:00
  • cc4b384ad2 boards: st: b_l4s5i_iot01a: Rework flash partition Erwan Gouriou 2024-10-21 15:09:06 +02:00
  • 8da1aa13fc boards: st: nucleo_f207zg: Rework flash partition Erwan Gouriou 2024-10-21 15:08:10 +02:00
  • aad4c69068 drivers: sensor: adxl367: Added RTIO stream Vladislav Pejic 2024-10-30 09:32:20 +01:00
  • 398b91543f samples: Bluetooth: hci_ipc: Fix Newton's Cradle, reduce RAM usage Vinayak Kariappa Chettimada 2024-11-02 05:57:04 +01:00
  • 98130afd0a tests: bsim: Bluetooth: Fix simulation length be greater than wait time Vinayak Kariappa Chettimada 2024-11-19 05:12:25 +01:00
  • 9df4b548ba Bluetooth: Controller: Ext Adv Auxiliary PDUs with ticks_slot_window Vinayak Kariappa Chettimada 2024-07-11 07:32:52 +02:00
  • b838b17755 Bluetooth: Controller: Introduce ticker reschedule with drift Vinayak Kariappa Chettimada 2024-07-11 15:19:46 +02:00
  • ec39d6257e Bluetooth: Controller: Fix to reschedule before overlap when yielding Vinayak Kariappa Chettimada 2024-07-14 06:32:32 +02:00
  • 22b6839981 samples: sensor: sensors for trigger without trigger Francois Ramu 2024-10-25 10:52:11 +02:00
  • 2e2396ded1 boards: st: Fix memory mapping and size for STM32L4plus Francois Ramu 2024-11-13 12:00:46 +01:00
  • 4864481499 dts: arm: st: Fix memory mapping and size for STM32L4plus Francois Ramu 2024-11-13 12:00:10 +01:00
  • fb152f458b boards: st: Fix memory mapping and size for STM32L47x/8x/9x/ax Francois Ramu 2024-11-13 10:44:33 +01:00
  • 2eb875618b dts: arm: st: Fix memory mapping and size for STM32L47x/8x/9x/ax Francois Ramu 2024-11-12 16:42:09 +01:00
  • 5531692bcc tests: net: socket: udp: Add IP_LOCAL_PORT_RANGE socket option tests Jukka Rissanen 2024-11-17 14:14:44 +02:00
  • b0b20229b0 net: sockets: Add support for IP_LOCAL_PORT_RANGE socket option. Jukka Rissanen 2024-11-17 14:12:25 +02:00
  • bb276802ae MAINTAINERS: Add MaochenWang1 as a collaborator to Wi-Fi Maochen Wang 2024-11-20 15:47:32 +08:00
  • dd446a724f soc: renesas: rcar: Remove CONFIG_PINCTRL Aymeric Aillet 2024-11-20 14:44:23 +01:00
  • d41ce536c5 drivers: rcar: Select CONFIG_PINCTRL Aymeric Aillet 2024-11-20 14:42:20 +01:00
  • 7f0f28fecc ruff: Remove resolved excluded linter issues Pieter De Gendt 2024-11-20 15:56:37 +01:00
  • 336c7dadac scripts: west_commands: runners: Fix line-too-long (E501) Pieter De Gendt 2024-11-20 16:54:12 +01:00
  • 775db0e63a scripts: west_commands: runners: Fix f-string (UP032) Pieter De Gendt 2024-11-20 16:05:28 +01:00
  • bf7f41d880 scripts: west_commands: runners: Sort and format imports (I001) Pieter De Gendt 2024-11-20 15:54:37 +01:00
  • 93457b42f9 scripts: west_commands: runners: Fix unused/deprecated imports (F401/UP035) Pieter De Gendt 2024-11-20 15:51:37 +01:00
  • acb2eaacbd scripts: west_commands: runners: Fix non-pep604-annotation (UP007) Pieter De Gendt 2024-11-20 15:47:12 +01:00
  • 907a0db599 scripts: west_commands: runners: Fix non-pep585-annotation (UP006) Pieter De Gendt 2024-11-20 15:43:39 +01:00
  • 523015b6ef scripts: west_commands: runners: raise-without-from-inside-except (B904) Pieter De Gendt 2024-11-20 15:39:47 +01:00
  • f7902bc817 scripts: west_commands: runners: Fix bare except (E722 & B904) Pieter De Gendt 2024-11-20 15:35:46 +01:00
  • 1e1c7f7c16 scripts: west_commands: runners: Fix mutable-argument-default (B006) Pieter De Gendt 2024-11-20 15:29:10 +01:00
  • 8055145ad3 scripts: west_commands: runners: Fix super-call-with-parameters (UP008) Pieter De Gendt 2024-11-20 15:20:09 +01:00
  • 07342d9b81 scripts: west_commands: runners: Fix if-with-same-arms (SIM114) Pieter De Gendt 2024-11-20 15:05:24 +01:00
  • cd02de5df9 scripts: west_commands: runners: Fix reimplemented-builtin (SIM110) Pieter De Gendt 2024-11-20 13:13:44 +01:00
  • 0f54805faa scripts: west_commands: runners: Fix suppressible-exception (SIM105) Pieter De Gendt 2024-11-20 13:12:21 +01:00
  • df794b5493 scripts: west_commands: runners: Conditional import Pieter De Gendt 2024-11-20 13:09:41 +01:00
  • 7f72dd3a0f scripts: west_commands: runners: Fix f-string-missing-placeholders (F541) Pieter De Gendt 2024-11-20 12:12:27 +01:00
  • c0d08e5212 scripts: west_commands: runners: Fix not-is-test (E714) Pieter De Gendt 2024-11-20 12:10:50 +01:00
  • 02fac6e1c0 scripts: west_commands: runners: Fix multiple statements on one line (E701) Pieter De Gendt 2024-11-20 09:37:45 +01:00
  • 3a55e8a52f scripts: west_commands: runners: Fix set-attr-with-constant (B010) Pieter De Gendt 2024-11-20 09:35:49 +01:00
  • e42d30ef6c scripts: west_commands: runners: Fix printf-string-formatting (UP031) Pieter De Gendt 2024-11-20 09:31:12 +01:00
  • d562731096 scripts: west_commands: runners: Fix redundant-open-modes (UP015) Pieter De Gendt 2024-11-20 09:28:27 +01:00
  • fc5286fe25 scripts: west_commands: runners: Fix useless-object-inheritance (UP004) Pieter De Gendt 2024-11-20 09:26:48 +01:00
  • dbaf01ef28 scripts: west_commands: runners: Ignore open file without ctx (SIM115) Pieter De Gendt 2024-11-20 09:24:05 +01:00
  • 2e39674344 scripts: west_commands: runners: Fix needless-bool (SIM103) Pieter De Gendt 2024-11-20 09:18:43 +01:00
  • d397b01338 scripts: west_commands: runners: Fix collapsible-if (SIM102) Pieter De Gendt 2024-11-20 09:15:57 +01:00
  • 133665e55a scripts: west_commands: runners: Fix unused-import (F401) Pieter De Gendt 2024-11-20 09:12:46 +01:00
  • ddbba0ef4c scripts: west_commands: runners: Fix mixed-spaces-and-tabs (E101) Pieter De Gendt 2024-11-20 09:11:16 +01:00
  • a48e37608f scripts: west_commands: runners: Ignore missing abstract decorator (B027) Pieter De Gendt 2024-11-20 17:06:37 +01:00
  • e8294b4590 scripts: west_commands: runners: Fix assert-false (B011) Pieter De Gendt 2024-11-20 09:01:24 +01:00
  • 25be1501ab scripts: west_commands: runners: Fix pylint unbound issues Pieter De Gendt 2024-11-20 19:45:12 +01:00
  • aae018be87 scripts: west_commands: runners: Remove obsolete pylint ignores Pieter De Gendt 2024-11-20 19:39:56 +01:00
  • 1f17c761e5 ci: test_plan: call with --no-detailed-test-id Anas Nashif 2024-11-22 11:29:14 -05:00
  • c14b022bea ci: twister: add --no-detailed-test-id Anas Nashif 2024-11-21 11:31:30 -05:00
  • e11aecaed5 twister: fix Ztest C++ test names extraction from ELF Dmitrii Golovanov 2024-11-01 12:07:02 +01:00
  • 18451bca44 doc: twister: Update test naming and application diagram Dmitrii Golovanov 2024-10-19 18:51:29 +02:00
  • a72244f2d0 twister: ztest: harness: Fix missed TestCase statuses Dmitrii Golovanov 2024-10-17 09:02:35 +02:00
  • 74d1f60faf boards: mimxrt1180_evk: Enable PWM for RT1180 EVK Lucien Zhao 2024-09-01 23:21:56 +08:00
  • 18a2a63a25 dts: arm: nxp: rt118x: add flexpwm instances Lucien Zhao 2024-09-01 23:17:32 +08:00
  • 81bb231fd0 ipc: icbmsg: Reduce block alignment to 32-bits Dominik Kilian 2024-10-23 14:28:19 +02:00
  • 4fe6d47683 boards: arduino_nicla_vision: fix hardware information Martino Facchin 2024-10-24 09:57:09 +02:00
  • 585fb2a61b boards/arduino/portenta_h7: enable USART1 on M4 Filip Kokosinski 2024-11-12 14:21:25 +01:00
  • b4893c46ce drivers: fpga: use defaults in iCE40 binding Benedikt Schmidt 2024-11-11 09:14:26 +01:00
  • 1dd6d0db67 tests: subsys: mgmt: Fix warning of size_t formatting with %.*s Chen Xingyu 2024-11-20 10:40:16 +08:00
  • bb94c63fa2 samples: subsys: ipc: Fix warning of size_t formatting with %.*s Chen Xingyu 2024-11-20 10:39:37 +08:00
  • 50f23500b8 net: Fix warning of size_t formatting with %.*s Chen Xingyu 2024-11-20 10:37:50 +08:00
  • ae5609aef2 samples: smp_svr: Move bluetooth tag to bt_tests Andrej Butok 2024-11-20 12:11:00 +01:00
  • 932e8708b1 tests: posix: single_process: correct typo and filter Chris Friedt 2024-11-22 07:10:17 -05:00
  • da713a2b86 doc: release-notes-4.1: Mention removal of deprecated HCI API Johan Hedberg 2024-11-21 23:03:22 +02:00
  • 30d1d0e526 Bluetooth: Host: Remove deprecated HCI driver API Johan Hedberg 2024-11-19 21:20:10 +02:00
  • 3063f18942 Bluetooth: Host: Remove unnecessary hci_driver.h includes Johan Hedberg 2024-11-19 21:19:33 +02:00
  • 4558056f81 tests/bsim: Also runtime test the UART drivers for the nrf54l15 Alberto Escolar Piedras 2024-11-18 17:28:03 +01:00
  • 9c386cab93 tests uart_pm: Enable for nrf54l15bsim Alberto Escolar Piedras 2024-11-18 17:25:38 +01:00
  • eec736355c tests uart_mix_fifo_poll: Enable for nrf54l15bsim Alberto Escolar Piedras 2024-11-18 17:16:43 +01:00
  • dd2f4117e3 tests uart_async_api: Enable in nrf54l15bsim//cpuapp Alberto Escolar Piedras 2024-11-18 15:56:03 +01:00
  • 890f13426e doc boards nrfbsim: Mention the UARTE as supported for nrf54l15 Alberto Escolar Piedras 2024-11-18 13:44:48 +01:00
  • ca46c7c816 boards nrfbsim: Enable UART(E) peripherals for nrf54l15bsim Alberto Escolar Piedras 2024-11-18 13:30:16 +01:00
  • c2802618df tests: net: socket: tcp: Add min_flash to the test config Jukka Rissanen 2024-11-20 09:35:42 +02:00
  • 45ebd390cf arch: riscv: reg: include required header Yong Cong Sin 2024-11-20 17:25:30 +08:00
  • 067a35f2fb display: stm32: implement display_get_framebuffer API Emil Lindqvist 2024-11-20 09:16:29 +01:00
  • 28796076d8 tests: kernel: common: optimize filters Anas Nashif 2024-11-21 06:03:30 -05:00
  • b0a1dddde3 drivers: fpga: fix waveform for iCE40 configuration in SPI mode Benedikt Schmidt 2024-11-07 07:59:47 +01:00
  • 21d0a3b699 tests: pwm: Add support for SCTimer PWM on FRDM-MCXN947 Mahesh Mahadevan 2024-10-24 17:46:51 -05:00
  • 488e4bbf5f boards: frdm_mcxn947: Add SCTimer support Mahesh Mahadevan 2024-10-24 06:11:02 -05:00
  • 12486ca7e2 dts: mcxn947: Add SCTimer support Mahesh Mahadevan 2024-10-24 06:10:35 -05:00
  • f235ddb2cf tests: drivers: uart: async_api: Add uart120 instance to nrf54h20dk Krzysztof Chruściński 2024-07-18 14:20:33 +02:00
  • d2b69a4ec7 tests: drivers: uart: async_api: Rework for multi instance Krzysztof Chruściński 2024-07-18 14:28:51 +02:00
  • bc007fd53b tests: drivers: uart: async_api: Add missing static keyword Krzysztof Chruściński 2024-07-18 14:37:44 +02:00
  • 760bba6d24 drivers: serial: nrfx_uarte: Fix pin retention Krzysztof Chruściński 2024-11-12 12:37:18 +01:00
  • 41e33573e8 drivers: wifi: esp_at: Fix serial receive interrupt can't exit Hongquan Li 2024-10-28 16:44:43 +08:00
  • 53ae195f0d drivers: fpga: replace runtime checks with buildtime asserts in iCE40 Benedikt Schmidt 2024-11-19 08:44:35 +01:00
  • 07b7802460 doc: Bluetooth: Audio: Shell: Make shell docs a bit more consistent Emil Gydesen 2024-11-19 15:36:35 +01:00
  • b20784dfbb docs: Bluetooth: Move documentating for shell out of API Emil Gydesen 2024-11-19 12:00:27 +01:00