Coder Social home page Coder Social logo

ultimatehackingkeyboard / bootloader Goto Github PK

View Code? Open in Web Editor NEW
19.0 19.0 10.0 35.96 MB

The bootloader of the Ultimate Hacking Keyboard

License: Other

HTML 0.17% C++ 6.21% C 77.21% Assembly 15.59% Objective-C 0.04% Lex 0.02% Yacc 0.08% Makefile 0.09% Python 0.07% Batchfile 0.01% Shell 0.01% JavaScript 0.01% Ruby 0.01% Rich Text Format 0.51%

bootloader's People

Contributors

algernon avatar mondalaci avatar santiagogf89 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootloader's Issues

Fix compilation warnings and notices

Currently, the build log contains about a dozen of warnings and notices. It'd be nice to fix them.

22:24:47 **** Build of configuration release for project freedom_bootloader ****
make -k all 
Building file: /home/laci/projects/uhk/bootloader/src/utilities/src/fsl_assert.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/utilities/src/fsl_assert.d" -MT"src/utilities/src/fsl_assert.o" -c -o "src/utilities/src/fsl_assert.o" "/home/laci/projects/uhk/bootloader/src/utilities/src/fsl_assert.c"
Finished building: /home/laci/projects/uhk/bootloader/src/utilities/src/fsl_assert.c
 
Building file: /home/laci/projects/uhk/bootloader/src/utilities/src/fsl_rtos_abstraction.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/utilities/src/fsl_rtos_abstraction.d" -MT"src/utilities/src/fsl_rtos_abstraction.o" -c -o "src/utilities/src/fsl_rtos_abstraction.o" "/home/laci/projects/uhk/bootloader/src/utilities/src/fsl_rtos_abstraction.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/bootloader/bl_context.h:33,
                 from ../../../../../src/bootloader/bl_peripheral_interface.h:33,
                 from /home/laci/projects/uhk/bootloader/src/utilities/src/fsl_rtos_abstraction.c:32:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/utilities/src/fsl_rtos_abstraction.c
 
Building file: /home/laci/projects/uhk/bootloader/src/usb/osa/usb_osa_bm.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/usb/osa/usb_osa_bm.d" -MT"src/usb/osa/usb_osa_bm.o" -c -o "src/usb/osa/usb_osa_bm.o" "/home/laci/projects/uhk/bootloader/src/usb/osa/usb_osa_bm.c"
Finished building: /home/laci/projects/uhk/bootloader/src/usb/osa/usb_osa_bm.c
 
Building file: /home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_class.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/usb/device/calss/usb_device_class.d" -MT"src/usb/device/calss/usb_device_class.o" -c -o "src/usb/device/calss/usb_device_class.o" "/home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_class.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../src/usb_device_config.h:34,
                 from /home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_class.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_class.c
 
Building file: /home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_hid.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/usb/device/calss/usb_device_hid.d" -MT"src/usb/device/calss/usb_device_hid.o" -c -o "src/usb/device/calss/usb_device_hid.o" "/home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_hid.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../src/usb_device_config.h:34,
                 from /home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_hid.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_hid.c
 
Building file: /home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_msc.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/usb/device/calss/usb_device_msc.d" -MT"src/usb/device/calss/usb_device_msc.o" -c -o "src/usb/device/calss/usb_device_msc.o" "/home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_msc.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../src/usb_device_config.h:34,
                 from /home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_msc.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_msc.c
 
Building file: /home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_msc_ufi.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/usb/device/calss/usb_device_msc_ufi.d" -MT"src/usb/device/calss/usb_device_msc_ufi.o" -c -o "src/usb/device/calss/usb_device_msc_ufi.o" "/home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_msc_ufi.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../src/usb_device_config.h:34,
                 from /home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_msc_ufi.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/usb/device/class/usb_device_msc_ufi.c
 
Building file: /home/laci/projects/uhk/bootloader/src/usb/device/usb_device_ch9.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/usb/device/usb_device_ch9.d" -MT"src/usb/device/usb_device_ch9.o" -c -o "src/usb/device/usb_device_ch9.o" "/home/laci/projects/uhk/bootloader/src/usb/device/usb_device_ch9.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../src/usb_device_config.h:34,
                 from /home/laci/projects/uhk/bootloader/src/usb/device/usb_device_ch9.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/usb/device/usb_device_ch9.c
 
Building file: /home/laci/projects/uhk/bootloader/src/usb/device/usb_device_dci.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/usb/device/usb_device_dci.d" -MT"src/usb/device/usb_device_dci.o" -c -o "src/usb/device/usb_device_dci.o" "/home/laci/projects/uhk/bootloader/src/usb/device/usb_device_dci.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../src/usb_device_config.h:34,
                 from /home/laci/projects/uhk/bootloader/src/usb/device/usb_device_dci.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/usb/device/usb_device_dci.c
 
Building file: /home/laci/projects/uhk/bootloader/src/usb/device/usb_device_khci.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/usb/device/usb_device_khci.d" -MT"src/usb/device/usb_device_khci.o" -c -o "src/usb/device/usb_device_khci.o" "/home/laci/projects/uhk/bootloader/src/usb/device/usb_device_khci.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../src/usb_device_config.h:34,
                 from /home/laci/projects/uhk/bootloader/src/usb/device/usb_device_khci.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/usb/device/usb_device_khci.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bm_usb/composite.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/usb/bm_composite/composite.d" -MT"src/usb/bm_composite/composite.o" -c -o "src/usb/bm_composite/composite.o" "/home/laci/projects/uhk/bootloader/src/bm_usb/composite.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../src/usb_device_config.h:34,
                 from /home/laci/projects/uhk/bootloader/src/bm_usb/composite.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bm_usb/composite.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bm_usb/hid_bootloader.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/usb/bm_composite/hid_bootloader.d" -MT"src/usb/bm_composite/hid_bootloader.o" -c -o "src/usb/bm_composite/hid_bootloader.o" "/home/laci/projects/uhk/bootloader/src/bm_usb/hid_bootloader.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../src/usb_device_config.h:34,
                 from /home/laci/projects/uhk/bootloader/src/bm_usb/hid_bootloader.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bm_usb/hid_bootloader.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bm_usb/msc_disk.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/usb/bm_composite/msc_disk.d" -MT"src/usb/bm_composite/msc_disk.o" -c -o "src/usb/bm_composite/msc_disk.o" "/home/laci/projects/uhk/bootloader/src/bm_usb/msc_disk.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../src/usb_device_config.h:34,
                 from /home/laci/projects/uhk/bootloader/src/bm_usb/msc_disk.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bm_usb/msc_disk.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bm_usb/usb_descriptor.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/usb/bm_composite/usb_descriptor.d" -MT"src/usb/bm_composite/usb_descriptor.o" -c -o "src/usb/bm_composite/usb_descriptor.o" "/home/laci/projects/uhk/bootloader/src/bm_usb/usb_descriptor.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../src/usb_device_config.h:34,
                 from /home/laci/projects/uhk/bootloader/src/bm_usb/usb_descriptor.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bm_usb/usb_descriptor.c
 
Building file: /home/laci/projects/uhk/bootloader/src/startup/crt0_gcc.S
Invoking: Cross ARM GNU Assembler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -x assembler-with-cpp -DNDEBUG -I../../../../../src/include -Os  -fno-common  -ffunction-sections  -fdata-sections  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -std=gnu99 -MMD -MP -MF"src/startup/crt0_gcc.d" -MT"src/startup/crt0_gcc.o" -c -o "src/startup/crt0_gcc.o" "/home/laci/projects/uhk/bootloader/src/startup/crt0_gcc.S"
Finished building: /home/laci/projects/uhk/bootloader/src/startup/crt0_gcc.S
 
Building file: /home/laci/projects/uhk/bootloader/src/startup/startup.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/startup/startup.d" -MT"src/startup/startup.o" -c -o "src/startup/startup.o" "/home/laci/projects/uhk/bootloader/src/startup/startup.c"
Finished building: /home/laci/projects/uhk/bootloader/src/startup/startup.c
 
Building file: /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/startup/gcc/startup_MK22F51212.S
Invoking: Cross ARM GNU Assembler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -x assembler-with-cpp -DNDEBUG -I../../../../../src/include -Os  -fno-common  -ffunction-sections  -fdata-sections  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -std=gnu99 -MMD -MP -MF"src/startup/startup_MK22F51212.d" -MT"src/startup/startup_MK22F51212.o" -c -o "src/startup/startup_MK22F51212.o" "/home/laci/projects/uhk/bootloader/targets/MK22F51212/src/startup/gcc/startup_MK22F51212.S"
Finished building: /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/startup/gcc/startup_MK22F51212.S
 
