toit icon indicating copy to clipboard operation
toit copied to clipboard

Program your microcontrollers in a fast and robust high-level language.

Results 148 toit issues
Sort by recently updated
recently updated
newest added

We're missing the networking primitives on Windows. The similar code for BSD / POSIX targets is: https://github.com/toitlang/toit/blob/master/src/resources/dns_posix.cc https://github.com/toitlang/toit/blob/master/src/resources/tcp_bsd.cc https://github.com/toitlang/toit/blob/master/src/resources/udp_bsd.cc

enhancement
critical
platform-windows

This step failed for me the first time running: On Linux: $IDF_PATH/install.sh Fixed with sudo apt install python3-pip and running $IDF_PATH/install.sh again.

We should invoke `random_add_entropy_` with meaningful values.

bug

It should be easy to create a new project without modifying a full checkout of the toit repository. The toit checkout should be shared among different projects.

enhancement

The instructions in the README file only show how to do this Linux and macOS hosts.

The [Adafruit MCP9808](https://www.adafruit.com/product/1782) is a high accuracy I2C-based temperature sensor breakout board. There is no Toit driver package available for it yet. If you have an MCP9808 sensor, we could...

help wanted
driver

The **M5Paper** from M5Stack has a fantastic high resolution ePaper display with 16 grayscale levels and its even quite fast. But the original documentation is a real mess and its...

help wanted
driver

Ble library rewrite and added support for ble on macos via toit. Major enhancements: 1. Discovery 2. Long attribute writes 3. Multiple clients for server 4. Support on macos with...

cla-signed