123 Commits (da2b5fa1c1a569faa0d139d97369cce9c0b55a00)

Author SHA1 Message Date
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
Damien George b0a6dda115 drivers/display/lcd160cr: Fix bugs with lcd.get_pixel(). 8 years ago
Stephan Brauer 8f3e07f17d drivers/display/lcd160cr: Use correct variable in set_power(). 8 years ago
Paul Sokolovsky d5e9ab6e61 extmod/machine_pulse: Make time_pulse_us() not throw exceptions. 8 years ago
Damien George 784e023a26 drivers/memory: Add SPI flash driver, written in C. 8 years ago
Damien George 43d9f9916a drivers/display: Add driver and test for uPy LCD160CR display. 8 years ago
Mike Causer c5310ee5b5 drivers: Fix some minor spelling mistakes. 8 years ago
syndycat b2611d6be3 drivers/onewire/ds18x20: Fix negative temperature calc for DS18B20. 8 years ago
Dave Hylands 3c84197f17 drivers/onewire: Enable pull up on data pin. 8 years ago
Radomir Dopieralski eb09336e99 drivers/display/ssd1306.py: Update to use FrameBuffer not FrameBuffer1 8 years ago
Damien George 7bb0f7b0f6 drivers: Add "from micropython import const" when const is used. 8 years ago
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