File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[target .armv8r-none-eabihf ]
2
2
# Note, this requires QEMU 9 or higher
3
- runner = " qemu-system-arm -machine mps3-an536 -cpu cortex-r52 -semihosting -nographic -kernel"
3
+ runner = " qemu-system-arm -machine mps3-an536 -cpu cortex-r52 -semihosting -nographic -audio none - kernel"
4
4
5
5
[target .armv7r-none-eabihf ]
6
- runner = " qemu-system-arm -machine versatileab -cpu cortex-r5f -semihosting -nographic -kernel"
6
+ runner = " qemu-system-arm -machine versatileab -cpu cortex-r5f -semihosting -nographic -audio none - kernel"
7
7
8
8
[target .armv7r-none-eabi ]
9
9
# change '-mcpu=cortex-r5' to '-mcpu=cortex-r5f' if you use eabi-fpu feature, otherwise
10
10
# qemu-system-arm will lock up
11
- runner = " qemu-system-arm -machine versatileab -cpu cortex-r5 -semihosting -nographic -kernel"
11
+ runner = " qemu-system-arm -machine versatileab -cpu cortex-r5 -semihosting -nographic -audio none - kernel"
12
12
13
13
[target .armv7a-none-eabihf ]
14
- runner = " qemu-system-arm -machine versatileab -cpu cortex-a8 -semihosting -nographic -kernel"
14
+ runner = " qemu-system-arm -machine versatileab -cpu cortex-a8 -semihosting -nographic -audio none - kernel"
15
15
16
16
[target .armv7a-none-eabi ]
17
- runner = " qemu-system-arm -machine versatileab -cpu cortex-a8 -semihosting -nographic -kernel"
17
+ runner = " qemu-system-arm -machine versatileab -cpu cortex-a8 -semihosting -nographic -audio none - kernel"
18
18
19
19
[unstable ]
20
20
build-std = [" core" , " alloc" ]
You can’t perform that action at this time.
0 commit comments