Skip to content

Commit

Permalink
Update to esp-hal unified, read => read_volatile on uart fifo (#48)
Browse files Browse the repository at this point in the history
* Update to esp-hal unified, read => read_volatile on uart fifo

* feat: Update ChangeBaudrate processing (#50)

* feat: Bump MSRV (#51)

* use released hal

---------

Co-authored-by: Sergio Gasquez Arcos <[email protected]>
  • Loading branch information
MabezDev and SergioGasquez authored Mar 8, 2024
1 parent 9f1e566 commit e9b6129
Show file tree
Hide file tree
Showing 8 changed files with 136 additions and 352 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- uses: dtolnay/rust-toolchain@v1
with:
target: ${{ matrix.build.target }}
toolchain: "1.67.0"
toolchain: "1.76.0"
components: rust-src
- name: cargo check
run: cargo check --target=${{ matrix.build.target }} --features=${{ matrix.build.chip }}
Expand All @@ -183,7 +183,7 @@ jobs:
default: true
ldproxy: false
buildtargets: ${{ matrix.build.chip }}
version: "1.67.0"
version: "1.76.0"
- uses: Swatinem/rust-cache@v2
- name: cargo check
run: cargo check -Zbuild-std=core --target=${{ matrix.build.target }} --features=${{ matrix.build.chip }}
Loading

0 comments on commit e9b6129

Please sign in to comment.