www.mtkn.jp

Manuscripts for my personal webpage.
git clone https://git.mtkn.jp/www.mtkn.jp
Log | Files | Refs | LICENSE

commit 6b1de14205678f72a6fa49faa81897c1aa420694
parent f74aec8c5c22c05cf9f0739693c8b1e0ebd4683f
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Wed, 27 Aug 2025 10:00:57 +0900

update index pages

Diffstat:
Mdata/weblog | 4++++
Mman/computer/index.html | 1+
Mman/computer/rp2040_3_interrupt.html | 2+-
Mman/index.html | 1+
Mpub/computer/index.html | 1+
Mpub/computer/rp2040_3_interrupt.html | 2+-
Mpub/index.html | 1+
Mpub/rss.xml | 6+++---
Mpub/sitemap.xml | 4++--
9 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/data/weblog b/data/weblog @@ -110,3 +110,7 @@ 1756220400 /computer/rp2040_3_interrupt.html 1756220400 /computer/rp2040_3_interrupt.html 1756220400 /computer/rp2040_3_interrupt.html +1756220400 /computer/index.html +1756220400 /computer/rp2040_3_interrupt.html +1756220400 /index.html +1756220400 /index.html diff --git a/man/computer/index.html b/man/computer/index.html @@ -12,6 +12,7 @@ Small is beautiful. <ul> <li><a href="rp2040_1.html">RP2040 SDKなしでLチカ</a></li> <li><a href="rp2040_2.html">RP2040 SDKなし2 Clock、UART</a></li> +<li><a href="rp2040_3_interrupt.html">RP2040 SDKなし3 割り込み</a></li> </ul> <h2>Xlib</h2> diff --git a/man/computer/rp2040_3_interrupt.html b/man/computer/rp2040_3_interrupt.html @@ -1,5 +1,5 @@ <h1>RP2040 SDKなし3 割り込み</h1> -<time>2025-08-26</time><br /> +<time>2025-08-27</time><br /> <p> 前回UARTで通信する際、FIFOにデータが届いていないかを確認しつづけていた(ポーリング)。 これでは電力がもったいないので、データが届くまでCPUは休ませておいて、 diff --git a/man/index.html b/man/index.html @@ -9,6 +9,7 @@ <h2>更新履歴</h2> <a href="/rss.xml">RSS</a> <ul> +<li>2025-08-27 <a href="/computer/rp2040_3_interrupt.html">RP2040 SDKなし3 割り込み</a></li> <li>2025-07-17 <a href="/gallery/20250717.html">自画像</a></li> <li>2025-05-19 <a href="/journal/posts/20250519.html">万博で知り合ったルーマニア人とハイキングに行った</a></li> <li>2025-04-28 <a href="/computer/openbsd_on_u9310e.html">OpenBSD on Fujitsu LIFEBOOK U9310/E</a></li> diff --git a/pub/computer/index.html b/pub/computer/index.html @@ -37,6 +37,7 @@ Small is beautiful. <ul> <li><a href="rp2040_1.html">RP2040 SDKなしでLチカ</a></li> <li><a href="rp2040_2.html">RP2040 SDKなし2 Clock、UART</a></li> +<li><a href="rp2040_3_interrupt.html">RP2040 SDKなし3 割り込み</a></li> </ul> <h2>Xlib</h2> diff --git a/pub/computer/rp2040_3_interrupt.html b/pub/computer/rp2040_3_interrupt.html @@ -24,7 +24,7 @@ <main> <article> <h1>RP2040 SDKなし3 割り込み</h1> -<time>2025-08-26</time><br /> +<time>2025-08-27</time><br /> <p> 前回UARTで通信する際、FIFOにデータが届いていないかを確認しつづけていた(ポーリング)。 これでは電力がもったいないので、データが届くまでCPUは休ませておいて、 diff --git a/pub/index.html b/pub/index.html @@ -34,6 +34,7 @@ <h2>更新履歴</h2> <a href="/rss.xml">RSS</a> <ul> +<li>2025-08-27 <a href="/computer/rp2040_3_interrupt.html">RP2040 SDKなし3 割り込み</a></li> <li>2025-07-17 <a href="/gallery/20250717.html">自画像</a></li> <li>2025-05-19 <a href="/journal/posts/20250519.html">万博で知り合ったルーマニア人とハイキングに行った</a></li> <li>2025-04-28 <a href="/computer/openbsd_on_u9310e.html">OpenBSD on Fujitsu LIFEBOOK U9310/E</a></li> diff --git a/pub/rss.xml b/pub/rss.xml @@ -5,8 +5,8 @@ <description>ウェブページの更新履歴</description> <language>ja-jp</language> <link>https://www.mtkn.jp</link> -<lastBuildDate>Wed, 27 Aug 2025 09:51:52 +0900</lastBuildDate> -<pubDate>Wed, 27 Aug 2025 09:51:52 +0900</pubDate> +<lastBuildDate>Wed, 27 Aug 2025 09:58:55 +0900</lastBuildDate> +<pubDate>Wed, 27 Aug 2025 09:58:55 +0900</pubDate> <docs>https://www.rssboard.org/rss-specification</docs> <item> <title>9P</title> @@ -377,7 +377,7 @@ size[4] Rwstat tag[2] <guid>https://www.mtkn.jp/computer/rp2040_3_interrupt.html</guid> <pubDate>Wed, 27 Aug 2025 00:00:00 +0900</pubDate> <description><![CDATA[<h1>RP2040 SDKなし3 割り込み</h1> -<time>2025-08-26</time><br /> +<time>2025-08-27</time><br /> <p> 前回UARTで通信する際、FIFOにデータが届いていないかを確認しつづけていた(ポーリング)。 これでは電力がもったいないので、データが届くまでCPUは休ませておいて、 diff --git a/pub/sitemap.xml b/pub/sitemap.xml @@ -3,15 +3,15 @@ <url><loc>https://www.mtkn.jp/computer/9p.html</loc><lastmod>2025-12-19</lastmod></url> <url><loc>https://www.mtkn.jp/journal/posts/20241211.html</loc><lastmod>2025-12-11</lastmod></url> <url><loc>https://www.mtkn.jp/journal/posts/20241202.html</loc><lastmod>2025-12-02</lastmod></url> +<url><loc>https://www.mtkn.jp/</loc><lastmod>2025-08-27</lastmod></url> <url><loc>https://www.mtkn.jp/computer/rp2040_3_interrupt.html</loc><lastmod>2025-08-27</lastmod></url> -<url><loc>https://www.mtkn.jp/</loc><lastmod>2025-07-17</lastmod></url> +<url><loc>https://www.mtkn.jp/computer/</loc><lastmod>2025-08-27</lastmod></url> <url><loc>https://www.mtkn.jp/gallery/</loc><lastmod>2025-07-17</lastmod></url> <url><loc>https://www.mtkn.jp/gallery/20250717.html</loc><lastmod>2025-07-17</lastmod></url> <url><loc>https://www.mtkn.jp/journal/posts/20250519.html</loc><lastmod>2025-05-19</lastmod></url> <url><loc>https://www.mtkn.jp/journal/</loc><lastmod>2025-05-19</lastmod></url> <url><loc>https://www.mtkn.jp/computer/what-i-use.html</loc><lastmod>2025-04-28</lastmod></url> <url><loc>https://www.mtkn.jp/computer/openbsd_on_u9310e.html</loc><lastmod>2025-04-28</lastmod></url> -<url><loc>https://www.mtkn.jp/computer/</loc><lastmod>2025-04-28</lastmod></url> <url><loc>https://www.mtkn.jp/journal/posts/20250420.html</loc><lastmod>2025-04-23</lastmod></url> <url><loc>https://www.mtkn.jp/poetry/</loc><lastmod>2025-04-07</lastmod></url> <url><loc>https://www.mtkn.jp/plant/</loc><lastmod>2025-04-01</lastmod></url>