Skip to content

Commit

Permalink
fixup! laze-project.yml: build context tree by embassy arch, not rust…
Browse files Browse the repository at this point in the history
… target
  • Loading branch information
kaspar030 committed Mar 11, 2024
1 parent 223c9ca commit 64e8070
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions laze-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,22 @@ builders:
- name: microbit-v2
parent: nrf52840

- name: lm3s6965evb
parent: cortex-m
selects:
- thumbv7m-none-eabi # actually eabihf, but riot-rs doesn't support hard float yet
disables:
- riot_support
env:
QEMU_MACHINE: lm3s6965evb -cpu cortex-m3
CARGO_RUNNER:
- '"qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -kernel"'
tasks:
qemu:
build: true
cmd:
- ${QEMU_SYSTEM_ARM} ${out}

- name: rpi-pico
parent: rp2040
env:
Expand Down

0 comments on commit 64e8070

Please sign in to comment.