Skip to content

Commit

Permalink
(cleanup after rebase/squash conflict resolution introduced some toml…
Browse files Browse the repository at this point in the history
… problems.)

- Added examples lora_spi_send, lora_spi_receive, and lora_spi_gps. These work on
  several different MCUs. Documentation for building and running is in lora_spi_send.rs.

- Added directory memoryMaps/ and build.rs to simplify linking.

- Added workflow in .github/workflow/rust.yml for checking examples.

- Added reference to examples in README.
  • Loading branch information
pdgilbert committed Mar 11, 2021
1 parent 2c53d39 commit cd997d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ stm32l4xx-hal = {version = "^0.6.0", optional = true}
embedded-hal = {version = "1.0.0-alpha.4" }
old-e-h = {version = "0.2.4", package = "embedded-hal" }

[dependencies.radio]
version = "0.8.1"

[dependencies.embedded-spi]
version = "0.6"
default-features = false
Expand All @@ -86,10 +83,6 @@ default-features = false
#[dev-dependencies.color-backtrace] # this needs std, which causes example build to fail
#color-backtrace = "0.5"

[dependencies.embedded-spi]
version = "0.6"
default-features = false

[dev-dependencies] # for examples
cortex-m = "0.6.7"
cortex-m-rt = "0.6.13"
Expand Down

0 comments on commit cd997d3

Please sign in to comment.