Update resume

This commit is contained in:
Lee Lup Yuen 2024-01-01 08:17:29 +08:00
parent 1a39f21182
commit a3fb4e1a4f
5 changed files with 527 additions and 488 deletions

1000
index.html

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -3,6 +3,13 @@
<title>lupyuen</title>
<link>https://lupyuen.github.io</link>
<description>IoT Techie and Educator</description>
<item>
<title>Nim on a Real-Time Operating System: Apache NuttX RTOS + Ox64 BL808 SBC</title>
<link>https://lupyuen.github.io/articles/nim</link>
<description><![CDATA[Let's blink an LED on Pine64 Ox64 BL808 64-bit RISC-V Single-Board Computer... With Nim Programming Language and Apache NuttX Real-Time Operating System]]></description>
<guid>https://lupyuen.github.io/articles/nim</guid>
<pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>$8 RISC-V SBC on a Real-Time Operating System: Ox64 + NuttX</title>
<link>https://www.hackster.io/lupyuen/8-risc-v-sbc-on-a-real-time-operating-system-ox64-nuttx-474358</link>

View file

@ -2,7 +2,11 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://lupyuen.github.io/</loc>
<lastmod>2023-12-17T00:00:00+00:00</lastmod>
<lastmod>2024-01-01T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://lupyuen.github.io/articles/nim</loc>
<lastmod>2024-01-01T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://lupyuen.github.io/articles/plic3</loc>

View file

@ -694,6 +694,8 @@ Many Thanks to my [__GitHub Sponsors__](https://github.com/sponsors/lupyuen) (an
- [__Sponsor me a coffee__](https://github.com/sponsors/lupyuen)
- [__Discuss this article on Hacker News__](https://news.ycombinator.com/item?id=38828619)
- [__My Current Project: "Apache NuttX RTOS for Ox64 BL808"__](https://github.com/lupyuen/nuttx-ox64)
- [__My Other Project: "NuttX for Star64 JH7110"__](https://github.com/lupyuen/nuttx-star64)