Angus Gratton

Results 242 comments of Angus Gratton
trafficstars

Rebased this PR just now, no major changes. @patfrench Thanks for testing this PR out! Due to some recent changes in the rest of MP, `cdc_repl_example.py` currently only works if...

@patfrench I've just pushed a fix to the micropython-lib branch for an issue that I was seeing with USB-CDC on Windows, it may help you as well. The current Python...

Thanks everyone for the input here, it's really helpful to see the scope of what people are thinking about Re: Micropython and CAN and to learn from collective experience. It...

Hi @kentindell, thanks for joining the discussion - it's much appreciated! I was planning to both crib from your API design and ask you to review the new API anyway...

> If Python can start fast enough, and the dynamic memory allocation can be resolved (pre-allocated structures?) then in theory I could see it working. I guess for some devices...

Hey @kwagyeman, I understand this is a hassle for the OpenMV product release and that it's be very desirable for you folks to have full upstream support including a CAN...

Sounds good. Hopefully switching will be an option before too long.

Thanks everyone for your patience. An initial draft machine.CAN API is up, please take a look and leave any comments. https://github.com/micropython/micropython/pull/13149

@domix75 MicroPython isn't building quite correctly here, as the output shows it's using a plain `build` directory: > make failed with exit code 2, output of the command is in...

@domix75 I see in the log it says `idf (5.3.0)`, I think this is probably the master branch of ESP-IDF, yeah? Micropython supports only particular ESP-IDF releases and is a...