-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor elaborations on docs, squash gitignores
- Loading branch information
1 parent
e1cfddd
commit f7f3ce1
Showing
4 changed files
with
24 additions
and
15 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,3 +1,5 @@ | ||
*.idea | ||
**/*.rs.bk | ||
*.swp | ||
target | ||
Cargo.lock |
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 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,6 +1,10 @@ | ||
## fel4.toml | ||
An example fel4 manifest that could be used to configure | ||
the build of libsel4-sys | ||
the build of libsel4-sys. See the [fel4-config repository](https://github.com/PolySync/fel4-config) | ||
for more information about the fel4 manifest format. | ||
|
||
## feL4-targets JSON files | ||
Example Rust target specifications for feL4. | ||
Note that these are for reference only, and the primary source of truth | ||
for supported target specifications can be found in the | ||
[cargo-fel4 repository](https://github.com/PolySync/cargo-fel4). |