Skip to content

Releases: toitlang/toit

v2.0.0-alpha.14

03 Aug 04:16
9db5944
Compare
Choose a tag to compare
v2.0.0-alpha.14 Pre-release
Pre-release

Bug fix: Unbreak wifi.establish.

v2.0.0-alpha.13

02 Aug 13:26
1cb6476
Compare
Choose a tag to compare
v2.0.0-alpha.13 Pre-release
Pre-release

Added support for Raspberry Pi.
Added Gate to the monitor library and fixed semaphores.
Made the Task class public.
Improved the integration with Jaguar. The device name is now the one given by Jaguar.
Added ceil, floor, and truncate to floats.
Added support for UART on Linux.
Added flush to the UART Port class.
Allow to update the WiFi credentials.
Use fewer resources in the background: don't use a thread to listen for GPIO events.
Add support for the DAC.
Add support for touch pads.

v2.0.0-alpha.12

01 Jul 15:48
15d9aa2
Compare
Choose a tag to compare
v2.0.0-alpha.12 Pre-release
Pre-release

Updated the http examples.
Fixed the ADC tear-down.

v2.0.0-alpha.11

01 Jul 09:40
264f669
Compare
Choose a tag to compare
v2.0.0-alpha.11 Pre-release
Pre-release

Add cellular API.
Add string.substitute.
Include total when printing object histograms.
Merge the latest esp-idf 4.3 changes.

v2.0.0-alpha.10

30 Jun 04:35
1890135
Compare
Choose a tag to compare
v2.0.0-alpha.10 Pre-release
Pre-release

Improve interpreter performance.
Add support for AP mode for ESP32 WiFi.
Make Writer helper class robust about UTF-8 chars.
Change the profiler to be sampling based.
Remove process watchdog support.

v2.0.0-alpha.9

27 Jun 13:55
Compare
Choose a tag to compare
v2.0.0-alpha.9 Pre-release
Pre-release

Temporary release to test bigger TLS buffers.

v2.0.0-alpha.8

24 Jun 20:16
efb0f0d
Compare
Choose a tag to compare
v2.0.0-alpha.8 Pre-release
Pre-release

Separate network service base classes from API.
Add a way to programmatically get free memory.
Fix closing of pins, uart, i2s, and tls.
Add warning when instance variable resembles constant.
Remove metadata print on boot, but print SDK version.
Avoid uninstalling services on client close.

v2.0.0-alpha.7

18 Jun 11:44
0e0bf4b
Compare
Choose a tag to compare
v2.0.0-alpha.7 Pre-release
Pre-release

Add rollback and firmware validation support.

v2.0.0-alpha.6

16 Jun 13:23
9019bb3
Compare
Choose a tag to compare
v2.0.0-alpha.6 Pre-release
Pre-release

Retransmit DNS queries more agressively.
Avoid leaking ResourceState on WiFi connect retries.

v2.0.0-alpha.5

16 Jun 12:08
743eb58
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release

Allow durations to be multiplied by floats.
Add WiFi close notifications.