wolfBoot/test-app
Bill Phipps a1d584b838 STM32C0 support 2023-10-13 14:34:01 +02:00
..
wcs Fixed NS flash access + flash write unlock + misc 2023-09-21 08:28:23 +02:00
AARCH64.ld
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-stm32c0.ld STM32C0 support 2023-10-13 14:34:01 +02:00
ARM-stm32f7.ld wolfBoot cmake support 2022-12-07 13:00:10 -08: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 wolfBoot cmake support 2022-12-07 13:00:10 -08:00
ARM-stm32u5.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
ARM.ld NVM_FLASH_WRITEONCE refactoring 2023-01-26 09:22:48 +01:00
CMakeLists.txt Fixed STM32H7 UART 5. Added CMake support for DEBUG_UART. Adjust example config to use correct QSPI offsets for update partition. 2023-03-06 16:25:06 +01:00
Makefile STM32C0 support 2023-10-13 14:34:01 +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
RISCV.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
app_hifive1.c Added renode board: sifive-hifive-fe310. 2022-02-11 10:48:47 +01:00
app_imx_rt.c remove SysTick_Config, add wolfBoot_success 2023-08-22 10:24:05 -04:00
app_kinetis.c Update copyright year 2021-07-19 07:50:02 -07:00
app_lpc.c Update copyright year 2021-07-19 07:50:02 -07:00
app_nrf52.c Fixed cosmetics after code reviews 2023-01-27 08:35:08 +01:00
app_nxp_p1021.c Further NXP P1021 fixes and improvements: 2023-07-05 17:03:57 +02:00
app_nxp_t1024.c NXP T1024 wolfBoot support: 2023-10-06 15:28:16 +02:00
app_nxp_t2080.c Fix NXP T2080 build. 2023-05-09 09:49:51 -07:00
app_psoc6.c Update copyright year 2021-07-19 07:50:02 -07:00
app_raspi3.c Update copyright year 2021-07-19 07:50:02 -07:00
app_samr21.c Update copyright year 2021-07-19 07:50:02 -07:00
app_sim.c change the final steps of wolfBoot_update into 2023-10-13 14:30:04 +02:00
app_stm32c0.c STM32C0 support 2023-10-13 14:34:01 +02:00
app_stm32f4.c STM32 QSPI Flash support. Refactor SPI to allow different GPIO base/AF for each pin. Adds `DEBUG_UART` support for H7. 2022-12-20 13:31:28 +01:00
app_stm32f7.c Added new renode board: stm32F746 2022-02-11 10:48:47 +01:00
app_stm32g0.c Update copyright year 2021-07-19 07:50:02 -07:00
app_stm32h7.c Fix typos found by codespell 2023-07-04 07:43:02 +02:00
app_stm32l0.c Disabled builds that have requirements not supported yet. Fixed L0 build. 2022-12-28 19:15:50 +01:00
app_stm32l4.c Minor cleanups. Add the required Cube HAL to app Makefile. 2021-08-26 13:03:49 -07:00
app_stm32l5.c Cleanup, config rename, documentation 2023-09-21 08:31:30 +02:00
app_stm32u5.c Adds STM32U5 support. Thank you ST. 2022-01-24 00:07:03 -08:00
app_stm32wb.c Fixes to AES-CTR encryption after testing 2022-01-31 16:46:09 +01:00
app_ti_hercules.c TMS570LC43xx: Add flash from RAM and test-app and cleanup 2021-06-23 09:12:17 +02:00
app_zynq.c Update copyright year 2021-07-19 07:50:02 -07:00
hifive1_write_page.c
imx_rt.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
imx_rt_clock_config.c first commit - test app boots on MIMXRT1064-EVK 2023-03-06 17:31:48 +01:00
led.c STM32C0 support 2023-10-13 14:34:01 +02:00
led.h Update copyright year 2021-07-19 07:50:02 -07:00
sim.ld feature: simulated target 2022-07-12 10:13:10 +02:00
standalone.ld
startup_arm.c Adds STM32U5 support. Thank you ST. 2022-01-24 00:07:03 -08:00
startup_riscv.c Update copyright year 2021-07-19 07:50:02 -07:00
system.c Update copyright year 2021-07-19 07:50:02 -07:00
system.h Update copyright year 2021-07-19 07:50:02 -07:00
timer.c Update copyright year 2021-07-19 07:50:02 -07:00
timer.h Update copyright year 2021-07-19 07:50:02 -07:00
vector_riscv.S Update copyright year 2021-07-19 07:50:02 -07:00