Building file: /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/startup/system_MK22F51212.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/startup/system_MK22F51212.d" -MT"src/startup/system_MK22F51212.o" -c -o "src/startup/system_MK22F51212.o" "/home/laci/projects/uhk/bootloader/targets/MK22F51212/src/startup/system_MK22F51212.c"
Finished building: /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/startup/system_MK22F51212.c
 
Building file: /home/laci/projects/uhk/bootloader/src/sbloader/src/sbloader.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/sbloader/src/sbloader.d" -MT"src/sbloader/src/sbloader.o" -c -o "src/sbloader/src/sbloader.o" "/home/laci/projects/uhk/bootloader/src/sbloader/src/sbloader.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/sbloader/sbloader.h:35,
                 from /home/laci/projects/uhk/bootloader/src/sbloader/src/sbloader.c:34:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/sbloader/src/sbloader.c
 
Building file: /home/laci/projects/uhk/bootloader/src/property/src/property.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/property/src/property.d" -MT"src/property/src/property.o" -c -o "src/property/src/property.o" "/home/laci/projects/uhk/bootloader/src/property/src/property.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/src/property/src/property.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/property/src/property.c
 
Building file: /home/laci/projects/uhk/bootloader/src/packet/src/serial_packet.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/packet/src/serial_packet.d" -MT"src/packet/src/serial_packet.o" -c -o "src/packet/src/serial_packet.o" "/home/laci/projects/uhk/bootloader/src/packet/src/serial_packet.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/src/packet/src/serial_packet.c:32:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/packet/src/serial_packet.c
 
Building file: /home/laci/projects/uhk/bootloader/src/memory/src/device_memory.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/memory/src/device_memory.d" -MT"src/memory/src/device_memory.o" -c -o "src/memory/src/device_memory.o" "/home/laci/projects/uhk/bootloader/src/memory/src/device_memory.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/memory/memory.h:35,
                 from /home/laci/projects/uhk/bootloader/src/memory/src/device_memory.h:33,
                 from /home/laci/projects/uhk/bootloader/src/memory/src/device_memory.c:32:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/memory/src/device_memory.c
 
Building file: /home/laci/projects/uhk/bootloader/src/memory/src/flash_memory.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/memory/src/flash_memory.d" -MT"src/memory/src/flash_memory.o" -c -o "src/memory/src/flash_memory.o" "/home/laci/projects/uhk/bootloader/src/memory/src/flash_memory.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/src/memory/src/flash_memory.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/memory/src/flash_memory.c
 
Building file: /home/laci/projects/uhk/bootloader/src/memory/src/memory.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/memory/src/memory.d" -MT"src/memory/src/memory.o" -c -o "src/memory/src/memory.o" "/home/laci/projects/uhk/bootloader/src/memory/src/memory.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/src/memory/src/memory.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/memory/src/memory.c
 
Building file: /home/laci/projects/uhk/bootloader/src/memory/src/normal_memory.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/memory/src/normal_memory.d" -MT"src/memory/src/normal_memory.o" -c -o "src/memory/src/normal_memory.o" "/home/laci/projects/uhk/bootloader/src/memory/src/normal_memory.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/memory/memory.h:35,
                 from /home/laci/projects/uhk/bootloader/src/memory/src/normal_memory.h:33,
                 from /home/laci/projects/uhk/bootloader/src/memory/src/normal_memory.c:32:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/memory/src/normal_memory.c
 
Building file: /home/laci/projects/uhk/bootloader/src/memory/src/pattern_fill_gcc.S
Invoking: Cross ARM GNU Assembler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -x assembler-with-cpp -DNDEBUG -I../../../../../src/include -Os  -fno-common  -ffunction-sections  -fdata-sections  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -std=gnu99 -MMD -MP -MF"src/memory/src/pattern_fill_gcc.d" -MT"src/memory/src/pattern_fill_gcc.o" -c -o "src/memory/src/pattern_fill_gcc.o" "/home/laci/projects/uhk/bootloader/src/memory/src/pattern_fill_gcc.S"
Finished building: /home/laci/projects/uhk/bootloader/src/memory/src/pattern_fill_gcc.S
 
