45 Commits (ca973bd3083492777095a07c20965a4644899ec9)

Author SHA1 Message Date
Damien George 571e6f26db py: Specialise builtin funcs to use separate type for fixed arg count. 8 years ago
Damien George 4ebdb1f2b2 py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 8 years ago
Damien George e3d29996b3 driver/dht: Use mp_raise_OSError helper function. 8 years ago
Radomir Dopieralski ce1c786297 drivers/sdcard: Port the SDCard driver to new machine API. 8 years ago
Damien George dfe056df6f drivers/wiznet5k: Fix indentation so it's not misleading. 8 years ago
Radomir Dopieralski ab8a5d5199 drivers/display/ssd1306: Add width arg and support 64px wide displays. 9 years ago
Radomir Dopieralski 43c8f545d2 drivers/display/ssd1306: update SSD1306_SPI to work with new API 9 years ago
Damien George 4940bee62a extmod: Add machine time_pulse_us function (at C and Python level). 9 years ago
Damien George 48a7ef0576 drivers: Add C-level function to read DHT11 and DHT22 devices. 9 years ago
Damien George ce2d34d74f drivers/cc3000: Rename timeval to cc3000_timeval, to avoid clash. 9 years ago
Damien George 73bc0c24ab drivers: Add SSD1306 OLED driver, with I2C and SPI interfaces. 9 years ago
Peter Hinch 2bd758fe96 drivers/sdcard: Add support for multi-block read/write; add SD test. 9 years ago
Damien George 24652228af drivers/sdcard: Allow up to 5 retries to initialise SD card. 9 years ago
Damien George b0c08c8c17 drivers/nrf24l01: Fix SPI phase setting to match specs of nRF chip. 9 years ago
Damien George a95b06fc6b drivers/onewire: Fix ds18x20.read_temp so it works when no rom given. 9 years ago
Damien George 2764a8ee8d stmhal: Remove std.h. It's not needed anymore. 10 years ago
danicampora 2b8a718d73 drivers: Update CC3100 driver library to SDK release version 1.1.0. 10 years ago
Damien George 9be0d599cd drivers: Add onewire driver and ds18x20 temperature sensor driver. 10 years ago
danicampora 5687ce7e35 drivers/cc3100: Remove simplelink trace messages completely. 10 years ago
Damien George 3611c1de14 drivers/cc3100: Remove dependence on debug.h. 10 years ago
danicampora 1cf82a9800 drivers/cc3100: Make wlan.c closer to TI original file. 10 years ago
Damien George 5ca1f5f9d9 cc3200: Get compiling with CC3100 driver from drivers/ directory. 10 years ago
Damien George 49c2ad4fb4 cc3200: Move CC3100 driver from cc3200/simplelink to drivers/cc3100. 10 years ago
Damien George c223df5113 drivers/cc3000: Fix call to extint_register. 10 years ago
Damien George 2cf6dfa280 stmhal: Prefix includes with py/; remove need for -I../py. 10 years ago
Damien George 1570eaf0e3 drivers: Add SD card driver, controlled via SPI bus. 10 years ago
adminpete e6e8ad8ab2 drivers, nrf24: Nonblocking send now uses send_start and send_done. 10 years ago
adminpete 706955976c drivers, nrf24: Nonblocking send now done by generator. 10 years ago
Peter Hinch 5deceb842d drivers, nrf24: Add nonblocking send option etc. 10 years ago
Damien George d8f239263d drivers, wiznet5k: Add socket_reset; fix orderly shutdown in recv. 10 years ago
Damien George df242facdc drivers, cc3000: Cleaning up, make local functions static. 10 years ago
Damien George 877dba3e1a drivers: Add NRF24L01 driver (written in pure Python). 10 years ago
Damien George 8762418d0c drivers, cc3000: Wrap exported functions in a macro for renaming. 10 years ago
Damien George 9d2bf9c405 drivers, wiznet5k: Wrap exported functions in a macro for renaming. 10 years ago
Damien George bfa7b480a7 stmhal: For spi_init, add argument to select if NSS pin is enabled. 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. 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