Skip to content

Releases: toitlang/toit

v2.0.0-alpha.94

09 Aug 14:01
562684b
Compare
Choose a tag to compare

Support dashes in identifiers.

v2.0.0-alpha.93

08 Aug 08:01
21e0bbe
Compare
Choose a tag to compare

Update to ESP-IDF 4.4.5.
Improve ESP-NOW implementation.
Fix dead code elimination bug with global stores.
Fix pulse counter closing.

v2.0.0-alpha.92

07 Aug 09:25
290f520
Compare
Choose a tag to compare

Rename 'Time.from_string' to 'Time.parse'.
Improvements to DNS errors.

v2.0.0-alpha.91

28 Jul 12:38
d7ab04e
Compare
Choose a tag to compare

Add 'on_module_opened'.
Add more Ethernet documentation and examples.
Improve DNS fallback.
Roll: Report malloc errors through to API caller.
Use a better IP address for the captive portal.
Make RootCertificate a real object.
Deprecate the certificate roots in the SDK.
Add comments to the logger library.

v2.0.0-alpha.90

06 Jul 14:09
6dbf64a
Compare
Choose a tag to compare
v2.0.0-alpha.90 Pre-release
Pre-release

Fix crash when trying to import non-existing folder.
Let ethernet be a generic network.
Check firmware binary size when flashing.
Improve tree shaking and fix optimization bug.
Start using -O2 for the system.

v2.0.0-alpha.89

03 Jul 10:37
7691be7
Compare
Choose a tag to compare
v2.0.0-alpha.89 Pre-release
Pre-release

Fix TLS fallback mode by doing symmetric crypto in C.
Support providing root certs on demand.
Fix dangling 'svcs' pointer in BLE implementation.
Add esp32-eth-clk-out17 variant.

v2.0.0-alpha.88

23 Jun 11:59
e4cbdf4
Compare
Choose a tag to compare
v2.0.0-alpha.88 Pre-release
Pre-release

Add ethernet service.
Reject unvalidated firmware updates on errors.
Fix IP address of ethernet.
Improve esp32 compilation on Windows.
Add 'show' to firmware tool.
Fix gpio.Pin.wait_for implementation.

v2.0.0-alpha.87

16 Jun 07:39
a66cb31
Compare
Choose a tag to compare
v2.0.0-alpha.87 Pre-release
Pre-release

Update ESP-IDF to 4.4.4.
Reduce generated code size in primitives.
Move the ESP32 ethernet to esp32.net.

v2.0.0-alpha.86

07 Jun 12:17
372fd4e
Compare
Choose a tag to compare
v2.0.0-alpha.86 Pre-release
Pre-release

Make the bundled esptool executable.
Stop bundling the internal bytecode lister.
Rename Toit installer for Windows x64.

v2.0.0-alpha.85

05 Jun 10:56
97ddb90
Compare
Choose a tag to compare
v2.0.0-alpha.85 Pre-release
Pre-release

Don't block on UART drain if baud rate is low.
Optimize old-space GCs.
Use official esptool builds.
Add Windows installer.