Commit graph

7,339 commits

Author SHA1 Message Date
Amneesh Singh
eb5af58b29 soc: ti: k3: am6x: update NUM_IRQ for A53
SoC series such as AM62x and AM62Lx use the GIC500 module. This module
supports up to 16 SGIs, 16 PPIs and 960 SPIs. This comes to a total of 992
interrupts. Hence, update the NUM_IRQ to match this number.

Signed-off-by: Amneesh Singh <amneesh@ti.com>
2026-04-17 15:49:03 -05:00
Sebastian Bøe
28dfa4343c soc: nordic: Add snapshot region support in UICR
Add snapshot region support in UICR.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
Made-with: Cursor
2026-04-17 10:41:07 +02:00
Richard Mc Sweeney
9e8b3cf7ea drivers: Refactor pse84 autanalog-adc to use MFD
- Added autanalog MFD support in PSE84 DTS files
- Refactored autanalog ADC in PSE84 to use a common
MFD for handling the global AC configuration
- Constructed AC to use phandle in the overlay
for a better the user experience.
- Added support for a basic and advanced mode
with custom AC

Assisted-by: Claude:claude-opus-4.6
Signed-off-by: Richard Mc Sweeney <Richard.McSweeney@infineon.com>
2026-04-17 10:36:07 +02:00
Fin Maaß
1f1854981c soc: litex: split litex_vexriscv in family and soc
split litex_vexriscv in family and soc.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
2026-04-17 10:34:07 +02:00
Mateusz Michalek
fbdfd9673b modules: hal_nordic: nrfx: TAMPC CMake
adds CONFIG_SOC_NRF54LX_SKIP_TAMPC_SETUP
compile time binding

Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
2026-04-16 10:13:12 +02:00
Paolo Bazzanella
5fe0292cfe soc: renesas: ra: Add support for r7fa6m3af2cbg
Added support for r7fa6m3af2cbg (RA6M3, 1MB RAM BGA176)

Signed-off-by: Paolo Bazzanella <pbbazzanella@gmail.com>
2026-04-16 10:12:52 +02:00
Carlo Caione
36f3bebfb7 drivers: serial: mbox: convert NXP drivers to device MMIO API
Convert three NXP drivers from raw DT_REG_ADDR() register access
to the Zephyr device MMIO API (DEVICE_MMIO_ROM / DEVICE_MMIO_RAM /
DEVICE_MMIO_MAP):

With the MMIO API, the drivers create their own mapping at init time via
DEVICE_MMIO_MAP() thus the corresponding mmu_regions entries are removed
from the five NXP SoC files that carried them.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2026-04-15 17:15:37 -04:00
Marcio Ribeiro
d97bbc3f85 soc: esp32: allow relocate specific .bss segments to spiram
This commit introduces the CONFIG_ESP_SPIRAM_BSS_RELOC_LIBS_AND_OBJS
parameter that when filled in with a list of library and/or object file
names and having the parameter CONFIG_ESP_SPIRAM enabled will allow that
.bss segments of such files be placed in .ext_ram.data section

Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
2026-04-15 05:52:01 -04:00
Carlo Caione
1952e3320c boards: soc: remove redundant CONFIG_KERNEL_DIRECT_MAP
Now that CPU_CORTEX_A selects KERNEL_DIRECT_MAP when MMU is enabled,
there is no need for individual ARM64 board defconfigs or SoC Kconfig
files to enable it explicitly.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2026-04-15 05:40:30 -04:00
Anand Kumar
b3a7db3e3f soc: st: stm32: add support for STM32F777 SoC
The STM32F777 is a variant of the STM32F767 that adds a hardware
crypto accelerator (CRYP). Add SoC support by including the
stm32f767.dtsi and extending with the CRYP peripheral node.

Fixes: #105976
Signed-off-by: Anand Kumar <anandvtu16158@gmail.com>
2026-04-15 05:40:16 -04:00
Jonathan Nilsen
cea520433d soc: nordic: uicr: add PERIPHCONF validation
Add targets to the UICR generator image that validates and/or prints
the register configurations in the generated PERIPHCONF blob:

