Florian Loitsch

Results 55 comments of Florian Loitsch

It seems like the `cmake/config.h.in` is important and should be versioned. However, the '.gitignore' file ignores it. I'm guessing the file was moved from 'config' to 'cmake'.

@erikcorry do you have some information?

@nivoc: you are correct. The biggest problem with the S3 is that Espressif only supports it with CMake. However, Toit still uses the old (deprecated) make approach. The code should...

There are fundamentally two questions here: 1. should we allocate an object when doing `wait_for`? 2. How precise do we want to be (or can we be)? Many times, the...

Maybe just start with `HOST_ENDIAN ::= LITTLE_ENDIAN`. I don't think we support any other platform yet.

Since we are intercepting operations anyway, we only reach the methods when the shortcut fails. As such we should probably just add type annotations to the methods.

It's definitely on our list. Hopefully we can add CW support as well.

Work has started: https://github.com/toitlang/toit/pull/893

Yes. DAC is fully supported.