
PineDio Stack BL604 runs Apache NuttX RTOS
Running Apache NuttX RTOS on PineDio Stack BL604 RISC-V board... With ST7789 Display, LVGL Graphics and LoRaWAN
RT from Lup Yuen Lee 李立源 (@MisterTechBlog)
I'm honoured to talk about #ZigLang, #LVGL, Visual Programming and PineDio Stack #BL604 at the #NuttX Online Workshop ... See you at the Online Event on Sep 24-25! 🎉
https://gist.github.com/lupyuen/287710b1ab6c526ab9f94273856a8fa1
Original tweet : https://twitter.com/MisterTechBlog/status/1562613745540444160

Lup's Proposals for NuttX Online Workshop 2022 (Accepted)
Lup's Proposals for NuttX Online Workshop 2022 (Accepted) - nuttx-online-workshop-submissions.md
GistI'm honoured to talk about #ZigLang, #LVGL, Visual Programming and PineDio Stack #BL604 at the #NuttX Online Workshop ... See you at the Online Event on Sep 24-25! 🎉
https://gist.github.com/lupyuen/287710b1ab6c526ab9f94273856a8fa1

Lup's Proposals for NuttX Online Workshop 2022 (Accepted)
Lup's Proposals for NuttX Online Workshop 2022 (Accepted) - nuttx-online-workshop-submissions.md
Gist
Diabled dir_open and dir_ioctl to fix LoRaWAN on PineDio Stack BL604 · lupyuen/incubator-nuttx@86be3ef
Apache NuttX OS as featured in "The RISC-V BL602 Book" - Diabled dir_open and dir_ioctl to fix LoRaWAN on PineDio Stack BL604 · lupyuen/incubator-nuttx@86be3ef
GitHubfs/directory: Using file api to implement operations on directories by Donny9 · Pull Request #6803 · apache/incubator-nuttx
Summary
Using file api to implement operations on directories.
opendir -> open with O_DIRECOTRY
closedir -> close
rewindir-> lseek
readdir -> read
seekdir -> lseek
telldir -> lseek
Using user m...
GitHubfs/dir: support fchdir and dirfd · apache/incubator-nuttx@4dbf455
Signed-off-by: Jiuzhu Dong <[email protected]>
GitHubSomething in #NuttX broke LoRaWAN on PineDio Stack #BL604 last week ... Let's bisect last week's commits and find out why 🤔
https://github.com/lupyuen/incubator-nuttx/network
Network Graph · lupyuen/incubator-nuttx
Apache NuttX OS as featured in "The RISC-V BL602 Book" - Network Graph · lupyuen/incubator-nuttx
GitHub
drivers/lcd/st7789: update putarea() method by Cynerd · Pull Request #6657 · apache/incubator-nuttx
Summary
This is the follow-up to #6551. The change in that PR broke LCD drivers with putarea implemented. This updates the documentation to reflect changes there and also updates driver for ST7789....
GitHub