mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 14:44:42 +00:00
bump esp-backtrace to 0.13.0 (#1804)
* bump esp-backtrace to 0.13.0 * disable spi_half_duplex_write for esp32s2
This commit is contained in:
parent
31a135c0f1
commit
04cad71926
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "esp-backtrace"
|
name = "esp-backtrace"
|
||||||
version = "0.12.2"
|
version = "0.13.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.76.0"
|
rust-version = "1.76.0"
|
||||||
description = "Bare-metal backtrace support for Espressif devices"
|
description = "Bare-metal backtrace support for Espressif devices"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
//!
|
//!
|
||||||
//! Connect MOSI (GPIO2) and PCNT (GPIO3) pins.
|
//! Connect MOSI (GPIO2) and PCNT (GPIO3) pins.
|
||||||
|
|
||||||
//% CHIPS: esp32 esp32c6 esp32h2 esp32s2 esp32s3
|
//% CHIPS: esp32 esp32c6 esp32h2 esp32s3
|
||||||
|
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![no_main]
|
#![no_main]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user