All,

We have a commercial project that is using AmForth-Shadow. A decision
was made to gradually release original software pieces from that project
to AmForth-Shadow which are of general use nature.
In that vein, lib/clib.frt is a new clock library which enhances the
effectiveness of soft Interrupt Service Routines (ISRs) by introducing
delayed execution words.
An ISR, for example, before it ends can schedule continued activity
after a desired number of milliseconds.
See elist ( delay value xt -- error-flag ), etc.

I trust to have your interest.

Thanks, Enoch.

P/S AmForth-Shadow is an AmForth fork since the latter's decision to
adopt GPLv3. The Shadow has Atmel AVR8 focus only and is real time
development oriented.
The project is hosted at <https://github.com/wexi/amforth-shadow>.
AmForth-Shadow is GPLv2 licensed. Newly contributed code (underived
code) follows the FreeBSD model.





------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to