13330 Commits (988827b85a9b09f1164e101ea2520562dd31634e)
 

Author SHA1 Message Date
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
Damien George c54717a78f tests/run-multitests.py: Set HOST_IP so tests work between PC and board. 3 years ago
Damien George 5df1d8be6c tests/run-multitests.py: Ignore lld_pdu_get_tx_flush_nb msgs from IDF. 3 years ago
Damien George da4b38e756 all: Bump version to 1.18. 3 years ago
Damien George 38054a57f3 tools/mpremote: Bump version to 0.1.0. 3 years ago
stijn cf258c898e windows/msvc: Run qstr preprocessing phase in parallel. 3 years ago
Damien George a3bbd5332b esp32/machine_bitstream: Reinstate bitstream bit-bang implementation. 3 years ago
Damien George e754c2e84f esp32/esp32_rmt: Install RMT driver on core 1. 3 years ago
Damien George 8957386250 docs/esp32: Update RMT quickref example to match latest code. 3 years ago
Damien George 49325de475 tools/ci.sh: Build zephyr nucleo_wb55rg to test zephyr bluetooth build. 3 years ago
Damien George a49b51b7db zephyr/modbluetooth_zephyr: Provide dummy connect_cancel function. 3 years ago
Damien George e7fff736b5 extmod/modbluetooth: Put declaration of connect_cancel in correct place. 3 years ago
Damien George 889dee8076 extmod/modbluetooth: Fix conditional compilation of ringbuf_put_uuid. 3 years ago
iabdalkader f2ccf87e0b extmod/network_ninaw10: Use socket timeout preset in modusocket. 3 years ago
iabdalkader 842da93011 extmod/modusocket: Initialise accepted socket state. 3 years ago