Skip to content

rpricken/cc3100-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cc3100-linux

Patch to run wlan module TI cc3100boost on linux.

Note: To execute these applications the kernel module cc3100-spi has to be loaded successfully. For further information read the file ./cc3100-spi-kernelmodul/README.md

To get started:

  • download the cc3100sdk from ti: http://www.ti.com/tool/cc3100sdk

    • install (extract) the sdk: wine CC3100SDK-1.0.0-windows-installer.exe

    • clone the git repository

    • sync the repository into the extracted sdk rsync -rtv cc3100-linux/ <path>/ti/cc3100-sdk/

    • to modify the example applications and create header file:

      • cp simplelink/template_user.h platform/linux/user.h
      • patch platform/linux/user.h < user.patch
      • cd examples
      • patch -p1 < examples.patch

Three sample applications from TI were tested and can be compiled:

About

Patch to run wlan module TI cc3100boost on linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published