* periphconf_validate (only check for errors)
* periphconf_dump (print entire blob, also prints errors)
* periphconf_dump_raw (same as periphconf_dump but with hex values)

Equivalent targets exist for SECONDARY PERIPHCONF:

* secondary_periphconf_validate
* secondary_periphconf_dump
* secondary_periphconf_dump_raw

The new validation replaces the old conflict detection
("PERIPHCONF has conflicting registers") and adds more checks.
PERIPHCONF registers are now also by default printed out in a human
readable format instead of by raw hex address and value.

Signed-off-by: Jonathan Nilsen <jonathan.nilsen@nordicsemi.no>
2026-04-15 05:39:11 -04:00
Zayne Stites
2655bdf6ea soc: infineon: updated edge/pse84 boot to enable SAU on cm33
The cm33 defaults to a secure state and we don't enable the MPC,
PPC, SAU, etc which all stay in their default states.  To support
the HWINFO driver, we need the SAU enabled so the cm33_s can access
the device UID which is stored in non-secure memory.

Signed-off-by: Zayne Stites <Zayne.Stites@infineon.com>
2026-04-14 22:35:00 -04:00
Manimaran A
940c14d16c drivers: input: kscan: mec: enable kscan for mec174x/5x/165xb
Used Zephyr inline register access functions (sys_read/write)
instead of CMSIS register structure.

Used soc helper api to access/configure girq registers.

Signed-off-by: Manimaran A <manimaran.a@microchip.com>
2026-04-14 22:34:33 -04:00
Holt Sun
9208ab9744 soc: nxp: imxrt118x: configure ARM PLL from devicetree
Add an RT118x ARM PLL binding wrapper that reuses the shared
loop-div/post-div schema and derive CLOCK_InitArmPll() directly
from devicetree.

RT118x keeps the new loop-div/post-div properties only and removes
the hard-coded loop and post divider values from the SoC init path
while retaining the HAL loop divider range check.

Signed-off-by: Holt Sun <holt.sun@nxp.com>
2026-04-14 22:33:54 -04:00
Holt Sun
3bd866ba2c soc: nxp: imxrt11xx: refactor ARM PLL binding
Replace the fixed-factor-clock compatible with an RT11xx ARM PLL
binding that shares the loop-div/post-div schema through a common
include.

The RT11xx wrapper keeps the deprecated clock-mult/clock-div
properties and the SoC code falls back per property so existing
definitions keep working while new overlays can switch to
loop-div/post-div.

Signed-off-by: Holt Sun <holt.sun@nxp.com>
2026-04-14 22:33:54 -04:00
Anas Nashif
4d5f470290 soc: arch: select SCHED_IPI_SUPPORTED if SMP
Fix kconfig warning when building anything SMP.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2026-04-14 22:31:16 -04:00
Merin George
0b32bb0f66 soc: infineon: cat1b: cyw20829: fix PM callback flash access issue
Replace WAIT_FOR macro with a simple do-while loop in is_memory_ready()
used by the SMIF PM callback.

WAIT_FOR uses kernel timing functions which reside in flash.
During CY_SYSPM_AFTER_DS_WFI_TRANSITION callback
execution, the flash (SMIF) is being re-enabled and the external memory
may not be ready yet. Calling flash-resident kernel functions at this
point causes a hardfault.

The do-while loop uses only:
- Cy_SMIF_Memslot_IsBusy() - relocated to RAM
- Cy_SysLib_DelayUs() - located in RAM

This avoids any flash access during the early wake-up phase when flash
is not yet accessible.

Signed-off-by: Merin George <merin.george@infineon.com>
2026-04-14 22:30:07 -04:00
Dhanoo Surasarang
9d68b8a8ae soc: nordic: Add UICR generation tooling for nRF71
Add supporting scripts and build-system integration for UICR
generation.

