5623 Commits (67ece47121fb34fecba12dc3c0cb2c9823fe8d46)
 

Author SHA1 Message Date
Paul Sokolovsky fe9bc0c573 esp8266/README: Update for the current status of the port. 9 years ago
Paul Sokolovsky bbc65d4eda esp8266/modesp: flash_read(): Accept buffer to read to as a second argument. 9 years ago
Paul Sokolovsky fd86bf5917 esp8266/modesp: flash_write(): Writes in multiples of 4 bytes. 9 years ago
Paul Sokolovsky 53302f1616 esp8266: Set up UART handling task soon into init process. 9 years ago
Paul Sokolovsky 651a188299 extmod/vfs_fat_diskio: Actually support sectors != 512 with Python blockdevs. 9 years ago
Paul Sokolovsky 13394a632d unix/unix_mphal: Hack to make uos.dupterm() actually work. 9 years ago
Paul Sokolovsky 53ad5edc01 py/stream: Fix stupid thinko with variable naming/shadowing. 9 years ago
Paul Sokolovsky 87c783b454 docs/esp8266: esp.mac() replaced with network.WLAN.mac(). 9 years ago
Paul Sokolovsky 679fe0abae docs/esp8266: esp.wifi_mode() replaced with network.WLAN.active(). 9 years ago
Paul Sokolovsky eda8746324 docs/esp8266: phy_mode() moved to network module. 9 years ago
Paul Sokolovsky 935e021250 esp8266: Put modpybi2c.o to FlashROM. 9 years ago
Damien George c33a76059f esp8266/tests: Add neopixel.py test. 9 years ago
Damien George 3962766be0 esp8266: Add esp.neopixel_write function to bit-bang WS2812 data. 9 years ago
Damien George b62beadae0 esp8266: Link ADC class into machine module. 9 years ago
Paul Sokolovsky f71c0699a5 esp8266: Put utils.o to FlashROM. 9 years ago
Paul Sokolovsky 9c7e3353e5 esp8266: Put lexerstr32.o into FlashROM. 9 years ago
Paul Sokolovsky ba640bde55 esp8266/esppwm.c: Fix IRQ handler prototype. 9 years ago
Damien George 632d8efa05 esp8266: Add PWM support. 9 years ago
Damien George 82b95f625e esp8266: Implement software SPI class. 9 years ago
Paul Sokolovsky 91031a75a1 extmod/modlwip: lwip_socket_setsockopt: Handle option value properly. 9 years ago
Paul Sokolovsky 4332d72fd8 extmod/modlwip: Add lwip->POSIX error map for lwIP 1.4.0. 9 years ago
Paul Sokolovsky de0c84ebf1 extmod/modlwip: lwip_tcp_send: Handle properly send buffer full condition. 9 years ago
Paul Sokolovsky 5e75f335e6 extmod/modlwip: Implement setsocketopt(SO_REUSEADDR). 9 years ago
Paul Sokolovsky 0cb10b5220 docs/esp8266/quickref: Add note about GPIO16. 9 years ago
Paul Sokolovsky 159f1aaca8 docs/esp8266/quickref: Note that timers supported are virtual ones. 9 years ago
Paul Sokolovsky e589cddcd4 docs/esp: Remove getaddrinfo(), now in socket module as expected. 9 years ago
Paul Sokolovsky 6e6488530e docs: More standard modules for esp8266. 9 years ago
Paul Sokolovsky 4b5606bc09 docs/network: esp8266: Update docs on WLAN constructor. 9 years ago
Paul Sokolovsky ee6fcc6f91 docs: Add standard modules list for esp8266. 9 years ago
Paul Sokolovsky 96a644076d docs/topindex.html: Refer to "pyb" module only for pyboard. 9 years ago
Paul Sokolovsky 8f1854ad2d extmod/modlwip: Add SOL_SOCKET and SO_REUSEADDR constants for setsockopt(). 9 years ago
Paul Sokolovsky ac671546d1 esp8266/README: Remove outdated reference to initial port heap size. 9 years ago
Paul Sokolovsky 88f60de914 tests: Add test for io.BufferedWriter. 9 years ago
Paul Sokolovsky 2c81b9be28 py/modio: io.BufferedWriter: Describe flushing policy. 9 years ago
Paul Sokolovsky 063e6e7d0a py/modio: Implement io.BufferedWriter.flush(). 9 years ago
Paul Sokolovsky 5d93dfbc2c py/modio: Initial implementation of io.BufferedWriter class. 9 years ago
Paul Sokolovsky 3dbd2ee926 extmod/modwebsocket: Implement read support. 9 years ago
Paul Sokolovsky 4a02a8f74d py/stream: Fix object vs ptr usecase in mp_stream_writeall(). 9 years ago
Paul Sokolovsky 24342dd65e extmod/modwebsocket: Start module for WebSocket helper functions. 9 years ago
Paul Sokolovsky d4c8e626f2 py/stream: Add mp_stream_writeall() helper function. 9 years ago
Damien George a5d48b1162 esp8266: Add tests/onewire.py as a driver and test code for ds18b20 dev. 9 years ago
Damien George 78d0dde562 esp8266: Add onewire helper functions as C module. 9 years ago
Damien George 0cdbd356fd esp8266: Implement bit-bang I2C read, and add i2c.readfrom method. 9 years ago
Damien George 5b9f361824 esp8266: Clean up bit-bang I2C implementation. 9 years ago
Paul Sokolovsky 667d64b430 esp8266/modpybi2c: Add missing include. 9 years ago
Damien George dd32f02cc3 esp8266: Add basic I2C driver, with init and writeto methods. 9 years ago
Damien George 7059c8c23c esp8266: Expose pin object as a public structure for use as C pin API. 9 years ago
Paul Sokolovsky a1d072df81 esp8266: Enable auto-indent in REPL. 9 years ago
Paul Sokolovsky df1f6783f2 esp8266: Add "socket" and "usocket" aliases for lwip module. 9 years ago
Paul Sokolovsky 494aea3e86 esp8266: Enable non-blocking stream support. 9 years ago