Skip to content

Commit f89704d

Browse files
dgarskedanielinux
authored andcommitted
Progress with eMMC/SD driver.
1 parent e055585 commit f89704d

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
@@ -223,7 +223,7 @@ jobs:
223223
config-file: ./config/examples/polarfire_mpfs250.config
224224
# Only building wolfBoot - not test app for now (cross compiler cannot find suitable multilib set for '-march=rv64imafd_zicsr_zmmul_zaamo_zalrsc'/'-mabi=lp64d')
225225
# Consider building cached RISCV64 toolchain for this target
226-
test-args: wolfboot.bin
226+
make-args: wolfboot.bin
227227

228228
raspi3_test:
229229
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)