Re: [Amforth] Turnkey

2019-02-25 Thread Erich Wälde
Hello Jan, Jan Kromhout writes: > I have create a turnkey project, how can I remove the turnkey > so it will not start at start-up? :-) Well, let's see. How did you "register" the turnkey application? forth> ' my-turnkey to turnkey maybe with "is" instead of "to". So the question reduces to:

[Amforth] Turnkey

2019-02-25 Thread Jan Kromhout
Hello, I have create a turnkey project, how can I remove the turnkey so it will not start at start-up? Cheers, Jan ___ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/li

Re: [Amforth] Error in example multitasking at amforth.sourceforge.net

2019-02-25 Thread Erich Wälde
Hello Jan, the example was done in some version of AmForth. Later Matthias has changed the name from tid to tcb (task control block, probably). So, yes your observation is correct, and you found the correct solution! Cheers, Erich Jan Kromhout via Amforth-devel writes: > Hello, > > When I lo

[Amforth] Error in example multitasking at amforth.sourceforge.net

2019-02-25 Thread Jan Kromhout via Amforth-devel
Hello, When I look to the example of multitasking I think something is wrong. This is the code at amforth.sourceforge.net : : starttasker task_demo task-init \ create TCB in RAM start-demo \ activate tasks job onlytask task_demo tcb>tid alsotask mul

Re: [Amforth] Soft Serial Port

2019-02-25 Thread Jan Kromhout
Tristan, What do you mean with “and a small sck period” Can you publish your code as an example how you have read your gps? With kindly regards, Jan Verstuurd vanaf mijn iPad > Op 17 feb. 2019 om 18:19 heeft Tristan Williams het > volgende geschreven: > > Jan, > >> Loading my Mega with fo