-
- Downloads
cc2530dk: Added a 'Serial over USB' platform process
This is based on a usb-test example by Philippe Retornaz. It has been moved to platform and modified accordingly. With this in place: - putchar() can work over USB. So we can use things like printf, slip output - USB input can be redirected to slip or serial input The example itself is no longer needed in the source tree See Pull Request #18
Showing
- platform/cc2530dk/Makefile.cc2530dk 1 addition, 0 deletionsplatform/cc2530dk/Makefile.cc2530dk
- platform/cc2530dk/contiki-conf.h 5 additions, 0 deletionsplatform/cc2530dk/contiki-conf.h
- platform/cc2530dk/dev/usb-serial.c 283 additions, 0 deletionsplatform/cc2530dk/dev/usb-serial.c
- platform/cc2530dk/dev/usb-serial.h 57 additions, 0 deletionsplatform/cc2530dk/dev/usb-serial.h
Loading
Please register or sign in to comment