14701 Commits (38243cd8e0792fd6e597e4761f9d9949a9d41599)
 

Author SHA1 Message Date
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
robert-hh 4b52003fb8 esp32/network_lan: Support configuration of ETH ref_clk pin. 2 years ago
robert-hh efb4bd3555 esp32/network_lan: Add support for LAN8710 PHY. 2 years ago
Damien George fc745d85fe tests/extmod/ure_namedclass: Add tests for named classes in class sets. 2 years ago
Damien George 64193c7de9 lib/re1.5: Add support for named classes in class sets. 3 years ago
Damien George bd86ce5f82 lib/re1.5: Reduce code size when checking for named class char. 2 years ago
robert-hh 1583c1f670 mimxrt: Set MICROPY_GC_STACK_ENTRY_TYPE to uint32_t for large RAM. 2 years ago
robert-hh e78e0b7418 py/gc: Increase the address length in gc_dump_alloc_table(). 2 years ago
David Lechner 4eefe78e8e github/workflows/code_size: Print code size change. 2 years ago
iabdalkader d02f089058 rp2/boards: Add pin CSV files to board definitions. 2 years ago
iabdalkader 7d01f38170 drivers/ninaw10: Implement machine.Pin external pin controls. 2 years ago
iabdalkader c214c9e648 rp2/machine_pin: Add support for named pins and alternate functions. 2 years ago
iabdalkader 66e0cfc3b9 rp2/machine_pin: Refactor the machine.Pin class for external GPIO. 2 years ago
Dorukyum f4811b0b42 docs/library/socket: Use correct sockaddr variable name. 2 years ago
Jos Verlinde d263438a6e tools/pyboard.py: Set DTR on Windows to avoid ESPxx hard reset. 2 years ago
Jim Mussared aa64280666 tools/pyboard.py: Add fs_{listdir,readfile,writefile,stat}. 2 years ago
Jim Mussared 6013d27dd5 tools/pyboard.py: Add parse kwarg to eval. 2 years ago
Jim Mussared 77002a92bf tools/pyboard.py: Fix Python 2 compatibility. 2 years ago
Andrew Leech fa57ee971b stm32/boards: Consolidate linker snippets to reduce duplication. 2 years ago