Skip to content

Commit

Permalink
bump esp-backtrace to 0.13.0 (#1804)
Browse files Browse the repository at this point in the history
* bump esp-backtrace to 0.13.0

* disable spi_half_duplex_write for esp32s2
  • Loading branch information
MabezDev authored Jul 16, 2024
1 parent 31a135c commit 04cad71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esp-backtrace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp-backtrace"
version = "0.12.2"
version = "0.13.0"
edition = "2021"
rust-version = "1.76.0"
description = "Bare-metal backtrace support for Espressif devices"
Expand Down
2 changes: 1 addition & 1 deletion hil-test/tests/spi_half_duplex_write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//!
//! Connect MOSI (GPIO2) and PCNT (GPIO3) pins.
//% CHIPS: esp32 esp32c6 esp32h2 esp32s2 esp32s3
//% CHIPS: esp32 esp32c6 esp32h2 esp32s3

#![no_std]
#![no_main]
Expand Down

0 comments on commit 04cad71

Please sign in to comment.