13244 Commits (9e3e67b1d8bf0fd5ee612b3c828ae549f76d1407)
 

Author SHA1 Message Date
robert-hh da9c3607a5 mimxrt: Add support for the Olimex RT1010 board. 3 years ago
robert-hh b73073d246 mimxrt: Add USB ID elements. 3 years ago
robert-hh 30380962cf mimxrt: Allow to select cs0 or cs1 for SPI. 3 years ago
robert-hh 1dc366f901 mimxrt: Replace Pin-config constants by a function call. 3 years ago
robert-hh 5bda84aed5 mimxrt: Remove two files from the Seeed Arch Mix directory. 3 years ago
robert-hh b8a0358c34 mimxrt: Compensate for a bug in the fsl_lpspi.c file. 3 years ago
robert-hh 84b76e4fbf mimxrt: Allow for board-specific flash driver files. 3 years ago
robert-hh 2dd3d88409 mimxrt: Support gaps in the SPI an I2C device numbers. 3 years ago
Damien George e1a84a0c6f esp32/partitions: Increase size of app-part from 0x180000 to 0x1F0000. 3 years ago
Damien George 79a3158de6 stm32/pin: Change remaining uses of "af" to "alt". 3 years ago
Andrew Leech 30b6ce86be windows: Add micropython.schedule support. 3 years ago
Damien George c153bfd311 docs/differences: Update python_36 now that b2a_base64 accepts newline. 3 years ago
Christian Decker 2e3a2785cd extmod/modubinascii: Add newline keyword to b2a_base64 function. 3 years ago
Damien George aafd8859e9 docs/differences: Update differences now that math.tau/inf/nan exist. 3 years ago
stijn f3229590a9 tools/ci: Test math constants with MICROPY_OBJ_REPR_D. 3 years ago
stijn dd6967202a py/modmath: Add math.tau, math.nan and math.inf constants. 5 years ago
stijn e0b8d69827 github/workflows: Show context for qemu-arm test failures. 3 years ago
stijn a9448c0a86 all: Fix MICROPY_OBJ_REPR_D compilation with msvc. 3 years ago
Jos Verlinde 5f8eef4521 windows/README.md: Fix broken mingw link. 3 years ago
ubi de feo ea5744fd8d esp32/boards: Provide custom deploy_c3.md for ESP32-C3 boards. 3 years ago
Damien George bb9d688454 esp32/main: Use heap_caps_get_info on IDF <4.1 to compute total heap. 3 years ago
marcidy ac39960aa1 esp32/modnetwork: Fix test for WIFI_AUTH_MAX for IDF v4.3.0. 3 years ago
Sean Coates 6a10d3ed99 esp32/README.md: Fix URL for esp-idf installation. 3 years ago
Damien George 23b1a4e0b6 esp32/main: Allocate at most 1/2 of available IDF heap for MP heap. 3 years ago
Damien George 648656dbbd esp32/esp32_rmt: Call rmt_driver_install directly if running on core 1. 3 years ago
jason 357078504d esp32: Pin MicroPython to core 1 again. 4 years ago
Jonathan Hogg 63438a31bb esp32/machine_adcblock: Add new machine.ADCBlock class and update ADC. 3 years ago
Jonathan Hogg 3300d6d337 docs/esp32: Document expanded ADC API in quickref. 3 years ago
Damien George 4d2f487ee1 docs/library: Specify additional ADC methods and new ADCBlock class. 3 years ago
Damien George 7d71ae25ed extmod/machine_i2c: Increase default SoftI2C timeout to 50ms. 3 years ago
Damien George a707fe50b0 rp2/machine_i2c: Use soft I2C only for len=0, and increase timeout. 3 years ago
iabdalkader bef26d4e3f rp2/machine_uart: Add machine.UART init/deinit methods. 3 years ago
Damien George 9438fb7321 extmod/modusocket: Support additional args to getaddrinfo. 3 years ago
iabdalkader 1aac151d68 drivers/ninaw10: Return standard error numbers. 3 years ago
iabdalkader a63875d5ad extmod/modusocket: Create new sockets in blocking mode. 3 years ago
iabdalkader 6e8f4eaa52 tests/multi_net/udp_data.py: Allow reusing port before bind. 3 years ago
iabdalkader e6ddda29ca tests/multi_net: Close accepted sockets when tests are done. 3 years ago
iabdalkader 155eb1361e extmod/modusocket: Add makefile() method and common socket options. 3 years ago
iabdalkader b23178a9c0 extmod/modusocket: Make setsockopt return if NIC is not connected. 3 years ago
iabdalkader e401ff8935 drivers/ninaw10: Fix timeout handling to match modusocket. 3 years ago
iabdalkader 9a61bc3aa7 extmod/network_ninaw10: Implement MP_STREAM_POLL in ioctl. 3 years ago
iabdalkader 981664fd07 drivers/ninaw10: Add function to check socket state/data availability. 3 years ago
iabdalkader 5db278f1dd rp2/mphalport: Add optional dupterm support. 3 years ago
iabdalkader f44fb76055 rp2/mpconfigport.h: Use internal error numbers. 3 years ago
Damien George 7b0a42374e rp2/machine_i2c: Provide more specific error codes from I2C transfer. 3 years ago
Damien George ce4f8b49ce tools/mpremote: Use machine instead of umachine in commands. 3 years ago
Damien George 608d421752 stm32/mboot: Remove custom HAL_RCC_GetHCLKFreq and use HAL provided one. 3 years ago
Jeff Epler 037b2c72a1 py/objstr: Support '{:08}'.format("Jan") like Python 3.10. 3 years ago
Damien George 5e506567a3 stm32/mbedtls: Enable MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE. 3 years ago
Damien George 2c9dc5742a tests/multi_net: Add testing key/cert to SSL server/client test. 3 years ago