Building file: /home/laci/projects/uhk/bootloader/src/memory/src/sram_init_cm4.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/memory/src/sram_init_cm4.d" -MT"src/memory/src/sram_init_cm4.o" -c -o "src/memory/src/sram_init_cm4.o" "/home/laci/projects/uhk/bootloader/src/memory/src/sram_init_cm4.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/src/memory/src/sram_init_cm4.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/memory/src/sram_init_cm4.c
 
Building file: /home/laci/projects/uhk/bootloader/src/drivers/uart/fsl_uart.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/drivers/uart/fsl_uart.d" -MT"src/drivers/uart/fsl_uart.o" -c -o "src/drivers/uart/fsl_uart.o" "/home/laci/projects/uhk/bootloader/src/drivers/uart/fsl_uart.c"
Finished building: /home/laci/projects/uhk/bootloader/src/drivers/uart/fsl_uart.c
 
Building file: /home/laci/projects/uhk/bootloader/src/drivers/smc/smc.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/drivers/smc/smc.d" -MT"src/drivers/smc/smc.o" -c -o "src/drivers/smc/smc.o" "/home/laci/projects/uhk/bootloader/src/drivers/smc/smc.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/src/drivers/smc/smc.c:51:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/drivers/smc/smc.c
 
Building file: /home/laci/projects/uhk/bootloader/src/drivers/microseconds/src/microseconds_sysclk.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/drivers/microseconds/src/microseconds_sysclk.d" -MT"src/drivers/microseconds/src/microseconds_sysclk.o" -c -o "src/drivers/microseconds/src/microseconds_sysclk.o" "/home/laci/projects/uhk/bootloader/src/drivers/microseconds/src/microseconds_sysclk.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/src/drivers/microseconds/src/microseconds_sysclk.c:36:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/drivers/microseconds/src/microseconds_sysclk.c
 
Building file: /home/laci/projects/uhk/bootloader/src/drivers/i2c/fsl_i2c.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/drivers/i2c/src/fsl_i2c.d" -MT"src/drivers/i2c/src/fsl_i2c.o" -c -o "src/drivers/i2c/src/fsl_i2c.o" "/home/laci/projects/uhk/bootloader/src/drivers/i2c/fsl_i2c.c"
Finished building: /home/laci/projects/uhk/bootloader/src/drivers/i2c/fsl_i2c.c
 
Building file: /home/laci/projects/uhk/bootloader/src/drivers/gpio/fsl_gpio.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/drivers/gpio/fsl_gpio.d" -MT"src/drivers/gpio/fsl_gpio.o" -c -o "src/drivers/gpio/fsl_gpio.o" "/home/laci/projects/uhk/bootloader/src/drivers/gpio/fsl_gpio.c"
Finished building: /home/laci/projects/uhk/bootloader/src/drivers/gpio/fsl_gpio.c
 
Building file: /home/laci/projects/uhk/bootloader/src/drivers/flash/fsl_flash.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/drivers/flash/fsl_flash.d" -MT"src/drivers/flash/fsl_flash.o" -c -o "src/drivers/flash/fsl_flash.o" "/home/laci/projects/uhk/bootloader/src/drivers/flash/fsl_flash.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/src/drivers/flash/fsl_flash.h:38,
                 from /home/laci/projects/uhk/bootloader/src/drivers/flash/fsl_flash.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/drivers/flash/fsl_flash.c
 
Building file: /home/laci/projects/uhk/bootloader/src/drivers/dspi/fsl_dspi.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/drivers/dspi/fsl_dspi.d" -MT"src/drivers/dspi/fsl_dspi.o" -c -o "src/drivers/dspi/fsl_dspi.o" "/home/laci/projects/uhk/bootloader/src/drivers/dspi/fsl_dspi.c"
Finished building: /home/laci/projects/uhk/bootloader/src/drivers/dspi/fsl_dspi.c
 
Building file: /home/laci/projects/uhk/bootloader/src/drivers/crc/fsl_crc.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/drivers/crc/fsl_crc.d" -MT"src/drivers/crc/fsl_crc.o" -c -o "src/drivers/crc/fsl_crc.o" "/home/laci/projects/uhk/bootloader/src/drivers/crc/fsl_crc.c"
Finished building: /home/laci/projects/uhk/bootloader/src/drivers/crc/fsl_crc.c
 
