Merge pull request #96 from hug-dev/add-armv8m-targets

Also add examples to target Armv8-M
This commit is contained in:
Thales
2020-10-04 16:44:04 -03:00
committed by GitHub

View File

@@ -35,3 +35,6 @@ rustflags = [
target = "thumbv7m-none-eabi" # Cortex-M3
# target = "thumbv7em-none-eabi" # Cortex-M4 and Cortex-M7 (no FPU)
# target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
# target = "thumbv8m.base-none-eabi" # Cortex-M23
# target = "thumbv8m.main-none-eabi" # Cortex-M33 (no FPU)
# target = "thumbv8m.main-none-eabihf" # Cortex-M33 (with FPU)