summaryrefslogtreecommitdiff
path: root/drivers/cc3000/inc/socket.h
AgeCommit message (Collapse)Author
2022-08-26drivers/cc3000: Remove CC3000 WiFi driver files.Damien George
It's no longer used by any port. Signed-off-by: Damien George <damien@micropython.org>
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