Signed-off-by: Dhanoo Surasarang <dhanoo.surasarang@nordicsemi.no>
2026-04-14 22:23:00 -04:00
Daniel Leung
b72e6dcdba soc: intel_adsp/ace: add custom memory range check code
This is a direct copy from arch/xtensa/core/mem_manage.c.
It is moved here as the checks are really SoC specific and
should not be in the architecture code at all.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2026-04-14 22:22:23 -04:00
Tony Han
d285e02b53 soc: microchip: sam: update MMU for sama7d6 AES
When AES is activated in the DT, configure it's register region with
strong ordered, read and write access.

Signed-off-by: Tony Han <tony.han@microchip.com>
2026-04-14 22:21:15 -04:00
Anand Kumar
dadf30044c drivers: serial: stm32: add UART IRQ sharing support
Add shared interrupt support for STM32 UART on SoC families where
multiple USART/LPUART peripherals share a single IRQ line (F0, G0,
L0, U0, C0).

Add a compile-time BUILD_ASSERT in the STM32 UART driver that detects
when two or more enabled UART instances share an IRQ and
CONFIG_SHARED_INTERRUPTS is not set.

Add configdefault SHARED_INTERRUPTS and SHARED_IRQ_MAX_NUM_CLIENTS
to the SoC Kconfig for STM32F0x, STM32L0x, STM32U0x, and STM32C0x.

Update DTS comments in the F0 family that previously stated shared
UART IRQs are unsupported.

The SHARED_IRQ_MAX_NUM_CLIENTS combinations in the F0x Kconfig were
generated with:

  from itertools import combinations
  usarts = ['usart3','usart4','usart5','usart6','usart7','usart8']
  for n in range(6, 2, -1):
      for combo in combinations(usarts, n):
          conds = ' && '.join(
              f'$(dt_nodelabel_enabled,{u})'
              for u in combo)
          print(f'\tdefault {n} if {conds}')

Fixes zephyrproject-rtos#39565

Signed-off-by: Anand Kumar <anandvtu16158@gmail.com>
2026-04-14 22:21:03 -04:00
Pete Johanson
611f7c211f soc: adi: Clean up MAX32 RV32 core setup to use DT checks
Check for secondary RV32 support by way of devicetree checks, not enabling
explicitly for each SoC in Kconfig.

Signed-off-by: Pete Johanson <pete.johanson@analog.com>
2026-04-14 22:15:45 -04:00
Pete Johanson
bec2bb751d soc: arm: Add MAX32665/6 CPU1 support
Add support for the MAX32665/6 CPU1 core, launched from CPU0.

Signed-off-by: Pete Johanson <pete.johanson@analog.com>
2026-04-14 22:15:45 -04:00
Thomas Fischer
c6c94cd56e soc: added support for mimxrt1041xjm5b
Added kconfig for soc mimxrt1041 an in detail for mimxrt1041xjm5b.

Signed-off-by: Thomas Fischer <thomas.fischer@jumo.net>
2026-04-14 22:14:53 -04:00
Ayush Singh
cec6f00dd9 soc: ti: mspm0: mspm0l: Enable MPU for MSPM0L1117
All soc in mspm0l111x series have MPU.

Signed-off-by: Ayush Singh <ayush@beagleboard.org>
2026-04-14 22:08:30 -04:00
Marcio Ribeiro
c4a53181ba modules: openthread: add external memory support for heap and message pool
Add Kconfig options to allocate OpenThread dynamic memory and message
pool buffer from external memory on ESP platforms:
- OPENTHREAD_EXTERNAL_HEAP_SHARED_MULTI_HEAPOPENTHREAD_HEAP_EXTERNAL:
  routes otPlatCAlloc/otPlatFree through shared multi-heap to allocate
  from external memory.
- OPENTHREAD_MESSAGE_POOL_CUSTOM_SECTION: places the message pool
  buffer in a custom .ot_msg_pool linker section.
- Add .ot_msg_pool section to external RAM in the linker
  script for  ESP32, ESP32-C5, ESP32-S3, ESP32-S3

This allows offloading large OpenThread buffers to PSRAM, freeing
internal SRAM for other uses.

Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
2026-04-14 22:06:48 -04:00
Ruoshan Shi
4cb4833c7b soc: imx93: enable imx93 video pll
Added video_pll instance to soc dtsi.

