Skip to content
#

embedded-rust

Here are 51 public repositories matching this topic...

japaric
japaric commented Feb 9, 2021

CI compiles the test-flip-link-app (binary) crate to the ARM Cortex-M architecture as an 'it links' test.

We should extend this test and also check that the memory layout of the output ELF is indeed "flipped".

Steps:

  1. use the object crate to parse the output ELF
  2. read the .vector_table linker section and extract the initial SP pointer value
  3. find the boundaries of `static RA

Improve this page

Add a description, image, and links to the embedded-rust topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the embedded-rust topic, visit your repo's landing page and select "manage topics."

Learn more