index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cc3000
Age
Commit message (
Expand
)
Author
2018-08-08
drivers/cc3000: Use cc3000_time_t instead of time_t for custom typedef.
roland
2018-02-05
drivers/cc3200: Update to work with new stm32 SPI API.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2016-10-21
py: Specialise builtin funcs to use separate type for fixed arg count.
Damien George
2016-05-10
drivers/cc3000: Rename timeval to cc3000_timeval, to avoid clash.
Damien George
2015-04-18
stmhal: Remove std.h. It's not needed anymore.
Damien George
2015-01-07
drivers/cc3000: Fix call to extint_register.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-11-21
drivers, cc3000: Cleaning up, make local functions static.
Damien George
2014-09-30
drivers, cc3000: Wrap exported functions in a macro for renaming.
Damien George
2014-09-30
stmhal: For spi_init, add argument to select if NSS pin is enabled.
Damien George
2014-09-26
drivers, cc3k: Move cc3000 driver from stmhal to drivers directory.
Damien George