``` $ cargo size --release -- -A Finished `release` profile [optimized + debuginfo] target(s) in 0.06s nrf52840-null : section size addr .vector_table 256 0x0 .text 16924 0x100 .rodata 3080 0x431c .data 80 0x20000000 .gnu.sgstubs 0 0x4f80 .bss 3228 0x20000050 .uninit 1024 0x20000cec $ cargo +nightly size --release -- -A Finished `release` profile [optimized + debuginfo] target(s) in 0.09s nrf52840-null : section size addr .vector_table 256 0x0 .text 11192 0x100 .rodata 92 0x2cb8 .data 80 0x20000000 .gnu.sgstubs 0 0x2d80 .bss 3228 0x20000050 .uninit 1024 0x20000cec ``` Is that enough context?