← Back to context

Comment by LoganDark

7 hours ago

Languages:

75.4% Linker Script

18.2% Rust

6.4% Shell

About sums up embedded development in Rust.

Well all of the linker script is just two standard memory map files, one for the 2040 and one for the 2350, so really it suggests that this needed very little code to make this work. The 6.4% shell represents a shebang line, two comments, and a single `set -e` call, after all.

Most of the code is already in libraries. rs-matter includes a lot of batteries, so for simple clusters you end up writing little code.