5598 Commits (dbbf0827862d2e300827468020c6c558b7934276)
 

Author SHA1 Message Date
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
Damien George 5bc9398d9d esp8266: Enable more extmod's: uheapq, ure, uzlib. 9 years ago
Damien George 8000d51b68 esp8266: Add module weak link from json to ujson. 9 years ago
Paul Sokolovsky 1a0adf49df esp8266: Enable urandom module. 9 years ago
Damien George e673714cfe esp8266: Make mp_hal_delay_us work with new event framework. 9 years ago
Paul Sokolovsky 58e2ad42ae esp8266: Update README with the latest features. 9 years ago
Damien George b894551772 extmod/uctypes: Change param type from void* to byte*. 9 years ago
Damien George da161fd9f0 extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types. 9 years ago
Damien George 12154b1774 extmod/uctypes: Use mp_binary_get_val helper when extracting value. 9 years ago
Damien George 8d4d6731f5 py/parse: When looking up consts, check they exist before checking type. 9 years ago
Peter Hinch 2b302dad51 docs: Update pyb.UART.any() to mention that it returns character count. 9 years ago
Peter Hinch 6d5a549067 docs: Mention that pyb.SPI constructor accepts "X" and "Y" arguments. 9 years ago
Peter Hinch b8133c4c0f docs: Update pyb.I2C constructor to reflect changes in Pyboard Lite. 9 years ago
Peter Hinch 4a6cac4643 docs: Update asm tutorial, maximum number of allowed args is now 4. 9 years ago
Damien George 99146ea444 tests/io: Remove "testfile" at end of open_plus test. 9 years ago
Damien George 556a1df6fd esp8266/ets_alt_task: Make FIRST_PRIO=0 to cover all task priorities. 9 years ago
Paul Sokolovsky 9d7b871f58 esp8266: Store frozen modules in FlashROM. 9 years ago
Damien George 2466cb67f8 docs/esp8266: Update quick reference: i2c.readfrom and neopixel example. 9 years ago
Damien George 3acaa28b52 py: Don't allocate an extra parse node for power exponent. 9 years ago
Paul Sokolovsky 52e062ef33 py/frozenmod: Allow port to override lexer to use for frozen modules. 9 years ago
Damien George 664f03f466 tests: Add a test for argument passing to inline-asm functions. 9 years ago
Damien George 9a58316de2 py/objfun: Allow inline-asm functions to be called with 4 arguments. 9 years ago
Damien George be989be861 qemu-arm: Enable builtin override feature, and enable more tests. 9 years ago
Damien George 1ded19d4b3 qemu-arm: Reinitialise uPy heap and runtime at start of each test. 9 years ago
Damien George 157056ecdf tests: Add new subdir "stress/" specifically for stress tests. 9 years ago
Damien George ab69ed7dac tests: Split large tests into smaller files, to run with a small heap. 9 years ago