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:
a. use the object crate to parse the output ELF
b. read the .vector_table linker section and extract the 'initial SP pointer' value
c. find the boundaries of 'static RAM' (th

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