]> git.earman.xyz Git - sensor-watch.git/commit
add command to dump binary file as base64 encoded data
authorjoeycastillo <joeycastillo@utexas.edu>
Sun, 27 Oct 2024 19:12:24 +0000 (15:12 -0400)
committerjoeycastillo <joeycastillo@utexas.edu>
Sun, 27 Oct 2024 19:13:10 +0000 (15:13 -0400)
commitb35d4afe8568a986f91409ff66e0670fac523cef
tree2053e68c9c69f99f05231b72cbfcb154e509589a
parent59b58b549982bf1e59a3f3296a777207f36b2023
add command to dump binary file as base64 encoded data
Makefile
filesystem/filesystem.c
filesystem/filesystem.h
movement/lib/base64/.gitignore [new file with mode: 0644]
movement/lib/base64/LICENSE [new file with mode: 0644]
movement/lib/base64/README.md [new file with mode: 0644]
movement/lib/base64/base64.c [new file with mode: 0644]
movement/lib/base64/base64.h [new file with mode: 0644]
shell/shell_cmd_list.c