Signed-off-by: Ruoshan Shi <ruoshan.shi@nxp.com>
2026-04-14 22:06:04 -04:00
Krzysztof Chruściński
4efacbe1a1 modules: hal_nordic: nrfs: Fix init priority
In 7579ccc68e (modules: hal_nordic: nrfs: Fix initialization priority)
used wrong priority as it assumed that NRFS is using IPC service init
priority. Priorities are fixed now and static assert is added to ensure
that NRFS init priority is higher than IPC service.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2026-04-11 10:21:32 -04:00
Nicolas Pitre
1c9955a060 pm: shell: hold sys_clock_lock() around timer driver calls
sys_clock_set_timeout() and sys_clock_elapsed() are now documented
as requiring the system clock lock to be held by the caller. Wrap
the calls in subsys/pm/pm.c, soc/nxp/rw/power.c and the kernel
shell thread list command with sys_clock_lock()/sys_clock_unlock().

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2026-04-07 11:40:49 -05:00
Martin Hoff
923d70987f soc: siwx91x: fix standby pm state
runtime_idle, also called standby in SiWx91x HAL power manager
did not need to check if it can go to sleep, reconfigure wireless
control after standby, or generate a synchronization event with
the NWP (network coprocessor) when the SoC exits runtime_idle.

This fixes a bug where the shell application is not responsive
with PM enabled. Since the system stays in runtime_idle due to
UART activity for the shell, interrupt information from the NWP
can be lost due to reconfiguration when exiting standby.

Signed-off-by: Martin Hoff <martin.hoff@silabs.com>
2026-04-07 11:37:47 -05:00
Tom Burdick
8f4512a480 soc: psoc edge: Add select for HAS_SEGGER_RTT
Adds the needed select symbol to allow for segger RTT support.

Signed-off-by: Tom Burdick <thomas.burdick@infineon.com>
2026-04-07 08:43:00 -05:00
Hui Bai
a16132d1cd soc: nxp: rw: Fix ethernet init fail issue
Previously, the purpose of disabling AVPLL and TDDR is to save power
consumption in low power. But all examples of RW612 use clock_init()
and disable AVPLL and TDDR without condition check is not proper.
Move disable AVPLL and TDDR to condition when they are not in use.

The ethernet uses TDDR clock and enet is enabled by default for RW612.
Add CONFIG_ETH_DRIVER along with enet and CONFIG_NET_L2_ETHERNET in
clock_init(). If any of the condition is not match, the TDDR clock
will be disabled.

Signed-off-by: Hui Bai <hui.bai@nxp.com>
2026-04-07 08:37:30 -05:00
Ofir Shemesh
7bc9e93d3f soc: nxp: imxrt: fix FlexSPI clock after DTS change
After commit b1afb494b0, zephyr,flash points to the
soc-nv-flash child node instead of the
nxp,imx-flexspi-nor controller. This shifts the DTS
hierarchy by one level, so
DT_PARENT(DT_CHOSEN(zephyr_flash)) now returns the
flash controller node, not the FlexSPI bus node.

Use DT_CHOSEN(zephyr_flash_controller) to directly
reference the flash controller, and DT_PARENT of it
to reach the FlexSPI bus where needed.

Signed-off-by: Ofir Shemesh <ofirshemesh777@gmail.com>
2026-04-06 10:36:09 -05:00
Johan Hedberg
a588efe679 soc: silabs: siwx91x: Fix defaults for Bluetooth buffer counts
Having a differing number of ACL buffers available between the host
and controller causes unnecessary "impedance" when communicating over HCI.
The Zephyr Bluetooth host also warns about this during initialization:

  Num of Controller's ACL packets != ACL bt_conn_tx contexts (15 != 3)

Update the default for BT_BUF_ACL_TX_COUNT to match the controller. Also
update BT_BUF_EVT_RX_COUNT and BT_CONN_TX_MAX appropriately. The latter
should generally match TX_COUNT, while the former needs to be at least as
large to deal with Number of Completed Packets events from the controller.

Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
2026-04-06 10:34:11 -05:00
Marek Matej
149c8b1758 soc: espressif: psram entry mismatch in esp32s3
This fixes the mismatched object name in linker.