Building file: /home/laci/projects/uhk/bootloader/src/crc/src/crc16.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/crc/src/crc16.d" -MT"src/crc/src/crc16.o" -c -o "src/crc/src/crc16.o" "/home/laci/projects/uhk/bootloader/src/crc/src/crc16.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/src/crc/src/crc16.c:30:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/crc/src/crc16.c
 
Building file: /home/laci/projects/uhk/bootloader/src/crc/src/crc32.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/crc/src/crc32.d" -MT"src/crc/src/crc32.o" -c -o "src/crc/src/crc32.o" "/home/laci/projects/uhk/bootloader/src/crc/src/crc32.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/src/crc/src/crc32.c:30:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/crc/src/crc32.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_app_crc_check.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/bootloader/src/bl_app_crc_check.d" -MT"src/bootloader/src/bl_app_crc_check.o" -c -o "src/bootloader/src/bl_app_crc_check.o" "/home/laci/projects/uhk/bootloader/src/bootloader/src/bl_app_crc_check.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_app_crc_check.c:33:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_app_crc_check.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_command.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/bootloader/src/bl_command.d" -MT"src/bootloader/src/bl_command.o" -c -o "src/bootloader/src/bl_command.o" "/home/laci/projects/uhk/bootloader/src/bootloader/src/bl_command.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_command.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_command.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_context.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/bootloader/src/bl_context.d" -MT"src/bootloader/src/bl_context.o" -c -o "src/bootloader/src/bl_context.o" "/home/laci/projects/uhk/bootloader/src/bootloader/src/bl_context.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/bootloader/bl_context.h:33,
                 from /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_context.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_context.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_exception_handler.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/bootloader/src/bl_exception_handler.d" -MT"src/bootloader/src/bl_exception_handler.o" -c -o "src/bootloader/src/bl_exception_handler.o" "/home/laci/projects/uhk/bootloader/src/bootloader/src/bl_exception_handler.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_exception_handler.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_exception_handler.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_main.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/bootloader/src/bl_main.d" -MT"src/bootloader/src/bl_main.o" -c -o "src/bootloader/src/bl_main.o" "/home/laci/projects/uhk/bootloader/src/bootloader/src/bl_main.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/bootloader/bl_context.h:33,
                 from /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_main.c:35:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_main.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_misc.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/bootloader/src/bl_misc.d" -MT"src/bootloader/src/bl_misc.o" -c -o "src/bootloader/src/bl_misc.o" "/home/laci/projects/uhk/bootloader/src/bootloader/src/bl_misc.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_misc.c:30:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_misc.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_reliable_update.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/bootloader/src/bl_reliable_update.d" -MT"src/bootloader/src/bl_reliable_update.o" -c -o "src/bootloader/src/bl_reliable_update.o" "/home/laci/projects/uhk/bootloader/src/bootloader/src/bl_reliable_update.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/bootloader/bl_context.h:33,
                 from /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_reliable_update.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_reliable_update.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_shutdown_cleanup.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/bootloader/src/bl_shutdown_cleanup.d" -MT"src/bootloader/src/bl_shutdown_cleanup.o" -c -o "src/bootloader/src/bl_shutdown_cleanup.o" "/home/laci/projects/uhk/bootloader/src/bootloader/src/bl_shutdown_cleanup.c"
