14036 Commits (3c6127dfcfc63a2b48c31f751d1ae2c385874c8a)
 

Author SHA1 Message Date
Jim Mussared f694058f2b tests/extmod/ubinascii: Add tests for bytes.hex etc. 3 years ago
Jim Mussared 28aaab9590 py/objstr: Add hex/fromhex to bytes/memoryview/bytearray. 3 years ago
Damien George 6c67fbc280 zephyr/machine_uart: Use mp_obj_str_get_str to get device name. 2 years ago
Damien George 787bd99919 nrf/modules/ubluepy: Use mp_obj_str_get_data to extract str data. 2 years ago
Andrew Leech f7f56d4285 py/objstr: Consolidate methods for str/bytes/bytearray/array. 2 years ago
Damien George 82b3500724 py/qstr: Change qstr hash type from mp_uint_t to size_t. 2 years ago
Jim Mussared 94a19f1062 windows/Makefile: Update test dependency on $(PROG). 2 years ago
Kyuchumimo bfc63a5c84 drivers/sdcard: Add delay in init_card_v1 to make timeout work. 2 years ago
Nathan Hendler 9bcb2c0a20 docs/library/rp2: Fix pull_thresh docs to use pull instead of push. 2 years ago
David Lechner 888e831bf7 docs: Update links for Arm GCC toolchain. 2 years ago
Jacob Siverskog 0546a12238 rp2: Correctly determine path to arm-none-eabi-size. 2 years ago
Phil Howard 71f6eb5ac9 rp2: Mark gc_heap NOLOAD for faster boot. 2 years ago
omogenot 6e51dbd95a rp2/boards/W5500_EVB_PICO: Add new board definition for W5500_EVB_PICO. 2 years ago
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