
Add BLAKE2S crypto hash support.
Start BLE services in one go.
Improve BLE resource management.
Add 'close' to the BLE adapter.
Fix RMT on esp32s3 (and other variants).
github.com/toitlang/toit/…
English
The Toit Language
104 posts











Looks like we picked the right day to not have UEFI -- or a BIOS for that matter arstechnica.com/security/2023/…



I decided I needed a weakly retaining hash map for my latest #toitlang project. It can be used to cache values that can be recalculated. The values can be nulled out during GC if the objects are not reachable in other ways and there is memory pressure. github.com/toitlang/toit/…