From cf403e01692aefe2faeaa20812fd51d4d9227fee Mon Sep 17 00:00:00 2001 From: Travis Bemann Date: Thu, 27 Feb 2025 19:40:47 -0600 Subject: [PATCH 1/3] Reserving PID CCCC for the zeptoforth CDC Console --- 1209/CCCC/index.md | 10 ++++++++++ org/zeptoforth/index.md | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 1209/CCCC/index.md create mode 100644 org/zeptoforth/index.md diff --git a/1209/CCCC/index.md b/1209/CCCC/index.md new file mode 100644 index 00000000..144ff15f --- /dev/null +++ b/1209/CCCC/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: zeptoforth CDC Console +owner: zeptoforth +license: MIT +site: https://github.com/tabemann/zeptoforth/ +source: https://github.com/tabemann/zeptoforth/ +--- +zeptoforth is a FLOSS Forth compiler and operating system for ARM Cortex-M microcontrollers. + diff --git a/org/zeptoforth/index.md b/org/zeptoforth/index.md new file mode 100644 index 00000000..e4771317 --- /dev/null +++ b/org/zeptoforth/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: zeptoforth +site: http://github.com/tabemann/zeptoforth/ +--- +zeptoforth is a project for the development of a FLOSS Forth compiler and operating system for ARM Cortex-M microcontrollers. From cc471fc1ae8ed41ea38a014bd88a22a080951901 Mon Sep 17 00:00:00 2001 From: Travis Bemann Date: Thu, 27 Feb 2025 19:43:36 -0600 Subject: [PATCH 2/3] Removed organization from title --- 1209/CCCC/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/CCCC/index.md b/1209/CCCC/index.md index 144ff15f..d8ec1a19 100644 --- a/1209/CCCC/index.md +++ b/1209/CCCC/index.md @@ -1,6 +1,6 @@ --- layout: pid -title: zeptoforth CDC Console +title: CDC Console owner: zeptoforth license: MIT site: https://github.com/tabemann/zeptoforth/ From 89e7b34fd927767bfd76c02a58353e4baeb6a010 Mon Sep 17 00:00:00 2001 From: Travis Bemann Date: Thu, 27 Feb 2025 19:45:25 -0600 Subject: [PATCH 3/3] Revert "Removed organization from title" This reverts commit cc471fc1ae8ed41ea38a014bd88a22a080951901. --- 1209/CCCC/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/CCCC/index.md b/1209/CCCC/index.md index d8ec1a19..144ff15f 100644 --- a/1209/CCCC/index.md +++ b/1209/CCCC/index.md @@ -1,6 +1,6 @@ --- layout: pid -title: CDC Console +title: zeptoforth CDC Console owner: zeptoforth license: MIT site: https://github.com/tabemann/zeptoforth/