Skip to content

Commit abb1fae

Browse files
MabezDevimarkov
authored andcommitted
Update readme to reflect esp-rs org move
1 parent 64dfa14 commit abb1fae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ standard library, and documentation.
1313

1414
To build this fork and have xtensa support, you need to make sure you pass in the --experimental-targets=Xtensa to configure as follows:
1515
```sh
16-
$ git clone https://github.com/MabezDev/rust-xtensa
17-
$ cd rust-xtensa
16+
$ git clone https://github.com/esp-rs/rust
17+
$ cd rust
1818
$ ./configure --experimental-targets=Xtensa
1919
$ ./x.py build --stage 2
2020
```
2121

2222
## Updating this fork
2323

24-
The patch set can be found [here](https://github.com/MabezDev/rust-xtensa-patches). Checkout from upstream/master, apply the patches on at a time using `git am -3 < path/to/patch.patch`, fixing any conflicts if necessary (remember to PR the changes back to the patches [repo]((https://github.com/MabezDev/rust-xtensa-patches))). Once it builds submit a PR against this repo with the branch name `xtensa-update-$DATE`.
24+
The patch set can be found [here](https://github.com/MabezDev/rust-xtensa-patches). Checkout from upstream/master, apply the patches on at a time using `git am -3 < path/to/patch.patch`, fixing any conflicts if necessary (remember to PR the changes back to the patches [repo]((https://github.com/MabezDev/rust-xtensa-patches))). Once it builds submit a PR against this repo with the branch name `esp-update-$DATE`.
2525

2626
If the llvm submodule needs to be updated, the following should work:
2727

@@ -31,7 +31,7 @@ git submodule set-branch -b $BRANCH_NAME src/llvm-project
3131
git submodule update --init --recursive --remote src/llvm-project
3232
```
3333

34-
Once accepted, the new branch will be renamed `xtensa-target`, hence making it the default.
34+
Once accepted, the new branch will be renamed `esp-target`, hence making it the default.
3535
Don't worry about the README changes, I will port those across once I accept the PR.
3636

3737
---

0 commit comments

Comments
 (0)