Skip to content

Commit

Permalink
Update RAM figure in OS readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiffle committed May 5, 2024
1 parent 4c31ac0 commit 01ee6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a wee operating system written to support the `async` style of
programming in Rust on microcontrollers. It fits in about 2 kiB of Flash and
uses about 20 bytes of RAM (before your tasks are added). In that space, you get
uses about 40 bytes of RAM (before your tasks are added). In that space, you get
a full `async` runtime with multiple tasks, support for complex concurrency via
`join` and `select`, and a lot of convenient but simple APIs. (If you want to
see what a `lilos` program looks like, look in the `examples` directory, or read
Expand Down

0 comments on commit 01ee6b3

Please sign in to comment.