Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 709 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 709 Bytes

PlatformIO Devcontainer

  • Adds PlatformIO extension for VSCode
  • Exposes port 8008 so that PIO Home isn't blank when opening a PIO Home tab in VSCode
  • Mounts /dev so that Arduino devices on USB can read and written to
  • Not sure --privileged is still necessary
  • Installs Python and Clang dependencies
  • Sets udev rules to allow non-root to write to arduino devices in /dev
  • Sets a non-root user
  • Installs PlatformIO CLI tools
  • Sets the PIO Home port to 8008 which is the port that's exposed in devcontainer.json