Hello,
On Wed, Dec 21, 2011 at 12:06 PM, M Pouillot wrote:
> Hello all,
>
>
>
> I need to implement a 6lowpan linux driver for the CC2530 from TI. This
> transceiver purposes its own serial protocol to manage its Z-MAC (embedded
> 802.15.4 Mac layer). I see Linux-Zigbee allows hardMAC (for trans
Hi, Mathieu,
2011/12/21 M Pouillot :
> Hello all,
>
>
>
> I need to implement a 6lowpan linux driver for the CC2530 from TI. This
6LowPAN isn't a driver, it's an abstract hook which is independent of
bottom layers.
> transceiver purposes its own serial protocol to manage its Z-MAC (embedded
> 80
@gmail.com]
Envoyé : mercredi 21 décembre 2011 18:15
À : M Pouillot
Cc : linux-zigbee-devel@lists.sourceforge.net
Objet : Re: [Linux-zigbee-devel] Zigbee-linux CC2530 implementation
If you're loading code into the CC2530, can the sdcc link to the TI code, or
are you forced to use IAR?
On We
gt; kernel driver.
>
> Probably easier to work with a CC2531 USB stick on a desktop machine
> until you get everything debugged.
>
>>
>> best regards,
>>
>> Mathieu
>>
>> -Message d'origine-
>> De : jonsm...@gmail.com [mailto:jonsm..
to:jonsm...@gmail.com]
> Envoyé : mercredi 21 décembre 2011 17:04
> À : M Pouillot
> Cc : linux-zigbee-devel@lists.sourceforge.net
> Objet : Re: [Linux-zigbee-devel] Zigbee-linux CC2530 implementation
>
> Check out Contiki. Contiki already has an open source CC2530 implementation
erial driver... have you some suggestions?
best regards,
Mathieu
-Message d'origine-
De : jonsm...@gmail.com [mailto:jonsm...@gmail.com]
Envoyé : mercredi 21 décembre 2011 17:04
À : M Pouillot
Cc : linux-zigbee-devel@lists.sourceforge.net
Objet : Re: [Linux-zigbee-devel] Zigbee-li
Check out Contiki. Contiki already has an open source CC2530
implementation using sdcc compiler.
It shouldn't be too hard to alter that code to work in this environment.
On Wed, Dec 21, 2011 at 3:06 AM, M Pouillot wrote:
> Hello all,
>
>
>
> I need to implement a 6lowpan linux driver for the CC2