Skip to content

Commit e7f4baf

Browse files
authored
feat: incorporate smoltcp (#263)
* Copy smoltcp v0.11.0 into awkernel Signed-off-by: koichiimai <kotty.0704@gmail.com> * build succeed without warnings&errors Signed-off-by: koichiimai <kotty.0704@gmail.com> * apply clippy Signed-off-by: koichiimai <kotty.0704@gmail.com> * apply cargo fmt Signed-off-by: koichiimai <kotty.0704@gmail.com> --------- Signed-off-by: koichiimai <kotty.0704@gmail.com>
1 parent 619216d commit e7f4baf

116 files changed

Lines changed: 54024 additions & 2 deletions

Some content is hidden

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ members = [
1313
"applications/awkernel_services",
1414
"applications/awkernel_shell",
1515
"applications/tests/*",
16+
"smoltcp",
1617
]
1718

1819
resolver = "2"

awkernel_async_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ default-features = false
2424
path = "../awkernel_async_lib_verified"
2525

2626
[dependencies.smoltcp]
27-
version = "0.11.0"
27+
path = "../smoltcp"
2828
default-features = false
2929
features = [
3030
"alloc",

awkernel_drivers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ version = "0.11"
5555
optional = true
5656

5757
[dependencies.smoltcp]
58-
version = "0.11"
58+
path = "../smoltcp"
5959
default-features = false
6060
features = [
6161
"alloc",

smoltcp/.cargo-ok

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"v":1}

smoltcp/.cargo_vcs_info.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"git": {
3+
"sha1": "ce420118efff83b47767389500ef1562f5074b55"
4+
},
5+
"path_in_vcs": ""
6+
}

smoltcp/CHANGELOG.md

Lines changed: 296 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)