14669 Commits (143b863f544f53bbec46e34ad437570bdacaabc0)
 

Author SHA1 Message Date
Damien George d99ebb310c tests/extmod: Skip vfs tests if target doesn't have enough memory. 2 years ago
Damien George b1123a54c1 tests/extmod: Get DecompIO test running on low-memory targets. 2 years ago
Damien George 5c3c1c737e tests/float: Skip new complex tests if complex unavailable. 2 years ago
Jim Mussared 9848b0685f py/mkrules.cmake: Force build mpversion.h and frozen_content.c. 2 years ago
Damien George 35524a6fda examples/rp2: Add comment that examples using IO25 don't work on Pico W. 2 years ago
Damien George 0afe60b876 rp2/rp2_pio: Track use of PIO resources and free them on soft reset. 2 years ago
Damien George 9ea64a36ac top: Update .git-blame-ignore-revs for latest formatting commit. 2 years ago
Jim Mussared 8b27482692 top: Update Python formatting to black "2023 stable style". 2 years ago
Damien George fe2a8332ff stm32/boards/NUCLEO_H743ZI2: Refer to NUCLEO_H743ZI for frozen manifest. 2 years ago
Martin Milata 850f09b109 tools/mpy-tool.py: Initialize line_info_top. 2 years ago
stijn 6abf03b5d0 windows/msvc: Fix module freezing. 2 years ago
stijn 7e9a15966a mpy-cross: Force forward slashes in paths. 2 years ago
stijn e145318a81 windows/msvc: Fix qstr generation dependency. 2 years ago
stijn 65941ea0e5 windows/msvc: Make mpy-cross independent of micropython variant. 2 years ago
stijn 55a76f4edd windows/msvc: Remove variant suffix from executable filename. 2 years ago
Jim Mussared 6250337c9c ports: Make all network-capable boards use bundle-networking. 2 years ago
Damien George c9baf498c8 lib/micropython-lib: Update submodule to latest. 2 years ago
David Lechner 3446d440f6 shared/runtime/gchelper: Drop cpu directive from ARM asm helpers. 2 years ago
robert-hh c2ab1b5185 esp32/boards/OLIMEX_ESP32_POE: Remove id from and update board.json. 2 years ago
robert-hh 0baf6c80d9 nrf/mpconfigport: Enable seeding of the PRNG by the hardware RNG. 2 years ago
Jay Greco be420bf9bb rp2/boards/NULLBITS_BIT_C_PRO: Add Bit-C PRO board. 2 years ago
Damien George 67fac4ebc5 rp2/machine_pin: Fix configuring OPEN_DRAIN with initial value. 2 years ago
Damien George 8a0353525f rp2/main: Use mp_printf in nlr_jump_fail. 2 years ago
Damien George 1978b838b7 shared/runtime: Use mp_printf consistently, instead of printf. 2 years ago
Damien George 31139b437a py/mkrules: Support mpy-tool-flags in cmake frozen code generation. 2 years ago
Damien George d387ae3444 py/objint_mpz: Catch and reject @ and @= operating on big integers. 2 years ago
robert-hh d4a4cde42e rp2: Fix crash in a pin.irq handler. 2 years ago
Damien George 4f3780a156 examples/embedding: Rework example to use ports/embed. 2 years ago
Damien George a8a1ad1391 embed: Add new "embed" port which builds a simple C package. 2 years ago
Alex Riesen abaa4abd2d py: Add parenthesis to default impl of MP_OBJ_TO_PTR, MP_OBJ_FROM_PTR. 2 years ago
小权一句两句 94ee1b629a unix/main: Free pathbuf when there's an error opening a file. 2 years ago
Jim Mussared fb8792c095 py/lexer: Wrap in parenthesis all f-string arguments passed to format. 2 years ago
Andrew Leech 5c4153ea37 py/objarray: Raise error on out-of-bound memoryview slice start. 2 years ago
robert-hh d6bc34a13a esp32: Add a small delay before leaving wlan.active(). 2 years ago
ma-lalonde 30db33d1e0 esp32/network_lan: Add support for Ethernet PHY KSZ8081. 2 years ago
Clayton Cronk 54e85fe212 esp32/boards/GENERIC_UNICORE: Add board definition for unicore chips. 3 years ago
robert-hh 32a858e254 esp32/boards: Add board definition for Olimex ESP32 PoE boards. 2 years ago
iabdalkader 3b5cafc716 stm32/Makefile: Leave DFU mode after download when using dfu-util. 2 years ago
Angus Gratton 36347817ec CODECONVENTIONS: Explain uncrustify dependency for pre-commit setup. 2 years ago
enriquezgarc 5c10727b68 docs/zephyr/quickref: Fix zsensor module usage examples. 2 years ago
Chris Overgaauw 23ef29706e docs/reference/constrained: Add missing heap-dump symbols to mem_info(). 2 years ago
LiaoJingyi_winY7kp 7f6345a973 docs/library/machine.Timer: Add freq argument to machine.Timer. 2 years ago
Juan Francisco Cantero Hurtado 720f2cfba9 unix/Makefile: Disable building the shared library of libffi. 2 years ago
Damien George 4eb7063608 esp8266/README: Remove notice about port being "experimental". 2 years ago
Antonello Margottini e30e543a75 esp8266/modnetwork: Add ability to set tx power for WLAN interface. 2 years ago
Maripo GODA fb0dd86b39 esp32/machine_sdcard: Change dma_channel to SPI_DMA_CH_AUTO for ESP32S3. 2 years ago
Damien George 67097d8c2b esp32/network_lan: Fix compilation on IDF lower than v4.4. 2 years ago
Damien Tournoud c7301b8d03 esp32/network_lan: Fix setting MAC address of ethernet devices. 2 years ago
Damien Tournoud e982c1d8de esp32/network_lan: Add support for SPI-based ethernet chips. 2 years ago
robert-hh 30bac47b12 docs/esp32/quickref: Add docs for the LAN interface constructor. 2 years ago