Re: [avr-gcc-list] USB

2007-10-17 Thread Dave Hylands
> Here's a place you can get the FTDI USB-UART (serial) converter already > soldered. > http://www.beyondttl.com/usb232lv.html And another: http://www.sparkfun.com/commerce/product_info.php?products_id=718 SparkFun has quite a few chips available on breakout boards. -- Dave Hylands Vancouver,

Re: [avr-gcc-list] OS X install

2007-10-17 Thread Rick Mann
On Oct 17, 2007, at 1:01 PM, David Kelly wrote: You include the same patches and tweaks as WinAVR? Much the way Joerg's FreeBSD port and WinAVR stay in close sync? Several months ago I tried several MacOS X "ports" of avr-gcc but none supported ATmega 48 and/or 168 (forgot which, or both). I

Re: [avr-gcc-list] Re: TinyOs avr-gcc-4 - a wrap-up

2007-10-17 Thread John Regehr
Here's how I'd sum it up: - TinyOS is written in the nesC programming language, which is a close dialect of C supporting some additional features - At present there is only one compiler for the nesC language, and it operates by translating nesC input into C - The nesC language is designed

RE: [avr-gcc-list] Re: TinyOs avr-gcc-4 - a wrap-up

2007-10-17 Thread Eric Weddington
> -Original Message- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > org] On Behalf Of Gre7g Luterman > Sent: Wednesday, October 17, 2007 1:57 PM > To: avr-gcc-list@nongnu.org > Subject: [avr-gcc-list] Re: TinyOs avr-gcc-4 - a wrap-up > > --- David Gay <[EMAIL PROTECTED]> wrote:

RE: [avr-gcc-list] Re: TinyOs avr-gcc-4 - a wrap-up

2007-10-17 Thread Alex Shepherd
> Well, not to detract from this spirited discussion, > but using a kernel approach doesn't really solve the > question at hand, does it? The problem is that TinyOS > is written in nesC and no one has ported nesC to AVR. The Meshnetics OpenMAC 802.15.4 library is written in nesC and runs on the A

Re: [avr-gcc-list] OS X install

2007-10-17 Thread David Kelly
On Wed, Oct 17, 2007 at 09:06:39PM +0200, Francesco Sacchi wrote: > Dave N6NZ ha scritto: > >OK, a FAQ, I know. > > > >I need to install the avr-gcc tool chain on a MacBook, OS X. Can > >someone please give me a pointer to the current best-known-method for > >getting the most up-to-date tool cha

[avr-gcc-list] Re: TinyOs avr-gcc-4 - a wrap-up

2007-10-17 Thread Gre7g Luterman
--- David Gay <[EMAIL PROTECTED]> wrote: > Another variation on this approach is building a > "kernel" in > nesC/TinyOS, which has a nice C interface for > application-level > programs. I believe several people are looking into > doing something > like this. Well, not to detract from this spirite

Re: [avr-gcc-list] USB

2007-10-17 Thread alee
Shashank Chintalagiri wrote: Hi, Does anyone know of any chip that will let me interface with USB devices from an ATmega, that is available in DIP packages? Thanks Here's a place you can get the FTDI USB-UART (serial) converter already soldered. http://www.beyondttl.com/usb232lv.html

Re: [avr-gcc-list] OS X install

2007-10-17 Thread Francesco Sacchi
Dave N6NZ ha scritto: OK, a FAQ, I know. I need to install the avr-gcc tool chain on a MacBook, OS X. Can someone please give me a pointer to the current best-known-method for getting the most up-to-date tool chain on a Mac? If you want also to take a look at my script: http://www.develer.c

RE: [Tinyos-devel] RE: [avr-gcc-list] Fwd: [Tinyos-help] TinyOs avr-gcc-4

2007-10-17 Thread Eric Weddington
> -Original Message- > From: John Regehr [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 17, 2007 10:40 AM > To: Eric Weddington > Cc: 'Philip Levis'; 'David Gay'; 'Eric Gnoske'; 'Avr List > Server'; 'TinyOS Development'; [EMAIL PROTECTED] > Subject: RE: [Tinyos-devel] RE: [avr-gcc-l

Re: [avr-gcc-list] OS X install

2007-10-17 Thread David Gay
On 10/17/07, Dave N6NZ <[EMAIL PROTECTED]> wrote: > OK, a FAQ, I know. > > I need to install the avr-gcc tool chain on a MacBook, OS X. Can > someone please give me a pointer to the current best-known-method for > getting the most up-to-date tool chain on a Mac? macports includes avr-gcc & co. No

Re: [Tinyos-devel] RE: [avr-gcc-list] Fwd: [Tinyos-help] TinyOs avr-gcc-4

2007-10-17 Thread David Gay
On 10/17/07, John Regehr <[EMAIL PROTECTED]> wrote: > > can meet in the middle, where we all win. TinyOS is a great idea for sensor > > networks. I'd like to be able join forces to promote it further. I don't see > > It seems likely that the toolchain problems can be made to go away with > modest e

Re: [avr-gcc-list] OS X install

2007-10-17 Thread Rick Mann
On Oct 17, 2007, at 9:46 AM, Dave N6NZ wrote: OK, a FAQ, I know. I need to install the avr-gcc tool chain on a MacBook, OS X. Can someone please give me a pointer to the current best-known-method for getting the most up-to-date tool chain on a Mac? I wrote a simple, semi-automatic scrip

[avr-gcc-list] OS X install

2007-10-17 Thread Dave N6NZ
OK, a FAQ, I know. I need to install the avr-gcc tool chain on a MacBook, OS X. Can someone please give me a pointer to the current best-known-method for getting the most up-to-date tool chain on a Mac? Thanks, Dave ___ AVR-GCC-list mailing li

RE: [Tinyos-devel] RE: [avr-gcc-list] Fwd: [Tinyos-help] TinyOs avr-gcc-4

2007-10-17 Thread John Regehr
> can meet in the middle, where we all win. TinyOS is a great idea for sensor > networks. I'd like to be able join forces to promote it further. I don't see It seems likely that the toolchain problems can be made to go away with modest effort. Another step towards meeting in the middle could bui

Re: [avr-gcc-list] USB

2007-10-17 Thread Joerg Wunsch
As Xiaofan Chen wrote: > > An AVR itself. ;-) There are a number of software-USB solutions > > around for it (including an Atmel appnote). However, they all are > > low-speed USB solutions. > But this kind of firmware-only based USB does not confirm to > USB standard. That's why I put a smiley