Merge pull request #129 from antonblanchard/update-micropython

Point to upstream micropython
jtag-port
Anton Blanchard 4 years ago committed by GitHub
commit 72aac38581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,9 +19,8 @@ You can try out Microwatt/Micropython without hardware by using the ghdl simulat
grab the powerpc64le-power8 toolchain from https://toolchains.bootlin.com

```
git clone https://github.com/mikey/micropython
git clone https://github.com/micropython/micropython.git
cd micropython
git checkout powerpc
cd ports/powerpc
make -j$(nproc)
cd ../../../

Loading…
Cancel
Save