doc: properly define ARM_ARCH_xxx

Requires a little stub file per target, so we can neatly define the
architecture.  This properly includes all the cortex m core
documentation finally.
This commit is contained in:
Karl Palsson
2019-06-10 10:33:34 +00:00
parent d88d6fde12
commit 9e42251d6f
37 changed files with 46 additions and 3 deletions

1
doc/stm32f7/doxy.custom Normal file
View File

@@ -0,0 +1 @@
PREDEFINED += __ARM_ARCH_7EM__