Re: [Sdcc-user] TUSB3210 and TUSB2136 (8051 with USB) headers, library and demo programs

2008-12-31 Thread Dave McGuire
On Dec 31, 2008, at 11:43 AM, Maarten Brock wrote: > I'm not sure what to do with the library. SDCC currently has almost > no library code for 8051 derivatives and I'm not sure if we want to > start to. Most library functionality can be found on the SDCC OKR, > on www.8052.com or on the website of

Re: [Sdcc-user] popGet warning

2008-12-31 Thread Raphael Neider
Hi, > - syntax error in the line after the last one ??? > I could not repcroduce it normally, after commenting out almost > everything, it disappeard. While uncommenting it does not showed > again... :) It made me crazy for an hour searching for typhos. Without some source showing this behaviour

Re: [Sdcc-user] TUSB3210 and TUSB2136 (8051 with USB) headers, library and demo programs

2008-12-31 Thread Borut Razem
Hi Hansi, I have also a concern about the license you chosen: in the embedded world LGPL is equal to GPL: it doesn't allow to statically link the (L)GPL library with the closed source code. If you want to enable linking your library with the proprietary code I propose GPL+LE - GPL plus Library

Re: [Sdcc-user] TUSB3210 and TUSB2136 (8051 with USB) headers, library and demo programs

2008-12-31 Thread Maarten Brock
Hello Hansi, I'm not sure what to do with the library. SDCC currently has almost no library code for 8051 derivatives and I'm not sure if we want to start to. Most library functionality can be found on the SDCC OKR, on www.8052.com or on the website of the manufacturer. But I'm just one vote s