.. |
spi
|
Support for the STM32 OCTOSPI peripheral.
|
2023-02-02 12:11:23 -08:00 |
uart
|
…
|
|
cc26x2.c
|
…
|
|
cc26x2.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
hifive1.c
|
…
|
|
hifive1.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
imx_rt.c
|
removed imx_rt10xx_nor files from codebase and replaced with SDK reference
|
2023-03-06 17:31:48 +01:00 |
imx_rt.ld
|
first commit - test app boots on MIMXRT1064-EVK
|
2023-03-06 17:31:48 +01:00 |
kinetis.c
|
…
|
|
kinetis.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
library.c
|
Fix uninitialized pointers + segfault in test-lib
|
2022-07-20 20:18:16 +02:00 |
lpc.c
|
…
|
|
lpc.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
nrf52.c
|
…
|
|
nrf52.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
nxp_p1021.c
|
Progress on NXP P1021 eLBC FCM driver for NAND flash.
|
2022-12-29 18:27:40 +01:00 |
nxp_p1021.ld
|
Fixes for NXP P1021 NAND flash mapping and boot page.
|
2022-12-29 18:27:40 +01:00 |
nxp_t2080.c
|
Progress on P1021 support (work in progress).
|
2022-12-29 18:27:40 +01:00 |
nxp_t2080.ld
|
Progress on DDR support for QorIQ. Refactor the platform to use "nxp_".
|
2022-12-29 18:27:40 +01:00 |
psoc6.c
|
…
|
|
psoc6.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
raspi3.c
|
Support encrypted images in MMU targets
|
2023-03-09 16:31:29 +01:00 |
raspi3.ld
|
Support encrypted images in MMU targets
|
2023-03-09 16:31:29 +01:00 |
samr21.c
|
…
|
|
samr21.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
sim.c
|
Added simulator tests with delta updates
|
2023-03-21 18:03:38 +01:00 |
sim.ld
|
feature: simulated target
|
2022-07-12 10:13:10 +02:00 |
skeleton.c
|
…
|
|
stm32f4.c
|
Fixed regressions on TPM SPI communication
|
2022-12-29 16:11:34 +01:00 |
stm32f4.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
stm32f7.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 |
stm32f7.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
stm32g0.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 |
stm32g0.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
stm32h7.c
|
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 |
stm32h7.ld
|
Improvements and fixes for CMake
|
2022-12-15 00:56:57 -07:00 |
stm32l0.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 |
stm32l0.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
stm32l0_chacha_ram.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
stm32l4.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 |
stm32l4.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
stm32l4xx_hal_conf.h
|
Minor cleanups. Add the required Cube HAL to app Makefile.
|
2021-08-26 13:03:49 -07:00 |
stm32l5.c
|
Fixed STM32L5 dual-bank mode
|
2021-11-17 11:53:57 +01:00 |
stm32l5.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
stm32l5_ns.c
|
…
|
|
stm32l5_partition.h
|
Adds STM32U5 support. Thank you ST.
|
2022-01-24 00:07:03 -08:00 |
stm32u5.c
|
Adds STM32U5 support. Thank you ST.
|
2022-01-24 00:07:03 -08:00 |
stm32u5.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
stm32u5_ns.c
|
Adds STM32U5 support. Thank you ST.
|
2022-01-24 00:07:03 -08:00 |
stm32u5_partition.h
|
Adds STM32U5 support. Thank you ST.
|
2022-01-24 00:07:03 -08:00 |
stm32wb.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 |
stm32wb.ld
|
Fixes for stm32wb test
|
2022-12-16 17:49:46 +01:00 |
stm32wbxx_hal_conf.h
|
…
|
|
ti_hercules.c
|
Fixes for Cortex R5 self-update
|
2021-12-20 10:08:07 -08:00 |
ti_hercules.ld
|
wolfBoot cmake support
|
2022-12-07 13:00:10 -08:00 |
x86_64_efi.c
|
Fixed support for raspberry-pi
|
2022-07-21 20:18:34 +02:00 |
x86_64_efi.ld
|
support booting EFI application on x86_64 architecture
|
2021-11-30 18:43:50 +01:00 |
zynq.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 |
zynq.ld
|
…
|
|