Skip to content

Commit

Permalink
Merge pull request #10 from fmckeogh/embassy
Browse files Browse the repository at this point in the history
Merge `embassy` branch into `main`
  • Loading branch information
fmckeogh committed May 4, 2024
2 parents 4438373 + 2904dfd commit a44209d
Show file tree
Hide file tree
Showing 21 changed files with 786 additions and 712 deletions.
6 changes: 3 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build]
target = "thumbv6m-none-eabi"
target = "thumbv7m-none-eabi"

[target.thumbv6m-none-eabi]
runner = "probe-rs run --chip STM32F030F4Px"
[target.thumbv7m-none-eabi]
runner = "probe-rs run --always-print-stacktrace --chip STM32F103C8"

[env]
DEFMT_LOG = "trace"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
target: thumbv6m-none-eabi
target: thumbv7m-none-eabi

- name: Run cargo format in check mode
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit a44209d

Please sign in to comment.