Re: [Amforth] A very, very minor suggestion for amforth-shell.py

2020-05-08 Thread John Verne
r the #include marker.frt > line. > > Best wishes, > Tristan > > > > > > > > > > > > > ___ > Amforth-devel mailing list for http://amforth.sf.net/ > Amforth-devel@lists.sourceforge.net > https://

Re: [Amforth] Sad News

2020-03-28 Thread John Verne
Thank you for taking on the responsibility and "keeping the lights on". Condolences to Matthias family. He will be missed. On Sat., Mar. 28, 2020, 04:52 Erich Wälde, wrote: > > Dear AmForthers, > > > I'm quite certain, that many of you have noticed Matthias' > unusual silence. Since July 2019

Re: [Amforth] Looking for instructions io install Amforth on Arduino

2019-07-10 Thread John Verne
> Amforth-devel mailing list for http://amforth.sf.net/ > Amforth-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/amforth-devel > -- [image: --] John Verne [image: https://]about.me/jverne <https://about.me/jverne?promo=email_sig> __

Re: [Amforth] Setting of the fuses Arduino Ono

2018-10-16 Thread John Verne
yte 0x > 0xfd != 0x05 > avrdude: verification error; content mismatch > > avrdude: safemode: efuse changed! Was 5, and is now fd > Would you like this fuse to be changed back? [y/n] n > avrdude: safemode: Fuses OK (E:05, H:DE, L:FF) > > avrdude done. Thank you.

Re: [Amforth] Setting of the fuses Arduino Ono

2018-10-16 Thread John Verne
It is warning you that you are changing the low fuse settings. This is because changing fuses can permanently damage the chip. In this case it looks like the existing fuse settings are CKSEL1 only, but your AVRDude command wants to set 0x05, which enables a bunch of fuses. You should be ok

Re: [Amforth] A good editor/terminal for MacOSX

2018-10-15 Thread John Verne
Your tool chain will really depend on the host computer type. The tools available on Windows are different than than those for Linux, for example. The FAQ and user guides are pretty good start, with dips into the more technical guide and cookbook for specific tips. Check out the Tools section of

Re: [Amforth] Question

2018-10-15 Thread John Verne
There is an SVN link off the amforth sourceforge page. As far as I know, this is where the source for the shipped libraries resides. On Mon, Oct 15, 2018, 08:37 Jan Kromhout via Amforth-devel < amforth-devel@lists.sourceforge.net> wrote: > Hello, > > It’s a while ago that I implemented AmForth