Signed-off-by: Marek Matej <marek.matej@espressif.com>
2026-04-04 11:01:00 -05:00
Laura Carlesso
f82d97e3d5 soc: infineon: edge: Force syslib assembly relocation to ramfunc/itcm
The syslib delay function are implemented in an assembly file.
Even with the relocation done in CMakeLists.txt this file does not
properly get copied because gen_relocate_app.py does not keep
in consideration plain regions (e.g. just .text rather than .text.xyz).
Therefore force the relocation using the ramfunc and itcm linker
section for cm33 and cm55 respectively.

Signed-off-by: Laura Carlesso <laura.carlesso@infineon.com>
2026-04-03 14:48:04 -05:00
Laura Carlesso
a3177bd575 soc: infineon: edge: Correct linker regions
The linker region rwdata was including sections ramfunc
and itcm which should instead be placed in a code region.
Created itcm_mem.ld and ramfunc_mem.ld for cm55 and
cm33 respectfully to place the section accordingly.
Added the linker sources in cmakelists.txt

Signed-off-by: Laura Carlesso <laura.carlesso@infineon.com>
2026-04-03 14:48:04 -05:00
Laura Carlesso
3a026add24 soc: infineon: edge: Correct initialization of MPU regions and linker fix
Now that the cores have dedicated executable regions
for the code relocation, give executable permissions only
to those rather than the entire RAM region.
Additionally, removed the rwdata exception for the assembly
file given that it now gets properly placed in the correct region
by the relocate script.

Signed-off-by: Laura Carlesso <laura.carlesso@infineon.com>
2026-04-03 14:48:04 -05:00
Ibrahim Abdalkader
455e70d068 soc: xlnx: zynqmp: use imply instead of select for ARM_MPU
Change 'select ARM_MPU' to 'imply ARM_MPU' so that tests and
applications can override it with CONFIG_ARM_MPU=n. The previous
'select' caused a prefetch abort in the LLEXT module_build sample,
which disables MPU to allow execution from heap-allocated memory.

Signed-off-by: Ibrahim Abdalkader <i.abdalkader@gmail.com>
2026-04-03 23:16:53 +09:00
Sylvio Alves
97fc526073 soc: esp32: fix SPIRAM memtest default to disabled
The SPI SRAM memory test runs on the entire mapped PSRAM
region during boot. At lower clock speeds (e.g. 40MHz),
this can take over 10 seconds for a 4MB device, delaying
startup significantly.

Remove the default y so the memtest is opt-in. Users can
still enable it with CONFIG_ESP_SPIRAM_MEMTEST=y when
needed for hardware validation.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2026-04-03 23:10:58 +09:00
Sylvio Alves
e26cfb1d9d soc: esp32: fix SPIRAM heap address to use runtime mapping
The SPIRAM heap address was set from the linker symbol
_ext_ram_heap_start, which may not match the actual MMU
mapping at runtime. On SoCs with unified cache (C5, C6,
H2), the virtual address depends on MMU page allocation
and can differ from the linker estimate.

Use esp_psram_get_mapped_region() to obtain the actual
mapped address and size at runtime.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2026-04-03 23:10:58 +09:00
Sylvio Alves
a5be8aafca soc: esp32c5: fix SPIRAM linker script mapping
The ext_dram_seg was placed at DROM_SEG_ORG + DROM_SEG_LEN
(0x43000000), but the MMU maps PSRAM into the first free
pages in the unified cache address space (0x42000000+).
This mismatch caused the SPIRAM heap to point to unmapped
memory, resulting in data corruption and crashes.

