-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* /dev/tty1 is not fully blocking console for kput * /dev/tty2-5 can be configured as independent USB ttys * USB ttys operate through a small ring-buffer to minimize dropouts at high rate of transmission * NAND flash (as block device) can be disabled in config to save 7KB of RAM * /dev/pico device can be used to trigger reboot into flash mode. See utils/rpi script * Trimmed pico SDK to save 5KB of RAM * Patched ps to report number of used blocks (4KB) per process * Misc fix of makeversion.c to prevent overflow
- Loading branch information
1 parent
83151c8
commit dfb65d4
Showing
29 changed files
with
595 additions
and
110 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ size.report | |
.obj | ||
*.elf | ||
bin | ||
*.debug |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
utils/progbase.h | ||
utils/ps | ||
utils/ps.c | ||
utils/*.o | ||
filesystem.* | ||
uf2conv | ||
|
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
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
Oops, something went wrong.