Skip to content

Support for ESP32-C3 #148

@makepaddev

Description

@makepaddev

Hi,

I'm trying to compile esp-wifi 0.3.0 which depends on portable-atomic (since 0.2.0). However portable atomic doesn't want to compile:
The CPU is the ESP32-C3 (32 bit RiscV afaik)

error: cfg(portable_atomic_unsafe_assume_single_core) does not compatible with this target;
if you need cfg(portable_atomic_unsafe_assume_single_core) support for this target,
please submit an issue at https://github.com/taiki-e/portable-atomic
--> /Users/admin/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.6.0/src/lib.rs:362:1
|
362 | / compile_error!(
363 | | "cfg(portable_atomic_unsafe_assume_single_core) does not compatible with this target;\n
364 | | if you need cfg(portable_atomic_unsafe_assume_single_core) support for this target,\n
365 | | please submit an issue at https://github.com/taiki-e/portable-atomic"
366 | | );
| |_^

Issue in esp-wifi:
esp-rs/esp-wifi-sys#426

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-questionCategory: A question

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions