205 Commits (11bc7d0fc1074b01aaddc325209a281ee9acbba4)

Author SHA1 Message Date
Damien George 7b70ab7258 drivers: Add driver for CYW43xx WiFi SoCs. 6 years ago
Damien George 02afc0d241 drivers/display/ssd1306.py: Change to use new i2c.writevto() method. 6 years ago
Andrew Leech 2ed2ec1711 drivers/memory/spiflash: Rework wait_sr to fix uninit'd variable 'sr'. 6 years ago
Damien George f102ac54e9 drivers/dht: Allow open-drain-high call to be DHT specific if needed. 6 years ago
Peter Hinch 40a7e8c472 drivers/sdcard: Remove debugging print statement in ioctl method. 6 years ago
Peter Hinch 1628cd0e59 drivers/sdcard: In test use os.umount and machine module instead of pyb. 6 years ago
Damien George dc77fdb7d4 drivers/display/lcd160cr.py: In fast_spi, send command before flushing. 6 years ago
roland c1c798fbc3 drivers/cc3000: Use cc3000_time_t instead of time_t for custom typedef. 6 years ago
Mateusz Kijowski 1751f5ac7b drivers/sdcard: Do not release CS during the middle of read operations. 6 years ago
Damien George 1747d15c3a drivers/sdcard: Fix bug in computing number of sectors on SD Card. 6 years ago
Damien George 8b8c083625 drivers/sdcard: Change driver to use new block-device protocol. 6 years ago
Damien George b78ca32476 drivers/memory/spiflash: Add functions for direct erase/read/write. 7 years ago
Damien George cc5a94044a drivers/memory/spiflash: Rename functions to indicate they use cache. 7 years ago
Damien George 86fe73beb9 drivers/memory/spiflash: Move cache buffer to user-provided config. 7 years ago
Damien George 5a5bc4a61f drivers/wiznet5k: Fix bug with MACRAW socket calculating packet size. 7 years ago
Damien George bdc875e602 drivers/memory/spiflash: Fix bugs in and clean up read/write functions. 7 years ago
Damien George cc34b087f0 drivers/memory/spiflash: Fix setting of QE bit in flash register. 7 years ago
Damien George a739b35a96 drivers/memory/spiflash: Change to use low-level SPI object not uPy one. 7 years ago
Damien George 58ebeca6a9 drivers/bus: Pull out software SPI implementation to dedicated driver. 7 years ago
Damien George 4e48700f9a drivers/memory/spiflash: Add support for QSPI interface. 7 years ago
Damien George 1da2d45de6 drivers/bus: Add QSPI abstract type with software QSPI implementation. 7 years ago
Damien George 3759aa2cc9 drivers/sdcard: Update SD mounting example code for ESP8266. 7 years ago
Damien George 93d5c9e1c4 drivers/cc3200: Update to work with new stm32 SPI API. 7 years ago
Hemanth kumar a44892dd0d drivers/sdcard: Update doc for ESP8266 to use correct SPI number. 7 years ago
Damien George efdda2c62d stm32: Add support for DHT11/DHT22 sensors. 7 years ago
Damien George a40ce1d829 esp8266/modules: Move dht.py driver to drivers/dht directory. 7 years ago
Ayke van Laethem a275cb0f48 drivers/sdcard: Avoid allocation on the heap. 7 years ago
Jim Mussared bb3412291a drivers/display/ssd1306: Fix super() call in SSD1306 driver. 7 years ago
Ayke van Laethem b90f51f86a drivers/sdcard: Support old SD cards (<=2GB). 7 years ago
Peter Hinch 479392a56e drivers/display/ssd1306: Make SSD1306 class inherit from FrameBuffer. 7 years ago
Peter Hinch ccaa5f5b0b drivers/nrf24l01: Make driver and test run on pyboard, ESP8266, ESP32. 7 years ago
Damien George c0ea91bc89 drivers/wiznet5k: Get low-level W5500 driver working. 7 years ago
Li Weiwei 73e387cff6 drivers/wiznet5k: Improve the performance of socket ops with threading. 7 years ago
Damien George ca2427c313 drivers/display/ssd1306: Make poweron() work the same with SSD1306_SPI. 7 years ago
Tiago Queiroz 7df4083ac6 drivers/display/ssd1306: Implement SSD1306_I2C poweron method. 8 years ago
Damien George a3dc1b1957 all: Remove inclusion of internal py header files. 7 years ago
Damien George 54acd0b0f0 drivers/nrf24l01: Make nRF24L01 test script more portable. 7 years ago
Peter Hinch 8fa03fee77 drivers/display/ssd1306.py: Improve performance of graphics methods. 7 years ago
Damien George 613510bce8 drivers/memory/spiflash: Change from hard-coded soft SPI to generic SPI. 7 years ago
Javier Candeira 35a1fea90b all: Raise exceptions via mp_raise_XXX 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Alexander Steffen 299bc62586 all: Unify header guard usage. 7 years ago
Damien George 683df1c8d5 drivers/onewire: Enable pull-up when init'ing the 1-wire pin. 7 years ago
Damien George a065d78675 drivers/onewire: Move onewire.py, ds18x20.py from esp8266 to drivers. 7 years ago
Paul Sokolovsky 1c9ee49756 drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0). 8 years ago
Damien George 55dd83a7ba drivers/display/lcd160cr_test: Allow test to take orientation parameter. 8 years ago
Damien George f351c6db5e drivers/display/lcd160cr: Fix get_line method and enhance screen_dump. 8 years ago
Damien George d7310fabc2 drivers/nrf24l01: Update to work on newer ports, using machine, utime. 8 years ago
Damien George 528aeb3bf3 drivers/display/lcd160cr: Add check that JPEG size is less than 65536. 8 years ago
Damien George 8400d0461d drivers/display/lcd160cr: Fix bug with save_to_flash method. 8 years ago