Andrew Leech
Andrew Leech
> VfsLFs2 appears to no longer be in os? Timely test, thanks for letting me know. Yes the entry to enable that was missing so I've added that now in...
> It seems that the definition of `#define MICROPY_HW_CLK_PLLM (MICROPY_HW_HSE_SPEED_MHZ)` fails. Since in `plli2svalues.py` the search expression is `#define +(MICROPY_HW_CLK_PLLM) +\((\(uint32_t\))?([0-9]+)\)",`. So the above #define is ignored and always `#define...
> I have the same problem with the sequence of including ... Yes I found that issue too, I think I have it all resolved in the last push though...
@dpgeorge as far as I can see there's currently no way to support if/else on HSE, HSI or PLL variables due to the way they're parsed in python scripts to...
> I don't see `MICROPY_VFS_LFS2 = 1` Ah, yeah, I added it and somehow lost it again. Too much juggling multiple changes on my end I suspect. It's in the...
Thanks @robert-hh I actually hadn't tested formatting lfs myself, but in my case it seemed to work as per: https://docs.micropython.org/en/latest/reference/filesystem.html#littlefs ``` python anl@STEP: ~/micropython $ mpremote Connected to MicroPython at...
> on the majority of the boards USB-CDC is NOT being used. Most boards still use the UART. On every S2 and S3 board I own, _only_ USB CDC is...
@kdschlosser when I read your messages they sound very heated to me, even if that's not your intention. I admit I can get frustrated by some of this too. I...
> Any solutions for this problem? I am working on ESP32-S3 and I want to use GPIO19 20 for GPIO purpose. But I can't turn off the USB function As...
I believe the size issue (when building with stm usb stack) has been resolved finally. Though I want to check exactly how it's now smaller... On a positive note, switching...