index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
2019-02-18
Fix #ifdefs in port.c to call xxx_reset() rroutines properly. Remove most use...
Dan Halbert
2018-10-09
Get DHCP working ...
Nick Moore
2018-10-04
Fixups for wiznet 5500 driver
Nick Moore
2018-10-04
Copy wiznet drivers over from MicroPython 1.9.4
Nick Moore
2018-07-12
continued WIP: almost compiling
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-15
drivers/sdcard: Fix bug in computing number of sectors on SD Card.
Damien George
2018-06-15
drivers/sdcard: Change driver to use new block-device protocol.
Damien George
2018-06-14
drivers/memory/spiflash: Add functions for direct erase/read/write.
Damien George
2018-06-14
drivers/memory/spiflash: Rename functions to indicate they use cache.
Damien George
2018-06-14
drivers/memory/spiflash: Move cache buffer to user-provided config.
Damien George
2018-06-01
drivers/wiznet5k: Fix bug with MACRAW socket calculating packet size.
Damien George
2018-03-13
drivers/memory/spiflash: Fix bugs in and clean up read/write functions.
Damien George
2018-03-11
drivers/memory/spiflash: Fix setting of QE bit in flash register.
Damien George
2018-03-10
drivers/memory/spiflash: Change to use low-level SPI object not uPy one.
Damien George
2018-03-10
drivers/bus: Pull out software SPI implementation to dedicated driver.
Damien George
2018-03-02
drivers/memory/spiflash: Add support for QSPI interface.
Damien George
2018-03-02
drivers/bus: Add QSPI abstract type with software QSPI implementation.
Damien George
2018-02-20
Delete a bunch of docs, drivers and examples not relevant to CircuitPython.
Scott Shawcroft
2018-02-18
drivers/sdcard: Update SD mounting example code for ESP8266.
Damien George
2018-02-05
drivers/cc3200: Update to work with new stm32 SPI API.
Damien George
2018-01-31
drivers/sdcard: Update doc for ESP8266 to use correct SPI number.
Hemanth kumar
2018-01-31
stm32: Add support for DHT11/DHT22 sensors.
Damien George
2018-01-31
esp8266/modules: Move dht.py driver to drivers/dht directory.
Damien George
2018-01-10
drivers/sdcard: Avoid allocation on the heap.
Ayke van Laethem
2018-01-10
drivers/display/ssd1306: Fix super() call in SSD1306 driver.
Jim Mussared
2017-12-22
drivers/sdcard: Support old SD cards (<=2GB).
Ayke van Laethem
2017-12-13
drivers/display/ssd1306: Make SSD1306 class inherit from FrameBuffer.
Peter Hinch
2017-11-20
drivers/nrf24l01: Make driver and test run on pyboard, ESP8266, ESP32.
Peter Hinch
2017-10-16
drivers/wiznet5k: Get low-level W5500 driver working.
Damien George
2017-10-16
drivers/wiznet5k: Improve the performance of socket ops with threading.
Li Weiwei
2017-10-06
drivers/display/ssd1306: Make poweron() work the same with SSD1306_SPI.
Damien George
2017-10-06
drivers/display/ssd1306: Implement SSD1306_I2C poweron method.
Tiago Queiroz
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-10-03
drivers/nrf24l01: Make nRF24L01 test script more portable.
Damien George
2017-09-25
drivers/display/ssd1306.py: Improve performance of graphics methods.
Peter Hinch
2017-08-29
drivers/memory/spiflash: Change from hard-coded soft SPI to generic SPI.
Damien George
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-06-26
drivers/onewire: Enable pull-up when init'ing the 1-wire pin.
Damien George
2017-06-22
drivers/onewire: Move onewire.py, ds18x20.py from esp8266 to drivers.
Damien George
2017-05-21
drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0).
Paul Sokolovsky
2017-05-17
drivers/display/lcd160cr_test: Allow test to take orientation parameter.
Damien George
2017-05-17
drivers/display/lcd160cr: Fix get_line method and enhance screen_dump.
Damien George
2017-04-07
drivers/nrf24l01: Update to work on newer ports, using machine, utime.
Damien George
2017-02-27
drivers/display/lcd160cr: Add check that JPEG size is less than 65536.
Damien George
2017-02-24
drivers/display/lcd160cr: Fix bug with save_to_flash method.
Damien George
2017-02-21
drivers/display/lcd160cr: Fix bugs with lcd.get_pixel().
Damien George
2017-02-17
drivers/display/lcd160cr: Use correct variable in set_power().
Stephan Brauer
[next]