Repostiory containing DAPLink source code with Reset Pin workaround for HANI_IOT board.

Upstream: https://github.com/ARMmbed/DAPLink

records/tools/make_armcc.yaml

Committer:
Pawel Zarembski
Date:
2020-04-07
Revision:
0:01f31e923fe2

File content as of revision 0:01f31e923fe2:

tool_specific:
    make_armcc:
        mcu:
            - cortex-m0
        macros:
            -
        linker_file:
            - source/daplink/daplink.sct
        misc:
            common_flags:
                - -c
            c_flags:
                - -O2
                - --gnu
                - --c99
                - --split_sections
                - --interleave
            linker_options:
                - nostartfiles
            pre_build_script:
                - tools/pre_build_script.sh
            post_build_script:
                - tools/post_build_script.sh