Releases: toitlang/toit
v2.0.0-alpha.64
Implement missing BLE features.
Add high-performance UART implementation for ESP32.
Don't escape Windows fork arguments in C++.
Lift I2S alignment requirements.
Use '--trigger' instead of '--run' in tools/firmware.
Address missing service resource notifications.
v2.0.0-alpha.63
Allow long file names in FAT.
Use image (not snapshot) ids in container list.
Lift pin restrictions for MCLK on ESP32-S3.
v2.0.0-alpha.62
Default to running installed containers on boot.
Update README to reflect tooling changes.
v2.0.0-alpha.61
Use bigger metadata mappings.
Remove unused source mapping and make serial output more consistent.
Make sure the event queue set is emptied at the same rate as the queues it contains.
Split program id from snapshot uuid.
v2.0.0-alpha.60
Switch to INFO log level on the ESP32-S2.
Fix storage.Bucket.[]= return value.
Add support for Container.on_stopped callbacks.
v2.0.0-alpha.59
Fix broken RTC memory storage buckets on the ESP32.
Allow BLE packets larger than 255 bytes.
v2.0.0-alpha.58
Deprecate lib/experimental.
Improve image UUID handling.
Rename esp32s3octo to esp32s3-spiram-octo.
Make the boot process verbose on esp32s2.
v2.0.0-alpha.57
Fix RAM storage buckets.
v2.0.0-alpha.56
Add system.storage.Region support.
Fix string interpolation type inference.
Don't use 'FATAL_IF_NOT_ESP_OK' in ESPNOW code.
v2.0.0-alpha.55
Fix chunk iteration for external processes.
Fix task starvation caused by lack of message processing.
Fix RAM bucket decoding after deep sleep.
Disabling interrupts for pins that do not need interrupts.
Fix touch on the ESP32.
Allow deleting read-only files on Windows.