Releases: toitlang/toit
v2.0.0-alpha.14
Bug fix: Unbreak wifi.establish.
v2.0.0-alpha.13
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
Updated the http examples.
Fixed the ADC tear-down.
v2.0.0-alpha.11
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
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
Temporary release to test bigger TLS buffers.
v2.0.0-alpha.8
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
Add rollback and firmware validation support.
v2.0.0-alpha.6
Retransmit DNS queries more agressively.
Avoid leaking ResourceState on WiFi connect retries.
v2.0.0-alpha.5
Allow durations to be multiplied by floats.
Add WiFi close notifications.