Skip to content

Commit

Permalink
Removed markdown syntax (II)
Browse files Browse the repository at this point in the history
  • Loading branch information
glatard committed Nov 13, 2017
1 parent ca2d151 commit eb180e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README
Expand Up @@ -72,10 +72,10 @@ testing features):
make check-qtest-arm

DOCKER CONTAINER
A Docker container containing qemu_stm32` can be built from `Dockerfile`:
```docker build . -t qemu_stm32```
It can run the examples in `stm32_p103_demos`:
```docker run --rm qemu_stm32 /usr/local/bin/qemu-system-arm -M stm32-p103 -kernel /stm32_p103_demos/demos/freertos_singlethread/main.bin`
A Docker container containing qemu_stm32 can be built from the Dockerfile:
docker build . -t qemu_stm32
It can run the examples in stm32_p103_demos:
docker run --rm qemu_stm32 /usr/local/bin/qemu-system-arm -M stm32-p103 -kernel /stm32_p103_demos/demos/freertos_singlethread/main.bin


The original QEMU README follows:
Expand Down

0 comments on commit eb180e1

Please sign in to comment.