This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use `u32` instead of `usize` where applicable * Remove `esp32` and `esp32s3` features, as these devices natively support atomics * Bump version
- Loading branch information
1 parent
d933ae8
commit 9a8baa5
Showing
2 changed files
with
25 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[package] | ||
name = "xtensa-atomic-emulation-trap" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
description = "An atomic emulation trap handler for non atomic Xtensa targets." | ||
keywords = ["Xtensa", "emulation", "atomic"] | ||
keywords = ["xtensa", "emulation", "atomic"] | ||
authors = ["Scott Mabin <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/esp-rs/xtensa-atomic-emulation-trap" | ||
|
@@ -11,9 +11,6 @@ edition = "2021" | |
[dependencies] | ||
xtensa-lx-rt = "0.14.0" | ||
|
||
# TODO is this needed? | ||
[features] | ||
esp32 = ["xtensa-lx-rt/esp32"] | ||
esp32s2 = ["xtensa-lx-rt/esp32s2"] | ||
esp32s3 = ["xtensa-lx-rt/esp32s3"] | ||
esp8266 = ["xtensa-lx-rt/esp8266"] |
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