From ddc414007e8b8a76e3758a34b16fbbe3fe550ccf Mon Sep 17 00:00:00 2001 From: David Goodlad Date: Wed, 24 Apr 2019 21:48:03 +1000 Subject: [PATCH] Fix readme formatting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9bdca68..ec5f1c8 100644 --- a/README.md +++ b/README.md @@ -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 3. Configure cargo to link properly in `.cargo/config`: + ``` toml [target.thumbv7m-none-eabi] runner = 'gdb-multiarch' rustflags = [ @@ -43,6 +44,7 @@ This is very much WIP, so not easy to describe. The gist looks like this: [build] target = "thumbv7m-none-eabi" + ``` 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.