velxio/frontend/src/components
David Montero Crespo 990ae4be8c feat: add MicroPython support for RP2040 boards (Pico / Pico W)
Implements MicroPython emulation for Raspberry Pi Pico boards running
entirely in the browser using rp2040js. Users can toggle between
Arduino C++ and MicroPython modes via a language selector dropdown.

Key changes:
- Add LanguageMode type and BOARD_SUPPORTS_MICROPYTHON to board types
- Create MicroPythonLoader.ts: UF2 firmware parser, LittleFS filesystem
  builder (via littlefs-wasm), IndexedDB firmware caching
- Extend RP2040Simulator with loadMicroPython() method using USBCDC for
  serial REPL instead of UART
- Add setBoardLanguageMode and loadMicroPythonProgram store actions
- Update EditorToolbar with language toggle and MicroPython compile flow
- Enhance SerialMonitor with REPL label, Ctrl+C/D support
- Bundle MicroPython v1.20.0 UF2 firmware as fallback in public/firmware/
- Update useEditorStore to create main.py default for MicroPython mode

Closes #3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 21:27:41 -03:00
..
components-wokwi feat: enhance ESP32 emulation with GPIO mapping and ADC support 2026-03-16 13:11:59 -03:00
editor feat: add MicroPython support for RP2040 boards (Pico / Pico W) 2026-03-29 21:27:41 -03:00
examples Add UserProfilePage styles for layout and design 2026-03-16 00:12:33 -03:00
layout feat: add About link to AppHeader component 2026-03-28 22:05:30 -03:00
raspberry-pi feat: Implement Virtual File System for Raspberry Pi 3 with context menu and upload functionality 2026-03-15 14:04:01 -03:00
simulator feat: add MicroPython support for RP2040 boards (Pico / Pico W) 2026-03-29 21:27:41 -03:00
ComponentPickerModal.css
ComponentPickerModal.tsx feat: remove RiscVBoard references and related code from various components 2026-03-18 23:33:20 -03:00
DynamicComponent.tsx feat: enhance simulation accuracy and component interactions across various modules 2026-03-20 17:11:12 -03:00