Fix readme formatting

This commit is contained in:
David Goodlad 2019-04-24 21:48:03 +10:00
parent dbced14514
commit ddc414007e

View file

@ -33,6 +33,7 @@ This is very much WIP, so not easy to describe. The gist looks like this:
2. Add `rtl8710-sdk` as a dependency 2. Add `rtl8710-sdk` as a dependency
3. Configure cargo to link properly in `.cargo/config`: 3. Configure cargo to link properly in `.cargo/config`:
``` toml
[target.thumbv7m-none-eabi] [target.thumbv7m-none-eabi]
runner = 'gdb-multiarch' runner = 'gdb-multiarch'
rustflags = [ rustflags = [
@ -43,6 +44,7 @@ This is very much WIP, so not easy to describe. The gist looks like this:
[build] [build]
target = "thumbv7m-none-eabi" target = "thumbv7m-none-eabi"
```
You'll need a linker script (`link.x`) derived from the You'll need a linker script (`link.x`) derived from the
`rlx8195A-symbol-v02-img2.ld` script in the SDK. That's up to you for now. `rlx8195A-symbol-v02-img2.ld` script in the SDK. That's up to you for now.