Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvirkkunen/41491b9dda2e096aff2b882a5e7a6400 to your computer and use it in GitHub Desktop.
Save mvirkkunen/41491b9dda2e096aff2b882a5e7a6400 to your computer and use it in GitHub Desktop.
matti@miya:~$ rustc --print cfg --target thumbv7m-none-eabi
debug_assertions
target_arch="arm"
target_endian="little"
target_env=""
target_os="none"
target_pointer_width="32"
target_vendor=""
matti@miya:~$ rustc --print cfg --target thumbv6m-none-eabi
debug_assertions
target_arch="arm"
target_endian="little"
target_env=""
target_os="none"
target_pointer_width="32"
target_vendor=""
matti@miya:~$ rustc --version
rustc 1.42.0 (b8cedc004 2020-03-09)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment