Skip to content

Releases: toitlang/toit

v2.0.0-alpha.4

15 Jun 11:23
7eb3fde
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release

Allow proxying all net.Interface operations.
Protect TCP and UDP close with critical_do.
Allow the use of ADC2 with a flag.
Add hash_code method to ByteArray.
Exit LSP loop when there is an error.
Add uuid to snapshots.
Speed up byte array parsing 25%.
Make set_timezone public.

v2.0.0-alpha.3

07 Jun 09:29
ee17dfa
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

Add support for pulse counter.
Add ble.RemoteCharacteristic.write_value.
Harden BLE buffer allocations.
Faster UTF-8 validation.
Fix max-heap-size functionality.
Fix Process::state race.
Improve monitor.Latch.
Add support for resource notifications.
Remove extra thread and allow deinit of BLE.

v1.6.15

22 May 06:39
Compare
Choose a tag to compare

Fix potential data race in setting up resource notifications.

v2.0.0-alpha.2

18 May 04:33
e2fbbad
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

Fast sweep in GC.
Fix race in RPC request cancelation.
Add basic support for firmware updates via service.
Only relocate images on device.

v1.6.14

13 May 14:57
Compare
Choose a tag to compare

Fix race in RPC request cancelation.
Fix lost wakeups when waiting and sleeping.

v2.0.0-alpha.1

06 May 04:20
39d4450
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

Activate new GC.
Make the RMT library non-blocking.
Fix most obvious issues with BLE connect.
Add support for changing the frequency of the PWM.

v2.0.0-alpha.0

28 Apr 06:16
d9b9aa4
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release

First - very early - release in a series of pre-releases leading up to v2.0.

v1.6.11

28 Apr 04:29
Compare
Choose a tag to compare

Trigger a GC when LwIP has trouble allocating.
Fix memory leak when deleting system messages.

v1.6.10

07 Mar 10:38
9468451
Compare
Choose a tag to compare

Up TLS buffer size so Toit programs can connect to script.google.com.

v1.6.8

01 Mar 11:12
Compare
Choose a tag to compare

Improve monitor fairness.
Run most RPCs in sequence.