Releases: toitlang/toit
v2.0.0-alpha.160
Use correct network for DNS requests.
Fix RMT regression.
Fix BLE on macOS.
Fix UART flush.
v2.0.0-alpha.159
Improve error message for duplicated named arguments.
Fix pins for ESP32S2 and ESP32C3.
v2.0.0-alpha.158
Strip trailing padding from encoded config ubjson.
v2.0.0-alpha.157
Ignore config padding on host platforms.
v2.0.0-alpha.156
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
Don't strip executables for Windows.
v2.0.0-alpha.154
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
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
Fix 'firmware flash' without --chip argument.
v2.0.0-alpha.151
Don't require '--chip' flag when flashing.
Avoid always resetting monotonic time at wakeup.
Take program assets into account when computing flash allocation sizes.