yn386
yn386
I noticed writing file into internal flash file system is too slow. I fixed it.
I found why pyb.i2c() with dma=True does not work. I fixed it and removed known problem.
Thank you. I rebased and split into 3 separate commits.
Thank you. I rebased and - Updated `.gitmodule `and `lib/stm32` (f9f479fb). - Added `MICROPY_PLATFORM_VERSION` for L1 in ports/stm32/mphalport.h (e3fb8d48). https://github.com/micropython/micropython/blob/e3fb8d48f046e6f2fc934699dc12ad8c5ffdc65c/ports/stm32/mphalport.h#L20-L21
Thank you very much for reviewing. I'm glad this PR was merged.
Thank you for your information. I will send this patch to the linux-wireless mailing list.
Since WeAct_H723VG is similar with WeAct_H743VI, I changed this PR to draft in order to combine efforts on #17766.
Combined efforts from #17766: eb016de1762f4c6efa4630a3d887a3d64c99f064. Also, I added the follwing commit: * Add ROMFS feature with QSPI flash: c3253cf13bf93b2a2d0264cf6c94b15946e7e95c * Add retry process for RNG: fdd52c2012d6ce54faf133de245fd50f5495fb5c
Rebased and fix review comment on #17766.