SDK: 15.3.0
SoftDevice: S132
Device: EYSHJNZWZ (nRF52832)
I know there is the following documentation.
・ SEGGER Embedded Studio Reference Manual : https://studio.segger.com/
・ UM20005: SEGGER Linker User Guide & Reference Manual
・ UM20006: SEGGER Assembler User Guide & Reference Manual
・ UM12007: emRun User Guide & Reference Manual
1) The description for "-mabi" cannot be found in the document.
What document do I need to see?
2) I am doing a MakeFile to "SEGGER Embedded Studio" replacement.
Therefore, it is necessary to set the command line option in "SEGGER Embedded Studio".
Take the command line option "-mcpu" as an example.
How should I make the same settings as "-mcpu" in "SEGGER Embedded Studio"?
I think I can set it from below, but I'm not sure if it's correct.
"Options> Code> Code Generation> ARM Core Type"
What document can I understand by looking at it?