Andrew Leech
Andrew Leech
Trying to wrap the entire command string with hash would be a very invasive change as currently the command strings are passed to and run directly by the raw repl...
Thanks @robert-hh just the PR checkout and the submodule to the pinned commit should be fine. Out of interest is there a particular set of tests / peripherals you think...
## Updated: Fixed UART IRQ Wrapper Implementation I've updated the wrapper implementation to fix a critical bug where `UART.IRQ_RXIDLE` was not firing. ### Problem Found The original single wrapper approach...
## SDK 2.16 Upgrade Validation Summary ### Testing Performed Performed some limited testing on SEEED_ARCH_MIX (MIMXRT1052DVL6B) board: **1. Boot and Console Communication** - Firmware boots successfully to MicroPython REPL -...
Thanks @robert-hh try to rest up too!
Thanks @Josverl I did review / refer to yours but was lucky enough to have an older initial commit from @dpgeorge to start from so tried to keep to its...
Thanks @robert-hh I raised the PR for this a little early; it's intended to compliment a board profile for https://www.phytec.com/product/phyboard-rt1170-development-kit/ which I just need to do some final testing before...
Thanks @robert-hh there were some limitations / issues in that dual port update, I've just finished them now. Tested as well on a custom board that only has the second...
Thanks for the pointer, that's nice. ``` python >>> lan = network.LAN(id=1, phy_type=network.LAN.PHY_DP83867) >>> lan.active(1) >>> lan ```
Thanks for the feedback, though I must admit you caught me off guard. I left this PR in draft because I intended to do a manual cleanup before prompting for...