From dcea564e09202020d779e63c863b785e6a19e569 Mon Sep 17 00:00:00 2001 From: Willem_O Date: Tue, 29 Jul 2025 21:56:22 +0200 Subject: [PATCH 1/4] Added noForth org & PID Retry for PID B126 without messing with other folders --- 1209/B126/index.md | 12 ++++++++++++ org/noForth/index.md | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 1209/B126/index.md create mode 100644 org/noForth/index.md diff --git a/1209/B126/index.md b/1209/B126/index.md new file mode 100644 index 00000000..5b911aeb --- /dev/null +++ b/1209/B126/index.md @@ -0,0 +1,12 @@ +--- +layout: pid +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/blob/main/README.md +--- +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 new file mode 100644 index 00000000..50d85016 --- /dev/null +++ b/org/noForth/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: noForth +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 319c2947bb572bd762aaecbf751233f9c6b34250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:27:12 +0000 Subject: [PATCH 2/4] Bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 6bcdd210..edcd0fac 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -6,7 +6,7 @@ jobs: name: Python Validator steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '3.x' - run: pip install -r requirements.txt; python3 -m test.validate_pids From ecec0ef0f1cdc564fc4ef9dda93c6362ad296f8a Mon Sep 17 00:00:00 2001 From: Willem_O Date: Thu, 2 Oct 2025 15:48:30 +0200 Subject: [PATCH 3/4] 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 5b911aeb..ea0583f1 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/blob/main/README.md +source: https://github.com/WillemOuwerkerk/noForth-T-hardware-examples-RP2040/blob/main/USB/USB-XS-003me.f --- noForth t compact interactive development system for RP2040 following the Forth 2012 standards document From 5f2d9983dc460123462cc96ce0554335449c37cf Mon Sep 17 00:00:00 2001 From: Willem_O Date: Thu, 4 Dec 2025 21:07:01 +0100 Subject: [PATCH 4/4] Updated github repo link --- 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 ea0583f1..90566940 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/blob/main/USB/USB-XS-003me.f +source: https://github.com/WillemOuwerkerk/noForth-T-hardware-examples-RP2040/tree/main/USB-CDC --- noForth t compact interactive development system for RP2040 following the Forth 2012 standards document