mirror of
https://github.com/lupyuen/nuttx-ox64.git
synced 2025-01-13 05:08:29 +08:00
Add article
This commit is contained in:
parent
4df0783869
commit
8c79ec8318
1 changed files with 8 additions and 0 deletions
|
@ -4007,6 +4007,10 @@ And here's the [__RTL Code for C906 MMU__](https://github.com/T-head-Semi/openc9
|
||||||
|
|
||||||
# Fix the RISC-V Timer with OpenSBI
|
# Fix the RISC-V Timer with OpenSBI
|
||||||
|
|
||||||
|
Read the article...
|
||||||
|
|
||||||
|
- ["Nim on a Real-Time Operating System: Apache NuttX RTOS + Ox64 BL808 SBC"](https://lupyuen.github.io/articles/nim)
|
||||||
|
|
||||||
_The `sleep` command hangs in NuttX Shell. How to fix it?_
|
_The `sleep` command hangs in NuttX Shell. How to fix it?_
|
||||||
|
|
||||||
That's because we haven't implemented the RISC-V Timer for Ox64! We should call OpenSBI to handle the Timer, [here's the fix](https://github.com/lupyuen2/wip-pinephone-nuttx/commit/57ea5f000636f739ac3cb8ea1e60936798f6c3a9#diff-535879ffd6d9fc8e7d84b37a88bdeb1609c4a90e3777150939a96bed18696aee).
|
That's because we haven't implemented the RISC-V Timer for Ox64! We should call OpenSBI to handle the Timer, [here's the fix](https://github.com/lupyuen2/wip-pinephone-nuttx/commit/57ea5f000636f739ac3cb8ea1e60936798f6c3a9#diff-535879ffd6d9fc8e7d84b37a88bdeb1609c4a90e3777150939a96bed18696aee).
|
||||||
|
@ -4058,6 +4062,10 @@ Now the `sleep` command works correctly in NuttX Shell!
|
||||||
|
|
||||||
# LED Driver for Ox64 BL808
|
# LED Driver for Ox64 BL808
|
||||||
|
|
||||||
|
Read the article...
|
||||||
|
|
||||||
|
- ["Nim on a Real-Time Operating System: Apache NuttX RTOS + Ox64 BL808 SBC"](https://lupyuen.github.io/articles/nim)
|
||||||
|
|
||||||
We wish to blink an LED with Nim on Ox64...
|
We wish to blink an LED with Nim on Ox64...
|
||||||
|
|
||||||
- ["Blink an LED with Nim"](https://github.com/lupyuen/nuttx-nim#blink-an-led-with-nim)
|
- ["Blink an LED with Nim"](https://github.com/lupyuen/nuttx-nim#blink-an-led-with-nim)
|
||||||
|
|
Loading…
Reference in a new issue