Re: [Amforth] What files are put in which locations to get 1-wire running on an ATmega2560 platform?

2013-08-15 Thread Michael Picco
Hello Erich, Thank you for the reply. Can I safely assume the template file can be copied/pasted to my new project and used as-is for 1wire? The other question is about the other files required: dict_appl dict_appl_core etc. Should I be using the ones in the atmega2561 directory for creation of a

Re: [Amforth] Build recent amforth with avra

2013-08-15 Thread Mark Malmros
Erich, your results confirm mine - even making the same move of "words/noop.asm" - 5.1 assembles but no terminal prompt (for the 328P). With 5.0, simply moving .include "drivers/usart_0.asm" above terminal settings in the template.asm file eliminates the error and assembles working code. I have t

Re: [Amforth] What files are put in which locations to get 1-wire running on an ATmega2560 platform?

2013-08-15 Thread Erich Waelde
Hello Michael, On 08/15/2013 09:24 PM, Michael Picco wrote: > I am using the avrispMK2 and Atmel Studio 5.0. > > ... The other > question I have is the where in the 'project' I should include the 1wire > file from the driver directory? 1wire: If you look into appl/template/template.asm you will

[Amforth] What files are put in which locations to get 1-wire running on an ATmega2560 platform?

2013-08-15 Thread Michael Picco
I am using the avrispMK2 and Atmel Studio 5.0. I don't find an ASM file specifically for the 2560 and wonder if the 2561 file is the one I should being using. The other question I have is the where in the 'project' I should include the 1wire file from the driver directory? Any guidance is apprec

Re: [Amforth] Build recent amforth with avra

2013-08-15 Thread Marcin Cieslak
On Thu, 15 Aug 2013, Erich Waelde wrote: > All this just confirms that this particular version of avra is lacking > support for "forward references". Yeah, we need to get it right and quickly release a new version... //Marcin -

Re: [Amforth] Build recent amforth with avra

2013-08-15 Thread Erich Waelde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/13/2013 09:01 PM, Erich Waelde wrote: > Hi all, > > same experiment for atmega32, on amd64 host. > same results, except that "usart_0.asm" is replaced by "usart.asm". > same experiment with amforth-5.1 I'm using appl/template (not appl/arduino