Results 5 issues of Rob Probin

Minor changes to get ff-shell.py working on Python 3. (Revised script is called ff-shell3.py at the moment). Also changed: - Fixed errors messages to show serial device rather than default....

``` interrupt import ok 0 NVIC_ISPR_SETPEND@ . *** HARD FAULT *** Exception state: IPSR: 00000003 XPSR: 21000200 Return address: 20002DF6 bit@ 20002DF2 +00000004 LR: 1001A5C5 NVIC_ISPR_SETPEND@ 1001A580 +00000044 SP: 20041FE0...

``` ok reboot Welcome to zeptoforth Built for rp2040, version 1.0.2, on Sat Jun 10 05:07:21 PM CDT 2023 zeptoforth comes with ABSOLUTELY NO WARRANTY: for details type `license' ok...

If you have a text file... ![image](https://github.com/mattsteeldue/vforth-next/assets/4871013/20a75be4-0f85-47ff-827d-2df1a036ea54) Then LED that text file: ![image](https://github.com/mattsteeldue/vforth-next/assets/4871013/17f7fadc-c3c4-408d-961d-238031216ed1)

bug

I'd like to implement Matter support in Zeptoforth at some point. See https://csa-iot.org/all-solutions/matter/ and https://en.wikipedia.org/wiki/Matter_(standard) In order to do this, we'd need to start with IPv6 and build up support...