Skip to content

Instantly share code, notes, and snippets.

View allexoll's full-sized avatar

Alexis Marquet allexoll

  • Embedded systems engineer and T.A. at Hepia
  • Switzerland
View GitHub Profile
@allexoll
allexoll / gist:4fa74ce4f2c1e1af6e5b1e4cc484ab3f
Created March 1, 2021 19:57
stacktrace for probe-rs NXP LPC54608 CMSIS fw
../cargo-flash/target/debug/cargo-flash --release --example blinky --chip-description-path ../probe-rs/probe-rs/targets/LPC546xx\ Series.yaml --chip LPC54608J512ET180 --features="rt mcu-lpc54608j512et180" --log trace
DEBUG cargo_flash > Changed working directory to .
DEBUG probe_rs_cli_util > Running 'cargo' in directory /Users/allexoll/Desktop/lpc546xx-hal
Finished release [optimized + debuginfo] target(s) in 0.04s
warning: lint `legacy_directory_ownership` has been removed: converted into hard error, see issue #37872 <https://github.com/rust-lang/rust/issues/37872> for more information
--> /Users/allexoll/Desktop/lpc-pac/lpc546xx/src/lib.rs:5:9
|
5 | #![deny(legacy_directory_ownership)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|