summaryrefslogtreecommitdiffstats
path: root/_site
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-10-26 11:23:48 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-10-26 11:23:48 +0800
commitac70fc789bd8015d34373739a34325e72b6eff0d (patch)
tree05d07952122568b65b1de9cedfcd4b99dc748642 /_site
parent579775615329d0ca7e8bf769782bc8d91ab72877 (diff)
downloadwww-ac70fc789bd8015d34373739a34325e72b6eff0d.tar.gz
Change font to IM Fell English.
Diffstat (limited to '_site')
-rw-r--r--_site/404/index.html45
-rw-r--r--_site/README.txt2
-rw-r--r--_site/about/index.html2
-rw-r--r--_site/archive/arduino-due/index.html2
-rw-r--r--_site/archive/arduino-uno/index.html2
-rw-r--r--_site/archive/awesome-books/index.html2
-rw-r--r--_site/archive/mosfet-switches/index.html2
-rw-r--r--_site/archive/my-first-pcb/index.html2
-rw-r--r--_site/archive/neo4j-a-star-search/index.html2
-rw-r--r--_site/assets/css/main.css16
-rw-r--r--_site/assets/fonts/IMFellDWPica-Italic.ttfbin240468 -> 0 bytes
-rw-r--r--_site/assets/fonts/IMFellDWPica-Regular.ttfbin212864 -> 0 bytes
-rw-r--r--_site/assets/fonts/IMFellEnglish-Italic.ttfbin0 -> 198756 bytes
-rw-r--r--_site/assets/fonts/IMFellEnglish-Regular.ttf (renamed from _site/assets/fonts/IMFellEnglishSC-Regular.ttf)bin180328 -> 191256 bytes
-rw-r--r--_site/feed.xml4
-rw-r--r--_site/index.html2
-rw-r--r--_site/posts.xml2
-rw-r--r--_site/projects/bumblebee/index.html2
-rw-r--r--_site/projects/desktop-unix/index.html2
-rw-r--r--_site/projects/e-reader/index.html2
-rw-r--r--_site/projects/etlas/index.html2
-rw-r--r--_site/projects/fpm-door-lock/index.html2
-rw-r--r--_site/projects/index.html2
-rw-r--r--_site/projects/matrix-digital-rain/index.html2
-rw-r--r--_site/rss.xml2
25 files changed, 70 insertions, 31 deletions
diff --git a/_site/404/index.html b/_site/404/index.html
new file mode 100644
index 0000000..b7306ae
--- /dev/null
+++ b/_site/404/index.html
@@ -0,0 +1,45 @@
+<!doctype html>
+<html lang="en-us">
+ <head>
+<meta charset="utf-8">
+ <title></title>
+ <link rel="stylesheet" href="/assets/css/main.css">
+ <link rel="stylesheet" href="/assets/css/normalize.css">
+ <link rel="stylesheet" href="/assets/css/skeleton.css">
+</head>
+
+
+ <body>
+
+ <div class="container">
+ <ul id="navlist" class="left">
+
+ <li >
+ <a href="/">hme</a>
+ </li>
+ <li >
+ <a href="/projects/">proj</a>
+ </li>
+ <li >
+ <a href="/about/">abt</a>
+ </li>
+ <li><a href="/feed.xml">rss</a></li>
+ </ul>
+</div>
+
+
+
+ <main class="container" id="main">
+</main>
+
+ <div class="footer">
+ <div class="container">
+ <div class="twelve columns right">
+ <p id="footer-text">&copy; ASCIIMX - 2025</p>
+ </div>
+ </div>
+</div>
+
+
+ </body>
+</html>
diff --git a/_site/README.txt b/_site/README.txt
index 414c0c7..423c1aa 100644
--- a/_site/README.txt
+++ b/_site/README.txt
@@ -1 +1,3 @@
bundle exec jekyll serve
+
+JEKYLL_ENV=production bundle exec jekyll build
diff --git a/_site/about/index.html b/_site/about/index.html
index d5d2ddf..06f9ca7 100644
--- a/_site/about/index.html
+++ b/_site/about/index.html
@@ -23,7 +23,7 @@
<li class="active">
<a href="/about/">abt</a>
</li>
- <li><a href="/rss.xml">rss</a></li>
+ <li><a href="/feed.xml">rss</a></li>
</ul>
</div>
diff --git a/_site/archive/arduino-due/index.html b/_site/archive/arduino-due/index.html
index f2cf4de..0e9e0f6 100644
--- a/_site/archive/arduino-due/index.html
+++ b/_site/archive/arduino-due/index.html
@@ -27,7 +27,7 @@
<li >
<a href="/about/">abt</a>
</li>
- <li><a href="/rss.xml">rss</a></li>
+ <li><a href="/feed.xml">rss</a></li>
</ul>
</div>
diff --git a/_site/archive/arduino-uno/index.html b/_site/archive/arduino-uno/index.html
index 009d8ae..2b9d5a4 100644
--- a/_site/archive/arduino-uno/index.html
+++ b/_site/archive/arduino-uno/index.html
@@ -27,7 +27,7 @@
<li >
<a href="/about/">abt</a>
</li>
- <li><a href="/rss.xml">rss</a></li>
+ <li><a href="/feed.xml">rss</a></li>
</ul>
</div>
diff --git a/_site/archive/awesome-books/index.html b/_site/archive/awesome-books/index.html
index 7c5bb89..1809c81 100644
--- a/_site/archive/awesome-books/index.html
+++ b/_site/archive/awesome-books/index.html
@@ -27,7 +27,7 @@
<li >
<a href="/about/">abt</a>
</li>
- <li><a href="/rss.xml">rss</a></li>
+ <li><a href="/feed.xml">rss</a></li>
</ul>
</div>
diff --git a/_site/archive/mosfet-switches/index.html b/_site/archive/mosfet-switches/index.html
index 713932a..6e0b4a8 100644
--- a/_site/archive/mosfet-switches/index.html
+++ b/_site/archive/mosfet-switches/index.html
@@ -27,7 +27,7 @@
<li >
<a href="/about/">abt</a>
</li>
- <li><a href="/rss.xml">rss</a></li>
+ <li><a href="/feed.xml">rss</a></li>
</ul>
</div>
diff --git a/_site/archive/my-first-pcb/index.html b/_site/archive/my-first-pcb/index.html
index e93680c..92f7354 100644
--- a/_site/archive/my-first-pcb/index.html
+++ b/_site/archive/my-first-pcb/index.html
@@ -27,7 +27,7 @@
<li >
<a href="/about/">abt</a>
</li>
- <li><a href="/rss.xml">rss</a></li>
+ <li><a href="/feed.xml">rss</a></li>
</ul>
</div>
diff --git a/_site/archive/neo4j-a-star-search/index.html b/_site/archive/neo4j-a-star-search/index.html
index a10f3bb..6764c6d 100644
--- a/_site/archive/neo4j-a-star-search/index.html
+++ b/_site/archive/neo4j-a-star-search/index.html
@@ -27,7 +27,7 @@
<li >
<a href="/about/">abt</a>
</li>
- <li><a href="/rss.xml">rss</a></li>
+ <li><a href="/feed.xml">rss</a></li>
</ul>
</div>
diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css
index 249b3c6..ec5bc65 100644
--- a/_site/assets/css/main.css
+++ b/_site/assets/css/main.css
@@ -1,18 +1,11 @@
@font-face {
- font-family: 'IM Fell DW Pica';
- src: url("/assets/fonts/IMFellDWPica-Regular.ttf") format("truetype"),
- url("/assets/fonts/IMFellDWPica-Italic.ttf") format("truetype");
-}
-
-@font-face {
- font-family: 'IM Fell English SC';
- src: url("/assets/fonts/IMFellEnglishSC-Regular.ttf") format("truetype");
+ font-family: 'IM Fell English';
+ src: url("/assets/fonts/IMFellEnglish-Regular.ttf") format("truetype"),
+ url("/assets/fonts/IMFellEnglish-Italic.ttf") format("truetype");
}
:root {
--link-color: #2f2f2f;
- --main-font: 'IM Fell DW Pica', serif;
- --title-font: 'IM Fell English SC', serif;
}
*,
@@ -28,7 +21,7 @@ body{
text-decoration-skip: ink;
color: #2f2f2f;
padding-top: 10px;
- font-family: var(--main-font);
+ font-family: 'IM Fell English', serif;
background-color: #f4f2e8;
}
@@ -110,7 +103,6 @@ td {
.brand {
margin-bottom: 2rem;
- font-family: var(--title-font);
}
.title{
diff --git a/_site/assets/fonts/IMFellDWPica-Italic.ttf b/_site/assets/fonts/IMFellDWPica-Italic.ttf
deleted file mode 100644
index 7f64b89..0000000
--- a/_site/assets/fonts/IMFellDWPica-Italic.ttf
+++ /dev/null
Binary files differ
diff --git a/_site/assets/fonts/IMFellDWPica-Regular.ttf b/_site/assets/fonts/IMFellDWPica-Regular.ttf
deleted file mode 100644
index cbd29f0..0000000
--- a/_site/assets/fonts/IMFellDWPica-Regular.ttf
+++ /dev/null
Binary files differ
diff --git a/_site/assets/fonts/IMFellEnglish-Italic.ttf b/_site/assets/fonts/IMFellEnglish-Italic.ttf
new file mode 100644
index 0000000..57a7338
--- /dev/null
+++ b/_site/assets/fonts/IMFellEnglish-Italic.ttf
Binary files differ
diff --git a/_site/assets/fonts/IMFellEnglishSC-Regular.ttf b/_site/assets/fonts/IMFellEnglish-Regular.ttf
index a60f097..c8481a1 100644
--- a/_site/assets/fonts/IMFellEnglishSC-Regular.ttf
+++ b/_site/assets/fonts/IMFellEnglish-Regular.ttf
Binary files differ
diff --git a/_site/feed.xml b/_site/feed.xml
index a8208ec..87a6d0c 100644
--- a/_site/feed.xml
+++ b/_site/feed.xml
@@ -1,2 +1,2 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-10-26T10:58:24+08:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">ASCIIMX</title><subtitle>Journal politique impartial, &lt;br&gt; Par Mr. P. Marat auteur de l&apos;Offrande a la patrie, &lt;br&gt; du Moniteur et du Plan de Constitution, etc.
-</subtitle><author><name>Wickramage Don Sadeep Madurange</name></author></feed> \ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-10-26T11:22:46+08:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">ASCIIMX | Archive</title><subtitle>Journal politique impartial, &lt;br&gt; Par Mr. P. Marat auteur de l&apos;Offrande a la patrie, &lt;br&gt; du Moniteur et du Plan de Constitution, etc.
+</subtitle><author><name>Wickramage Don Sadeep Madurange</name></author><entry><title type="html">Neo4J A* search</title><link href="http://localhost:4000/archive/neo4j-a-star-search/" rel="alternate" type="text/html" title="Neo4J A* search" /><published>2025-09-14T00:00:00+08:00</published><updated>2025-09-14T00:00:00+08:00</updated><id>http://localhost:4000/archive/neo4j-a-star-search</id><author><name>Wickramage Don Sadeep Madurange</name></author><summary type="html"><![CDATA[Back in 2018, we used the Neo4J graph database to track the movement of marine vessels. We were interested in the shortest path a ship could take through a network of about 13,000 route points. Performance issues with Neo4J’s then-available shortest-path algorithms limited our search to about 4,000 route points.]]></summary></entry><entry><title type="html">My first PCB</title><link href="http://localhost:4000/archive/my-first-pcb/" rel="alternate" type="text/html" title="My first PCB" /><published>2025-07-14T00:00:00+08:00</published><updated>2025-07-14T00:00:00+08:00</updated><id>http://localhost:4000/archive/my-first-pcb</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[In 2023, I started tinkering with DIY electronics as a hobby. Until now, I’ve been using development boards like the Arduino Uno and ESP-32-WROOM so that I can focus on the software. Recently, I decided to step outside of my comfort zone and design a PCB from scratch for a door lock I’m working on.]]></summary></entry><entry><title type="html">MOSFETs</title><link href="http://localhost:4000/archive/mosfet-switches/" rel="alternate" type="text/html" title="MOSFETs" /><published>2025-06-22T00:00:00+08:00</published><updated>2025-06-22T00:00:00+08:00</updated><id>http://localhost:4000/archive/mosfet-switches</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Recently, I needed a low-power circuit for one of my battery-operated projects. Much of the system’s power savings depended on its ability to switch off power to components, such as servos, electronically when not needed. That’s how I stumbled upon MOSFETs, transistors capable of controlling circuits operating at voltages far above their own.]]></summary></entry><entry><title type="html">Awesome books</title><link href="http://localhost:4000/archive/awesome-books/" rel="alternate" type="text/html" title="Awesome books" /><published>2025-04-20T00:00:00+08:00</published><updated>2025-04-20T00:00:00+08:00</updated><id>http://localhost:4000/archive/awesome-books</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[This article contains a list of my favourite books.]]></summary></entry><entry><title type="html">Notes on programming ATmega328P chips</title><link href="http://localhost:4000/archive/arduino-uno/" rel="alternate" type="text/html" title="Notes on programming ATmega328P chips" /><published>2025-04-10T00:00:00+08:00</published><updated>2025-04-10T00:00:00+08:00</updated><id>http://localhost:4000/archive/arduino-uno</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[This post is a step-by-step guide for wiring up ATmega328P ICs to run at 5 V with a 16 MHz crystal and 3.3 V with an 8 MHz crystal. While the 5 V configuration is common, the 3.3 V configuration can be advantageous in low-power applications and when interfacing with parts that run at 3.3 V.]]></summary></entry><entry><title type="html">Bare-metal ARM Cortex M3 chips</title><link href="http://localhost:4000/archive/arduino-due/" rel="alternate" type="text/html" title="Bare-metal ARM Cortex M3 chips" /><published>2024-10-05T00:00:00+08:00</published><updated>2024-10-05T00:00:00+08:00</updated><id>http://localhost:4000/archive/arduino-due</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[This post is about programming bare metal SAM3X8E Arm Cortex M3 chips found on Arduino Due boards. I had to learn how to do this because none of the high-level tools for programming Arduino Dues are available for OpenBSD, which I use for much of my personal computing.]]></summary></entry></feed> \ No newline at end of file
diff --git a/_site/index.html b/_site/index.html
index aa9a0f3..be86e71 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -23,7 +23,7 @@
<li >
<a href="/about/">abt</a>
</li>
- <li><a href="/rss.xml">rss</a></li>
+ <li><a href="/feed.xml">rss</a></li>
</ul>
</div>
diff --git a/_site/posts.xml b/_site/posts.xml
new file mode 100644
index 0000000..22b589f
--- /dev/null
+++ b/_site/posts.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="http://localhost:4000/posts.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-10-26T11:22:46+08:00</updated><id>http://localhost:4000/posts.xml</id><title type="html">ASCIIMX</title><subtitle>Journal politique impartial, &lt;br&gt; Par Mr. P. Marat auteur de l&apos;Offrande a la patrie, &lt;br&gt; du Moniteur et du Plan de Constitution, etc.
+</subtitle><author><name>Wickramage Don Sadeep Madurange</name></author></feed> \ No newline at end of file
diff --git a/_site/projects/bumblebee/index.html b/_site/projects/bumblebee/index.html
index 3e4d217..4d00996 100644
--- a/_site/projects/bumblebee/index.html
+++ b/_site/projects/bumblebee/index.html
@@ -27,7 +27,7 @@
<li >
<a href="/about/">abt</a>
</li>
- <li><a href="/rss.xml">rss</a></li>
+ <li><a href="/feed.xml">rss</a></li>
</ul>
</div>
diff --git a/_site/projects/desktop-unix/index.html b/_site/projects/desktop-unix/index.html
index 4b840bb..8a6d583 100644
--- a/_site/projects/desktop-unix/index.html
+++ b/_site/projects/desktop-unix/index.html
@@ -27,7 +27,7 @@
<li >
<a href="/about/">abt</a>
</li>
- <li><a href="/rss.xml">rss</a></li>
+ <li><a href="/feed.xml">rss</a></li>
</ul>
</div>
diff --git a/_site/projects/e-reader/index.html b/_site/projects/e-reader/index.html
index 88d48cf..a23e90a 100644
--- a/_site/projects/e-reader/index.html
+++ b/_site/projects/e-reader/index.html
@@ -27,7 +27,7 @@
<li >
<a href="/about/">abt</a>
</li>
- <li><a href="/rss.xml">rss</a></li>
+ <li><a href="/feed.xml">rss</a></li>
</ul>
</div>
diff --git a/_site/projects/etlas/index.html b/_site/projects/etlas/index.html
index e0d2811..5d90ae1 100644
--- a/_site/projects/etlas/index.html
+++ b/_site/projects/etlas/index.html
@@ -27,7 +27,7 @@
<li >
<a href="/about/">abt</a>
</li>
- <li><a href="/rss.xml">rss</a></li>
+ <li><a href="/feed.xml">rss</a></li>
</ul>
</div>
diff --git a/_site/projects/fpm-door-lock/index.html b/_site/projects/fpm-door-lock/index.html
index 73c9877..595df67 100644
--- a/_site/projects/fpm-door-lock/index.html
+++ b/_site/projects/fpm-door-lock/index.html
@@ -27,7 +27,7 @@
<li >
<a href="/about/">abt</a>
</li>
- <li><a href="/rss.xml">rss</a></li>
+ <li><a href="/feed.xml">rss</a></li>
</ul>
</div>
diff --git a/_site/projects/index.html b/_site/projects/index.html
index 4138259..c964d19 100644
--- a/_site/projects/index.html
+++ b/_site/projects/index.html
@@ -23,7 +23,7 @@
<li >
<a href="/about/">abt</a>
</li>
- <li><a href="/rss.xml">rss</a></li>
+ <li><a href="/feed.xml">rss</a></li>
</ul>
</div>
diff --git a/_site/projects/matrix-digital-rain/index.html b/_site/projects/matrix-digital-rain/index.html
index 7bef5cf..e6f7bce 100644
--- a/_site/projects/matrix-digital-rain/index.html
+++ b/_site/projects/matrix-digital-rain/index.html
@@ -27,7 +27,7 @@
<li >
<a href="/about/">abt</a>
</li>
- <li><a href="/rss.xml">rss</a></li>
+ <li><a href="/feed.xml">rss</a></li>
</ul>
</div>
diff --git a/_site/rss.xml b/_site/rss.xml
deleted file mode 100644
index bb93fd3..0000000
--- a/_site/rss.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="http://localhost:4000/rss.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-10-26T10:58:24+08:00</updated><id>http://localhost:4000/rss.xml</id><title type="html">ASCIIMX | Archive</title><subtitle>Journal politique impartial, &lt;br&gt; Par Mr. P. Marat auteur de l&apos;Offrande a la patrie, &lt;br&gt; du Moniteur et du Plan de Constitution, etc.
-</subtitle><author><name>Wickramage Don Sadeep Madurange</name></author><entry><title type="html">Neo4J A* search</title><link href="http://localhost:4000/archive/neo4j-a-star-search/" rel="alternate" type="text/html" title="Neo4J A* search" /><published>2025-09-14T00:00:00+08:00</published><updated>2025-09-14T00:00:00+08:00</updated><id>http://localhost:4000/archive/neo4j-a-star-search</id><author><name>Wickramage Don Sadeep Madurange</name></author><summary type="html"><![CDATA[Back in 2018, we used the Neo4J graph database to track the movement of marine vessels. We were interested in the shortest path a ship could take through a network of about 13,000 route points. Performance issues with Neo4J’s then-available shortest-path algorithms limited our search to about 4,000 route points.]]></summary></entry><entry><title type="html">My first PCB</title><link href="http://localhost:4000/archive/my-first-pcb/" rel="alternate" type="text/html" title="My first PCB" /><published>2025-07-14T00:00:00+08:00</published><updated>2025-07-14T00:00:00+08:00</updated><id>http://localhost:4000/archive/my-first-pcb</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[In 2023, I started tinkering with DIY electronics as a hobby. Until now, I’ve been using development boards like the Arduino Uno and ESP-32-WROOM so that I can focus on the software. Recently, I decided to step outside of my comfort zone and design a PCB from scratch for a door lock I’m working on.]]></summary></entry><entry><title type="html">MOSFETs</title><link href="http://localhost:4000/archive/mosfet-switches/" rel="alternate" type="text/html" title="MOSFETs" /><published>2025-06-22T00:00:00+08:00</published><updated>2025-06-22T00:00:00+08:00</updated><id>http://localhost:4000/archive/mosfet-switches</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Recently, I needed a low-power circuit for one of my battery-operated projects. Much of the system’s power savings depended on its ability to switch off power to components, such as servos, electronically when not needed. That’s how I stumbled upon MOSFETs, transistors capable of controlling circuits operating at voltages far above their own.]]></summary></entry><entry><title type="html">Awesome books</title><link href="http://localhost:4000/archive/awesome-books/" rel="alternate" type="text/html" title="Awesome books" /><published>2025-04-20T00:00:00+08:00</published><updated>2025-04-20T00:00:00+08:00</updated><id>http://localhost:4000/archive/awesome-books</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[This article contains a list of my favourite books.]]></summary></entry><entry><title type="html">Notes on programming ATmega328P chips</title><link href="http://localhost:4000/archive/arduino-uno/" rel="alternate" type="text/html" title="Notes on programming ATmega328P chips" /><published>2025-04-10T00:00:00+08:00</published><updated>2025-04-10T00:00:00+08:00</updated><id>http://localhost:4000/archive/arduino-uno</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[This post is a step-by-step guide for wiring up ATmega328P ICs to run at 5 V with a 16 MHz crystal and 3.3 V with an 8 MHz crystal. While the 5 V configuration is common, the 3.3 V configuration can be advantageous in low-power applications and when interfacing with parts that run at 3.3 V.]]></summary></entry><entry><title type="html">Bare-metal ARM Cortex M3 chips</title><link href="http://localhost:4000/archive/arduino-due/" rel="alternate" type="text/html" title="Bare-metal ARM Cortex M3 chips" /><published>2024-10-05T00:00:00+08:00</published><updated>2024-10-05T00:00:00+08:00</updated><id>http://localhost:4000/archive/arduino-due</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[This post is about programming bare metal SAM3X8E Arm Cortex M3 chips found on Arduino Due boards. I had to learn how to do this because none of the high-level tools for programming Arduino Dues are available for OpenBSD, which I use for much of my personal computing.]]></summary></entry></feed> \ No newline at end of file