Repostiory containing DAPLink source code with Reset Pin workaround for HANI_IOT board.
Upstream: https://github.com/ARMmbed/DAPLink
Diff: records/hic_hal/k26f.yaml
- Revision:
- 0:01f31e923fe2
diff -r 000000000000 -r 01f31e923fe2 records/hic_hal/k26f.yaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/records/hic_hal/k26f.yaml Tue Apr 07 12:55:42 2020 +0200 @@ -0,0 +1,48 @@ +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