15649 Commits (9242e3d16d34dd15f1cd868681be45432b443c5a)
 

Author SHA1 Message Date
Jim Mussared 5d28bb4adb tools/manifestfile.py: Add support for external libraries. 11 months ago
IhorNehrutsa 5552896ca8 esp32/mpconfigport: Enable MICROPY_PY_HASHLIB_MD5. 11 months ago
IhorNehrutsa b31eef6094 extmod/modhashlib: Support MD5 with mbedtls 3.x. 11 months ago
Jim Mussared 74fd7b3d32 tools/ci.sh: Set `ulimit -n` for unix CI. 1 year ago
Jim Mussared 8b24aa36ba extmod/modselect: Handle growing the pollfds allocation correctly. 1 year ago
Damien George e9bcd49b3e stm32/mboot: Add support for Microsoft WCID. 1 year ago
Damien George 49d0c22b11 stm32/mboot: Expand device descriptor to make it easier to understand. 1 year ago
Damien George 859f219690 stm32/mboot: Guard use of tx_pending with USE_USB_POLLING option. 1 year ago
Damien George 7cf1118831 stm32/usbdev: Optionally pass through vendor requests to Setup function. 1 year ago
Damien George f46269a1d1 extmod/asyncio: Remove non-working Stream __aenter__/__aexit__ methods. 11 months ago
Damien George f6d630877c esp32: Add MICROPY_GC_INITIAL_HEAP_SIZE option and tune it. 11 months ago
Damien George 97b13132b1 py/gc: Improve calculation of new heap size in split-heap-auto mode. 11 months ago
Patrick Van Oosterwijck 3270d856fd rp2/boards: Add SIL_RP2040_SHIM board by Silicognition LLC. 1 year ago
Paul Grayson c51081c604 rp2/boards: Add support for Pololu 3pi+ and Zumo robots. 1 year ago
Paul Grayson fbf079d773 rp2: Add new NO_DEFAULT_PINS config options for i2c, spi, and uart. 2 years ago
Damien George a78ec4ef7b rp2/mpconfigport: Enable MICROPY_PY_OS_DUPTERM_NOTIFY. 11 months ago
Damien George 1f2ec4583d extmod/os_dupterm: Prevent recursive execution of mp_os_dupterm_rx_chr. 11 months ago
Damien George 395886caa3 extmod/modos: Factor os.dupterm_notify() function to common extmod code. 11 months ago
Trent Piepho 0e706a62b1 py/makeqstrdefs.py: Stop generating temporary intermediate file. 11 months ago
Elias Wimmer 2e101a8e44 extmod/modonewire: Improve write timings for better reliability. 11 months ago
Patrick Van Oosterwijck 06df3b2925 extmod/modonewire: Adopt Maxim recommended read timings. 4 years ago
dependabot[bot] de3e83aa4d github/workflows: Bump actions/upload-artifact from 3 to 4. 11 months ago
dependabot[bot] be64641210 github/workflows: Bump actions/setup-python from 4 to 5. 11 months ago
dependabot[bot] d506b53377 github/workflows: Bump actions/github-script from 6 to 7. 1 year ago
Trent Piepho f22e88611d py/makeqstrdefs.py: Don't skip output for stale hash file. 11 months ago
Trent Piepho 0d93392f10 py/mkrules.mk: List hash files as byproducts. 11 months ago
stijn 85c02166ca py/modsys: Implement optional sys.intern. 11 months ago
Carlosgg 05d3b22301 docs/library: Document SSLContext cert methods and asyncio support. 1 year ago
Carlosgg bfd6ad94ff extmod/asyncio: Add ssl support with SSLContext. 11 months ago
Damien George f33dfb966a extmod/modssl_mbedtls: Fix parsing of ciphers in set_ciphers method. 11 months ago
Damien George bba8a673d5 tests: Update SSL network tests to use SSLContext, and work on CPython. 11 months ago
Damien George ef996d15b9 extmod/modssl_mbedtls: Make SSLSocket.getpeercert() optional. 11 months ago
Damien George c9eb6bc601 esp32: Re-enable custom mbedtls error string tables. 11 months ago
Damien George 58e75264c1 lib/mbedtls_errors: Update error list for latest esp32 mbedtls. 11 months ago
Carlosgg f3f215e9bd extmod/modssl_mbedtls: Add SSLContext certificate methods. 1 year ago
IhorNehrutsa 4365edb810 esp32: Change minimum supported IDF version to v5.0.4. 1 year ago
Damien George d0758d8a33 esp32/boards/ESP32_GENERIC: Disable network.LAN and VM-opt on D2WD. 11 months ago
Damien George b4b77c17b5 esp32/mpconfigport: Keep some funcs out of IRAM for ESP32-SPIRAM builds. 11 months ago
Ihor Nehrutsa 3069fee386 esp32/machine_i2s: Fix deprecated fields and constants. 1 year ago
Ihor Nehrutsa a427117d03 esp32/modmachine: Fix deprecated esp_pm_config_XXX_t. 1 year ago
Ihor Nehrutsa e423b3c0ba docs/esp32/quickref: Add DAC example. 1 year ago
IhorNehrutsa 495be71d56 esp32/machine_dac: Support one-shot mode of driver. 1 year ago
IhorNehrutsa 3106ee4885 esp32/modnetwork: Add WiFi AUTH_WPA3_ENT_192 authenticate mode. 1 year ago
IhorNehrutsa 88778be73a esp32/machine_i2c: Use APB_CLK_FREQ instead of I2C_APB_CLK_FREQ. 1 year ago
Carlosgg c393cd7e48 esp32/boards/sdkconfig.base: Disable unused mbedtls options. 12 months ago
Damien George e1a7aa23fd ports: Switch build to use common lib/libm list of source files. 11 months ago
Damien George 241dbac928 extmod: Add lists of libm/libm_dbl source files for ports to use. 11 months ago
Angus Gratton 2c828a8815 unix: Update port to use the new event functions. 11 months ago
Angus Gratton 73879734d9 esp8266: Update port to use new event functions. 11 months ago
Angus Gratton c393f5c123 windows: Implement MICROPY_INTERNAL_WFE() macro. 11 months ago