toit icon indicating copy to clipboard operation
toit copied to clipboard

Program your microcontrollers in a fast and robust high-level language.

Results 148 toit issues
Sort by recently updated
recently updated
newest added

Support for UART on Darwin and for reading and writing control lines

cla-signed

Should be possible with some tweaks and extensions to the Toit build pipeline. Initial testing is showing underlying compatibility with ESP-IDF; just a matter of identifying and abstracting all of...

enhancement
help wanted

Just writing to see if a BLE server implementation is being worked on. Specifically, what I'd like to see is turning the ESP32 into a server that other devices connect...

enhancement

For some reason the `[]=` operators are marked as `-> int/any`. They should be void functions as we don't use the value. At least we shouldn't. Maybe we need to...

cleanup
compiler

enhancement
help wanted

We should consider renaming it to something less ambiguous.

cleanup

Currently the code-section parser doesn't deal with whitespace. This means that many code-sections have indentations that shouldn't be there. It also doesn't handle language identifiers correctly. In fact it currently...

bug
compiler

We infer global types after we have sent the summary to the LSP server (which then passes it on to the toitdoc generater). As such, the toitdocs don't show the...