13973 Commits (6bd0ec7a70496dc51d8dc6c706919ef398b0346e)
 

Author SHA1 Message Date
David Yang b6651a7a89 unix/modjni: Add missing const qualifier. 4 years ago
Daniel Jour 9c6fd974f7 minimal/Makefile: Avoid terminal reset, use BUILD variable. 2 years ago
Efi Weiss f3285fef07 py/nlrpowerpc: Fix generation of ppc64 code on ppc32 build. 2 years ago
Mat Booth 2e8816de91 py/dynruntime.mk: Allow building assembly source in natmods. 2 years ago
Damien George d53c3b6ade unix/variants: Remove variant suffix from executable filename. 2 years ago
Daniel Jour c7aa6a2c73 tests/run-tests.py: Provide better default MPYCROSS value for Windows. 2 years ago
Daniel Jour 409995ac68 tools/ci.sh: Force mpy-cross build for samd and teensy. 2 years ago
Daniel Jour 47c84286e8 all: Fix paths to mpy-cross and micropython binaries. 2 years ago
Daniel Jour b2e8240268 py/mkrules.mk: Keep all build artefacts inside $(BUILD) directory. 2 years ago
Damien George 5cfbf18d5f javascript/Makefile: Remove obsolete disable of array-bounds warning. 2 years ago
Damien George b5986784e4 py/objstr: Reformat str access macros to make them readable. 2 years ago
Damien George 7d91a9bf5b py/mpprint: Fix formatting typo with mp_print_ext_t struct name. 2 years ago
Damien George f72d3cec23 rp2/machine_spi: Add mp_hal_get_spi_obj helper function. 2 years ago
Damien George af6d2845fa extmod/network_wiznet5k: Extract SPI transfer function dynamically. 2 years ago
robert-hh f000ac9e82 extmod/network_wiznet5k: Rearrange the function wiznet5k_poll(). 2 years ago
robert-hh 999b66d531 extmod/network_wiznet5k: Schedule clearing of interrupt flags. 2 years ago
robert-hh 73699a846c extmod/network_wiznet5k: Deinit the NIC before (re-)initialisation. 2 years ago
robert-hh be2beab71a extmod/network_wiznet5k: Drop obsolete argument count check. 2 years ago
robert-hh 736b427220 extmod/network_wiznet5k: Register NIC when the lwIP stack is used. 2 years ago
David Yang d7ef90122e mpy-cross/Makefile: Respect existing CFLAGS and LDFLAGS. 2 years ago
Andrew Leech 6804b6f54f stm32/boards/NUCLEO_WB55: Add error handling to firmware update scripts. 3 years ago
David Lechner 6baeded322 py/runtime: Fix crash in star arg unpacking. 2 years ago
iabdalkader 9dfabcd6d3 extmod/network_cyw43: Add hostname config option. 2 years ago
iabdalkader b6c2196fbd drivers/cyw43: Allow configuring the netif/mDNS hostname. 2 years ago
Ian Davies 1bf2fd0592 extmod/modussl_mbedtls: Set a more sensible default debug log level. 2 years ago
Ian Davies fbe9417b90 extmod/ntptime: Factor out ntptime module from esp8266 port. 2 years ago
Ian Davies b560b9fe71 rp2/mbedtls: Enable certificate validity time validation. 2 years ago
David Lechner 10f85fee18 stm32/boards/LEGO_HUB_NO7: Add LEGO Hub No. 7 board definition. 2 years ago
David Lechner 0f0f2351bb stm32/boards/LEGO_HUB_NO6/cc2564: Make timer configurable. 2 years ago
David Lechner f69af16619 stm32/boards/LEGO_HUB_NO6/spiflash: Pick command type at runtime. 2 years ago
David Lechner 9a51273d96 stm32/boards/LEGO_HUB_NO6/appupdate: Detect filesystem size at runtime. 2 years ago
David Lechner 7cc6df3303 stm32/boards/LEGO_HUB_NO6: Use named pins. 2 years ago
David Lechner 6152bbe3dd stm32/boards/LEGO_HUB_NO6: Fix typo in README. 2 years ago
Jim Mussared 579f330508 py/mkenv.mk: Use micropython-lib from submodule by default. 2 years ago
Jim Mussared 58bed5ec14 tools/ci.sh: Initialise submodules for more ports. 2 years ago
Jim Mussared 19f5da9e1b esp32/Makefile: Force micropython-lib as a required submodule. 2 years ago
Jim Mussared 9a7ac41be6 rp2/Makefile: Always use cmake to discover submodules. 2 years ago
Jim Mussared be83c08f46 ports: Always append to GIT_SUBMODULES. 2 years ago
Jim Mussared 9a1b7d8448 lib/micropython-lib: Add micropython-lib as a submodule. 2 years ago
Damien George 963e599ec0 tests/cpydiff: Fix formatting of code snippet to use double quotes. 2 years ago
chrismas9 c038ea0cc6 docs/library/pyb.Timer: Document how to use BKIN pin with example. 2 years ago
chrismas9 33ea400ce8 docs/library/pyb.Pin: Add Pin.ALT constant. 2 years ago
chrismas9 e168d47424 docs/library/pyb.Pin: Fix out-of-context paragraphs, and AF_PP typo. 2 years ago
Peter Hinch fe5598452d docs/library/time: Provide more info about which epoch is used. 2 years ago
Angus Gratton fdfe4eca74 ports: Always include debug information in the ELF. 2 years ago
David Lechner 3c32ca6e77 unix/unix_mphal: Allow overriding hal time functions. 3 years ago
Peter Harper 45ab801c30 rp2/cyw43_configport: Add event hook into cyw43_delay_ms. 2 years ago
Angus Gratton 1230d86dca py/builtinimport: Remove duplicate static function argument. 2 years ago
Dan Ellis f9cbe6bc47 py/formatfloat: Format all whole-number floats exactly. 2 years ago
Jim Mussared b22abcdbbe extmod/uasyncio: Handle gather with no awaitables. 2 years ago