diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-05-05 08:12:16 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-05-05 08:12:16 -0500 |
commit | 3ee5749d894b922e9e197301bd7129511ebe3f71 (patch) | |
tree | 3de69fc2b35c2261a2609697795ea163e5216583 | |
parent | cd405735351035df657b64547b3dfc6a3d59db56 (diff) | |
download | Sensor-Watch-3ee5749d894b922e9e197301bd7129511ebe3f71.tar.gz Sensor-Watch-3ee5749d894b922e9e197301bd7129511ebe3f71.tar.bz2 Sensor-Watch-3ee5749d894b922e9e197301bd7129511ebe3f71.zip |
add littlefs module
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | littlefs | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 89e424a9..54c3e634 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "tinyusb"] path = tinyusb url = https://github.com/hathach/tinyusb.git +[submodule "littlefs"] + path = littlefs + url = https://github.com/littlefs-project/littlefs.git diff --git a/littlefs b/littlefs new file mode 160000 +Subproject 40dba4a556e0d81dfbe64301a6aa4e18ceca896 |