15470 Commits (f33dfb966a1432281809e372b9d3803e7fd3cb2f)
 

Author SHA1 Message Date
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. 12 months ago
Ihor Nehrutsa a427117d03 esp32/modmachine: Fix deprecated esp_pm_config_XXX_t. 12 months ago
Ihor Nehrutsa e423b3c0ba docs/esp32/quickref: Add DAC example. 12 months 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
Angus Gratton 393938b3e6 rp2/main: Enable SEVONPEND CPU interrupt bit. 11 months ago
Angus Gratton 28529351ae rp2: Switch rp2 and drivers to use new event functions. 11 months ago
Angus Gratton df3948d3c2 extmod: Switch to use new event functions. 11 months ago
Angus Gratton f5be0128e4 py: Add port-agnostic inline functions for event handling. 11 months ago
Angus Gratton 66be82da7c esp8266: Avoid including ep_mphal.h directly. 11 months ago
iabdalkader 0960d64d3b extmod/network_ninaw10: Switch to using soft-timer for polling. 1 year ago
iabdalkader 50f31cc902 extmod/modnetwork: Add deinit function to NIC protocol. 1 year ago
Damien George d30d5c99af tests/run-tests.py: Skip Thumb2 tests if target doesn't support them. 11 months ago
Damien George b796f1e3f1 tests/float/inf_nan_arith.py: Include -inf in argument combos. 11 months ago
Damien George 3f2c423686 rp2: Switch to locally provided math library. 11 months ago
Scott Zhao 1323a71823 esp32/boards/UM_TINYPICO: Fix typo in baudrate instructions. 11 months ago
Thomas Wenrich 78b3fe5689 esp32/machine_rtc: Preserve RTC user memory over most reset causes. 4 years ago
Damien George d3595fed2b tools/ci.sh: Build ESP32_GENERIC-SPIRAM as part of esp32 CI. 11 months ago
Damien George 69089a532e esp32/boards: Enable further IRAM saving opts to fit ESP32-SPIRAM fw. 11 months ago
Angus Gratton 527c4b0497 github/workflows: Enable ccache for esp32 build. 11 months ago
Angus Gratton 731a1f5233 github/workflows: Enable build matrix for stm32 port. 11 months ago
Angus Gratton b6df8f8452 github/workflows: Use build matrix for esp32 port. 11 months ago
Angus Gratton 9f620d2819 github/workflows: Cache ESP-IDF checkout and installation. 11 months ago
MikeTeachman 58112fc49a stm32/machine_i2s: Improve accuracy of SCK frequency. 2 years ago
Damien George f3889db265 stm32/usbd_cdc_interface: Include header to get machine_bootloader decl. 11 months ago
Damien George 20af857f52 nrf/boards/ARDUINO_NANO_33_BLE_SENSE: Don't enable MICROPY_MBFS. 11 months ago
Damien George d422b68d10 nrf/mpconfigport: Enable MICROPY_PY_MACHINE_BOOTLOADER. 11 months ago
Carlosgg 30b0ee34d3 esp32: Enable mbedtls cert time validation. 11 months ago
Damien George b5449b0f09 extmod/mbedtls: Enable certificate time/date validation by default. 11 months ago
Carlosgg 20ffbe1a41 unix/mbedtls: Enable mbedtls cert time validation. 11 months ago
Damien George ad806df857 ports: Move definitions of ATOMIC_SECTION macros to mphalport.h. 11 months ago
Damien George bfdf500ea5 py/mphal: Move configuration of ATOMIC_SECTION macros to mphal.h. 11 months ago
Damien George 7d784e5385 cc3200/application.mk: Don't add stm32 to build include path. 11 months ago
Damien George 7a6489aaa5 cc3200: Eliminate dependency on stm32's irq.h. 11 months ago