-
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
Notify author here #3
Comments
hello, |
It's implemented. Go here: and check out the tags/releases - earlier releases have simpler implementations. Let me know if there's any problems! Thanks for looking. |
I just checked. The default prebuilt UF2 runs on the Raspberry Pi Pico RP2040. Type 'WORDS' and press enter. It should respond. It's implemented. Is a working CamelForth. ok 5 3 * . 15 like that. .S displays the stack: ok 1 DUP DUP + DUP DUP + DUP DUP + .S The one I linked to (above) has mass storage support, so When you press ESC it'll respond with 'ESC!' and that marks 'buf2flash' writes it out to flash. You may want to: ok hex 10040000 erase Then power cycle, to erase the flash where you will be After you've used 'erase' you can then use 'reading' and 'buf2flash' expects an address, and 'reading' provides it None of that is in this present repository. See the one I |
Also, try both Control M and Control J (one or the other) if pressing ENTER isn't working. Similarly, try Control H if Backspace isn't working. They're both narrowly tailored; I don't remember the exact I setup my telecom program correctly and don't think about |
Please notify me here of anything as I'll see it in email. Thanks!
The text was updated successfully, but these errors were encountered: