8762 Commits (736faef2233fe9c721b940a108b28808d4c7f7a0)
 

Author SHA1 Message Date
Paul Sokolovsky 103eeffcd9 tests/run-tests: Skip running feature checks for --list-tests/--write-exp. 7 years ago
Paul Sokolovsky 4475f32420 tools/tinytest-codegen: Ignore system locale, write output in UTF-8. 7 years ago
Damien George cf8e8c29e7 py/emitglue: Change type of bit-field to explicitly unsigned mp_uint_t. 7 years ago
Paul Sokolovsky 448d93a04a docs/glossary: micropython-lib: Clarify wording. 7 years ago
Paul Sokolovsky bf73ee114f docs/packages: mpy_bin2res no longer required to create resources. 7 years ago
Paul Sokolovsky 3233537a15 tests/run-tests: Don't test for --target=unix with "pyb is None". 7 years ago
Paul Sokolovsky 325d0fc74b tools/tinytest-codegen: Add --stdin switch instead of recently added --target. 7 years ago
Paul Sokolovsky 64bb32d87f tests/run-tests: Add composable --include and --exclude options. 7 years ago
Paul Sokolovsky aaeb70b7b7 tests/run-tests: Fix handling of --list-tests wrt skipped tests. 7 years ago
Paul Sokolovsky 8d11fc0bc4 tests/run-tests: minimal: Exclude recently added subclass_native_init.py. 7 years ago
Damien George 46b35356e1 extmod/modframebuf: Add 8-bit greyscale format (GS8). 7 years ago
Petr Viktorin 34247465c3 extmod/modframebuf: Add 2-bit color format (GS2_HMSB). 7 years ago
Damien George 36f79523ab tests: Add tests to improve coverage of py/objtype.c. 7 years ago
Damien George badaf3ecfe esp8266/machine_hspi: After an SPI write wait for last byte to transfer. 7 years ago
Damien George bb516af1eb tools/pydfu.py: Call set_configuration() on fresh USB device object. 7 years ago
Paul Sokolovsky 43141ddb55 tools/tinytest-codegen: Take --target= option for test set selection. 7 years ago
Paul Sokolovsky 334934ee97 tests/run-tests: Add --list-tests switch. 7 years ago
Damien George 1b223a42bf extmod/modure: Add cast to workaround bug in MSVC. 7 years ago
Damien George 3f6d3ccc11 stm32/usbdev: Pass thru correct val for SCSI PreventAllowMediumRemoval. 7 years ago
Paul Sokolovsky 8462f167dc .travis.yml: Update for qemu-arm's testing moved to Makefile.test. 7 years ago
Paul Sokolovsky ea6bddbf81 ports/qemu-arm: Rework "test" target using upytesthelper. 7 years ago
Paul Sokolovsky e6f0d547ab tools/tinytest-codegen: More excludes after enabling expected output match. 7 years ago
Paul Sokolovsky 4db6a7adbe tools/tinytest-codegen: Wrap lines of exclude_tests. 7 years ago
Paul Sokolovsky 48e931e1d3 tools/tinytest-codegen.py: Generate code for upytesthelper. 7 years ago
Paul Sokolovsky 140bbced6f lib/upytesthelper: MicroPython test helper layer on top of tinytest. 7 years ago
Ryan Finnie 1e2b78111b docs/esp8266/tutorial: Fix typo, change -> changed. 7 years ago
Eric Poulsen 19c7098e18 esp32: Add custom partitions.csv file with uPy specific size. 7 years ago
Damien George 0593d6f562 esp32/Makefile: Support using IDF_PATH as the env var to the IDF source. 7 years ago
Alex King 78302f7bb2 esp32/modesp: Add osdebug() function to disable or change IDF logging. 8 years ago
Damien George 9acd590675 esp32/mpconfigport.h: Enable websocket module. 7 years ago
Eric Poulsen 29dd6a7678 esp32: Implement wired Ethernet via network.LAN(). 7 years ago
Damien George 7df2ebbfea extmod/modussl_mbedtls: Clean up mbedtls state when error during setup. 7 years ago
Damien George 1c52d3e8c6 esp32/mpconfigport.h: Enable ussl finaliser. 7 years ago
Eric Poulsen b0853b5a39 esp32/modnetwork.c: Fix for setting DNS with network.WLAN.ifconfig(). 7 years ago
Damien George 934abc9b9d esp32/modules: Symlink in ntptime.py from esp8266/modules. 7 years ago
Damien George 48613b6011 esp32: Update to latest ESP IDF. 7 years ago
Damien George a5808e2fca esp32/machine_pwm: Always set the channel in the PWM object. 7 years ago
Nick Moore f0628f5499 esp32/modutime.c: Add localtime and mktime functions. 7 years ago
Damien George ba2d960276 esp32/README: Update general description of port to add avail features. 7 years ago
Eric Poulsen 31747fe266 esp32: Implement machine.WDT() class. 8 years ago
Nick Moore 5f8ad6072f esp32: Call initialization function on sha1 and sha256. 7 years ago
Eric Poulsen 5adc133f05 esp32/mphalport.h: Make mp_hal_pin_<dir> select gpio on the pad. 7 years ago
Nick Moore b74809c70a esp32/mpconfigport.h: Add missing uhashlib. 7 years ago
Timmenem 6cc716c4aa esp32/modsocket: Implement setsockopt(IP_ADD_MEMBERSHIP). 7 years ago
Damien George bfc9845d00 esp32/modnetwork: Give better error msgs for AP timeout and not-found. 7 years ago
Damien George bc08c884a2 esp32: Add new port to Espressif ESP32 SoC. 8 years ago
Damien George f1c9e7760d py/builtinimport: Call __init__ for modules imported via a weak link. 8 years ago
Peter Hinch 479392a56e drivers/display/ssd1306: Make SSD1306 class inherit from FrameBuffer. 7 years ago
Paul Sokolovsky 54cd6e3e4b docs/packages: Add quick "Creating distribution packages" section. 7 years ago
Paul Sokolovsky da34b6ef45 tests: Fix few test for proper "skipped" detection with qemu-arm's tinytest. 7 years ago