-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Avoid using nb::Result as a return type (#2882)
* feat: Avoid using nb::Result in spi * feat: Avoid using nb::Result in hmac * feat: Avoid using nb::Result in sha * feat: Avoid using nb::Result in usb_serial_jtag * feat: Avoid using nb::Result in adc::read_oneshot * feat: Avoid using nb::Result in rsa::ready * feat: Avoid using nb::Result in timer::wait * feat: Avoid using nb in uart and twai. Udpate examples and tests to avoid using block! * feat: Block on sha calls, remove Option<> results * feat: Block on hmac calls, remove Option<> results * fix: Clippy lints * feat: Block on spi calls, remove Option<> results * feat: Block on timer calls, remove Option<> results * feat: Block on twai calls, remove Option<> results * docs: Fix wait docstring * feat: Remove embedded_hal_nb traits * feat: Block on uart calls, remove Option<> results * feat: Remove nb stuff from usb_serial_jtag * feat: Block on rsa calls, remove Option<> results * feat: Clippy lints * feat: Make read_bytes return how many bytes it read from the fifo and fix docs/tests * fix: run_test_periodic_timer test * feat: Only remove nb from stabilizing drivers * feat: Remove unused functions * feat: Remove emnbedded-hal-nb * test: Adapt tests * docs: Update changelog and migration * test: Adapt tests * docs: Update migration guide * docs: Update migration Co-authored-by: Dániel Buga <[email protected]> * docs: Update changelog and migration guide * feat: Make `write_bytes` return an Result --------- Co-authored-by: Dániel Buga <[email protected]>
- xtensa-lx-v0.10.0
- xtensa-lx-rt-v0.18.0
- test-tag-v0.1.0
- esp-wifi-v0.13.0
- esp-storage-v0.5.0
- esp-riscv-rt-v0.10.0
- esp-println-v0.13.1
- esp-metadata-v0.6.0
- esp-lp-hal-v0.1.0
- esp-ieee802154-v0.6.0
- esp-hal-v1.0.0-beta.0
- esp-hal-procmacros-v0.17.0
- esp-hal-embassy-v0.7.0
- esp-config-v0.3.1
- esp-config-v0.3.0
- esp-build-v0.2.0
- esp-backtrace-v0.15.1
- esp-alloc-v0.7.0
1 parent
48b52e0
commit c88dbef
Showing
12 changed files
with
68 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters