14268 Commits (a513558e3a72b47880faa847de64949e7fc746f6)
 

Author SHA1 Message Date
Damien George a513558e3a extmod: Add and reorganise compilation guards and includes. 2 years ago
Damien George 2f05653673 shared/netutils: Add "py/obj.h" header include. 2 years ago
Damien George ec12cc5ba6 docs/develop: Fix mp_compile snippet to match latest code. 2 years ago
Damien George 9c9f06ad9d extmod/btstack: Allow the BTstack config to be overridden by a board. 2 years ago
Damien George 5de8d7eb64 lib/btstack: Update to v1.5.4. 2 years ago
dependabot[bot] ada76021c0 github/workflows: Bump actions/setup-python from 1 or 2 to 4. 2 years ago
dependabot[bot] 846aa1f13a github/workflows: Bump codecov/codecov-action from 1 to 3. 2 years ago
Chris Swan 90c7568ca4 github: Add dependabot to update GitHub Actions. 2 years ago
Chris Swan 86c3c1d80d github/workflows: Bump actions/checkout to v3. 2 years ago
Angus Gratton b3e38ac632 stm32/spi: Downgrade SPIHandle definitions to static. 2 years ago
David Lechner ea07ab04f8 webassembly/library: Make use of CustomEvent detail property. 2 years ago
Damien George 0698dd72ea py/emitnative: Ensure load_subscr does not clobber existing REG_ARG_2. 2 years ago
Damien George 451ded8d7b tests/basics: Add exp file for builtin_str_hex test. 2 years ago
David Lechner 0eead94181 lib/libm: Use __asm__ instead of asm. 2 years ago
iabdalkader 71881116e6 extmod/extmod.mk: Set default mbedtls config file in extmod Makefile. 2 years ago
robert-hh eefd946e60 esp32/modmachine: Move dht_readinto() to the machine module. 2 years ago
robert-hh a495eb432f esp8266/modmachine: Move dht_readinto() to the machine module. 2 years ago
robert-hh 2426ddb575 stm32/modmachine: Move dht_readinto() to the machine module. 2 years ago
robert-hh acadc0a7dc rp2/modmachine: Move dht_readinto() to the machine module. 2 years ago
robert-hh 8afa6df23d mimxrt/modmachine: Move dht_readinto() to the machine module. 2 years ago
Damien George 3bb371c5f2 unix/variants: Change mip package to mip-cmdline. 2 years ago
Damien George 1531a7c8ca lib/micropython-lib: Update submodule to latest. 2 years ago
iabdalkader 345f1d2395 rp2/cyw43_configport: Make sure only core0 executes a __WFI(). 2 years ago
robert-hh d68e3b03b1 esp32/usb: Add a timeout to usb_tx_strn(). 2 years ago
robert-hh 5d473d3093 mimxrt/mphalport: Add a timeout to mp_hal_stdout_tx_strn(). 2 years ago
robert-hh ca63ead2d8 samd/mphalport: Add a timeout to mp_hal_stdout_tx_strn(). 2 years ago
robert-hh 8447fef9f9 rp2/mphalport: Add a timeout to mp_hal_stdout_tx_strn(). 2 years ago
Patrick d0687e90ab esp32: Add 32MiB partition table templates. 2 years ago
Jared Hancock a2fd382c34 extmod/modlwip: Use actual errno in exception for error in listen. 2 years ago
iabdalkader ecd4d54391 extmod/extmod.cmake: Allow overriding the default MBEDTLS_CONFIG_FILE. 2 years ago
iabdalkader ebb1a4ecb0 stm32/boards/ARDUINO_PORTENTA_H7: Add custom mbedtls config. 2 years ago
iabdalkader d2c2846820 stm32/Makefile: Allow overriding the default MBEDTLS_CONFIG_FILE. 2 years ago
iabdalkader efe7dac0aa stm32/mbedtls: Enable mbedtls certificate time validation. 2 years ago
robert-hh 9d0aefe719 samd/boards/SEEED_WIO_TERMINAL: Enable using the 32kHz crystal. 2 years ago
robert-hh fadfc30547 samd/README: Update README to reflect recent changes to the port. 2 years ago
robert-hh b3ce059767 docs/samd/pinout: Fix the pin numbering for the default assignments. 2 years ago
robert-hh 144e5ec645 samd/mcu/samd51: Use an additional manifest.py for SAMD51 boards. 2 years ago
Matt Trentini e65b12a1b9 docs/library/machine: Add machine.memX to docs with brief example. 2 years ago
Jim Mussared 2c8dab7ab4 py/objarray: Detect bytearray(str) without an encoding. 2 years ago
Simon Arlott f8b0ae32d3 py/builtinimport: Fix crash handling "weak link" module names. 2 years ago
Simon Arlott 43dd3ea74d shared/runtime/gchelper_native: Fix pointer cast on x86_64. 2 years ago
Damien George 5987130afd webassembly/Makefile: Change compiler optimisation from O3 to Os. 2 years ago
Damien George 1ed740b152 webassembly/README: Update README to describe new stdout behaviour. 2 years ago
Nicholas H.Tollervey db978d7155 webassembly: Dispatch micropython-print via document not mp_js_stdout. 2 years ago
Damien George 2d406f2226 webassembly: Support piping in a program on stdin. 2 years ago
Damien George 7a505d57dc webassembly: Change "stack" argument to "heapsize". 2 years ago
Damien George d65edaa232 webassembly: Use Date's now() instead of getTime(). 2 years ago
Damien George 49ce93eeec github/workflows: Print test failures for webassembly workflow. 2 years ago
Damien George 329f8252b9 tests/run-perfbench: Support --heapsize argument and pass to executable. 2 years ago
Damien George b52fe52d31 tools/makemanifest.py: Fix printing of mpy_cross.CrossCompileError. 2 years ago