wolfBoot/test-app
Marco Oliverio c90c01ac2d pic32c-app: use symbolic name for pins offset 2025-06-09 16:29:31 +02:00
..
wcs Fixes for building STM32H5 without PKCS11. 2024-07-09 10:22:43 -07:00
AARCH64-ls1028a.ld Initial support for NXP LS1028A. Booting into OCRAM app. Updates to ARMv8 startup. 2024-12-02 19:41:26 +01:00
AARCH64.ld
ARM-mcxa.ld Added test-app code to change LED color based on version. Improved documentation. Minor code cleanups. 2024-03-29 11:10:30 -07:00
ARM-mcxw.ld Draft support for MCX W71 2025-02-18 14:42:39 +01:00
ARM-nrf5340_net.ld Support for the Nordic nRF5340 (application and network cores): 2024-10-11 10:29:59 +02:00
ARM-psoc6.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
ARM-r5be.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
ARM-sama5d3.ld SAMA5D3: Hal fixes, add DBGU, enable ARM_ASM 2024-10-14 10:14:48 +02:00
ARM-stm32c0.ld STM32C0 support 2023-10-13 14:34:01 +02:00
ARM-stm32f7.ld Fixed STM32F7 linker script error with new gcc 2024-07-18 10:40:20 +02:00
ARM-stm32h5-ns.ld Fixes for building STM32H5 without PKCS11. 2024-07-09 10:22:43 -07:00
ARM-stm32h5.ld Fixes for building STM32H5 without PKCS11. 2024-07-09 10:22:43 -07:00
ARM-stm32h7.ld Improvements and fixes for CMake 2022-12-15 00:56:57 -07:00
ARM-stm32l5-ns.ld Expanded RAM space for App 64->128 KB 2023-09-21 08:29:16 +02:00
ARM-stm32l5.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
ARM-stm32u5-ns.ld Initial support for STM32H5, sunny day boot 2024-05-09 16:28:06 +02:00
ARM-stm32u5.ld Initial support for STM32H5, sunny day boot 2024-05-09 16:28:06 +02:00
ARM.ld Added section for ARM.exidx in test-app linker script 2024-04-16 18:36:25 +02:00
CMakeLists.txt Removed duplicate flag 2025-03-28 11:30:07 +01:00
Makefile add support for PIC32CZ and PIC32CK 2025-06-09 16:29:31 +02:00
PPC.ld Improvements to the clock calculation code (dynamic based on ratio). Remove execute bits on files. Make stage1 PIC. Disable L1/L2 for first stage. Add PLT/GOT to .data region. 2023-05-10 15:11:09 -07:00
RENESAS_RX.ld * Added support for RX65N and RX72N with native Makefile and RX ELF GCC compiler. 2024-07-17 06:08:31 +02:00
RISCV.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
app_hifive1.c Removed all compile-time dependency from keytools 2024-11-26 13:17:00 +01:00
app_imx_rt.c Fixed include order 2024-11-28 11:28:31 +01:00
app_kinetis.c Removed all compile-time dependency from keytools 2024-11-26 13:17:00 +01:00
app_lpc.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
app_mcxa.c Removed all compile-time dependency from keytools 2024-11-26 13:17:00 +01:00
app_mcxw.c Added comment in test-app 2025-02-20 16:20:05 +01:00
app_nrf52.c Fixed include order 2024-11-28 11:28:31 +01:00
app_nrf5340.c Correct include order in nrf53 test app 2024-12-02 12:27:27 +01:00
app_nrf5340_net.c Correct include order in nrf53 test app 2024-12-02 12:27:27 +01:00
app_nxp_ls1028a.c Initial support for NXP LS1028A. Booting into OCRAM app. Updates to ARMv8 startup. 2024-12-02 19:41:26 +01:00
app_nxp_p1021.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
app_nxp_t1024.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
app_nxp_t2080.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
app_pic32ck.c pic32c-app: use symbolic name for pins offset 2025-06-09 16:29:31 +02:00
app_pic32cz.c pic32c-app: use symbolic name for pins offset 2025-06-09 16:29:31 +02:00
app_psoc6.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
app_raspi3.c Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
app_renesas_rx.c Removed all compile-time dependency from keytools 2024-11-26 13:17:00 +01:00
app_sama5d3.c ARMASM. Macros for clocks+gpios. Set MAC pins. 2024-10-14 10:14:48 +02:00
app_same51.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
app_samr21.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
app_sim.c Removed all compile-time dependency from keytools 2024-11-26 13:17:00 +01:00
app_sim_scattered.c Added missing files + cosmetics as per review 2025-04-11 15:55:05 +02:00
app_stm32c0.c Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
app_stm32f1.c stm32f103: add test application 2025-02-21 18:41:04 +01:00
app_stm32f4.c Remove dependency from PQC parameters. Speed up tests. 2024-12-02 18:55:32 +01:00
app_stm32f7.c Fixed include order 2024-11-28 11:28:31 +01:00
app_stm32g0.c Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
app_stm32h5.c Added QSPI DMA support. 2024-12-30 15:36:43 +01:00
app_stm32h7.c Removed all compile-time dependency from keytools 2024-11-26 13:17:00 +01:00
app_stm32l0.c Fixed include order 2024-11-28 11:28:31 +01:00
app_stm32l4.c Removed all compile-time dependency from keytools 2024-11-26 13:17:00 +01:00
app_stm32l5.c Removed all compile-time dependency from keytools 2024-11-26 13:17:00 +01:00
app_stm32u5.c Removed all compile-time dependency from keytools 2024-11-26 13:17:00 +01:00
app_stm32wb.c Removed all compile-time dependency from keytools 2024-11-26 13:17:00 +01:00
app_ti_hercules.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
app_x86_fsp_qemu.c Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
app_zynq.c Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
boot_arm32_start.S [SAMA5D3] Added test-app, moved to SP_ASM 2024-09-30 14:06:17 +02:00
hifive1_write_page.c
imx_rt.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
imx_rt_clock_config.c Added RT1062 EVKB support and tested on real hardware. Updated documentation. 2024-07-03 14:58:04 -07:00
led.c Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
led.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
sim.ld feature: simulated target 2022-07-12 10:13:10 +02:00
sim_scattered.ld Added missing files + cosmetics as per review 2025-04-11 15:55:05 +02:00
standalone.ld
startup_arm.c Support for the Nordic nRF5340 (application and network cores): 2024-10-11 10:29:59 +02:00
startup_riscv.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
system.c Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
system.h Added XMODEM update 2024-07-09 10:22:42 -07:00
timer.c Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
timer.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
vector_riscv.S Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
x86_fsp.ld x86_fsp: add QEMU test app (ELF 64bit) 2024-04-24 10:50:50 +02:00