Hi Rafael,

> Trying to include dict_mcu.inc, I can't find file  words/no-wdt.asm
> It seems this file is missing from the distribution (amforth-5.0 or 
> amforth-code trunk)

no-wdt is intended to disable the watchdog at runtime (regardless of
the fuse settings). Unfortunatly there are two different methods
to do this, depending on the controller type: either WDTCR or WDTCSR
registers. SLEEP has a similiar dependency.

I simply did not yet write the code to generate the proper no-wdt.asm
file in the core/devices/<mcu>/words directories.

Just comment the line in the dict-file.

Matthias


------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - 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