[讨论] micropython更新:2021.4

dcexpert   2021-4-9 22:18 楼主

回复评论 (5)

docs/library/machine: Specify initial machine.PWM class. 

py/runtime: Remove commented-out code from mp_deinit(). 

tests/multi_bluetooth: Add performance test for gatt char writes. 

tests/run-multitests.py: Provide some convenient serial device shorcuts. 

zephyr/boards: Add config for nucleo_wb55rg board. 

zephyr/modmachine: Add machine.idle(). 

zephyr: Run scheduled callbacks at REPL and during mp_hal_delay_ms. 

py/scheduler: Add optional port hook for when something is scheduled. 

all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt. 

nrf/boards/microbit: Use mp_sched_exception() where appropriate. 

py/scheduler: Add mp_sched_exception() to schedule a pending exception. 

py/profile: Use mp_handle_pending() to raise pending exception. 

esp8266/modnetwork: Use mp_handle_pending() to raise pending exception. 

stm32/sdio: Allow configuring the SDMMC periph used for SDIO. 

drivers/cyw43/cywbt: Remove hard-coded UART6 alternate function setting.

stm32/boards/PYBD_SF2: Enable RF switch compile option.

drivers/cyw43/cywbt: Add compile option for RF switch.

drivers/cyw43/cyw43_ctrl: Use new sdio enable API functions. 

stm32/sdio: Add functions to re/enable SDIO/SDIOIT.

stm32/uart: Enable HW flow control for UART 1/5/7/8.

stm32/sdcard: Allow configuring the SDMMC periph used for SD/MMC card. 

stm32/mboot: Allow mboot to be placed at any location in flash. 

stm32/mboot: Allow a board to customise the linker scripts. 

stm32/mboot: Fix mp_hal_delay_us() and add mp_hal_ticks_ms(). 

tm32/adc: Allow mboot to use basic ADC functions. 

stm32/mboot: Allow a board to add source files to the build. 

stm32/boardctrl: Show first reset-mode state on LEDs when selecting. 

stm32/boardctrl: Add constants for reset mode values. 

stm32/softtimer: Support static soft timer instances. 

stm32/softtimer: Add support for having a C-based callback. 

tools/makemanifest.py: Show directory name if there is a FreezeError.

esp32: Restore FROZEN_MANIFEST support with new CMake build system. 

 

点赞  2021-5-1 12:18
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 京公网安备 11010802033920号
    写回复