Skip to content

Commit

Permalink
update dependencies and use stable toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed Jan 5, 2024
1 parent 5fdd0e9 commit 93e65b9
Show file tree
Hide file tree
Showing 11 changed files with 1,087 additions and 264 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ To run Watchful:
# Installing the softdevice
probe-rs download path-to-softdevice.hex --format Hex --chip nRF52832_xxAA
cd firmware
# Flashing the bootloader
cargo flash --manifest-path boot/Cargo.toml --release
cd firmware/boot
cargo flash --release
# Flashing the OS
cargo flash --manifest-path app/Cargo.toml --release
cd ../app
cargo flash --release
```

## Updating firmware
Expand Down
3 changes: 0 additions & 3 deletions firmware/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ build-std-features = ["panic_immediate_abort"]
#runner = "probe-rs-cli run --no-location --chip nRF52832_xxAA"
runner = "probe-run --chip nRF52832_xxAA"
rustflags = [
# "-Z", "features=host_dep",
# Code-size optimizations.
"-Z", "trap-unreachable=no",
"-C", "inline-threshold=5", # try different values here
"-C", "no-vectorize-loops", # try with and without this
]
Expand Down
46 changes: 0 additions & 46 deletions firmware/Cargo.toml

This file was deleted.

Loading

0 comments on commit 93e65b9

Please # to comment.