config: 🔧 move submodules to ee

This commit is contained in:
Istvan Matejcsok 2026-06-05 13:36:44 +02:00
commit 2bd39c3794
2 changed files with 3 additions and 3 deletions

View file

@ -93,7 +93,7 @@ release_fcontext(ctx); // Free a context
On native: ~20 lines of assembly per platform (x86, ARM, etc.) that saves/loads CPU registers. On WASM: impossible natively, must be emulated.
**libcontext is NOT a separate repo.** It's a directory inside KiCad (`kicad/thirdparty/libcontext/`). Our kicad submodule points to our fork (`VV-EE/kicad-source-mirror.git`), so we already own it. No additional forking needed.
**libcontext is NOT a separate repo.** It's a directory inside KiCad (`kicad/thirdparty/libcontext/`). Our kicad submodule points to our fork (`emergence-engineering/kicad-source-mirror.git`), so we already own it. No additional forking needed.
### The Full Stack of Abstractions