In file included from ../../../../../src/utilities/vector_table_info.h:33:0,
                 from /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_shutdown_cleanup.c:36:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_shutdown_cleanup.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_tree_root.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/bootloader/src/bl_tree_root.d" -MT"src/bootloader/src/bl_tree_root.o" -c -o "src/bootloader/src/bl_tree_root.o" "/home/laci/projects/uhk/bootloader/src/bootloader/src/bl_tree_root.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/bootloader/bootloader.h:33,
                 from /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_tree_root.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_tree_root.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_user_entry.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/bootloader/src/bl_user_entry.d" -MT"src/bootloader/src/bl_user_entry.o" -c -o "src/bootloader/src/bl_user_entry.o" "/home/laci/projects/uhk/bootloader/src/bootloader/src/bl_user_entry.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_user_entry.c:32:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bootloader/src/bl_user_entry.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bootloader/src/dspi_peripheral_interface.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/bootloader/src/dspi_peripheral_interface.d" -MT"src/bootloader/src/dspi_peripheral_interface.o" -c -o "src/bootloader/src/dspi_peripheral_interface.o" "/home/laci/projects/uhk/bootloader/src/bootloader/src/dspi_peripheral_interface.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/bootloader/bl_context.h:33,
                 from /home/laci/projects/uhk/bootloader/src/bootloader/src/dspi_peripheral_interface.c:32:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bootloader/src/dspi_peripheral_interface.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bootloader/src/i2c_peripheral_interface.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/bootloader/src/i2c_peripheral_interface.d" -MT"src/bootloader/src/i2c_peripheral_interface.o" -c -o "src/bootloader/src/i2c_peripheral_interface.o" "/home/laci/projects/uhk/bootloader/src/bootloader/src/i2c_peripheral_interface.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/bootloader/bl_context.h:33,
                 from /home/laci/projects/uhk/bootloader/src/bootloader/src/i2c_peripheral_interface.c:32:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bootloader/src/i2c_peripheral_interface.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bootloader/src/scuart_peripheral_interface.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/bootloader/src/scuart_peripheral_interface.d" -MT"src/bootloader/src/scuart_peripheral_interface.o" -c -o "src/bootloader/src/scuart_peripheral_interface.o" "/home/laci/projects/uhk/bootloader/src/bootloader/src/scuart_peripheral_interface.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/bootloader/bl_context.h:33,
                 from /home/laci/projects/uhk/bootloader/src/bootloader/src/scuart_peripheral_interface.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bootloader/src/scuart_peripheral_interface.c
 
Building file: /home/laci/projects/uhk/bootloader/src/bootloader/src/usb_hid_msc_peripheral_interface.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/bootloader/src/usb_hid_msc_peripheral_interface.d" -MT"src/bootloader/src/usb_hid_msc_peripheral_interface.o" -c -o "src/bootloader/src/usb_hid_msc_peripheral_interface.o" "/home/laci/projects/uhk/bootloader/src/bootloader/src/usb_hid_msc_peripheral_interface.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/bootloader/bl_context.h:33,
                 from /home/laci/projects/uhk/bootloader/src/bootloader/src/usb_hid_msc_peripheral_interface.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/bootloader/src/usb_hid_msc_peripheral_interface.c
 
Building file: /home/laci/projects/uhk/bootloader/src/autobaud/src/autobaud_irq.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"src/autobaud/src/autobaud_irq.d" -MT"src/autobaud/src/autobaud_irq.o" -c -o "src/autobaud/src/autobaud_irq.o" "/home/laci/projects/uhk/bootloader/src/autobaud/src/autobaud_irq.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/autobaud/autobaud.h:34,
                 from /home/laci/projects/uhk/bootloader/src/autobaud/src/autobaud_irq.c:32:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/src/autobaud/src/autobaud_irq.c
 
Building file: /home/laci/projects/uhk/bootloader/targets/common/src/bl_dspi_irq_config_common.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"MK22F51212/bl_dspi_irq_config_common.d" -MT"MK22F51212/bl_dspi_irq_config_common.o" -c -o "MK22F51212/bl_dspi_irq_config_common.o" "/home/laci/projects/uhk/bootloader/targets/common/src/bl_dspi_irq_config_common.c"
In file included from /home/laci/projects/uhk/bootloader/targets/common/src/bl_dspi_irq_config_common.c:31:0:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/targets/common/src/bl_dspi_irq_config_common.c
 
Building file: /home/laci/projects/uhk/bootloader/targets/common/src/bl_i2c_irq_config_common.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"MK22F51212/bl_i2c_irq_config_common.d" -MT"MK22F51212/bl_i2c_irq_config_common.o" -c -o "MK22F51212/bl_i2c_irq_config_common.o" "/home/laci/projects/uhk/bootloader/targets/common/src/bl_i2c_irq_config_common.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/bootloader/bl_context.h:33,
                 from /home/laci/projects/uhk/bootloader/targets/common/src/bl_i2c_irq_config_common.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/targets/common/src/bl_i2c_irq_config_common.c
 
Building file: /home/laci/projects/uhk/bootloader/targets/common/src/bl_uart_irq_config_common.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"MK22F51212/bl_uart_irq_config_common.d" -MT"MK22F51212/bl_uart_irq_config_common.o" -c -o "MK22F51212/bl_uart_irq_config_common.o" "/home/laci/projects/uhk/bootloader/targets/common/src/bl_uart_irq_config_common.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/bootloader/bl_context.h:33,
                 from /home/laci/projects/uhk/bootloader/targets/common/src/bl_uart_irq_config_common.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/targets/common/src/bl_uart_irq_config_common.c
 
