Andrew Leech

Results 441 comments of Andrew Leech

@xplshn I really don't know anything about how packet forwarding is supposed to work. Does your application there seem to work at all? For your repl bit it would probably...

I've been working on this PR on stm32 in conjunction with [stm32/usb: Add support for using TinyUSB stack. #15592](https://github.com/micropython/micropython/pull/15592) and it's looking quite stable now. I found and fixed a...

Ah yeah the PR is in the middle of some large changes based on review feedback to make it more runtime configurable, however it doesn't work again yet. I've got...

# USB Dynamic Device Updates - Testing & Validation I've been working through the USB dynamic device mode implementation and believe it's looking and working well. This branch has gotten...

> @faxe1008 `DEMO_CleanInvalidateCacheByAddr()` is implemented in `lvgl_support.c` and yes, it is a wrapper to clear and invalidate cache by range. It is platform dependent, it can call `SCB_CleanInvalidateDCache_by_Addr` or `XCACHE_CleanInvalidateCacheByRange`...

Could those files please be added to a NXP GitHub repo? At work I need to show traceability of code as we work in a regulated space. Having to manually...

I for one fully support stdio management in micropython, rather than via IDF. Tangential to this change, I've been looking at the way all stm32 stdio is currently run via...

> MICROPY_HW_USB_CDC for native USB-CDC which defaults to 1 on supported SoCs (currently ESP32-S3). This should be S2 as well I believe?

Ummm, I feel a bit like you've exposed a lack of mental agility on my part here @robert-hh I feel like I've never quite equated the two being basically there...