- py/mkenv.mk: Use micropython-lib from submodule by default.
- tools/ci.sh: Initialise submodules for more ports.
- esp32/Makefile: Force micropython-lib as a required submodule.
- rp2/Makefile: Always use cmake to discover submodules.
- ports: Always append to GIT_SUBMODULES.
- lib/micropython-lib: Add micropython-lib as a submodule.
2022年8月更新
- shaoziyang
- 帖子: 2907
- 注册时间: 2019年 10月 21日 13:48
2022年8月更新
- shaoziyang
- 帖子: 2907
- 注册时间: 2019年 10月 21日 13:48
Re: 2022年8月更新
- extmod/network_cyw43: Add hostname config option.
- drivers/cyw43: Allow configuring the netif/mDNS hostname.
- extmod/modussl_mbedtls: Set a more sensible default debug log level.
- extmod/ntptime: Factor out ntptime module from esp8266 port.
- rp2/mbedtls: Enable certificate validity time validation.
- stm32/boards/LEGO_HUB_NO7: Add LEGO Hub No. 7 board definition.
- stm32/boards/LEGO_HUB_NO6/cc2564: Make timer configurable.
- stm32/boards/LEGO_HUB_NO6/spiflash: Pick command type at runtime.
- stm32/boards/LEGO_HUB_NO6/appupdate: Detect filesystem size at runtime.
- stm32/boards/LEGO_HUB_NO6: Use named pins.
- stm32/boards/LEGO_HUB_NO6: Fix typo in README.
- shaoziyang
- 帖子: 2907
- 注册时间: 2019年 10月 21日 13:48
Re: 2022年8月更新
- extmod/network_wiznet5k: Schedule clearing of interrupt flags.
- extmod/network_wiznet5k: Rearrange the function wiznet5k_poll().
- extmod/network_wiznet5k: Deinit the NIC before (re-)initialisation.
- extmod/network_wiznet5k: Drop obsolete argument count check.
- extmod/network_wiznet5k: Register NIC when the lwIP stack is used.
- mpy-cross/Makefile: Respect existing CFLAGS and LDFLAGS.
- stm32/boards/NUCLEO_WB55: Add error handling to firmware update scripts.
- py/runtime: Fix crash in star arg unpacking.
- shaoziyang
- 帖子: 2907
- 注册时间: 2019年 10月 21日 13:48
Re: 2022年8月更新
- py/qstr: Change qstr hash type from mp_uint_t to size_t.
- py/objstr: Consolidate methods for str/bytes/bytearray/array.
- nrf/modules/ubluepy: Use mp_obj_str_get_data to extract str data.
- zephyr/machine_uart: Use mp_obj_str_get_str to get device name.
- windows/Makefile: Update test dependency on $(PROG).
- drivers/sdcard: Add delay in init_card_v1 to make timeout work.
- docs/library/rp2: Fix pull_thresh docs to use pull instead of push.
- docs: Update links for Arm GCC toolchain.
- rp2: Correctly determine path to arm-none-eabi-size.
- rp2: Mark gc_heap NOLOAD for faster boot.
- rp2/boards/W5500_EVB_PICO: Add new board definition for W5500_EVB_PICO.
- unix/modjni: Add missing const qualifier.
- minimal/Makefile: Avoid terminal reset, use BUILD variable.
- py/nlrpowerpc: Fix generation of ppc64 code on ppc32 build.
- py/dynruntime.mk: Allow building assembly source in natmods.
- unix/variants: Remove variant suffix from executable filename.
- tests/run-tests.py: Provide better default MPYCROSS value for Windows.
- tools/ci.sh: Force mpy-cross build for samd and teensy.
- all: Fix paths to mpy-cross and micropython binaries.
- py/mkrules.mk: Keep all build artefacts inside $(BUILD) directory.
- javascript/Makefile: Remove obsolete disable of array-bounds warning.
- py/objstr: Reformat str access macros to make them readable.
- py/mpprint: Fix formatting typo with mp_print_ext_t struct name.
- rp2/machine_spi: Add mp_hal_get_spi_obj helper function.
- extmod/network_wiznet5k: Extract SPI transfer function dynamically.
- shaoziyang
- 帖子: 2907
- 注册时间: 2019年 10月 21日 13:48
Re: 2022年8月更新
- nrf,stm32: Don't enable debug info by default if LTO is on.
- py/formatfloat: Use pow(10, e) instead of pos/neg_pow lookup tables.
- py/parsenum: Ensure that trailing zeros lead to identical results.
- extmod/modlwip: Add support for leaving multicast groups.
- extmod/uasyncio: Rename internal _flag to state, to save a qstr.
- extmod/uasyncio: Add clear method to ThreadSafeFlag.
- py/mkrules: Use abspath to find directory for mpy-cross dependency.
- py/objstr: Remove str function object declarations from header file.
- mpy-cross,unix: Remove .gitignore file.
- py/objstr: Add hex/fromhex to bytes/memoryview/bytearray.
- tests/extmod/ubinascii: Add tests for bytes.hex etc.
-
- 随机主题
- 回复总数
- 阅读次数
- 最新文章
-
- 2回复总数
- 1032 阅读次数
- 最新文章 由 shaoziyang
2019年 11月 11日 12:23
-
- 1回复总数
- 986 阅读次数
- 最新文章 由 shaoziyang
2019年 11月 11日 23:01
-
- 1回复总数
- 843 阅读次数
- 最新文章 由 shaoziyang
2019年 11月 11日 23:03