Skip to content

Releases: toitlang/toit

v2.0.0-alpha.44

02 Dec 13:50
Compare
Choose a tag to compare
v2.0.0-alpha.44 Pre-release
Pre-release

Fix bug in UDP receive.

v2.0.0-alpha.43

02 Dec 12:57
a5d1bdb
Compare
Choose a tag to compare
v2.0.0-alpha.43 Pre-release
Pre-release

Add more allowed chip variants in tools/firmware.
Fix registering of externals in message encoding.
Fix stack check overflows after preemption.
Disconnect pins from the PWM when the channel is closed.
Fix pulse counter test.
Use Python 3.8 when building.

v2.0.0-alpha.42

25 Nov 14:37
c759fc4
Compare
Choose a tag to compare
v2.0.0-alpha.42 Pre-release
Pre-release

Optimize access to Task.current and calls to identical.
Fix a few issues with the BLE stack.
Add AES functions for GCM mode, used by TLS.
Remove check whether port is character device in tools/firmware on windows.
Disable DTLS supporton ESP32 targets.
Add cursor to buffered readers .
Allow an odd number of hex digits in encoding.hex.decode.
Fix flashing on Windows.
Rewrite 'pin.wait_for'.

v2.0.0-alpha.41

14 Nov 14:22
28d310d
Compare
Choose a tag to compare
v2.0.0-alpha.41 Pre-release
Pre-release

Add support for external SPI flash.
Update sdk/tools to work on Windows hosts.

v2.0.0-alpha.40

14 Nov 06:50
1299f87
Compare
Choose a tag to compare
v2.0.0-alpha.40 Pre-release
Pre-release

Add support for ESP-NOW.
Add necessary primitives for implementing pkg-host on Windows.
Improve generated documentation for AES.
Fix BLE descriptors.

v2.0.0-alpha.39

04 Nov 14:07
f915097
Compare
Choose a tag to compare
v2.0.0-alpha.39 Pre-release
Pre-release

Implement FlashRegistry for Windows hosts.
Minor fixes for the ESP32S2.

v2.0.0-alpha.38

02 Nov 21:04
30115a8
Compare
Choose a tag to compare
v2.0.0-alpha.38 Pre-release
Pre-release

Add networking capability on Windows.
Add UART support on Mac and Windows.
Fix compilation on ARM-based Windows.
Raise TLS receive buffer size on host platforms.
Use non-integer constants for UART stop bit count.
Fix calculation of 64 bit CRCs.

v2.0.0-alpha.37

01 Nov 13:03
304cf56
Compare
Choose a tag to compare
v2.0.0-alpha.37 Pre-release
Pre-release

Add accelerated CRC algorithms.
Prefer writing full pages during OTA.
Make GitHub actions work in forks.

v2.0.0-alpha.36

28 Oct 11:09
b1c31ed
Compare
Choose a tag to compare
v2.0.0-alpha.36 Pre-release
Pre-release

Reduce profiler test flakiness.
Rewrite BLE implementation.
Report malloc failure instead of wrong object type in message encoding.
Make the logging less scary when PSRAM is missing.
Add support for mapping current firmware into memory.
Add system.base.firmware to share more firmware service code.

v2.0.0-alpha.35

20 Oct 12:03
8d238eb
Compare
Choose a tag to compare
v2.0.0-alpha.35 Pre-release
Pre-release

Fix root cert in test for www.microsoft.com.