Skip to content

Releases: toitlang/toit

v2.0.0-alpha.174

10 Dec 09:41
82d2fca
Compare
Choose a tag to compare

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

09 Dec 12:07
38455e5
Compare
Choose a tag to compare

Upgrade to esp-idf v5.3.1.
Check rodata reservation size when booting.
Add preliminary esp32c6 support.

v2.0.0-alpha.172

09 Dec 06:08
Compare
Choose a tag to compare

Fix flash cache synchronization regression in esp-idf.

v2.0.0-alpha.171

04 Dec 13:36
9bc1f09
Compare
Choose a tag to compare

Upgrade to esp-idf 5.1.
Enable link-time optimizations.

v2.0.0-alpha.170

28 Nov 07:33
b60ccd0
Compare
Choose a tag to compare

Use auto-allocation of DMA channels for SPI.
Fix bad 'i2c.write-reg' call.

v2.0.0-alpha.169

26 Nov 10:03
df1c11d
Compare
Choose a tag to compare

Improve BLE advertisements.
Add more BLE scanning options and support active scans.
Cleanup the BLE library.

v2.0.0-alpha.168

21 Nov 19:39
93b092a
Compare
Choose a tag to compare

Flush when using print.

v2.0.0-alpha.167

21 Nov 13:01
0d19b59
Compare
Choose a tag to compare

Fix --partitions option in firmware tool.

v2.0.0-alpha.166

21 Nov 10:38
7da129e
Compare
Choose a tag to compare

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

19 Nov 07:37
Compare
Choose a tag to compare

Fix assertion failures when using network services.