mirror of
https://github.com/lupyuen/nuttx-ox64.git
synced 2025-01-12 20:58:31 +08:00
Add article
This commit is contained in:
parent
e20e437644
commit
0e271d1b78
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -7,6 +7,8 @@
|
|||
|
||||
Read the articles...
|
||||
|
||||
- ["Zig runs ROM FS Filesystem in the Web Browser (thanks to Apache NuttX RTOS)"](https://lupyuen.github.io/articles/romfs)
|
||||
|
||||
- ["TCC RISC-V Compiler runs in the Web Browser (thanks to Zig Compiler)"](https://lupyuen.github.io/articles/tcc)
|
||||
|
||||
- ["Automated Testing with Ox64 BL808 Emulator (Apache NuttX RTOS)"](https://lupyuen.github.io/articles/tinyemu3)
|
||||
|
@ -4295,6 +4297,14 @@ Check out the details here...
|
|||
|
||||
[_(Live Demo of Ox64 BL808 Emulator)_](https://lupyuen.github.io/nuttx-tinyemu/ox64)
|
||||
|
||||
# Build and Test NuttX Apps in the Web Browser
|
||||
|
||||
Ox64 Emulator is now integrated with TCC RISC-V Compiler in WebAssembly. So we can Build and Test NuttX Apps in the Web Browser!
|
||||
|
||||
Read the article...
|
||||
|
||||
- ["Zig runs ROM FS Filesystem in the Web Browser (thanks to Apache NuttX RTOS)"](https://lupyuen.github.io/articles/romfs)
|
||||
|
||||
# Documentation for Ox64 BL808
|
||||
|
||||
![Pine64 Ox64 64-bit RISC-V SBC (Sorry for my substandard soldering)](https://lupyuen.github.io/images/ox64-solder.jpg)
|
||||
|
|
Loading…
Reference in a new issue