Commit graph

  • cba18a5943 tests: drivers: dma: loop transfer: Avoid fake pass Reto Schneider 2024-05-02 15:52:25 +02:00
  • 23ca74b756 convert: use k_uptime_seconds Jordan Yates 2024-05-10 11:11:42 +10:00
  • 98deebd29b kernel: add k_uptime_seconds Jordan Yates 2024-05-10 11:09:23 +10:00
  • aee130f8d7 sys: time_units: add seconds conversions Jordan Yates 2024-05-10 10:59:50 +10:00
  • c354f7b00b sys: time_units: move warning to doxygen command Jordan Yates 2024-05-10 10:55:15 +10:00
  • fb1ec14938 samples: net: http_server: Close websocket connection properly Jukka Rissanen 2024-05-09 14:35:39 +03:00
  • 70ab0e65a5 net: websocket: Add a way to unregister a websocket connection Jukka Rissanen 2024-05-09 14:33:04 +03:00
  • 4d9d0ee64c net: websocket: Ignore error during close if we are disconnected Jukka Rissanen 2024-05-09 14:31:47 +03:00
  • 84b8e92445 soc: nxp: imxrt: clock imxrt1042 SOC at 528 MHz Daniel DeGrasse 2024-04-29 18:53:45 -05:00
  • 9668b35ce7 soc: nxp: imxrt: allow configuring system pll on iMXRT10xx series Daniel DeGrasse 2024-04-29 18:52:53 -05:00
  • 413518e0c8 serial: bt: Set configurable options for the NUS Work-queue Luis Ubieda 2024-04-29 21:45:06 -04:00
  • b1913fb47e drivers: serial: bt: Use dedicated Workqueue Luis Ubieda 2024-04-29 21:16:12 -04:00
  • cd6c948465 board: arm: nucleo_f746zg: flashing Abderrahmane Jarmouni 2024-03-20 15:54:00 +01:00
  • b903dff44f tests: drivers: uart_async: stm32: add test cases with DCache enabled Abderrahmane Jarmouni 2024-03-20 15:39:18 +01:00
  • fdb3457058 tests: drivers: uart: async_api: support DCache with nocache memory Abderrahmane Jarmouni 2024-03-20 15:34:45 +01:00
  • e783aafdd0 drivers: uart_stm32: add DCache support in async DMA mode Abderrahmane Jarmouni 2024-03-20 15:25:14 +01:00
  • 0630c5cfb5 samples: sysbuild: add hello world for multiple board targets Gerard Marull-Paretas 2024-03-01 10:14:14 +01:00
  • 8120bd7519 samples: move with_mcuboot sample to samples/sysbuild Gerard Marull-Paretas 2024-05-10 09:59:01 +02:00
  • 467af2d6b8 boards: arm: fix gpio-led flags on adi_eval_adin2111ebz Jason Murphy 2024-02-21 09:50:33 +00:00
  • 40a8ed84aa boards: arm: fix gpio-led flags on adi_eval_adin1110ebz Jason Murphy 2024-02-20 17:35:56 +00:00
  • 7f16b7fb94 tests: arch: x86 : update stack variable name in nmi test case Najumon B.A 2023-07-10 11:21:25 +05:30
  • 2803dcd564 arch: x86: remove limitation of number of cpu support in smp Najumon B.A 2023-07-10 11:16:50 +05:30
  • 2d31d45429 drivers: sensors: Add support for ds18s20 Fredrik Gihl 2024-04-27 12:51:40 +02:00
  • bf114c6b1a logging: add API to trigger immediate processing of logs Corey Wharton 2024-04-15 16:22:28 -07:00
  • 2b9c552050 logging: fix logging.async test Corey Wharton 2024-04-15 16:15:54 -07:00
  • 958a4505bd coding guidelines: comply with MISRA Rule 12.1. Hess Nathan 2024-04-30 09:52:26 +02:00
  • 24ce3f4182 drivers: serial: nrfx: Update Kconfig dependencies for RX cache Grzegorz Swiderski 2024-05-03 09:21:43 +02:00
  • af515ef87b logging: log_cache: ensure cache contains an entry Jordan Yates 2024-05-04 14:58:43 +10:00
  • 2005deddb4 scripts: size_report: Fix tree build for symbol copies Dmitrii Golovanov 2024-05-04 16:22:55 +02:00
  • b438a74bd0 scripts: size_report: Report section name for symbols Dmitrii Golovanov 2024-05-03 18:16:20 +02:00
  • 8e6a921104 scripts: size_report: Don't set non-terminal node address Dmitrii Golovanov 2024-05-03 17:11:00 +02:00
  • 272731169c scripts: size_report: Optimize ELF headers reading Dmitrii Golovanov 2024-05-03 14:12:33 +02:00
  • 55ebc691cd scripts: size_report: Fix pylint warning on unused import Dmitrii Golovanov 2024-05-03 12:57:15 +02:00
  • 6c5eaacbb7 scripts: size_report: Fix underflow on a section end address Dmitrii Golovanov 2024-05-03 12:42:23 +02:00
  • e9a47d932c kernel: mmu: shrink and align struct z_page_frame Nicolas Pitre 2024-05-01 21:58:54 -04:00
  • 57305971d1 kernel: mmu: abstract access to page frame flags and address Nicolas Pitre 2024-05-01 18:28:20 -04:00
  • cbf5ab49e6 doc: migration: 3.7: Add missing links to GitHub Pull Requests Carles Cufi 2024-05-09 13:49:05 +02:00
  • 54a83e2c17 doc: releases: Enforce linking to Pull Requests in migration guide Carles Cufi 2024-05-09 13:40:50 +02:00
  • 9bd0170aad net: http: client: mark as unstable Fin Maaß 2024-05-13 11:53:04 +02:00
  • d9b3ffa5ea drivers: regulator: npm6001: Fix compiler warning Balaji Srinivasan 2024-05-08 12:51:42 +02:00
  • a859191413 drivers: flash: RRAMC regions Mateusz Michalek 2024-05-09 10:19:58 +02:00
  • f63f508c21 tests: net: sockets: tls: Add missing teardown delays Robert Lubos 2024-05-09 15:37:14 +02:00
  • b8fedfb6c1 bluetooth: host: conn: Fix assertion failure in wait_for_tx_work Marek Pieta 2024-05-09 15:26:11 +02:00
  • 423f18c4dd samples: modules: canopennode: make sample configurations depend on nvs Henrik Brix Andersen 2024-05-13 12:36:38 +02:00
  • 23a03b7a0a drivers: counter: ll_stm32_timer: G4X changes IBEN EL HADJ MESSAOUD Marwa 2024-04-19 10:09:14 +02:00
  • 99fd91bf1c drivers: pwm: pwm_stm32: G4X changes IBEN EL HADJ MESSAOUD Marwa 2024-04-19 10:07:59 +02:00
  • ccd1019f80 drivers: dma: G0X changes IBEN EL HADJ MESSAOUD Marwa 2024-04-16 18:50:21 +02:00
  • 1f16e9c44c drivers: counter: ll_stm32_timer: F4X changes IBEN EL HADJ MESSAOUD Marwa 2024-04-16 09:39:47 +02:00
  • 820cf4d639 drivers: pwm: pwm_stm32: F4X changes IBEN EL HADJ MESSAOUD Marwa 2024-04-16 09:31:37 +02:00
  • c0869be56f west.yaml: hal_stm32: STM32Cube packages update IBEN EL HADJ MESSAOUD Marwa 2024-04-15 10:08:08 +02:00
  • 9fc26804fb linker: decouple KERNEL_WHOLE_ARCHIVE from LLEXT Daniel Apperloo 2024-05-03 01:55:49 +00:00
  • 294939a31e cmake: Set C compile features early for modules Pieter De Gendt 2024-05-07 15:44:30 +02:00
  • 265da0df86 buildsystem: Add an option to compress debug sections Noah Pendleton 2024-05-08 06:21:52 -04:00
  • 60aeb4e6bc CI: Fix coverage reporting Arkadiusz Cholewinski 2024-05-09 10:16:26 +02:00
  • 3111261940 drivers: nsos: fcntl: prefer Zephyr-specific macros over libc Marcin Niestroj 2024-05-09 13:18:20 +02:00
  • 557418ace6 tests: flash_simulator: reboot: added Jordan Yates 2024-05-09 21:35:47 +10:00
  • 4bdc61132c tests: flash_simulator: move to subfolder Jordan Yates 2024-05-09 21:40:35 +10:00
  • 2bb2dd6e82 tests: flash_simulator: fix devicetree indentation Jordan Yates 2024-05-09 21:08:56 +10:00
  • 153255f15b board: mimx93_evk_a55: disable gpio expander by default Jiafei Pan 2024-05-13 10:47:49 +08:00
  • 4c4f0bce58 manifest: update quicklogic HAL Jordan Yates 2024-05-13 16:16:26 +10:00
  • b501278237 drivers: udc_dwc2: handle interrupt IEPINT before the RXFLVL Johann Fischer 2024-05-08 15:28:55 +02:00
  • 36d8583589 boards: st: nucleo_wba55cg: add 'zephyr,bt-c2h-uart' Piotr Dymacz 2024-05-08 14:18:31 +02:00
  • 4d85967e09 twister: Set default coverage platform only when needed Dmitrii Golovanov 2024-05-08 22:10:18 +02:00
  • d371a89c3f ITE: soc: Add the variant of it82002bw Tim Lin 2024-04-30 11:17:49 +08:00
  • 682a4c936a ITE: soc: Add the variant of it81302dx Tim Lin 2024-04-30 11:09:34 +08:00
  • f89934451f ITE: soc: Add the variant of it81202dx Tim Lin 2024-04-30 10:58:47 +08:00
  • dc44966f02 ITE: soc: Kconfig: Cleanup it8xxx2 Kconfig Tim Lin 2024-05-09 15:40:19 +08:00
  • e7235f80cc dts: bindings: serial: nrf-uart: current-speed shall be required Krzysztof Chruściński 2024-05-10 09:15:41 +02:00
  • ff58bd0204 tests: misc: iterable_sections: Add CMake linker test case Pieter De Gendt 2024-05-08 13:31:09 +02:00
  • 6b048fdf71 boards: nordic: nrf54h20dk: enable 802.15.4 IPC by default Jędrzej Ciupis 2024-04-15 08:43:56 +02:00
  • ba1102c97d modules: hal_nordic: add missing glue for nRF54H20 Jędrzej Ciupis 2024-04-12 08:14:08 +02:00
  • b457645423 drivers: ieee802154: nrf5: fix default value for nRF54H20 Jędrzej Ciupis 2024-03-14 13:01:56 +01:00
  • 7a8c16c937 boards: nordic: nrf54h20pdk: add ieee802154 radio to chosen Jędrzej Ciupis 2024-03-14 12:55:34 +01:00
  • 5df6f99c40 dts: common: nordic: add ieee802154 node to nrf54h20 cpuapp Jędrzej Ciupis 2024-03-14 12:51:06 +01:00
  • db1a4a61be samples: net: sockets: coap_server: Support CMAKE_LINKER_GENERATOR Pieter De Gendt 2024-05-06 15:39:52 +02:00
  • 7b6e9dc4b8 cmake: linker_script: Fix cmake linker for some networking Pieter De Gendt 2024-05-06 15:35:07 +02:00
  • e791e7637f tests: kernel: device: Add CMAKE_LINKER_GENERATOR test case Pieter De Gendt 2024-05-07 09:17:51 +02:00
  • 509d8f8aae cmake: linker_script: Support deferred init with CMAKE_LINKER_GENERATOR Pieter De Gendt 2024-05-07 10:12:10 +02:00
  • e59db1ab80 boards: RAK4631: enable DCDC Helmut Lord 2024-03-07 12:43:25 -05:00
  • e4a6686691 boards: use unique names Wojciech Sipak 2024-03-15 13:38:41 +01:00
  • e92efc4a03 boards: st: nucleo_f103rb: fix doc Abderrahmane Jarmouni 2024-05-07 11:26:59 +02:00
  • 4682e10e2a drivers: rtc: stm32: subsecond not supported by F2x Abderrahmane Jarmouni 2024-05-07 11:16:12 +02:00
  • 83b5d65d57 drivers: rtc: stm32: make it clean again Abderrahmane Jarmouni 2024-05-07 09:09:12 +02:00
  • 30c471ca1d tests: drivers: rtc_api: test_alarm: add alarm id in logs Abderrahmane Jarmouni 2024-04-25 15:32:59 +02:00
  • 16ea3a4f79 tests: drivers: rtc: rtc_api: support STM32 boards Abderrahmane Jarmouni 2024-04-25 15:30:43 +02:00
  • d4c0fda714 boards: st: configure STM32 RTC Abderrahmane Jarmouni 2024-04-25 15:24:41 +02:00
  • b1f878f7a5 drivers: rtc: stm32: fix clk enable call Abderrahmane Jarmouni 2024-05-03 18:09:23 +02:00
  • c085177af5 drivers: rtc_stm32: add support for alarms A & B Abderrahmane Jarmouni 2024-05-03 17:43:48 +02:00
  • ac00136dfd dts: arm: st: stm32-rtc: add alrm-exti-line property Abderrahmane Jarmouni 2024-05-02 10:52:46 +02:00
  • e2bd33bf6c dts: bindings: rtc: stm32-rtc: add alrm-exti-line property Abderrahmane Jarmouni 2024-05-02 09:37:35 +02:00
  • 0c4548c13b dts: arm: st: stm32-rtc: add alarms-count property Abderrahmane Jarmouni 2024-04-25 14:55:40 +02:00
  • 2da205527f dts: bindings: rtc: stm32-rtc: add alarms-count property Abderrahmane Jarmouni 2024-04-25 14:53:02 +02:00
  • 8d221a91d0 tests: net: ipv6: Fix RA test Robert Lubos 2024-05-10 09:40:28 +02:00
  • 70edbd1cf5 soc: nordic: Add system for validating DT headers against MDK Grzegorz Swiderski 2024-05-09 12:31:23 +02:00
  • 22fd74914a cmake: modules: dts: Expose DTS_INCLUDE_FILES Grzegorz Swiderski 2024-05-09 12:31:22 +02:00
  • 97a83ef8a7 dt-bindings: misc: Add nRF54H20 Domain IDs and Owner IDs Grzegorz Swiderski 2024-05-09 12:31:22 +02:00
  • beb4d5690a dt-bindings: adc: Fix BIT_MASK redefined warning Grzegorz Swiderski 2024-05-09 12:31:22 +02:00
  • 961959fc5f drivers: serial: Smartbond: add support DTR line wakeup Jerzy Kasenberg 2023-08-22 15:27:20 +02:00
  • f10b77364a drivers: serial: Smartbond: add support RX line wakeup Jerzy Kasenberg 2023-08-22 15:15:31 +02:00
  • e24c6ce721 drivers: serial: smartbond: Add PM for UART Andrzej Kaczmarek 2023-06-14 00:20:57 +02:00