toit
toit copied to clipboard
Program your microcontrollers in a fast and robust high-level language.
Support for UART on Darwin and for reading and writing control lines
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...
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...
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...
We should consider renaming it to something less ambiguous.
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...
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...