16230 Commits (0d8388673e8456f6b0e92e6f5941e0e804513204)
 

Author SHA1 Message Date
Paul Grayson 0d8388673e docs/esp32: Update pin access example with addresses for ESP32-S3. 1 year ago
Matt Trentini 7953089a25 examples/natmod: Fix URL links in README.md. 2 months ago
Matt Trentini 976d9d148f stm32/boards/STM32F429DISC: Add DAC support to the STM32F429DISC. 2 months ago
Adrian Higgins 39ddfed9a0 stm32: Update STM32L452xx Multi OTG handling. 2 months ago
Amirreza Hamzavi f1bdac3752 unix/README: Fix typo in build dependencies. 2 months ago
danicampora 3ca01eccae zephyr/mphalport: Make mp_hal_wait_sem() always call k_poll(). 2 months ago
danicampora 1c0dc2ac3e zephyr/src: Remove k_yield() at the end of console_irq_input_hook(). 2 months ago
Damien George 74d6dba294 tests/run-tests.py: Add a zephyr test target. 2 months ago
Damien George 0afec3974c zephyr/Kconfig: Increase default GC heap size to 48k. 2 months ago
danicampora 935fcd1329 tests/thread: Adapt stress_aes.py to run on zephyr. 3 months ago
Damien George e7974a28f7 zephyr/mpconfigport: Enable mpz big integers. 3 months ago
Damien George fc630e70c4 zephyr/main: Collect registers during a MicroPython GC scan. 3 months ago
danicampora 7009c75f23 zephyr: Enable some core features to get more thread tests passing. 3 months ago
danicampora d68d8fcf90 zephyr: Re-implement the Zephyr console in non-blocking mode. 4 months ago
danicampora 6833f3dda9 zephyr: Add threading support. 4 months ago
Alexandre Iooss aefd48b801 samd/Makefile: Specify UF2 family in firmware.uf2. 2 months ago
robert-hh e23fdb1f77 tests/extmod/machine_uart_irq_txidle.py: Simplify the test script. 2 months ago
robert-hh 1a6279ba37 samd/mphalport: Simplify mp_hal_delay_ms(). 3 months ago
robert-hh ed86fdbdf6 samd/mphalport: Fix an execution order bug in mp_hal_ticks_us_64(). 7 months ago
iabdalkader 3294606e23 extmod/libmetal: Fix libmetal rules for mkdir dependencies. 2 months ago
cajt 65244d291a extmod/modlwip: Fix compile error for lwIP with SLIP support. 2 months ago
Alessandro Gatti a831c788f7 tools/mpy_ld.py: Ignore R_XTENSA_ASM_EXPAND relocation entries. 2 months ago
Angus Gratton e370999e37 unix: Add a description of COPT in the README. 2 months ago
Angus Gratton d04974d8d0 unix: Expand the build steps in the README. 2 months ago
timdechant 455415b1e1 shared/runtime/sys_stdio_mphal: Fix printed type for stdio streams. 2 months ago
Damien George 659113825d qemu: Rename qemu-arm port to qemu. 2 months ago
Damien George 3ea1ce63da all: Remove remaining qemu-riscv references. 2 months ago
Damien George 0426934969 qemu-arm: Merge RISC-V 32-bit support into qemu-arm port. 2 months ago
Damien George f769b4329b qemu-arm/Makefile: Clean up SRC and OBJ variables. 2 months ago
Damien George dc9ecd5860 qemu-arm: Factor board config to mk fragments. 2 months ago
Damien George 9396572eee tools/mpy-tool.py: Support freezing rv32imc native code. 2 months ago
Damien George 6be1dbc784 tests/run-tests.py: Automatically detect native arch and mpy-cross flag. 3 months ago
Damien George 838c490eb4 tests/net_inet: Update micropython.org certificate for SSL tests. 3 months ago
Angus Gratton fee9d66e3a esp32: Disable hardware stack protection on ESP32-C3. 2 months ago
Angus Gratton a6c35aeee8 esp32: Fix ARDUINO_NANO_ESP32 build configuration. 2 months ago
Angus Gratton 5e692d0460 esp32: Add MICROPY_HW_USB_CDC macro for native USB-CDC serial. 2 months ago
Angus Gratton 6ad6297ef7 esp32: Fix ESP32-C3 USB serial/jtag peripheral pre-IDF 5.1. 2 months ago
Amirreza Hamzavi 1897fe6227 tests/basics: Add tests for optional args to int.to_bytes/from_bytes. 6 months ago
Amirreza Hamzavi cb7e99098e py/objint: Make byteorder argument optional in int.from_bytes() method. 6 months ago
Amirreza Hamzavi 0b432b3306 py/objint: Make length argument optional in int.to_bytes() method. 6 months ago
Amirreza Hamzavi 80c5e76483 py/objint: Make byteorder argument optional in int.to_bytes() method. 6 months ago
Andrew Leech 9670666623 stm32/boards: Enable RAM_ISR feature on boards with UART REPL. 3 months ago
Andrew Leech 1f5cab9edb stm32: Add option to put ISR, flash and UART code in RAM. 2 years ago
Damien George 35b6a66b0b docs/library: Document the network.PPP class. 2 months ago
Damien George 851aa06461 rp2: Integrate optional network.PPP. 2 months ago
Damien George aee002dd80 stm32/lwip_inc: Implement LWIP_PLATFORM_DIAG macro in terms of printf. 3 months ago
Damien George a1a16ffd75 stm32/uart: Use timeout_char even with CTS enabled. 3 months ago
Damien George d8b033776e stm32/machine_uart: Return number of bytes written even with timeout. 3 months ago
Damien George c94a3205b0 stm32/machine_uart: Allow changing only the baudrate. 3 months ago
Damien George a5cc4d4623 stm32: Integrate optional network.PPP. 7 months ago