Commit graph

  • be2993be6e sysbuild: move sysbuild/application to _sysbuild Torsten Rasmussen 2024-06-13 09:15:07 +02:00
  • a54c117223 sysbuild: set APPLICATION_BINARY_DIR to sysbuild CMake folder Torsten Rasmussen 2024-06-13 09:09:36 +02:00
  • 4f712fffe0 drivers: pinctrl: gecko: Fix Series 1 I2C SCL route location config Aksel Skauge Mellbye 2024-06-13 11:48:06 +02:00
  • 35d95f934c drivers: pinctrl: gecko: Fix Series 2 I2C location config Aksel Skauge Mellbye 2024-06-13 11:07:18 +02:00
  • a9efb1dae6 west: update build extension command to use APP_DIR Torsten Rasmussen 2024-06-13 13:08:09 +02:00
  • 8defc560fe MAINTAINERS: add valeriosetti as collaborator Valerio Setti 2024-06-13 14:53:09 +02:00
  • 7efd885bd7 drivers: rtc: update alarm_set_callback to return ENOTSUP Jakub Topic 2024-06-13 15:26:22 +02:00
  • 3de17474b0 tests: drivers: rtc: skip alarm callback test if not supported Jakub Topic 2024-06-13 14:37:05 +02:00
  • 2fc0c128c9 tests: net: conn_mgr_monitor: Remove debug logs Robert Lubos 2024-06-13 15:37:39 +02:00
  • 1ccd972563 twister: Fix on output directory reaching backup limit Dmitrii Golovanov 2024-06-13 16:38:18 +02:00
  • d2607f0911 drivers: can: mcp251xfd: Use macro to set TDCO Andriy Gelman 2024-06-16 12:11:10 -04:00
  • 83958eb937 samples: sysbuild: hello_world: add testing base on console Piotr Kosycarz 2024-06-13 14:39:26 +02:00
  • e83f88b9a4 logging: use runtime message creation when logging is disabled Marco Widmer 2024-01-03 14:52:02 +01:00
  • 239c20d2c7 logging: use #ifdef instead of #if Christoph Schnetzler 2024-06-13 10:10:50 +02:00
  • 3c9e05959b logging: cmsis: prevent wundef warnings Christoph Schnetzler 2024-05-15 14:47:08 +02:00
  • 563ef0d28f net: tracing: fix sys_track_socket_init() declaration Eric Holmberg 2024-06-12 22:18:23 +12:00
  • 4d0a8c1e8b doc: posix: async-io: clean up async-io documentation Chris Friedt 2024-06-08 16:02:30 -04:00
  • e0956f09d1 docs: posix: fix for unimplemented functions Yong Cong Sin 2024-06-14 17:30:58 +08:00
  • 6663096162 release: Zephyr v3.7.0-rc1 Alberto Escolar Piedras 2024-06-14 11:48:44 +02:00
  • 6339609c15 soc: intel_adsp: tools: improve cavstool.py winstream code Kai Vehmanen 2024-05-21 14:50:21 +03:00
  • 12cc7bbd8a net: sockets: use z_finalize_typed_fd() to identify as sockets Chris Friedt 2024-06-08 16:22:35 -04:00
  • e1b95eb6df drivers: udc_dwc2: Initial Buffer DMA support Tomasz Moń 2024-05-28 13:26:30 +02:00
  • 59702c7633 drivers: udc_dwc2: Avoid unnecessary register accesses Tomasz Moń 2024-06-03 10:37:12 +02:00
  • 2c9371ea45 drivers: udc_dwc2: Add DMA register bit defines Tomasz Moń 2024-05-31 14:50:41 +02:00
  • 90ecdf0dab soc: espressif: esp32s2: improve memory layout Marek Matej 2024-05-30 21:39:35 +02:00
  • fe06ffb37f coding guidelines: comply with MISRA Rule 13.4 Hess Nathan 2024-05-02 14:16:58 +02:00
  • 680fa154bf drivers: spi_xlnx_axi_quadspi: Reduce IRQ work Robert Hancock 2024-02-08 18:01:30 -06:00
  • 68a24863c0 drivers: spi_xlnx_axi_quadspi: Optimize FIFO handling Robert Hancock 2024-02-06 09:24:24 -06:00
  • cff3811613 drivers: spi_xlnx_axi_quadspi: add STARTUP block workaround support Robert Hancock 2024-02-02 10:50:22 -06:00
  • f61950a782 cmake: sca: Enable CodeChecker error exit status Noah Pendleton 2024-04-03 07:18:24 -07:00
  • 555c07ef08 sched: Limit deadline scheduler parameter TaiJu Wu 2024-03-14 03:09:41 +08:00
  • ea3a47e38f soc: intel_adsp/hda: fix range checking Daniel Leung 2024-06-13 13:22:15 -07:00
  • c1a462e1a5 xtensa: mmu: bail on semantic triple faults Daniel Leung 2024-04-08 19:02:11 -07:00
  • d344a6bc85 xtensa: make arch_user_string_nlen actually work Daniel Leung 2024-04-09 11:29:29 -07:00
  • 79939e3279 xtensa: mmu: mpu: add xtensa_mem_kernel_has_access() Daniel Leung 2024-04-10 10:44:03 -07:00
  • 61ec0d15d5 xtensa: mmu: arch_buffer_validate is only for user thread Daniel Leung 2024-04-10 10:32:51 -07:00
  • 27f4e7fe0c xtensa: only use BREAK if explicitly enabled Daniel Leung 2024-04-08 18:06:38 -07:00
  • bc3e77b356 xtensa: make it work with TLB misses during interrupt handling Daniel Leung 2024-04-08 17:35:50 -07:00
  • 371ad016f8 xtensa: no need to clear DEPC on C handler exit for MPU Daniel Leung 2024-04-08 17:47:38 -07:00
  • b696257eb2 xtensa: fix getting exccause during backtrace Daniel Leung 2024-04-02 14:28:39 -07:00
  • 682b572414 xtensa: remove ZSR_MMU_0 and ZSR_MMU_1 Daniel Leung 2024-04-05 09:43:50 -07:00
  • 3dabe035c7 samples: boards: stm32: Add example for STOP3 mode on STM32U5 Adam Berlinger 2024-05-07 14:14:42 +02:00
  • 19b39406eb soc: st: Add support for STOP3 on STM32U5 Adam Berlinger 2024-05-07 14:09:36 +02:00
  • 2c88cc08b3 drivers: timer: Fix timing in suspend-to-ram Adam Berlinger 2024-06-13 11:26:15 +02:00
  • 36fb0279d2 test: bluetooth/tester: fix ccc_find_by_attr Nazar Palamar 2024-06-13 08:11:11 +03:00
  • 492439af79 test: bluetooth/tester: add overlays for cyw920829m2evk_02 board Nazar Palamar 2024-06-13 07:51:01 +03:00
  • 7bc9234262 boards: CYW920829M2EVK-02: enable hw-flow-control for uart2 Nazar Palamar 2024-06-13 07:48:58 +03:00
  • 6e56de34fb boards: arm: stm32h750b_dk: add support for display Philippe Cornu 2024-05-21 22:14:47 +02:00
  • 971227180b drivers/sensor: si7006: Switch to undef DT_DRV_COMPAT Trent Piepho 2023-10-07 22:32:31 -07:00
  • 0f219e1e6d drivers/sensor: si7006: Fix math for calculating sensor values Trent Piepho 2023-03-26 14:39:06 -07:00
  • 88649dad1a drivers/sensor: si7006: Mask off low two bits of data reads Trent Piepho 2023-03-26 13:54:49 -07:00
  • c7b3b13119 drivers/sensor: si7006: Clean up headers Trent Piepho 2023-03-26 14:06:06 -07:00
  • d7e03dd148 drivers/sensor: si7006: Support SHT21 and HTU21D Trent Piepho 2023-03-26 13:24:42 -07:00
  • 6817ac34b6 drivers/sensor: si7006: Remove unused struct device field Trent Piepho 2023-03-26 14:56:59 -07:00
  • 2cb0a07a63 samples: ipc: icmsg: Align icmsg sample for nRF54L15 Jakub Zymelka 2024-06-13 16:38:50 +02:00
  • bd40190c25 samples: mbox: Add nRF54L15 to MBOX sample targets Jakub Zymelka 2024-05-20 13:35:19 +02:00
  • 9473e3236d dts: nordic: Align boards dts to new VEVIF, BELLBOARD nomenclature Jakub Zymelka 2024-05-22 13:32:13 +02:00
  • 8091e93838 drivers: mbox: nrf: Change VEVIFs and BELLBOARD nomenclature Jakub Zymelka 2024-05-22 13:26:25 +02:00
  • c7b36517ec dts: nordic: nrf54l15: Add mbox VEVIF nodes Jakub Zymelka 2024-05-20 13:25:35 +02:00
  • bace4a102d drivers: mbox: add initial driver for nRF VEVIF event Jakub Zymelka 2024-05-20 13:21:30 +02:00
  • 25fa41c209 scripts: twisterlib: coverage: handle multiple gcov dumps Jordan Yates 2024-05-10 20:20:24 +10:00
  • cc328a7fbf lib: os: reboot: dump coverage info on sys_reboot Jordan Yates 2024-05-10 20:05:47 +10:00
  • e881445065 testsuite: coverage: don't lock scheduler in ISR Jordan Yates 2024-05-10 20:04:28 +10:00
  • 3b85e8b8ea drivers: counter: add missing include Dawid Niedzwiecki 2024-06-14 13:40:23 +02:00
  • 0b9430169e samples: mspi: Add a mspi async sample Swift Tian 2024-04-26 18:18:44 +08:00
  • 5dfdf2bc05 samples: mspi: Add a mspi flash sample Swift Tian 2024-04-26 16:05:21 +08:00
  • 2b103137ab tests: mspi: Add apollo3p_evb board to flash test Swift Tian 2024-04-25 18:26:49 +08:00
  • ece0c9b0d3 drivers: mspi: Add ATXP032 NOR flash driver Swift Tian 2024-04-24 15:23:08 +08:00
  • efdddd46b1 samples: memc: Add APS6404L device to memc example Swift Tian 2024-04-24 14:57:03 +08:00
  • c7ed0b6aa8 drivers: memc: Add APS6404L device driver Swift Tian 2024-04-24 14:40:16 +08:00
  • 4d83bc2c8c tests: mspi: Add apollo3p_evb board to api test Swift Tian 2024-05-21 15:38:48 +08:00
  • 43e23cf9f2 drivers: mspi: Add Ambiq apollo3p mspi controller Swift Tian 2024-04-24 14:12:59 +08:00
  • aa66570c9e dts: mspi: Add Ambiq MSPI DTS and bindings Swift Tian 2024-04-23 18:17:31 +08:00
  • 81e51f0356 soc: ambiq: Add shared_ram section Swift Tian 2024-04-23 18:05:17 +08:00
  • 292a4ebf21 tests: mspi: Add a mspi flash test Swift Tian 2024-04-23 15:54:25 +08:00
  • eccc2ba8c4 drivers: flash: Add a flash emulator Swift Tian 2024-04-23 15:47:29 +08:00
  • 0e1f88dd0e dts: mtd: Add MSPI flash emulator binding Swift Tian 2024-04-23 15:44:59 +08:00
  • 25d01eaed4 doc: Add MSPI to bus emulator documentation Swift Tian 2024-04-22 18:34:08 +08:00
  • 42d24e5716 tests: mspi: Add mspi api test Swift Tian 2024-04-22 19:19:12 +08:00
  • f5554ca762 emul: mspi: Add the mspi controller emulator Swift Tian 2024-04-22 19:14:39 +08:00
  • 99175e1443 boards: dts: Add MSPI controller to native_sim Swift Tian 2024-04-22 19:07:40 +08:00
  • 11c1722fef dts: mspi: Add MSPI emulator bindings Swift Tian 2024-04-22 19:03:39 +08:00
  • a86bbd3ebf doc: Add MSPI API documentation Swift Tian 2024-04-22 18:51:20 +08:00
  • 8dd5b1e6b8 dts: mspi: Add MSPI bindings Swift Tian 2024-04-14 15:51:16 +08:00
  • 8a2bf58826 drivers: mspi: Add the new MSPI API Swift Tian 2024-03-18 22:03:30 +08:00
  • 6bb6bfb458 tests: drivers: gpio: Enable gpio driver tests for max32670evkit board Sadik Ozer 2024-01-08 21:41:42 +03:00
  • 8db4e355fb boards: Add MAX32670EVKit board Sadik Ozer 2024-01-08 16:45:22 +03:00
  • b5fb89cb52 soc: Add the MAX32670 SoC Sadik Ozer 2024-01-08 16:43:52 +03:00
  • fe89b0ddfb Bluetooth: Controller: Fix BT_CTLR_ISOAL_PSN_IGNORE for event overlap Vinayak Kariappa Chettimada 2024-05-31 14:43:50 +02:00
  • 4835658b46 west: runners: openocd: handle empty --elf-file Marcin Niestroj 2024-06-04 18:04:01 +02:00
  • 59667d19ed snps: board: rmx100: add pmp Evgeniy Paltsev 2024-06-12 17:28:06 +01:00
  • f33d2c1251 MAINTAINERS: move inactive maintainers to collaborators Anas Nashif 2024-06-13 20:35:12 -04:00
  • 82f111a3b3 toolchain: llvm: Fix missing symbols Flavio Ceolin 2024-06-11 03:31:57 +00:00
  • c0aba216af toolchain: llvm: Fix possible undefined macro Flavio Ceolin 2024-06-11 03:28:26 +00:00
  • e452bc36a6 dai: ssp/ptl: Add missing definition in PTL Flavio Ceolin 2024-06-13 10:33:11 -07:00
  • f5df063cbd scripts: zephyr_module: Move SPDX name normalization to writer.py Thomas Gagneret 2024-05-15 12:53:42 +02:00
  • 0d05318c96 scripts: zephyr_module: Add URL, version to SPDX Thomas Gagneret 2024-01-18 17:31:46 +01:00
  • eaa903d852 kconfig: llvm: Set default opt level to -Oz when building with LLVM Jonathon Penix 2024-03-20 10:45:29 -07:00
  • d6041d62b3 cmake: kconfig: Add new abstraction for -Oz optimization level Jonathon Penix 2024-03-20 10:29:51 -07:00
  • efedf1cff3 ARCMWDT: Add compiler support for nSIM RMX platform Nikolay Agishev 2024-06-12 17:18:51 +03:00