aboutsummaryrefslogtreecommitdiff
path: root/drivers/cc3000/src
AgeCommit message (Collapse)Author
2016-05-10drivers/cc3000: Rename timeval to cc3000_timeval, to avoid clash.Damien George
The timeval struct can be defined by system C headers.
2015-04-18stmhal: Remove std.h. It's not needed anymore.Damien George
2015-01-07drivers/cc3000: Fix call to extint_register.Damien George
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-11-21drivers, cc3000: Cleaning up, make local functions static.Damien George
2014-09-30drivers, cc3000: Wrap exported functions in a macro for renaming.Damien George
2014-09-30stmhal: For spi_init, add argument to select if NSS pin is enabled.Damien George
Most of the time you don't use the NSS pin of the SPI bus, and so it shouldn't be enabled by default (this gave some bugs in the past).
2014-09-26drivers, cc3k: Move cc3000 driver from stmhal to drivers directory.Damien George