summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitmodules4
m---------avr8js0
-rw-r--r--package-lock.json9
-rw-r--r--package.json2
4 files changed, 8 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..ad7de7f
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule "avr8js"]
+ path = avr8js
+ url = ../avr8js
+ branch = avr32dd20
diff --git a/avr8js b/avr8js
new file mode 160000
+Subproject 6336d478f7e046e45379c6996451b399e90b5bf
diff --git a/package-lock.json b/package-lock.json
index 5815d0f..ea9e19e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,17 +8,14 @@
"name": "anduril-sim",
"version": "0.0.1",
"dependencies": {
- "avr8js": "file:../avr8js/dist/esm"
+ "avr8js": "file:./avr8js/src"
},
"devDependencies": {
"@types/node": "^24",
"vite": "^5.4.0"
}
},
- "../../avr8js/dist/esm": {
- "extraneous": true
- },
- "../avr8js/dist/esm": {},
+ "avr8js/src": {},
"node_modules/@esbuild/aix-ppc64": {
"version": "0.21.5",
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
@@ -779,7 +776,7 @@
}
},
"node_modules/avr8js": {
- "resolved": "../avr8js/dist/esm",
+ "resolved": "avr8js/src",
"link": true
},
"node_modules/esbuild": {
diff --git a/package.json b/package.json
index 59ce748..594090e 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"dev": "vite build --watch"
},
"dependencies": {
- "avr8js": "file:../avr8js/dist/esm"
+ "avr8js": "file:./avr8js/src"
},
"devDependencies": {
"@types/node": "^24",
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.