13056 Commits (8f68e26f79ee325669fb7dc7bbd092fccd5b038f)
 

Author SHA1 Message Date
Herwin Grobben 8f68e26f79 stm32: Add support for G4 MCUs, and add NUCLEO_G474RE board defn. 4 years ago
Damien George 60e05ae84e stm32/mboot: Compute and check CRC32 of dfu file in fwupdate.py. 3 years ago
Damien George ca1914fb47 stm32/mboot: Support H7 MCUs in fwupdate.py. 3 years ago
Damien George 29867a2439 stm32/mboot: Include hal_rcc_ex.c in source file list. 3 years ago
Damien George c8c229b96c stm32/mboot: Use PLL3 for USB clock source on H7 MCUs. 3 years ago
Damien George c99ed8d6fa stm32/powerctrl: Write bootloader-state as 64-bit word to work on H7. 3 years ago
Damien George 4a4f269a1a stm32/powerctrlboot: Set HAL uwTickPrio variable when needed. 3 years ago
Damien George 14becd80c9 stm32/usbd_conf: Set lpm_enable and battery_charging_enable on all MCUs. 3 years ago
Herwin Grobben 517e82eb6b stm32/fdcan: Fix naming with regards to G4 series. 3 years ago
Herwin Grobben 160e4d9a6d stm32/fdcan: Fix FIFO1 usage and handling of error interrupts. 3 years ago
iabdalkader a00e1e5735 stm32/dac: Deinit all DACs on soft reset. 3 years ago
robert-hh c1841c2d45 mimxrt: Simplify Makefile in selection of flash type. 3 years ago
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