Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/getstarted/device.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ import JaguarVideo from "../_images/146210503-24811800-bb26-4244-817d-6422b20e67
This short guide shows how to install Toit, flash the Toit firmware on your [ESP32](https://www.espressif.com/en/products/socs/esp32),
setup your local development environment, and finally deploy a Toit application on your ESP32 over-the-air.

<Note>

If you use an AI coding assistant, Toit skills are available at
[toitlang/ai-instructions](https://github.com/toitlang/ai-instructions).
See the repository for instructions on installing them for your assistant.

</Note>

It uses the open-source Jaguar service to enable live reloading when developing for the ESP32. You
can watch a short video that shows how you can experience Jaguar on your ESP32 in two minutes:

Expand Down
8 changes: 8 additions & 0 deletions docs/tutorials/setup/ide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ import VscodeSplitTerminals from "../../_images/setup_split_terminals.png";
This tutorial guides the reader through the installation process. It is an
extended version of the [Get Started](/getstarted) documentation.

<Note>

If you use an AI coding assistant, Toit skills are available at
[toitlang/ai-instructions](https://github.com/toitlang/ai-instructions).
See the repository for instructions on installing them for your assistant.

</Note>

Start by installing [Visual Studio Code](https://code.visualstudio.com/download)
(henceforth "vscode").

Expand Down