Building file: /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/clock_config_K22F512.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"MK22F51212/clock_config_K22F512.d" -MT"MK22F51212/clock_config_K22F512.o" -c -o "MK22F51212/clock_config_K22F512.o" "/home/laci/projects/uhk/bootloader/targets/MK22F51212/src/clock_config_K22F512.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/clock_config_K22F512.c:33:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/clock_config_K22F512.c
 
Building file: /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/hardware_init_K22F512.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"MK22F51212/hardware_init_K22F512.d" -MT"MK22F51212/hardware_init_K22F512.o" -c -o "MK22F51212/hardware_init_K22F512.o" "/home/laci/projects/uhk/bootloader/targets/MK22F51212/src/hardware_init_K22F512.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/hardware_init_K22F512.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/hardware_init_K22F512.c
 
Building file: /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/memory_map_K22F512.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"MK22F51212/memory_map_K22F512.d" -MT"MK22F51212/memory_map_K22F512.o" -c -o "MK22F51212/memory_map_K22F512.o" "/home/laci/projects/uhk/bootloader/targets/MK22F51212/src/memory_map_K22F512.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/bootloader/bl_context.h:33,
                 from /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/memory_map_K22F512.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/memory_map_K22F512.c
 
Building file: /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/peripherals_K22F512.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"MK22F51212/peripherals_K22F512.d" -MT"MK22F51212/peripherals_K22F512.o" -c -o "MK22F51212/peripherals_K22F512.o" "/home/laci/projects/uhk/bootloader/targets/MK22F51212/src/peripherals_K22F512.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from ../../../../../src/bootloader/bl_context.h:33,
                 from /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/peripherals_K22F512.c:31:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/targets/MK22F51212/src/peripherals_K22F512.c
 
Building file: /home/laci/projects/uhk/bootloader/targets/common/src/pinmux_utility_common.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -DNDEBUG -DUSB_STACK_BM -DCPU_MK22FN512VDC12 -DCPU_IS_ARM_CORTEX_M4=1 -DFREEDOM -DBL_TARGET_FLASH -I../../../src -I../../../src/startup -I../../../../../src/platform/devices/MK22F51212 -I../../../../../src/autobaud -I../../../../../src/usb/include -I../../../../../src/usb/osa -I../../../../../src/usb/device -I../../../../../src/usb/device/class -I../../../../../src/bm_usb -I../../../../../src/include -I../../../../../src/platform -I../../../../../src/platform/devices -I../../../../../src/platform/CMSIS/Include -I../../../../../src -I../../../../../src/drivers -I../../../../../src/startup -I../../../../../src/drivers/common -std=gnu99 -fno-common  -ffreestanding  -fno-builtin  -fshort-wchar  -mapcs  -flto  -fno-inline-small-functions -MMD -MP -MF"MK22F51212/pinmux_utility_common.d" -MT"MK22F51212/pinmux_utility_common.o" -c -o "MK22F51212/pinmux_utility_common.o" "/home/laci/projects/uhk/bootloader/targets/common/src/pinmux_utility_common.c"
In file included from ../../../../../src/include/bootloader_common.h:47:0,
                 from /home/laci/projects/uhk/bootloader/targets/common/src/pinmux_utility_common.c:34:
../../../src/bootloader_config.h:61:0: warning: "BL_TARGET_FLASH" redefined [enabled by default]
 #define BL_TARGET_FLASH (1)
 ^
<command-line>:0:0: note: this is the location of the previous definition
Finished building: /home/laci/projects/uhk/bootloader/targets/common/src/pinmux_utility_common.c
 
