This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
core-isa-parser
package, prepare to transfer packages (#41)
* Derive `serde` traits for `core-isa-parser` types, serialize parsed ISA config to TOML files * Remove the `core-isa-parser` package entirely * Fix some warnings in `xtensa-lx-rt` * Add notice to `README.md` stating that the packages have moved
- Loading branch information
1 parent
590d177
commit e732b2d
Showing
11 changed files
with
4,335 additions
and
205 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,18 +1,22 @@ | ||
# xtensa-lx crates | ||
|
||
--- | ||
|
||
## This project has moved! It can now be found in the [esp-rs/esp-hal](https://github.com/esp-rs/esp-hal/) repository. | ||
|
||
--- | ||
|
||
This repository contains various crates useful for writing Rust programs | ||
on xtensa-lx microcontrollers: | ||
|
||
* [`xtensa-lx`]: CPU peripheral access and intrinsics. | ||
* [`xtensa-lx-rt`]: Startup code and interrupt handling. | ||
* [`core-isa-parser`]: A parser for XCHAL ISA configuration files. | ||
- [`xtensa-lx`]: CPU peripheral access and intrinsics. | ||
- [`xtensa-lx-rt`]: Startup code and interrupt handling. | ||
|
||
[`xtensa-lx`]: https://crates.io/crates/xtensa-lx | ||
[`xtensa-lx-rt`]: https://crates.io/crates/xtensa-lx-rt | ||
[`core-isa-parser`]: https://crates.io/crates/core-isa-parser | ||
|
||
### Contribution | ||
|
||
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the | ||
work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any | ||
additional terms or conditions. | ||
additional terms or conditions. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule xtensa-overlays
deleted from
dd1cf1
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
Oops, something went wrong.