jonas-schievink / rubble

(going to be a) BLE stack for embedded Rust
BSD Zero Clause License
397 stars 56 forks source link

Fix `rubble-demo` gdbinit #65

Closed fmckeogh closed 5 years ago

fmckeogh commented 5 years ago

Moving the .cargo directory from the root to the rubble-demo crate breaks using cargo run from the root.

This PR adds documentation showing how the demo can be run and moves the example .gdbinit.

I'm not super happy about the addition to the README, I'm not sure how clear it is, or if it belongs there.

jonas-schievink commented 5 years ago

Looks like build.rs can also be deleted now

fmckeogh commented 5 years ago

We couldn't move it to rubble-demo too?

jonas-schievink commented 5 years ago

Well you already added what it would do to the instructions. I'd say just remove it, it isn't that helpful of a script.

fmckeogh commented 5 years ago

Done :)