jonas-schievink / rubble

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

[WIP] Make the demo work with all nrf52 chips #80

Closed jonas-schievink closed 4 years ago

jonas-schievink commented 4 years ago

For some reason this breaks running cargo test in the workspace root. It runs the build script of the rubble-nrf52 crate with no features enabled. This fails correctly, but it didn't fail before, which is very weird (the build log still showed Compiling rubble-nrf52).

The weird thing is that the nrf52-beacon demo already works like this without causing this.

Maybe I made a silly mistake somewhere, but this does look like an odd Cargo bug... Investigate!

jonas-schievink commented 4 years ago

Turns out I'm just an idiot. This is now in master :tada: