Damien George
bfa7b480a7
stmhal: For spi_init, add argument to select if NSS pin is enabled.
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).
10 years ago
Damien George
f996d8854f
drivers, cc3k: Move cc3000 driver from stmhal to drivers directory.
10 years ago
Damien George
bcf041f1a3
stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor.
Allows to create socket objects that support TCP and UDP in server and
client mode. Interface is very close to standard Python socket class,
except bind and accept do not work the same (due to hardware not
supporting them in the usual way).
Not compiled by default. To compile this module, use:
make MICROPY_PY_WIZNET5K=1
10 years ago
Damien George
cdd40f149a
drivers, wiznet5k: Make DNS service use HAL sys tick.
10 years ago
Damien George
9091e84454
drivers, wiznet5k: Add HAL_Delay(1) to "infinite" loops.
10 years ago
Damien George
7da9145e47
drivers, wiznet5k: Properly fix ARP bug with W5200 chipset.
10 years ago
Damien George
0c0550bff0
drivers, wiznet5k: Add W5200 support.
10 years ago
Damien George
79d17e3e7d
drivers, wiznet5k: Change SPI interface to read/write multiple bytes.
10 years ago
Damien George
812cf62f43
drivers, wiznet5k: Fix IP addr verification.
10 years ago
Damien George
71224cb8db
drivers: Initial import of WIZnet5x000 driver.
10 years ago
Damien George
e07737d202
Added 'drivers' directory, intended to hold code for specific hardware.
10 years ago