Skip to content

Commit 4b542f5

Browse files
committed
Progress with eMMC/SD driver.
1 parent a0e3442 commit 4b542f5

File tree

4 files changed

+1156
-25
lines changed

4 files changed

+1156
-25
lines changed

.github/workflows/test-configs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
config-file: ./config/examples/hifive1.config
2222
# Only building wolfBoot - not test app for now (cross compiler cannot find suitable multilib set for '-march=rv32imafdc_zicsr_zmmul_zaamo_zalrsc_zca_zcd_zcf'/'-mabi=ilp32d')
2323
# Consider building cached RISCV64 toolchain for this target
24-
test-args: wolfboot.bin
24+
make-args: wolfboot.bin
2525

2626
sama5d3_test:
2727
uses: ./.github/workflows/test-build.yml
@@ -217,7 +217,7 @@ jobs:
217217
config-file: ./config/examples/polarfire_mpfs250.config
218218
# Only building wolfBoot - not test app for now (cross compiler cannot find suitable multilib set for '-march=rv64imafd_zicsr_zmmul_zaamo_zalrsc'/'-mabi=lp64d')
219219
# Consider building cached RISCV64 toolchain for this target
220-
test-args: wolfboot.bin
220+
make-args: wolfboot.bin
221221

222222
raspi3_test:
223223
uses: ./.github/workflows/test-build.yml

docs/Targets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2438,6 +2438,7 @@ Executing Initialization File: /opt/Freescale/CodeWarrior_PA_10.5.1/PA/PA_Suppor
24382438
thread break: Stopped, 0x0, 0x0, cpuPowerPCBig, Connected (state, tid, pid, cpu, target)
24392439
```
24402440

2441+
24412442
## NXP MCXA153
24422443

24432444
NXP MCXA153 is a Cortex-M33 microcontroller running at 96MHz.

0 commit comments

Comments
 (0)