Releases: toitlang/toit
v2.0.0-alpha.174
Allow passing --dependency-file to 'toit analyze'.
Add esp32s2 GPIO documentation.
Add support for raw BLE data blocks.
Add information about the Lilygo T-Internet-COM.
Fix locking in heap support for esp32c6.
v2.0.0-alpha.173
Upgrade to esp-idf v5.3.1.
Check rodata reservation size when booting.
Add preliminary esp32c6 support.
v2.0.0-alpha.172
Fix flash cache synchronization regression in esp-idf.
v2.0.0-alpha.171
Upgrade to esp-idf 5.1.
Enable link-time optimizations.
v2.0.0-alpha.170
Use auto-allocation of DMA channels for SPI.
Fix bad 'i2c.write-reg' call.
v2.0.0-alpha.169
Improve BLE advertisements.
Add more BLE scanning options and support active scans.
Cleanup the BLE library.
v2.0.0-alpha.168
Flush when using print
.
v2.0.0-alpha.167
Fix --partitions option in firmware tool.
v2.0.0-alpha.166
Add num.parse and support 0x/0b prefixes for int.parse.
Support overriding the partition table.
Add support for pins on Linux.
Drop alloc tracing and avoid redefining malloc, realloc, free.
Expose external constructor for byte arrays.
Don't use '$HOME' to find the cache directory.
Propagate types through blocks when they are called or escape.
Add support for changing the hostname.
Force comparisons to be boolean.
Don't accept strings with '\0' for C operations.
Allow to set the BLE GAP name.
Use the eq-bytecode even without optimizations.
Switch from 'qemu' format to 'full-image' format.
Make 'Pin' an interface.
Remove partitions.csv from the envelopes.
Fix 'toit run' with snapshots.
v2.0.0-alpha.165
Fix assertion failures when using network services.