Move ext_dram_seg origin to IROM_SEG_ORG and add an
.ext_ram.dummy section that skips past both IROM and DROM
MMU page reservations, matching the runtime behavior of
esp_mmu_map_reserve_block_with_caps().

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2026-04-03 23:10:58 +09:00
Sylvio Alves
78cd957f97 soc: espressif: fix soc_random ref count underflow on mcuboot
soc_random_enable() was called inside hardware_init() which
only runs for CONFIG_MCUBOOT and CONFIG_ESP_SIMPLE_BOOT. For
MCUboot-loaded apps (CONFIG_BOOTLOADER_MCUBOOT), hardware_init
is skipped, so soc_random_enable() never ran. However,
soc_random_disable() was called unconditionally in loader.c,
causing periph_module_disable() to decrement the peripheral
clock reference counter below zero. This prevented
periph_module_enable() from actually enabling the hardware
clock for any peripheral touched by soc_random_disable(),
such as I2S0 on ESP32, breaking drivers that depend on it.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2026-04-02 08:50:03 -05:00
Krzysztof Chruściński
f0c7574695 soc: nordic: common: mram_latency: Move initialization to the POST_KERNEL
Move to the post kernel. Set priority which is higher than the
IPC service and NRFS.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2026-04-02 08:49:17 -05:00
Zhiyuan Tang
56db42dc7e soc: realtek: bee: conditionally init BT controller
Wrap BT controller initialization with CONFIG_BT to prevent its
background thread from starting in non-Bluetooth applications.
This avoids unexpected preemption that causes kernel scheduler tests
like `priority_preemptible_wait_prio` to fail.

Signed-off-by: Zhiyuan Tang <zhiyuan_tang@realsil.com.cn>
2026-04-02 08:46:29 -05:00
David Jewsbury
171b1adc76 soc: nordic: nrf71: Update NUM_IRQs for RISC-V core
Setting NUM_IRQS on RISC-V core to only the IRQ's used (up to GPIOTE30_1)
where VREGUSB, LFXO, LFRC, HFXO64M, AUXPLL interrupts aren't
used in drivers.

This is because on RISC-V with CONFIG_RISCV_GP, the linker may relax
accesses to some globals into gp-relative instructions; the offset from
__global_pointer$ to each such symbol must fit in a 12-bit signed range
(+/-2 KiB). _sw_isr_table in RAM is NUM_IRQS × 8 bytes and sits between
small data and much of .bss, so a smaller NUM_IRQS shortens that gap
and can keep symbols such as _kernel within gp-relative range, avoiding
R_RISCV_GPREL_I relocation truncation at link time.

Signed-off-by: David Jewsbury <david.jewsbury@nordicsemi.no>
2026-04-02 08:45:34 -05:00
Amneesh Singh
18c008af08 soc: ti: k3: am6x: prevent control module warning
Prevent unused function warning that comes from having a control module
node but no ti,unlock-offsets property. Do this by checking for the
aforementioned property alongside already present compat string.

Signed-off-by: Amneesh Singh <amneesh@ti.com>
2026-04-02 08:44:04 -05:00
Holt Sun
81753e71cc soc: nxp: imxrt: enable LMEM cache on RT11xx CM4
RT1166 and RT1176 CM4 parts use the MCUX LMEM cache block
and expose both code and system-bus cache in their HAL
feature headers.

Select the LMEM cache driver path, advertise both ICACHE
and DCACHE, and default these CM4 builds to
CACHE_MANAGEMENT with the external cache driver.

Signed-off-by: Holt Sun <holt.sun@nxp.com>
2026-04-01 15:11:35 -05:00
Laura Carlesso
e23a7a0190 soc: infineon: edge: pse84: Clean up the init process on cm33/ns
This commit introduces 2 changes:
- cleans up the mpu initialziation, the old function is not
required because the initialziation is done properly via
mpu_regions.c for all cores
- defaults to using SystemCoreClockSetup instead of
SystemCoreClockUpdate because the former takes the
input from DT whereas the latter would read the info
from the HF clocks which in case of TF-M are secured
and not directly accessible from the cm33/ns (if SRF is
not set up)

Signed-off-by: Laura Carlesso <laura.carlesso@infineon.com>
2026-04-01 11:54:51 -05:00
Mathieu Choplain
233681da20 soc: st: stm32: l5: delete unused Kconfig.defconfig.<soc> files
71aa3be37b removed the directive which used
to source these files but forgot to delete them - do so now.

Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
2026-04-01 11:52:04 -05:00