Skip to content

Releases: toitlang/toit

v2.0.0-alpha.160

30 Aug 10:37
22f8ffe
Compare
Choose a tag to compare

Use correct network for DNS requests.
Fix RMT regression.
Fix BLE on macOS.
Fix UART flush.

v2.0.0-alpha.159

24 Jun 06:03
cd9606f
Compare
Choose a tag to compare

Improve error message for duplicated named arguments.
Fix pins for ESP32S2 and ESP32C3.

v2.0.0-alpha.158

12 Jun 16:57
571e8c9
Compare
Choose a tag to compare

Strip trailing padding from encoded config ubjson.

v2.0.0-alpha.157

12 Jun 13:29
94aa83c
Compare
Choose a tag to compare

Ignore config padding on host platforms.

v2.0.0-alpha.156

12 Jun 11:02
69093d7
Compare
Choose a tag to compare

Add Buffer.pad functions.
Add a few types to the ByteArray interface.
Always reserve at least 1kb for config in firmware for ESP32s.
Pad config in extracted firmware for host platforms.

v2.0.0-alpha.155

11 Jun 13:59
766a11a
Compare
Choose a tag to compare

Don't strip executables for Windows.

v2.0.0-alpha.154

11 Jun 10:04
5b1448c
Compare
Choose a tag to compare

Strip all executables when releasing for Linux.
Add convenient way to set the value of a BLE characteristic.
Let uart.UartWriter.write return the amount of bytes written.
Fix io.Reader.index-of with a '--to' parameter.
Fix premature finalization of BLE descriptors.

v2.0.0-alpha.153

07 Jun 12:11
a28d506
Compare
Choose a tag to compare

Add 'toit decode' support for decoding system messages.
Search for snapshot files when decoding system messages.
Don't print error message when 'toit' tools fail.

v2.0.0-alpha.152

03 Jun 12:18
08540e7
Compare
Choose a tag to compare

Fix 'firmware flash' without --chip argument.

v2.0.0-alpha.151

03 Jun 11:16
898a938
Compare
Choose a tag to compare

Don't require '--chip' flag when flashing.
Avoid always resetting monotonic time at wakeup.
Take program assets into account when computing flash allocation sizes.