File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[target .armv8r-none-eabihf ]
22# 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"
44
55[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"
77
88[target .armv7r-none-eabi ]
99# change '-mcpu=cortex-r5' to '-mcpu=cortex-r5f' if you use eabi-fpu feature, otherwise
1010# 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"
1212
1313[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"
1515
1616[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"
1818
1919[unstable ]
2020build-std = [" core" , " alloc" ]
You can’t perform that action at this time.
0 commit comments