diff options
author | deadprogram <[email protected]> | 2023-05-04 16:56:06 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-12-06 13:11:44 +0100 |
commit | 76a7ad2a3ea27ad1571b445d753d7d7515d327b8 (patch) | |
tree | 80b958cdea9cccd31af6f33524adcbd3539aa1a4 /.gitmodules | |
parent | e4f551ac7fdd88929b8e276539e426ac946559e4 (diff) | |
download | tinygo-76a7ad2a3ea27ad1571b445d753d7d7515d327b8.tar.gz tinygo-76a7ad2a3ea27ad1571b445d753d7d7515d327b8.zip |
modules: add tinygo net package as submodule
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2b492e03d..d3b021fa4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -35,3 +35,7 @@ [submodule "lib/renesas-svd"] path = lib/renesas-svd url = https://github.com/tinygo-org/renesas-svd.git +[submodule "src/net"] + path = src/net + url = https://github.com/tinygo-org/net.git + branch = dev |