Commit Graph
16 Commits
Author SHA1 Message Date
Jonas SchievinkandGitHub 7c4954fd67 Remove --defmt flag from probe-run
This now gets automatically detected
2020-12-03 00:16:14 +01:00
Jonas SchievinkandGitHub 2d901d63db Actually use the defmt assertion macros 2020-12-01 22:05:41 +01:00
Jonas SchievinkandGitHub d9e8e49464 Remove proc macro opt-level override
I believe Cargo now does this by default
2020-11-11 22:40:52 +01:00
Jonas SchievinkandGitHub b131e11257 Merge pull request #17 from andresv/patch-1
update cortex-m to 0.6.4
2020-10-29 14:08:38 +01:00
Jonas SchievinkandGitHub 1e82a1cfe9 Merge pull request #16 from andresv/patch-1
Update cortex-m-rt to 0.6.13
2020-10-29 14:01:49 +01:00
Jonas SchievinkandGitHub 13cc13704e Merge pull request #15 from knurling-rs/flip-link-up
recommend installing flip-link from crates.io
2020-10-16 14:08:10 +02:00
Jonas SchievinkandGitHub da636853db Merge pull request #14 from ben-wallis/exclude-readme-cargo-generate
Added README.md to cargo-generate.toml excludes
2020-10-12 18:31:38 +02:00
Jonas Schievink 227417e67a Exclude FUNDING.yml from template 2020-09-07 19:52:37 +02:00
Jonas SchievinkandGitHub b2cfe52694 Merge pull request #9 from knurling-rs/testsuite
Add an on-device test suite
2020-09-01 16:37:46 +02:00
Jonas Schievink f13fab5841 project -> crate name 2020-08-31 19:16:37 +02:00
Jonas Schievink a4b0c0966f Remove test = false from lib
`cargo test --all` doesn't work anyways, so this doesn't do anything
useful
2020-08-31 19:16:07 +02:00
Jonas Schievink 01ecb349d0 Add an on-device test suite 2020-08-31 18:20:48 +02:00
Jonas Schievink 2e4c43d908 Use panic-probe instead of a custom panic handler 2020-08-31 16:01:57 +02:00
Jonas Schievink c546adbd4b Don't enable LTO in the dev profile 2020-08-31 13:57:24 +02:00
Jonas SchievinkandGitHub 9e30b42f58 Merge pull request #4 from knurling-rs/debug-up
increase debug info level
2020-08-28 15:04:02 +02:00
Jonas SchievinkandGitHub 1f09510c74 Avoid opt-level=z
Avoids https://github.com/rust-lang/rust/issues/75045, which you would otherwise hit when using the nRF HAL.
2020-08-27 16:34:24 +02:00