15196 Commits (977dc9a369af2d51455c87c1978a5b4598702d35)
 

Author SHA1 Message Date
Jim Mussared 977dc9a369 extmod/asyncio/stream.py: Fix cancellation handling of start_server. 2 years ago
Jos Verlinde a93ebd0e03 docs: Add requirements.txt file with dependencies for Sphinx. 1 year ago
iabdalkader da193c42f6 ports: Rename Arduino board LED pins to be consistent. 1 year ago
Wanlin Wang 2772b88f6a rp2/README: Fix name of RPI_PICO_W board. 1 year ago
vsfos 1660c78795 unix/main: Fix memory leakage if MICROPY_USE_READLINE is disabled. 1 year ago
robert-hh 4e5611c55a mimxrt/machine_rtc: Improve the RTC init at boot. 1 year ago
robert-hh 6482eb142c mimxrt/mpbthciport: Allow disabling UART flow control for BLE. 1 year ago
robert-hh 51ca23e463 mimxrt/boards: Fix naming of SD-card config option. 1 year ago
robert-hh abb44694d8 mimxrt/boards/MIMXRT1176_clock_config: Fix comments about UART clocks. 1 year ago
robert-hh 0701341e7f mimxrt/machine_uart: Set the UART clock to a fixed 40MHz value. 1 year ago
iabdalkader 52e3da0a0b mimxrt/mbedtls: Enable certificate validity time validation. 1 year ago
iabdalkader 361ca7d5ee mimxrt/mpbthciport: Enable flow control for BT HCI UART. 1 year ago
iabdalkader 552b0bbe12 mimxrt: Remove SDCARD Makefile config option. 1 year ago
iabdalkader 9d1a1ed42d mimxrt/Makefile: Enable the FSL USDHC for supported MCU series. 1 year ago
iabdalkader 805c750164 mimxrt/mimxrt_sdram: Allow boards to override the default SDRAM config. 1 year ago
iabdalkader 4b9c459133 mimxrt/sdio: Add support for the 117x series. 1 year ago
Damien George fbe58553c2 extmod/btstack/btstack_hci_uart: Trigger a poll after UART data is sent. 1 year ago
Jim Mussared fae83a6b4d tests/extmod/asyncio_threadsafeflag.py: Update for unix select. 1 year ago
Jim Mussared cfe6a11e39 extmod/asyncio/event.py: Fix ThreadSafeFlag.ioctl return. 1 year ago
Thomas c854d0e3e1 examples/unix/machine_bios.py: Fix typo. 1 year ago
Carlosgg 10f34b97d1 tests/multi_net/ssl_cert_rsa.py: Update test certificate. 1 year ago
iabdalkader 6a6a90507d stm32/boards/ARDUINO_GIGA: Update board config. 1 year ago
Jim Mussared da6f1e1d1e rp2/msc_disk: Allow configuring the USB MSC inquiry response. 1 year ago
Jim Mussared 61f331374d stm32/usbd_msc_interface: Allow configuring the MSC inquiry response. 1 year ago
dotnfc d7f63f994f esp32/main: Allow a board to override the MicroPython task stack size. 1 year ago
Glenn Moloney 6662d84faa esp32/boards: Add bootloader rollback support for all builds. 1 year ago
Angus Gratton b461d218d1 tests/run-internalbench.py: Remove old CPython reference. 1 year ago
Angus Gratton dd8a69b5f2 tests/README: Document ./run-internalbench.py. 1 year ago
Felix Dörre 3c2b2f7a4d rp2/modmachine: Fix lightsleep while wifi is powered off. 2 years ago
Peter Harper 584c495d32 shared/netutils/dhcpserver: Reply on correct netif. 1 year ago
Jos Verlinde 58c2c503a9 tools/mpremote: Add support for rfc2217, serial over TCP. 1 year ago
Jim Mussared 88ecc78eb3 tools/autobuild/build-downloads.py: Verify standard features. 1 year ago
Jim Mussared cf32c2feb5 ports: Restrict board.json to standard features. 1 year ago
Jim Mussared 79473691f2 {mimxrt,powerpc,samd}/mpconfigport: Don't override parse chunk alloc. 1 year ago
Seon Rozenblum 77ae0a0948 esp32/boards: Fix VBAT voltage calculation for UM S3 boards. 1 year ago
Jim Mussared 276bfa3146 py/lexer: Add missing initialisation for fstring_args_idx. 1 year ago
Ihor Nehrutsa d83c1a43d4 py: Change ifdef DEBUG_PRINT to if DEBUG_PRINT. 1 year ago
Angus Gratton 2fcd28f713 py/mkrules.mk: Don't strip binary if STRIP variable is unset. 1 year ago
Damien George 58f63497e5 extmod/modssl_axtls: Only close underlying socket once if it was used. 1 year ago
Damien George 03a3af417e esp8266/boards: Make sure modespnow.o is placed in irom0. 1 year ago
Damien George 62c3033ba6 tests/extmod/vfs_fat_finaliser.py: Tweak test so files are collected. 1 year ago
Damien George 7c88cdda49 tests/float/math_domain.py: Tweak test to also pass with obj-repr-C. 1 year ago
Damien George a7e2a6d9f2 tests/extmod/ssl_cadata.py: Skip test on axtls. 1 year ago
Damien George a33766880e tests/extmod/deflate_decompress.py: Skip test when not enough memory. 1 year ago
Damien George 3695211576 tests/float/float_format_ints.py: Put power-of-10 test in separate file. 1 year ago
Jim Mussared 52f76cf4fc tests/stress/bytecode_limit.py: Reverse order of cases. 1 year ago
Damien George 5dbd6fc705 stm32/dma: Remove unbalanced ). 1 year ago
Damien George 88564c1406 stm32/uart: Generalise UART source clock calculation for H5 and H7 MCUs. 1 year ago
Damien George 82b4ab7576 stm32/boards: Move includes to after defines in all hal_conf.h files. 1 year ago
Rene Straub 08c661c930 stm32/dac: Add STM32H5 DAC support, with dma_nohal implementation. 1 year ago