Building target: freedom_bootloader.elf
Invoking: Cross ARM C Linker
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -T ../../../../common/linker/kds/MK22F51212/MK22FN512xxx12_application_0x0000.ld -Xlinker --gc-sections -Wl,-Map,"freedom_bootloader.map" -Xlinker -z  -Xlinker muldefs   -Os  --specs=nano.specs          -Wall  -fno-common  -ffunction-sections  -fdata-sections  -ffreestanding  -fno-builtin  -fshort-wchar -Wl,--no-wchar-size-warning  -mapcs  -Xlinker -static  -flto  -Xlinker --defsym=__ram_vector_table__=1 -o "freedom_bootloader.elf" -Xlinker --start-group  ./src/utilities/src/fsl_assert.o ./src/utilities/src/fsl_rtos_abstraction.o  ./src/usb/osa/usb_osa_bm.o  ./src/usb/device/calss/usb_device_class.o ./src/usb/device/calss/usb_device_hid.o ./src/usb/device/calss/usb_device_msc.o ./src/usb/device/calss/usb_device_msc_ufi.o  ./src/usb/device/usb_device_ch9.o ./src/usb/device/usb_device_dci.o ./src/usb/device/usb_device_khci.o  ./src/usb/bm_composite/composite.o ./src/usb/bm_composite/hid_bootloader.o ./src/usb/bm_composite/msc_disk.o ./src/usb/bm_composite/usb_descriptor.o  ./src/startup/crt0_gcc.o ./src/startup/startup.o ./src/startup/startup_MK22F51212.o ./src/startup/system_MK22F51212.o  ./src/sbloader/src/sbloader.o  ./src/property/src/property.o  ./src/packet/src/serial_packet.o  ./src/memory/src/device_memory.o ./src/memory/src/flash_memory.o ./src/memory/src/memory.o ./src/memory/src/normal_memory.o ./src/memory/src/pattern_fill_gcc.o ./src/memory/src/sram_init_cm4.o  ./src/drivers/uart/fsl_uart.o  ./src/drivers/smc/smc.o  ./src/drivers/microseconds/src/microseconds_sysclk.o  ./src/drivers/i2c/src/fsl_i2c.o  ./src/drivers/gpio/fsl_gpio.o  ./src/drivers/flash/fsl_flash.o  ./src/drivers/dspi/fsl_dspi.o  ./src/drivers/crc/fsl_crc.o  ./src/crc/src/crc16.o ./src/crc/src/crc32.o  ./src/bootloader/src/bl_app_crc_check.o ./src/bootloader/src/bl_command.o ./src/bootloader/src/bl_context.o ./src/bootloader/src/bl_exception_handler.o ./src/bootloader/src/bl_main.o ./src/bootloader/src/bl_misc.o ./src/bootloader/src/bl_reliable_update.o ./src/bootloader/src/bl_shutdown_cleanup.o ./src/bootloader/src/bl_tree_root.o ./src/bootloader/src/bl_user_entry.o ./src/bootloader/src/dspi_peripheral_interface.o ./src/bootloader/src/i2c_peripheral_interface.o ./src/bootloader/src/scuart_peripheral_interface.o ./src/bootloader/src/usb_hid_msc_peripheral_interface.o  ./src/autobaud/src/autobaud_irq.o  ./MK22F51212/bl_dspi_irq_config_common.o ./MK22F51212/bl_i2c_irq_config_common.o ./MK22F51212/bl_uart_irq_config_common.o ./MK22F51212/clock_config_K22F512.o ./MK22F51212/hardware_init_K22F512.o ./MK22F51212/memory_map_K22F512.o ./MK22F51212/peripherals_K22F512.o ./MK22F51212/pinmux_utility_common.o   -lm -lg -lgcc -lnosys -Xlinker --end-group
Finished building target: freedom_bootloader.elf
 

22:24:52 Build Finished (took 4s.670ms)

Wish: 'proven' bootloader binary

Wish:
It would be good to have a 'proven' bootloader as S19/S-Record available in the repo.
That way in any case I can program the bootloader e.g. with a J-Link in case I cannot (or do not want) to build it.

Relax hardcoded timeout

Currently, the timeout of the K22 bootloader is hardcoded to 5s. It would be nice if this would be configurable, but constrained within a reasonable interval. >=1s would probably cut it.

Securing the bootloader

The FlashConfig value must be computed in order to protect the flash area of the bootloader.

Soft-reset doesn't work

For some reason, soft-reset doesn't work via the bootloader. It disconnects the bootloader USB device but the application firmware doesn't get started. This should be fixed.

KL03 bootloader

The bootloader already resides the ROM of the KL03, but it's not configured yet.

  • The bootloader must start before the application firmware, and jump to the firmware by default.
  • The application firmware must be able to jump to the bootloader.
  • Shorting RESET-GND must jump to the bootloader.
  • Probably the BCA should be configured.
  • Anything else?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.