mirror of
https://github.com/dgoodlad/rtl8710-sdk.git
synced 2024-12-04 12:00:29 +00:00
Fix readme formatting
This commit is contained in:
parent
dbced14514
commit
ddc414007e
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue