pub unsafe extern "C" fn initialize_ram_jump_to_main()
Expand description
Assembly function to initialize the .bss and .data sections in RAM.
We need to (unfortunately) do these operations in assembly because it is not valid to run Rust code without RAM initialized.
See https://github.com/tock/tock/issues/2222 for more information.