-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/0.1.0 pre alpha #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
except: chmod u+rx a c t new file: ARM-Forth/ARM-Forth.ino new file: ARM-Forth/README.md new file: ARM-Forth/a new file: ARM-Forth/c new file: ARM-Forth/compiler.fs new file: ARM-Forth/core.fs new file: ARM-Forth/job.fs new file: ARM-Forth/main.fs new file: ARM-Forth/sha1sums.txt new file: ARM-Forth/t new file: ARM-Forth/tags new file: ARM-Forth/vtags.fs new file: uri.txt On branch rp2040-dvlp-bb
Necessary checkpointing. No sense of which errors remain (too many parallel changes). modified: core.fs modified: job.fs new file: libtnr.fs modified: main.fs modified: memory.h modified: program.h modified: rp2040-ARM-Forth-sbx-a.ino new file: rp2040.cpp new file: rp2040.h modified: sketch.cpp modified: tags On branch rp2040-dvlp-bb
whatever these edits were. ;) modified: main.fs modified: memory.h modified: program.h modified: rp2040-ARM-Forth-sbx-a.ino modified: rp2040.cpp modified: sketch.cpp On branch rp2040-dvlp-bb
three pips initially then silence for 27 sec then blink at 1 Hz the interpreter is live the entire time. ;) modified: sketch.cpp On branch rp2040-dvlp-dd-multc-a
new file: r On branch rp2040-dvlp-dd-multc-a
modified: core.fs modified: libtnr.fs modified: main.fs modified: memory.h modified: sketch.cpp modified: tags On branch rp2040-multicore-a
modified: main.fs modified: memory.h modified: rp2040-ARM-Forth-sbx-a.ino modified: sketch.cpp modified: tags On branch rp2040-multicore-a
new file: n.READY.FOR.RELEASE On branch develop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First pre-Release. Multicore Forth for Raspberry Pi RP2040 Pico board.
Shattuck's ARM-Forth (2021) for qtpy and similar M0 boards.
Adapted for Earle Philhower's multicore development platform arduino-pico.
Blinks an LED in the background while using the Forth interpreter interactively.
sample run
h# 5 h# 3 * . 15
stop blinking start blinking (blinking is printed by Forth; type 'start' or 'stop' only
led on
led off
blink
h# 5 blinks
wiggle
h# 5 h# 3 over over * .s