cc430 / cc110x question

Hi all !

Thank you very much for this great project :slight_smile: I've been learning RIOT a bit by porting some periphs on lm4f120 board, which is rather easy !

Now, I want to use my old TI Chronos Watches (cc430 based). Basic things works (ie. I can use printf, xtimer, ...). But my goal would be to use its integrated radio.

IIUC, the current cc110x driver in RIOT uses SPI, which is not suitable for the cc430. Has anyone used the RF on the cc430 ? I guess it has been done at some point as the wiki list it as "supported".

I'm interested in any feedback, before starting to hack the RF cc430 support in existing code.

Thanks, Marc