summaryrefslogtreecommitdiff
path: root/drivers/cc3000/inc/socket.h
AgeCommit message (Collapse)Author
2018-02-20Delete a bunch of docs, drivers and examples not relevant to CircuitPython.Scott Shawcroft
This fixes #345 and fixes #215.
2016-05-10drivers/cc3000: Rename timeval to cc3000_timeval, to avoid clash.Damien George
The timeval struct can be defined by system C headers.
2014-09-30drivers, cc3000: Wrap exported functions in a macro for renaming.Damien George
2014-09-26drivers, cc3k: Move cc3000 driver from stmhal to drivers directory.Damien George