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

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

records/hic_hal/max32625.yaml

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

File content as of revision 0:01f31e923fe2:

common:
    target:
        - max32625
    core:
        - Cortex-M4F
    macros:
        - INTERFACE_MAX32625
        - DAPLINK_HIC_ID=0x97969906 # DAPLINK_HIC_ID_MAX32625
        - OS_CLOCK=96000000
    includes:
        - source/hic_hal/maxim/max32625
    sources:
        hic_hal:
            - source/hic_hal/maxim/max32625
            - source/hic_hal/maxim/max32625/armcc

tool_specific:
    uvision:
        misc:
            ld_flags:
                - --predefine="-I..\..\..\source\hic_hal\maxim\max32625"
    make_armcc:
        misc:
            ld_flags:
                - --predefine="-Isource\hic_hal\maxim\max32625"