-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for displaying memory usage.
Signed-off-by: Pol Henarejos <[email protected]>
- Loading branch information
1 parent
74b635f
commit d56b540
Showing
3 changed files
with
48 additions
and
9 deletions.
There are no files selected for viewing
Submodule pico-keys-sdk
updated
8 files
+16 −5 | src/fs/file.c | |
+6 −0 | src/fs/file.h | |
+35 −14 | src/fs/flash.c | |
+12 −0 | src/fs/phy.c | |
+4 −0 | src/fs/phy.h | |
+10 −0 | src/main.c | |
+0 −1 | src/usb/hid/hid.c | |
+25 −13 | src/usb/usb_descriptors.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters