aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-14build(deps): bump actions/upload-artifact from 3 to 4dependabot/github_actions/actions/upload-artifact-4dependabot[bot]
2023-12-14docs/library: Document SSLContext cert methods and asyncio support.Carlosgg
2023-12-14extmod/asyncio: Add ssl support with SSLContext.Carlosgg
2023-12-14extmod/modssl_mbedtls: Fix parsing of ciphers in set_ciphers method.Damien George
2023-12-12tests: Update SSL network tests to use SSLContext, and work on CPython.Damien George
2023-12-12extmod/modssl_mbedtls: Make SSLSocket.getpeercert() optional.Damien George
2023-12-12esp32: Re-enable custom mbedtls error string tables.Damien George
2023-12-12lib/mbedtls_errors: Update error list for latest esp32 mbedtls.Damien George
2023-12-12extmod/modssl_mbedtls: Add SSLContext certificate methods.Carlosgg
2023-12-11esp32: Change minimum supported IDF version to v5.0.4.IhorNehrutsa
2023-12-11esp32/boards/ESP32_GENERIC: Disable network.LAN and VM-opt on D2WD.Damien George
2023-12-11esp32/mpconfigport: Keep some funcs out of IRAM for ESP32-SPIRAM builds.Damien George
2023-12-11esp32/machine_i2s: Fix deprecated fields and constants.Ihor Nehrutsa
2023-12-11esp32/modmachine: Fix deprecated esp_pm_config_XXX_t.Ihor Nehrutsa
2023-12-11docs/esp32/quickref: Add DAC example.Ihor Nehrutsa
2023-12-11esp32/machine_dac: Support one-shot mode of driver.IhorNehrutsa
2023-12-11esp32/modnetwork: Add WiFi AUTH_WPA3_ENT_192 authenticate mode.IhorNehrutsa
2023-12-11esp32/machine_i2c: Use APB_CLK_FREQ instead of I2C_APB_CLK_FREQ.IhorNehrutsa
2023-12-11esp32/boards/sdkconfig.base: Disable unused mbedtls options.Carlosgg
2023-12-08ports: Switch build to use common lib/libm list of source files.Damien George
2023-12-08extmod: Add lists of libm/libm_dbl source files for ports to use.Damien George
2023-12-08unix: Update port to use the new event functions.Angus Gratton
2023-12-08esp8266: Update port to use new event functions.Angus Gratton
2023-12-08windows: Implement MICROPY_INTERNAL_WFE() macro.Angus Gratton
2023-12-08rp2/main: Enable SEVONPEND CPU interrupt bit.Angus Gratton
2023-12-08rp2: Switch rp2 and drivers to use new event functions.Angus Gratton
2023-12-08extmod: Switch to use new event functions.Angus Gratton
2023-12-08py: Add port-agnostic inline functions for event handling.Angus Gratton
2023-12-07esp8266: Avoid including ep_mphal.h directly.Angus Gratton
2023-12-06extmod/network_ninaw10: Switch to using soft-timer for polling.iabdalkader
2023-12-06extmod/modnetwork: Add deinit function to NIC protocol.iabdalkader
2023-12-06tests/run-tests.py: Skip Thumb2 tests if target doesn't support them.Damien George
2023-12-06tests/float/inf_nan_arith.py: Include -inf in argument combos.Damien George
2023-12-06rp2: Switch to locally provided math library.Damien George
2023-12-06esp32/boards/UM_TINYPICO: Fix typo in baudrate instructions.Scott Zhao
2023-12-06esp32/machine_rtc: Preserve RTC user memory over most reset causes.Thomas Wenrich
2023-12-06tools/ci.sh: Build ESP32_GENERIC-SPIRAM as part of esp32 CI.Damien George
2023-12-06esp32/boards: Enable further IRAM saving opts to fit ESP32-SPIRAM fw.Damien George
2023-12-06github/workflows: Enable ccache for esp32 build.Angus Gratton
2023-12-06github/workflows: Enable build matrix for stm32 port.Angus Gratton
2023-12-06github/workflows: Use build matrix for esp32 port.Angus Gratton
2023-12-06github/workflows: Cache ESP-IDF checkout and installation.Angus Gratton
2023-12-06stm32/machine_i2s: Improve accuracy of SCK frequency.MikeTeachman
2023-12-04stm32/usbd_cdc_interface: Include header to get machine_bootloader decl.Damien George
2023-12-04nrf/boards/ARDUINO_NANO_33_BLE_SENSE: Don't enable MICROPY_MBFS.Damien George
2023-12-04nrf/mpconfigport: Enable MICROPY_PY_MACHINE_BOOTLOADER.Damien George
2023-12-04esp32: Enable mbedtls cert time validation.Carlosgg
2023-12-01extmod/mbedtls: Enable certificate time/date validation by default.Damien George
2023-12-01unix/mbedtls: Enable mbedtls cert time validation.Carlosgg
2023-12-01ports: Move definitions of ATOMIC_SECTION macros to mphalport.h.Damien George