Skip to content

microsoft/devicescript-pico

Repository files navigation

Jacdac+DeviceScript for RP2040

This project is the DeviceScript runtime for the Raspberry Pi Pico/Pico W. DeviceScript brings a TypeScript developer experience to low-resource microcontroller-based devices. DeviceScript is compiled to a custom VM bytecode, which can run in very constrained environments.

Technical Preview - Join the discussions to provide feedback.

Setup

  • install CMake
  • you will need ARM GCC and node.js installed as well - some of our