You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -370,3 +370,7 @@ Running the emulator with [PyPy](https://pypy.org/) yields a speedup of almost 4
370
370
time pypy3 ./riscv-emu.py prebuilt/test_newlib_conway.elf
371
371
pypy3 ./riscv-emu.py prebuilt/test_newlib_conway.elf 19.77s user 0.11s system 99% cpu 20.009 total
372
372
```
373
+
374
+
## Acknowledgements
375
+
376
+
**Danh** and **Tannewt** from [Adafruit's Discord server](http://adafru.it/discord) for help with the CircuitPython port. **Onur Toker** for identifing an issue with the Newlib initialization sequence.
0 commit comments