• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

ESP32/MicroPython/CANBUS

camosoul

Well-known member
https://github.com/micropython/micropython/pull/5310

It's a bit disturbing that MicroPython got to a 1.0 release lacking support for something so fundamental as the ESP32's CANBUS controller... But, yeah, this guy is trying to add it.

I'm sure there's someone here that can explain why this is failing... It's kind of a big deal for it to get fixed... It's kind of a big deal that it isn't there already...

https://travis-ci.org/micropython/m..._medium=notification&utm_source=github_status
$ tools/check_code_size.sh

Old size: 68848 new size: 68852

Validation failure: Core code size increased

The command "tools/check_code_size.sh" exited with 1.
Who can tell us why this is happening and how to fix it? Whatever a Travis CI is....
 
Back
Top