Skip to content

Commit 3ee6717

Browse files
authored
Merge pull request #12 from namiba-work/main
New website design
2 parents a700910 + b42fc00 commit 3ee6717

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+3373
-469
lines changed

Cargo.lock

Lines changed: 148 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ edition = "2021"
55

66
[dependencies]
77
console_error_panic_hook = "0.1.7"
8-
leptos = { version = "0.7.4", features = ["csr"] }
9-
leptos_meta = "0.7.4"
10-
leptos_router = "0.7.4"
8+
leptos = { version = "0.8.2", features = ["csr"] }
9+
leptos_meta = "0.8.2"
10+
leptos_router = "0.8.2"
11+
wasm-bindgen = "0.2.100"
12+
web-sys = { version = "0.3.77", features = ["Document", "Window", "console"] }
1113

1214
[dev-dependencies]
1315
wasm-bindgen = "0.2.100"
1416
wasm-bindgen-test = "0.3.50"
15-
web-sys = { version = "0.3.77", features = ["Document", "Window"] }
17+
web-sys = { version = "0.3.77", features = ["Document", "Window", "console"] }
1618

1719
[package.metadata.leptos]
1820
assets-dir="public"

ec-interface-repos.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
repository_name,repository_url,child_repository_index,classification,classification_order
2+
ec-test-app,https://github.com/OpenDevicePartnership/ec-test-app,"[1]",app & driver,1
3+
haf-ec-service,https://github.com/OpenDevicePartnership/haf-ec-service,"[2]",secure partition,2
4+
ffa,https://github.com/OpenDevicePartnership/ffa,"[]",ff-a,3

ec-repos.csv

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
repository_name,repository_url,child_repository_index,classification,classification_order
2+
embedded-services,https://github.com/OpenDevicePartnership/embedded-services,"[2, 4, 5, 6, 11, 12, 13, 19, 20, 23]",EC Services,2
3+
pcal6416a,https://github.com/OpenDevicePartnership/pcal6416a,"[4]",Driver, 4
4+
embedded-cfu,https://github.com/OpenDevicePartnership/embedded-cfu,"[43]",EC Subsystem, 3
5+
embassy-imxrt,https://github.com/OpenDevicePartnership/embassy-imxrt,"[17,18]",MCU HAL, 6
6+
embedded-hal,https://github.com/rust-embedded/embedded-hal,"[3,26,36]",HAL Abstractions, 5
7+
embedded-mcu,https://github.com/OpenDevicePartnership/embedded-mcu,"[3,26,36]",HAL Abstractions, 5
8+
embedded-fans,https://github.com/OpenDevicePartnership/embedded-fans,"[4]",EC Subsystem, 3
9+
lis2dw12-i2c,https://github.com/OpenDevicePartnership/lis2dw12-i2c,"[4]",Driver, 4
10+
tps6699x,https://github.com/OpenDevicePartnership/tps6699x,"[4]",Driver, 4
11+
tmp108,https://github.com/OpenDevicePartnership/tmp108,"[4]",Driver, 4
12+
npcx490m-pac,https://github.com/OpenDevicePartnership/npcx490m-pac,"[]",MCU PAC, 7
13+
embedded-usb-pd,https://github.com/OpenDevicePartnership/embedded-usb-pd,"[8, 39]",EC Subsystem, 3
14+
embedded-power-sequence,https://github.com/OpenDevicePartnership/embedded-power-sequence,"[4, 19]",EC Subsystem, 3
15+
embedded-batteries,https://github.com/OpenDevicePartnership/embedded-batteries,"[14,15,21,28,29,40,42]",EC Subsystem, 3
16+
bq25773,https://github.com/OpenDevicePartnership/bq25773,"[4]",Driver, 4
17+
bq40z50,https://github.com/OpenDevicePartnership/bq40z50,"[4]",Driver, 4
18+
ec-slimloader,https://github.com/OpenDevicePartnership/ec-slimloader,"[22]",Bootloader, 8
19+
mimxrt633s-pac,https://github.com/OpenDevicePartnership/mimxrt633s-pac,"[]",MCU PAC, 7
20+
mimxrt685s-pac,https://github.com/OpenDevicePartnership/mimxrt685s-pac,"[]",MCU PAC, 7
21+
embedded-regulator,https://github.com/OpenDevicePartnership/embedded-regulator,"[]",EC Subsystem, 3
22+
embedded-keyboard-rs,https://github.com/OpenDevicePartnership/embedded-keyboard-rs,"[4]",EC Subsystem, 3
23+
bq25770g,https://github.com/OpenDevicePartnership/bq25770g,"[4]",Driver, 4
24+
ec-slimloader-descriptors,https://github.com/OpenDevicePartnership/ec-slimloader-descriptors,"[]",Bootloader, 8
25+
embedded-sensors,https://github.com/OpenDevicePartnership/embedded-sensors,"[9]",EC Subsystem, 3
26+
mimxrt600-fcb,https://github.com/OpenDevicePartnership/mimxrt600-fcb,"[]",Tools, 9
27+
soc-embedded-controller,https://github.com/OpenDevicePartnership/soc-embedded-controller,"[0]",EC Platform,1
28+
embassy-npcx,https://github.com/OpenDevicePartnership/embassy-npcx,"[10]",MCU HAL, 6
29+
systemview-tracing,https://github.com/OpenDevicePartnership/systemview-tracing,"[]",Tools, 9
30+
bq25723,https://github.com/OpenDevicePartnership/bq25723,"[4]",Driver, 4
31+
bq25713,https://github.com/OpenDevicePartnership/bq25713,"[4]",Driver, 4
32+
MX25U1632FZUI02,https://github.com/OpenDevicePartnership/MX25U1632FZUI02,"[5]",Driver, 4
33+
W25Q16JWXHIM,https://github.com/OpenDevicePartnership/W25Q16JWXHIM,"[5]",Driver, 4
34+
mec17xx-pac,https://github.com/OpenDevicePartnership/mec17xx-pac,"[]",MCU PAC, 7
35+
is31fl3743b,https://github.com/OpenDevicePartnership/is31fl3743b,"[4]",Driver, 4
36+
npcx490m-examples,https://github.com/OpenDevicePartnership/npcx490m-examples,"[]",Tools, 9
37+
mimxrt685s-examples,https://github.com/OpenDevicePartnership/mimxrt685s-examples,"[]",Tools, 9
38+
embassy-microchip,https://github.com/OpenDevicePartnership/embassy-microchip,"[32, 37]",MCU HAL, 6
39+
cec17-data,https://github.com/OpenDevicePartnership/cec17-data,"[]",MCU PAC, 7
40+
nxp-header,https://github.com/OpenDevicePartnership/nxp-header,"[]",Tools, 9
41+
tps65994ae,https://github.com/OpenDevicePartnership/tps65994ae,"[4]",Driver, 4
42+
bq24773,https://github.com/OpenDevicePartnership/bq24773,"[4]",Driver, 4
43+
rt4531,https://github.com/OpenDevicePartnership/rt4531,"[4]",Driver, 4
44+
bq25730,https://github.com/OpenDevicePartnership/bq25730,"[4]",Driver, 4
45+
embedded-storage,https://github.com/rust-embedded-community/embedded-storage,"[30,31]", EC Subsystem, 3

0 commit comments

Comments
 (0)