velxio/frontend/src
David Montero 7674b7b15e feat(examples): declare library manifests for the two lib-using AVR examples (P2.4-arduino examples)
lcd-hello -> ['LiquidCrystal'], uno-servo -> ['Servo']. These were the only
non-ESP32 gallery examples using a USER library without a manifest; loading +
compiling them now sends the library scope (resolved from the content-addressed
cache) instead of falling back to the global scan-all. Every other non-ESP32
example is core-only (Wire/SPI are core-bundled; the RP2040 core bundles Servo,
so pico-servo needs no manifest) or already declared its libraries.
2026-06-08 04:24:02 +02:00
..
__pro_stub__
__tests__ Merge pull request #217 from davidmonterocrespo24/feat/chipbus-phase0 2026-06-06 03:18:45 -03:00
assets
components feat(P2.2c): show per-user custom libs in the Library Manager + autocomplete 2026-06-07 19:58:13 +02:00
data feat(examples): declare library manifests for the two lib-using AVR examples (P2.4-arduino examples) 2026-06-08 04:24:02 +02:00
desktop
hooks
i18n chore(pricing): free tier shows 20 daily AI credits (up to 600/month) 2026-06-02 05:37:57 +02:00
lib
pages feat(library-manifest): per-board manifests + autocomplete 2026-06-07 06:07:48 +02:00
services feat(P2.2c): show per-user custom libs in the Library Manager + autocomplete 2026-06-07 19:58:13 +02:00
simulation Merge pull request #217 from davidmonterocrespo24/feat/chipbus-phase0 2026-06-06 03:18:45 -03:00
store feat(library-manifest): per-board manifests + autocomplete 2026-06-07 06:07:48 +02:00
tokens
types feat(library-manifest): per-board manifests + autocomplete 2026-06-07 06:07:48 +02:00
utils feat(library-manifest): per-board manifests + autocomplete 2026-06-07 06:07:48 +02:00
velxio-elements
App.css
App.tsx
entry-server.tsx
index.css
main.tsx
seoRoutes.ts
vite-env.d.ts