-
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 …
-
A finally block should not be allowed to eat exceptions.
That means that it shouldn't be allowed to return, break, or continue.
-
In the device specification: it would be really convenient to have a "properties" section with each application, that could then be used easily by the application.
Example (inside a device specific…
-
Could we let 'jag run' and 'jag watch' start from URLs to make it really straightforward to try examples?
``` sh
jag run https://github.com/toitlang/toit/blob/master/examples/hello.toit
```
Ex…
-
X
-
https://github.com/Sokomine/markers
https://github.com/Sokomine/chesttools
On peu passé par un toit quand protector est actif.
Jat15 updated
6 years ago
-
After creating a symbolic link that points to "../foo.txt", Toit can't read that file anymore. Replacing the '/' with '\' is enough to make it work.
Powershell and bash correctly manage to read the…
-
The instructions in the README file only show how to do this Linux and macOS hosts.
-
/lib/i2c.toit in class Device
write-reg register/int bytes/ByteArray: in line 198 calling wrong function.
Instead of calling: write bytes: throw it
It should call: write-reg register bytes…
-
Hi,
I'm currently trying out Toit and wanted to log some environmental data. Unfortunately, I'm not getting any values out of a DHT11 with the example and DHT11.toit code of this repository. I'm only…