From 4e12af7e43c756b209deb4c2d70c50d6212cba71 Mon Sep 17 00:00:00 2001 From: Willem_O Date: Tue, 29 Jul 2025 17:58:07 +0200 Subject: [PATCH 01/11] Added noForth org Open source Forth systems --- org/noForth/readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 org/noForth/readme.md diff --git a/org/noForth/readme.md b/org/noForth/readme.md new file mode 100644 index 00000000..db6a57d3 --- /dev/null +++ b/org/noForth/readme.md @@ -0,0 +1,9 @@ +--- +layout: noforth +title: My organisation +site: https://home.hccnet.nl/anij/nof/noforth.html +site: https://home.hccnet.nl/willem.ouwerkerk/egel-for-msp430/egel%20for%20launchpad.html +Github: https://github.com/WillemOuwerkerk/noForth-T-hardware-examples-RP2040 +--- +We develop open source noForth systems and lots of examples for MSP430, Risc-V and RP2040 +We provide lectures and tutorials. From 56e83ad38f81635116157ca4cae8f6e93ad566bd Mon Sep 17 00:00:00 2001 From: Willem_O Date: Tue, 29 Jul 2025 18:06:01 +0200 Subject: [PATCH 02/11] Update readme.md Updated index.md --- org/noForth/readme.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 org/noForth/readme.md diff --git a/org/noForth/readme.md b/org/noForth/readme.md deleted file mode 100644 index db6a57d3..00000000 --- a/org/noForth/readme.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: noforth -title: My organisation -site: https://home.hccnet.nl/anij/nof/noforth.html -site: https://home.hccnet.nl/willem.ouwerkerk/egel-for-msp430/egel%20for%20launchpad.html -Github: https://github.com/WillemOuwerkerk/noForth-T-hardware-examples-RP2040 ---- -We develop open source noForth systems and lots of examples for MSP430, Risc-V and RP2040 -We provide lectures and tutorials. From 6b0d9551c236030701855365e1eab6fba039ae44 Mon Sep 17 00:00:00 2001 From: Willem_O Date: Tue, 29 Jul 2025 18:06:03 +0200 Subject: [PATCH 03/11] Create index.md --- org/noForth/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 org/noForth/index.md diff --git a/org/noForth/index.md b/org/noForth/index.md new file mode 100644 index 00000000..873d9aec --- /dev/null +++ b/org/noForth/index.md @@ -0,0 +1,10 @@ +--- +layout: org +title: noForth +sites: https://home.hccnet.nl/anij/nof/noforth.html + https://home.hccnet.nl/willem.ouwerkerk/egel-for-msp430/egel%20for%20launchpad.html + https://github.com/WillemOuwerkerk/noForth-T-hardware-examples-RP2040 +--- +We develop open source noForth systems and lots of examples for MSP430, Risc-V and RP2040. +We provide free lectures and tutorials too. + From dec108f257885c79e7a03f75eae12a22ad2ccf8f Mon Sep 17 00:00:00 2001 From: Willem_O Date: Tue, 29 Jul 2025 20:25:11 +0200 Subject: [PATCH 04/11] Added PID B126 --- 1209/B126/index.md | 12 ++++++++++++ 1209/CCCC/.~lock.index.md# | 1 + 2 files changed, 13 insertions(+) create mode 100644 1209/B126/index.md create mode 100644 1209/CCCC/.~lock.index.md# diff --git a/1209/B126/index.md b/1209/B126/index.md new file mode 100644 index 00000000..f3593a25 --- /dev/null +++ b/1209/B126/index.md @@ -0,0 +1,12 @@ +--- +layout: pid +title: noForth USB CDC driver +owner: noForth +license: MIT +site: https://home.hccnet.nl/anij/nof/noforth.html +source: https://github.com/WillemOuwerkerk/noForth-T-hardware-examples-RP2040/tree/main/USB +--- +noForth t interactive development system for RP2040 + +--- + diff --git a/1209/CCCC/.~lock.index.md# b/1209/CCCC/.~lock.index.md# new file mode 100644 index 00000000..8b9209ae --- /dev/null +++ b/1209/CCCC/.~lock.index.md# @@ -0,0 +1 @@ +W O,DESKTOP-U5UP9C8/Gebruiker,DESKTOP-U5UP9C8,29.07.2025 20:22,file:///C:/Users/Gebruiker/AppData/Roaming/LibreOffice/4; \ No newline at end of file From 22a224615119fcd8f0b35d57e4af9dcb2b63a2a3 Mon Sep 17 00:00:00 2001 From: Willem_O Date: Tue, 29 Jul 2025 20:29:40 +0200 Subject: [PATCH 05/11] Updated B126 index noForth t an compact standard Forth for the RP2040 --- 1209/B126/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/1209/B126/index.md b/1209/B126/index.md index f3593a25..1108d9a6 100644 --- a/1209/B126/index.md +++ b/1209/B126/index.md @@ -6,7 +6,8 @@ license: MIT site: https://home.hccnet.nl/anij/nof/noforth.html source: https://github.com/WillemOuwerkerk/noForth-T-hardware-examples-RP2040/tree/main/USB --- -noForth t interactive development system for RP2040 +noForth t compact interactive development system for RP2040 +following the Forth 2012 Standards document --- From 52f0add20c837ae20f274764a9ec946b622e6b1f Mon Sep 17 00:00:00 2001 From: Willem_O Date: Tue, 29 Jul 2025 20:46:11 +0200 Subject: [PATCH 06/11] Removed somelinks --- org/noForth/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/org/noForth/index.md b/org/noForth/index.md index 873d9aec..96240b9c 100644 --- a/org/noForth/index.md +++ b/org/noForth/index.md @@ -2,9 +2,6 @@ layout: org title: noForth sites: https://home.hccnet.nl/anij/nof/noforth.html - https://home.hccnet.nl/willem.ouwerkerk/egel-for-msp430/egel%20for%20launchpad.html - https://github.com/WillemOuwerkerk/noForth-T-hardware-examples-RP2040 --- -We develop open source noForth systems and lots of examples for MSP430, Risc-V and RP2040. -We provide free lectures and tutorials too. +We develop open source noForth systems and lots of examples for MSP430, Risc-V and RP2040. We provide free lectures and tutorials too. From 6e51e3eec28440157183cac61697abb80c1b6252 Mon Sep 17 00:00:00 2001 From: Willem_O Date: Tue, 29 Jul 2025 21:01:24 +0200 Subject: [PATCH 07/11] Update index files for noForth --- 1209/B126/.~lock.index.md# | 1 + 1209/B126/index.md | 4 ++-- org/noForth/.~lock.index.md# | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 1209/B126/.~lock.index.md# create mode 100644 org/noForth/.~lock.index.md# diff --git a/1209/B126/.~lock.index.md# b/1209/B126/.~lock.index.md# new file mode 100644 index 00000000..88ea6db9 --- /dev/null +++ b/1209/B126/.~lock.index.md# @@ -0,0 +1 @@ +W O,DESKTOP-U5UP9C8/Gebruiker,DESKTOP-U5UP9C8,29.07.2025 21:00,file:///C:/Users/Gebruiker/AppData/Roaming/LibreOffice/4; \ No newline at end of file diff --git a/1209/B126/index.md b/1209/B126/index.md index 1108d9a6..66bccdde 100644 --- a/1209/B126/index.md +++ b/1209/B126/index.md @@ -1,13 +1,13 @@ --- layout: pid -title: noForth USB CDC driver +title: noForth-t-CDC-driver owner: noForth license: MIT site: https://home.hccnet.nl/anij/nof/noforth.html source: https://github.com/WillemOuwerkerk/noForth-T-hardware-examples-RP2040/tree/main/USB --- noForth t compact interactive development system for RP2040 -following the Forth 2012 Standards document +following the Forth 2012 standards document --- diff --git a/org/noForth/.~lock.index.md# b/org/noForth/.~lock.index.md# new file mode 100644 index 00000000..fd6f71ca --- /dev/null +++ b/org/noForth/.~lock.index.md# @@ -0,0 +1 @@ +W O,DESKTOP-U5UP9C8/Gebruiker,DESKTOP-U5UP9C8,29.07.2025 20:56,file:///C:/Users/Gebruiker/AppData/Roaming/LibreOffice/4; \ No newline at end of file From 301f48dbeca07e25c0703c3b1b856e252326fb76 Mon Sep 17 00:00:00 2001 From: Willem_O Date: Tue, 29 Jul 2025 21:02:15 +0200 Subject: [PATCH 08/11] Update for noForth index files --- 1209/B126/.~lock.index.md# | 1 - org/noForth/.~lock.index.md# | 1 - 2 files changed, 2 deletions(-) delete mode 100644 1209/B126/.~lock.index.md# delete mode 100644 org/noForth/.~lock.index.md# diff --git a/1209/B126/.~lock.index.md# b/1209/B126/.~lock.index.md# deleted file mode 100644 index 88ea6db9..00000000 --- a/1209/B126/.~lock.index.md# +++ /dev/null @@ -1 +0,0 @@ -W O,DESKTOP-U5UP9C8/Gebruiker,DESKTOP-U5UP9C8,29.07.2025 21:00,file:///C:/Users/Gebruiker/AppData/Roaming/LibreOffice/4; \ No newline at end of file diff --git a/org/noForth/.~lock.index.md# b/org/noForth/.~lock.index.md# deleted file mode 100644 index fd6f71ca..00000000 --- a/org/noForth/.~lock.index.md# +++ /dev/null @@ -1 +0,0 @@ -W O,DESKTOP-U5UP9C8/Gebruiker,DESKTOP-U5UP9C8,29.07.2025 20:56,file:///C:/Users/Gebruiker/AppData/Roaming/LibreOffice/4; \ No newline at end of file From 09447ea009eb0fd057492da9aa9c5c3a74e787be Mon Sep 17 00:00:00 2001 From: Willem_O Date: Tue, 29 Jul 2025 21:08:11 +0200 Subject: [PATCH 09/11] Edited both index files Removed typos --- 1209/B126/index.md | 1 - org/noForth/index.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/1209/B126/index.md b/1209/B126/index.md index 66bccdde..b04d61ab 100644 --- a/1209/B126/index.md +++ b/1209/B126/index.md @@ -9,5 +9,4 @@ source: https://github.com/WillemOuwerkerk/noForth-T-hardware-examples-RP2040/tr noForth t compact interactive development system for RP2040 following the Forth 2012 standards document ---- diff --git a/org/noForth/index.md b/org/noForth/index.md index 96240b9c..50d85016 100644 --- a/org/noForth/index.md +++ b/org/noForth/index.md @@ -1,7 +1,7 @@ --- layout: org title: noForth -sites: https://home.hccnet.nl/anij/nof/noforth.html +site: https://home.hccnet.nl/anij/nof/noforth.html --- We develop open source noForth systems and lots of examples for MSP430, Risc-V and RP2040. We provide free lectures and tutorials too. From f4903ec1964e60635e81c0badd73eec3c8861874 Mon Sep 17 00:00:00 2001 From: Willem_O Date: Tue, 29 Jul 2025 21:19:28 +0200 Subject: [PATCH 10/11] Update index.md --- 1209/B126/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/B126/index.md b/1209/B126/index.md index b04d61ab..f6fa80c2 100644 --- a/1209/B126/index.md +++ b/1209/B126/index.md @@ -4,7 +4,7 @@ title: noForth-t-CDC-driver owner: noForth license: MIT site: https://home.hccnet.nl/anij/nof/noforth.html -source: https://github.com/WillemOuwerkerk/noForth-T-hardware-examples-RP2040/tree/main/USB +source: https://github.com/WillemOuwerkerk/noForth-T-hardware-examples-RP2040/blob/main/README.md --- noForth t compact interactive development system for RP2040 following the Forth 2012 standards document From a5a21a1a4b99e948febba8439c8f5656a24dfb3c Mon Sep 17 00:00:00 2001 From: Willem_O Date: Tue, 29 Jul 2025 21:28:18 +0200 Subject: [PATCH 11/11] Ignored CCCC --- .gitignore | 1 + 1209/B126/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cb5c1478..08d53cbf 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ _site/ /vendor /Gemfile.lock /.jekyll-metadata +1209/B126/index.md diff --git a/1209/B126/index.md b/1209/B126/index.md index f6fa80c2..5b911aeb 100644 --- a/1209/B126/index.md +++ b/1209/B126/index.md @@ -1,6 +1,6 @@ --- layout: pid -title: noForth-t-CDC-driver +title: noForth t CDC driver owner: noForth license: MIT site: https://home.hccnet.nl/anij/nof/noforth.html