From: Matthias T. <mt...@we...> - 2010-02-10 18:44:18
|
Andy Kirby wrote: > Do these have what I would need and if so how do I auto-generate the > .asm and .frt files from them ?? > I use the xml files located in the Partdescription directory from the AVR studio to generate the frt and asm files. amforth has the tool pd2amforth, that takes every xml file in the current directory and tries to interpret it as a partdescription (hence the pd) file. But be warned: there are many dependencies for various non-standard perl libraries... (my ubuntu box can install them all with apt-get from the ubuntu repositories.) The generated files need some more work to be usable, they do not work out-of-the-box. It only a helper tool.... good luck Matthias |