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

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

records/hic_hal/k26f.yaml

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

File content as of revision 0:01f31e923fe2:

common:
    target:
        - mk64fn1m0xxx12 # Closest device.
    core:
        - Cortex-M4F
    macros:
        - INTERFACE_K26F
        - CPU_MK26FN2M0VMD18
        - DAPLINK_HIC_ID=0x97969909  # DAPLINK_HIC_ID_K26F
        - FLASH_SSD_CONFIG_ENABLE_FLEXNVM_SUPPORT=0
        - FLASH_DRIVER_IS_FLASH_RESIDENT=1
        - OS_CLOCK=120000000
    includes:
        - source/hic_hal/freescale/k26f
        - source/hic_hal/freescale/k26f/MK26F18
        - source/hic_hal/freescale/iap
        - projectfiles/uvision/k26f_bl/build
    sources:
        hic_hal:
            - source/hic_hal/freescale/k26f
            - source/hic_hal/freescale/k26f/MK26F18
            - source/hic_hal/freescale/k26f/armcc
        fsl_flash_driver:
            - source/hic_hal/freescale/iap

tool_specific:
    uvision:
        misc:
            ld_flags:
                - --predefine="-I..\..\..\source\hic_hal\freescale\k26f"
            c_flags:
                - --no_unaligned_access
                - --diag_suppress=66 # disable warning about enums not fitting in signed 32-bit
            cxx_flags:
                - --no_unaligned_access
            asm_flags:
                - --no_unaligned_access
    make_armcc:
        misc:
            ld_flags:
                - --predefine="-Isource\hic_hal\freescale\k26f"
            c_flags:
                - --no_unaligned_access
                - --diag_suppress=66 # disable warning about enums not fitting in signed 32-bit
            cxx_flags:
                - --no_unaligned_access
            asm_flags:
                - --no_unaligned_access