Dusten Sobotta

Results 14 comments of Dusten Sobotta

Could probably use some assistance at this point. What would it take to utilize cmake or idf.py instead of make? Is there some context as to why the make path...

And here are the ESP-IDF changes necessary to get this far: ``` bash [dusten@dls-shuttle make]$ git diff diff --git a/components/driver/esp32c3/include/driver/adc.h b/components/driver/esp32c3/include/driver/adc.h index 2678a9e61..bfce779c6 100644 --- a/components/driver/esp32c3/include/driver/adc.h +++ b/components/driver/esp32c3/include/driver/adc.h @@ -13,6...

Currently blocked by the need for ESP-IDF 4.4. Will continue to work on build system in the meantime, but flashed builds will always crash until we upgrade ESP-IDF.

Finished setting up my new pc over the weekend, so I'll be digging into upgrading ESP-IDF to 4.4 this week.

Thanks for the heads up. I'll take a look tomorrow.

Hey @kasperl , This definitely gets us closer to where we need to be for esp32-c3 support. Since I last touched this in Jan, there's been a few changes in...

Sounds good! I think it will go quite smooth once on CMake. I've had good experiences with rust on the esp32c3 thus far.

this should cover all dependencies that you need for compiling toit and esp-idf: https://github.com/toitlang/toit/blob/master/README_OTHERPLATFORMS.md#2-install-dependencies

Excellent. I'll take a look this weekend @kasperl !

Thanks for adding that @cberner . I too have a need for user-defined value types. The branch you mentioned looks good, but it's pretty far behind latest now. If you...