diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.travis.yml b/.travis.yml old mode 100644 new mode 100755 diff --git a/ChangeLog.md b/ChangeLog.md old mode 100644 new mode 100755 diff --git a/Kconfig b/Kconfig old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/README_zh.md b/README_zh.md old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CME_M7.ld b/bsp/CME_M7/CME_M7.ld old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CME_M7.sct b/bsp/CME_M7/CME_M7.sct old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CME_M7/cmem7_it.c b/bsp/CME_M7/CMSIS/CME_M7/cmem7_it.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CME_M7/cmem7_it.h b/bsp/CME_M7/CMSIS/CME_M7/cmem7_it.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CME_M7/startup/arm/startup_cmem7.s b/bsp/CME_M7/CMSIS/CME_M7/startup/arm/startup_cmem7.s old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CME_M7/startup/gcc/startup_CME_M7.c b/bsp/CME_M7/CMSIS/CME_M7/startup/gcc/startup_CME_M7.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CME_M7/system_cmem7.c b/bsp/CME_M7/CMSIS/CME_M7/system_cmem7.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CMSIS/Include/arm_common_tables.h b/bsp/CME_M7/CMSIS/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CMSIS/Include/arm_math.h b/bsp/CME_M7/CMSIS/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CMSIS/Include/core_cm0.h b/bsp/CME_M7/CMSIS/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CMSIS/Include/core_cm0plus.h b/bsp/CME_M7/CMSIS/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CMSIS/Include/core_cm3.h b/bsp/CME_M7/CMSIS/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CMSIS/Include/core_cm4.h b/bsp/CME_M7/CMSIS/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CMSIS/Include/core_cm4_simd.h b/bsp/CME_M7/CMSIS/CMSIS/Include/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CMSIS/Include/core_cmFunc.h b/bsp/CME_M7/CMSIS/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CMSIS/Include/core_cmInstr.h b/bsp/CME_M7/CMSIS/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CMSIS/Include/core_sc000.h b/bsp/CME_M7/CMSIS/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/CMSIS/Include/core_sc300.h b/bsp/CME_M7/CMSIS/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/CMSIS/SConscript b/bsp/CME_M7/CMSIS/SConscript old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/SConscript b/bsp/CME_M7/SConscript old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/SConstruct b/bsp/CME_M7/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/SConscript b/bsp/CME_M7/StdPeriph_Driver/SConscript old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_adc.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_adc.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_aes.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_aes.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_can.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_can.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_conf.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_conf.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_ddr.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_ddr.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_dma.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_dma.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_efuse.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_efuse.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_eth.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_eth.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_flash.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_flash.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_gpio.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_i2c.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_includes.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_includes.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_misc.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_misc.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_retarget.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_retarget.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_rtc.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_spi.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_spi.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_tim.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_tim.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_uart.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_uart.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_usb.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_usb.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_wdg.h b/bsp/CME_M7/StdPeriph_Driver/inc/cmem7_wdg.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/inc/system_cmem7.h b/bsp/CME_M7/StdPeriph_Driver/inc/system_cmem7.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_adc.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_adc.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_aes.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_aes.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_can.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_can.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_ddr.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_ddr.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_dma.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_dma.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_efuse.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_efuse.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_eth.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_eth.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_flash.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_flash.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_gpio.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_i2c.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_misc.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_misc.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_rtc.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_spi.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_spi.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_tim.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_tim.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_uart.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_uart.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_usb.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_usb.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_wdg.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_wdg.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/applications/SConscript b/bsp/CME_M7/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/applications/application.c b/bsp/CME_M7/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/applications/led.c b/bsp/CME_M7/applications/led.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/applications/startup.c b/bsp/CME_M7/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/drivers/SConscript b/bsp/CME_M7/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/drivers/app_phy.c b/bsp/CME_M7/drivers/app_phy.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/drivers/app_phy.h b/bsp/CME_M7/drivers/app_phy.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/drivers/board.c b/bsp/CME_M7/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/drivers/board.h b/bsp/CME_M7/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/drivers/emac.c b/bsp/CME_M7/drivers/emac.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/drivers/uart.c b/bsp/CME_M7/drivers/uart.c old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/project.uvopt b/bsp/CME_M7/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/project.uvproj b/bsp/CME_M7/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/readme.md b/bsp/CME_M7/readme.md old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/rtconfig.h b/bsp/CME_M7/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/rtconfig.py b/bsp/CME_M7/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/template.uvopt b/bsp/CME_M7/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/CME_M7/template.uvproj b/bsp/CME_M7/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/.config b/bsp/allwinner_tina/.config old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/Kconfig b/bsp/allwinner_tina/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/README.md b/bsp/allwinner_tina/README.md old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/SConscript b/bsp/allwinner_tina/SConscript old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/SConstruct b/bsp/allwinner_tina/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/applications/SConscript b/bsp/allwinner_tina/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/applications/main.c b/bsp/allwinner_tina/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/Kconfig b/bsp/allwinner_tina/drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/SConscript b/bsp/allwinner_tina/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/board.c b/bsp/allwinner_tina/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/board.h b/bsp/allwinner_tina/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/drv_clock.c b/bsp/allwinner_tina/drivers/drv_clock.c old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/drv_clock.h b/bsp/allwinner_tina/drivers/drv_clock.h old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/drv_gpio.c b/bsp/allwinner_tina/drivers/drv_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/drv_gpio.h b/bsp/allwinner_tina/drivers/drv_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/drv_sdio.c b/bsp/allwinner_tina/drivers/drv_sdio.c old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/drv_sdio.h b/bsp/allwinner_tina/drivers/drv_sdio.h old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/drv_uart.c b/bsp/allwinner_tina/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/drv_uart.h b/bsp/allwinner_tina/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/spi/SConscript b/bsp/allwinner_tina/drivers/spi/SConscript old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/spi/drv_spi.c b/bsp/allwinner_tina/drivers/spi/drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/spi/drv_spi.h b/bsp/allwinner_tina/drivers/spi/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/drivers/spi/drv_spi_flash.c b/bsp/allwinner_tina/drivers/spi/drv_spi_flash.c old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/libcpu/SConscript b/bsp/allwinner_tina/libcpu/SConscript old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/libcpu/context_gcc.S b/bsp/allwinner_tina/libcpu/context_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/libcpu/cpu.c b/bsp/allwinner_tina/libcpu/cpu.c old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/libcpu/cpuport.c b/bsp/allwinner_tina/libcpu/cpuport.c old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/libcpu/interrupt.c b/bsp/allwinner_tina/libcpu/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/libcpu/interrupt.h b/bsp/allwinner_tina/libcpu/interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/libcpu/mmu.c b/bsp/allwinner_tina/libcpu/mmu.c old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/libcpu/mmu.h b/bsp/allwinner_tina/libcpu/mmu.h old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/libcpu/rt_low_level_init.c b/bsp/allwinner_tina/libcpu/rt_low_level_init.c old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/libcpu/stack.c b/bsp/allwinner_tina/libcpu/stack.c old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/libcpu/start_gcc.S b/bsp/allwinner_tina/libcpu/start_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/libcpu/trap.c b/bsp/allwinner_tina/libcpu/trap.c old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/link.lds b/bsp/allwinner_tina/link.lds old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/rtconfig.h b/bsp/allwinner_tina/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/allwinner_tina/rtconfig.py b/bsp/allwinner_tina/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/amebaz/.config b/bsp/amebaz/.config old mode 100644 new mode 100755 diff --git a/bsp/amebaz/Kconfig b/bsp/amebaz/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/amebaz/README.md b/bsp/amebaz/README.md old mode 100644 new mode 100755 diff --git a/bsp/amebaz/SConscript b/bsp/amebaz/SConscript old mode 100644 new mode 100755 diff --git a/bsp/amebaz/SConstruct b/bsp/amebaz/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/amebaz/applications/SConscript b/bsp/amebaz/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/amebaz/applications/main.c b/bsp/amebaz/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/amebaz/applications/smartconfig_app.c b/bsp/amebaz/applications/smartconfig_app.c old mode 100644 new mode 100755 diff --git a/bsp/amebaz/bootloader_symbol.icf b/bsp/amebaz/bootloader_symbol.icf old mode 100644 new mode 100755 diff --git a/bsp/amebaz/drivers/Kconfig b/bsp/amebaz/drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/amebaz/drivers/SConscript b/bsp/amebaz/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/amebaz/drivers/board.c b/bsp/amebaz/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/amebaz/drivers/board.h b/bsp/amebaz/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/amebaz/drivers/drv_uart.c b/bsp/amebaz/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/amebaz/drivers/drv_uart.h b/bsp/amebaz/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/amebaz/drivers/wlan/SConscript b/bsp/amebaz/drivers/wlan/SConscript old mode 100644 new mode 100755 diff --git a/bsp/amebaz/drivers/wlan/drv_wifi.c b/bsp/amebaz/drivers/wlan/drv_wifi.c old mode 100644 new mode 100755 diff --git a/bsp/amebaz/drivers/wlan/drv_wifi.h b/bsp/amebaz/drivers/wlan/drv_wifi.h old mode 100644 new mode 100755 diff --git a/bsp/amebaz/drivers/wlan/drv_wlan.c b/bsp/amebaz/drivers/wlan/drv_wlan.c old mode 100644 new mode 100755 diff --git a/bsp/amebaz/drivers/wlan/drv_wlan.h b/bsp/amebaz/drivers/wlan/drv_wlan.h old mode 100644 new mode 100755 diff --git a/bsp/amebaz/export-rom_symbol_v01.txt b/bsp/amebaz/export-rom_symbol_v01.txt old mode 100644 new mode 100755 diff --git a/bsp/amebaz/figures/iar_build.png b/bsp/amebaz/figures/iar_build.png old mode 100644 new mode 100755 diff --git a/bsp/amebaz/figures/iar_download.png b/bsp/amebaz/figures/iar_download.png old mode 100644 new mode 100755 diff --git a/bsp/amebaz/figures/image-tool_v2.2.0.png b/bsp/amebaz/figures/image-tool_v2.2.0.png old mode 100644 new mode 100755 diff --git a/bsp/amebaz/gen_bin.py b/bsp/amebaz/gen_bin.py old mode 100644 new mode 100755 diff --git a/bsp/amebaz/image2.icf b/bsp/amebaz/image2.icf old mode 100644 new mode 100755 diff --git a/bsp/amebaz/libraries/Kconfig b/bsp/amebaz/libraries/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/amebaz/libraries/SConscript b/bsp/amebaz/libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/amebaz/libraries/smartconfig/SConscript b/bsp/amebaz/libraries/smartconfig/SConscript old mode 100644 new mode 100755 diff --git a/bsp/amebaz/libraries/smartconfig/inc/smartconfig.h b/bsp/amebaz/libraries/smartconfig/inc/smartconfig.h old mode 100644 new mode 100755 diff --git a/bsp/amebaz/libraries/smartconfig/libs/libsmartconfig_armcm4_gcc.a b/bsp/amebaz/libraries/smartconfig/libs/libsmartconfig_armcm4_gcc.a old mode 100644 new mode 100755 diff --git a/bsp/amebaz/libraries/smartconfig/libs/libsmartconfig_armcm4_iar.a b/bsp/amebaz/libraries/smartconfig/libs/libsmartconfig_armcm4_iar.a old mode 100644 new mode 100755 diff --git a/bsp/amebaz/project.ewd b/bsp/amebaz/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/amebaz/project.ewp b/bsp/amebaz/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/amebaz/project.eww b/bsp/amebaz/project.eww old mode 100644 new mode 100755 diff --git a/bsp/amebaz/rlx8711B-symbol-v02-img2_xip1.ld b/bsp/amebaz/rlx8711B-symbol-v02-img2_xip1.ld old mode 100644 new mode 100755 diff --git a/bsp/amebaz/rlx8711B-symbol-v02-img2_xip2.ld b/bsp/amebaz/rlx8711B-symbol-v02-img2_xip2.ld old mode 100644 new mode 100755 diff --git a/bsp/amebaz/rom_symbol_v01_iar.icf b/bsp/amebaz/rom_symbol_v01_iar.icf old mode 100644 new mode 100755 diff --git a/bsp/amebaz/rtconfig.h b/bsp/amebaz/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/amebaz/rtconfig.py b/bsp/amebaz/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/amebaz/template.ewd b/bsp/amebaz/template.ewd old mode 100644 new mode 100755 diff --git a/bsp/amebaz/template.ewp b/bsp/amebaz/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/amebaz/template.ewt b/bsp/amebaz/template.ewt old mode 100644 new mode 100755 diff --git a/bsp/amebaz/template.eww b/bsp/amebaz/template.eww old mode 100644 new mode 100755 diff --git a/bsp/amebaz/tmp.board b/bsp/amebaz/tmp.board old mode 100644 new mode 100755 diff --git a/bsp/apollo2/README.md b/bsp/apollo2/README.md old mode 100644 new mode 100755 diff --git a/bsp/apollo2/SConscript b/bsp/apollo2/SConscript old mode 100644 new mode 100755 diff --git a/bsp/apollo2/SConstruct b/bsp/apollo2/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/apollo2/apollo2 evaluation board skt.jpg b/bsp/apollo2/apollo2 evaluation board skt.jpg old mode 100644 new mode 100755 diff --git a/bsp/apollo2/applications/SConscript b/bsp/apollo2/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/apollo2/applications/main.c b/bsp/apollo2/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/SConscript b/bsp/apollo2/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/adc.c b/bsp/apollo2/board/adc.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/adc.h b/bsp/apollo2/board/adc.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/board.c b/bsp/apollo2/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/board.h b/bsp/apollo2/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/flash.c b/bsp/apollo2/board/flash.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/flash.h b/bsp/apollo2/board/flash.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/gpio.c b/bsp/apollo2/board/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/gpio.h b/bsp/apollo2/board/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/i2c.c b/bsp/apollo2/board/i2c.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/i2c.h b/bsp/apollo2/board/i2c.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/led.c b/bsp/apollo2/board/led.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/led.h b/bsp/apollo2/board/led.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/pdm.c b/bsp/apollo2/board/pdm.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/pdm.h b/bsp/apollo2/board/pdm.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/pwm.c b/bsp/apollo2/board/pwm.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/pwm.h b/bsp/apollo2/board/pwm.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/rtc.c b/bsp/apollo2/board/rtc.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/rtc.h b/bsp/apollo2/board/rtc.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/smbus.c b/bsp/apollo2/board/smbus.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/smbus.h b/bsp/apollo2/board/smbus.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/spi.c b/bsp/apollo2/board/spi.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/spi.h b/bsp/apollo2/board/spi.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/uart.c b/bsp/apollo2/board/uart.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/board/uart.h b/bsp/apollo2/board/uart.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/SConscript b/bsp/apollo2/libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/SConscript b/bsp/apollo2/libraries/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/am_mcu_apollo.h b/bsp/apollo2/libraries/drivers/am_mcu_apollo.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_adc.c b/bsp/apollo2/libraries/drivers/hal/am_hal_adc.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_adc.h b/bsp/apollo2/libraries/drivers/hal/am_hal_adc.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_cachectrl.c b/bsp/apollo2/libraries/drivers/hal/am_hal_cachectrl.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_cachectrl.h b/bsp/apollo2/libraries/drivers/hal/am_hal_cachectrl.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_clkgen.c b/bsp/apollo2/libraries/drivers/hal/am_hal_clkgen.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_clkgen.h b/bsp/apollo2/libraries/drivers/hal/am_hal_clkgen.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_ctimer.c b/bsp/apollo2/libraries/drivers/hal/am_hal_ctimer.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_ctimer.h b/bsp/apollo2/libraries/drivers/hal/am_hal_ctimer.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_debug.c b/bsp/apollo2/libraries/drivers/hal/am_hal_debug.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_debug.h b/bsp/apollo2/libraries/drivers/hal/am_hal_debug.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_flash.c b/bsp/apollo2/libraries/drivers/hal/am_hal_flash.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_flash.h b/bsp/apollo2/libraries/drivers/hal/am_hal_flash.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_global.c b/bsp/apollo2/libraries/drivers/hal/am_hal_global.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_global.h b/bsp/apollo2/libraries/drivers/hal/am_hal_global.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_gpio.c b/bsp/apollo2/libraries/drivers/hal/am_hal_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_gpio.h b/bsp/apollo2/libraries/drivers/hal/am_hal_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_i2c_bit_bang.c b/bsp/apollo2/libraries/drivers/hal/am_hal_i2c_bit_bang.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_i2c_bit_bang.h b/bsp/apollo2/libraries/drivers/hal/am_hal_i2c_bit_bang.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_interrupt.c b/bsp/apollo2/libraries/drivers/hal/am_hal_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_interrupt.h b/bsp/apollo2/libraries/drivers/hal/am_hal_interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_iom.c b/bsp/apollo2/libraries/drivers/hal/am_hal_iom.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_iom.h b/bsp/apollo2/libraries/drivers/hal/am_hal_iom.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_ios.c b/bsp/apollo2/libraries/drivers/hal/am_hal_ios.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_ios.h b/bsp/apollo2/libraries/drivers/hal/am_hal_ios.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_itm.c b/bsp/apollo2/libraries/drivers/hal/am_hal_itm.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_itm.h b/bsp/apollo2/libraries/drivers/hal/am_hal_itm.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_mcuctrl.c b/bsp/apollo2/libraries/drivers/hal/am_hal_mcuctrl.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_mcuctrl.h b/bsp/apollo2/libraries/drivers/hal/am_hal_mcuctrl.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_otp.c b/bsp/apollo2/libraries/drivers/hal/am_hal_otp.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_otp.h b/bsp/apollo2/libraries/drivers/hal/am_hal_otp.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_pdm.c b/bsp/apollo2/libraries/drivers/hal/am_hal_pdm.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_pdm.h b/bsp/apollo2/libraries/drivers/hal/am_hal_pdm.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_pin.h b/bsp/apollo2/libraries/drivers/hal/am_hal_pin.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_pwrctrl.c b/bsp/apollo2/libraries/drivers/hal/am_hal_pwrctrl.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_pwrctrl.h b/bsp/apollo2/libraries/drivers/hal/am_hal_pwrctrl.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_queue.c b/bsp/apollo2/libraries/drivers/hal/am_hal_queue.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_queue.h b/bsp/apollo2/libraries/drivers/hal/am_hal_queue.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_reset.c b/bsp/apollo2/libraries/drivers/hal/am_hal_reset.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_reset.h b/bsp/apollo2/libraries/drivers/hal/am_hal_reset.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_rtc.c b/bsp/apollo2/libraries/drivers/hal/am_hal_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_rtc.h b/bsp/apollo2/libraries/drivers/hal/am_hal_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_stimer.c b/bsp/apollo2/libraries/drivers/hal/am_hal_stimer.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_stimer.h b/bsp/apollo2/libraries/drivers/hal/am_hal_stimer.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_sysctrl.c b/bsp/apollo2/libraries/drivers/hal/am_hal_sysctrl.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_sysctrl.h b/bsp/apollo2/libraries/drivers/hal/am_hal_sysctrl.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_systick.c b/bsp/apollo2/libraries/drivers/hal/am_hal_systick.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_systick.h b/bsp/apollo2/libraries/drivers/hal/am_hal_systick.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_tpiu.c b/bsp/apollo2/libraries/drivers/hal/am_hal_tpiu.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_tpiu.h b/bsp/apollo2/libraries/drivers/hal/am_hal_tpiu.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_ttp.c b/bsp/apollo2/libraries/drivers/hal/am_hal_ttp.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_ttp.h b/bsp/apollo2/libraries/drivers/hal/am_hal_ttp.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_uart.c b/bsp/apollo2/libraries/drivers/hal/am_hal_uart.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_uart.h b/bsp/apollo2/libraries/drivers/hal/am_hal_uart.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_vcomp.c b/bsp/apollo2/libraries/drivers/hal/am_hal_vcomp.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_vcomp.h b/bsp/apollo2/libraries/drivers/hal/am_hal_vcomp.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_wdt.c b/bsp/apollo2/libraries/drivers/hal/am_hal_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/hal/am_hal_wdt.h b/bsp/apollo2/libraries/drivers/hal/am_hal_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_adc.h b/bsp/apollo2/libraries/drivers/regs/am_reg_adc.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_base_addresses.h b/bsp/apollo2/libraries/drivers/regs/am_reg_base_addresses.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_cachectrl.h b/bsp/apollo2/libraries/drivers/regs/am_reg_cachectrl.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_clkgen.h b/bsp/apollo2/libraries/drivers/regs/am_reg_clkgen.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_ctimer.h b/bsp/apollo2/libraries/drivers/regs/am_reg_ctimer.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_flashctrl.h b/bsp/apollo2/libraries/drivers/regs/am_reg_flashctrl.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_gpio.h b/bsp/apollo2/libraries/drivers/regs/am_reg_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_iomstr.h b/bsp/apollo2/libraries/drivers/regs/am_reg_iomstr.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_ioslave.h b/bsp/apollo2/libraries/drivers/regs/am_reg_ioslave.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_itm.h b/bsp/apollo2/libraries/drivers/regs/am_reg_itm.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_jedec.h b/bsp/apollo2/libraries/drivers/regs/am_reg_jedec.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_macros.h b/bsp/apollo2/libraries/drivers/regs/am_reg_macros.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_macros_asm.h b/bsp/apollo2/libraries/drivers/regs/am_reg_macros_asm.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_mcuctrl.h b/bsp/apollo2/libraries/drivers/regs/am_reg_mcuctrl.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_nvic.h b/bsp/apollo2/libraries/drivers/regs/am_reg_nvic.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_pdm.h b/bsp/apollo2/libraries/drivers/regs/am_reg_pdm.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_pwrctrl.h b/bsp/apollo2/libraries/drivers/regs/am_reg_pwrctrl.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_rstgen.h b/bsp/apollo2/libraries/drivers/regs/am_reg_rstgen.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_rtc.h b/bsp/apollo2/libraries/drivers/regs/am_reg_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_sysctrl.h b/bsp/apollo2/libraries/drivers/regs/am_reg_sysctrl.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_systick.h b/bsp/apollo2/libraries/drivers/regs/am_reg_systick.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_tpiu.h b/bsp/apollo2/libraries/drivers/regs/am_reg_tpiu.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_uart.h b/bsp/apollo2/libraries/drivers/regs/am_reg_uart.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_vcomp.h b/bsp/apollo2/libraries/drivers/regs/am_reg_vcomp.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/drivers/regs/am_reg_wdt.h b/bsp/apollo2/libraries/drivers/regs/am_reg_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/startup/SConscript b/bsp/apollo2/libraries/startup/SConscript old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/startup/arm/startup_keil.s b/bsp/apollo2/libraries/startup/arm/startup_keil.s old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/startup/gcc/startup_gcc.c b/bsp/apollo2/libraries/startup/gcc/startup_gcc.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/libraries/startup/iar/startup_iar.c b/bsp/apollo2/libraries/startup/iar/startup_iar.c old mode 100644 new mode 100755 diff --git a/bsp/apollo2/project.uvoptx b/bsp/apollo2/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/apollo2/project.uvprojx b/bsp/apollo2/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/apollo2/rtconfig.h b/bsp/apollo2/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/apollo2/rtconfig.py b/bsp/apollo2/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/apollo2/rtthread.sct b/bsp/apollo2/rtthread.sct old mode 100644 new mode 100755 diff --git a/bsp/apollo2/rtthread_link.ld b/bsp/apollo2/rtthread_link.ld old mode 100644 new mode 100755 diff --git a/bsp/apollo2/template.uvoptx b/bsp/apollo2/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/apollo2/template.uvprojx b/bsp/apollo2/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/.config b/bsp/asm9260t/.config old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/debugger/AlphaScale/ASM9260T.ddf b/bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/debugger/AlphaScale/ASM9260T.ddf old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/debugger/AlphaScale/ioASM9260T.ddf b/bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/debugger/AlphaScale/ioASM9260T.ddf old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/devices/AlphaScale/ASM9260T.i79 b/bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/devices/AlphaScale/ASM9260T.i79 old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/devices/AlphaScale/ASM9260T.menu b/bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/devices/AlphaScale/ASM9260T.menu old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/linker/AlphaScale/sam9260t/sam9260t_sdram.icf b/bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/linker/AlphaScale/sam9260t/sam9260t_sdram.icf old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/readme b/bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/readme old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/Kconfig b/bsp/asm9260t/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/SConscript b/bsp/asm9260t/SConscript old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/SConstruct b/bsp/asm9260t/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/applications/SConscript b/bsp/asm9260t/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/applications/application.c b/bsp/asm9260t/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/drivers/SConscript b/bsp/asm9260t/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/drivers/board.c b/bsp/asm9260t/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/drivers/board.h b/bsp/asm9260t/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/drivers/led.c b/bsp/asm9260t/drivers/led.c old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/drivers/led.h b/bsp/asm9260t/drivers/led.h old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/drivers/usart.c b/bsp/asm9260t/drivers/usart.c old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/jlink/asm9260t.gdb b/bsp/asm9260t/jlink/asm9260t.gdb old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/jlink/asm9260t.ini b/bsp/asm9260t/jlink/asm9260t.ini old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/jlink/asm9260t.mac b/bsp/asm9260t/jlink/asm9260t.mac old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/link_scripts/sdram.icf b/bsp/asm9260t/link_scripts/sdram.icf old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/link_scripts/sdram.ld b/bsp/asm9260t/link_scripts/sdram.ld old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/link_scripts/sdram.scat b/bsp/asm9260t/link_scripts/sdram.scat old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/platform/SConscript b/bsp/asm9260t/platform/SConscript old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/platform/asm9260t.h b/bsp/asm9260t/platform/asm9260t.h old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/platform/gpio.c b/bsp/asm9260t/platform/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/platform/gpio.h b/bsp/asm9260t/platform/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/platform/interrupt.c b/bsp/asm9260t/platform/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/platform/interrupt.h b/bsp/asm9260t/platform/interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/platform/reset.c b/bsp/asm9260t/platform/reset.c old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/platform/rt_low_level_init.c b/bsp/asm9260t/platform/rt_low_level_init.c old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/platform/rt_low_level_init.h b/bsp/asm9260t/platform/rt_low_level_init.h old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/platform/system_clock.c b/bsp/asm9260t/platform/system_clock.c old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/platform/timer0.c b/bsp/asm9260t/platform/timer0.c old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/platform/timer0.h b/bsp/asm9260t/platform/timer0.h old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/platform/uart.c b/bsp/asm9260t/platform/uart.c old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/platform/uart.h b/bsp/asm9260t/platform/uart.h old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/project.ewp b/bsp/asm9260t/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/project.eww b/bsp/asm9260t/project.eww old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/project.uvopt b/bsp/asm9260t/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/project.uvproj b/bsp/asm9260t/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/rtconfig.h b/bsp/asm9260t/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/rtconfig.py b/bsp/asm9260t/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/template.ewp b/bsp/asm9260t/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/template.eww b/bsp/asm9260t/template.eww old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/template.uvopt b/bsp/asm9260t/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/asm9260t/template.uvproj b/bsp/asm9260t/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/.config b/bsp/at91sam9260/.config old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/Kconfig b/bsp/at91sam9260/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/applications/SConscript b/bsp/at91sam9260/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/applications/application.c b/bsp/at91sam9260/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/debug_scripts/at91sam9260.gdb b/bsp/at91sam9260/debug_scripts/at91sam9260.gdb old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/debug_scripts/at91sam9260.ini b/bsp/at91sam9260/debug_scripts/at91sam9260.ini old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/debug_scripts/at91sam9260.mac b/bsp/at91sam9260/debug_scripts/at91sam9260.mac old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/drivers/SConscript b/bsp/at91sam9260/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/drivers/at91_i2c_gpio.c b/bsp/at91sam9260/drivers/at91_i2c_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/drivers/at91_mci.c b/bsp/at91sam9260/drivers/at91_mci.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/drivers/at91_mci.h b/bsp/at91sam9260/drivers/at91_mci.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/drivers/board.c b/bsp/at91sam9260/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/drivers/board.h b/bsp/at91sam9260/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/drivers/led.c b/bsp/at91sam9260/drivers/led.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/drivers/led.h b/bsp/at91sam9260/drivers/led.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/drivers/macb.c b/bsp/at91sam9260/drivers/macb.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/drivers/macb.h b/bsp/at91sam9260/drivers/macb.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/drivers/mii.h b/bsp/at91sam9260/drivers/mii.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/drivers/usart.c b/bsp/at91sam9260/drivers/usart.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/link_scripts/at91sam9260_ram.icf b/bsp/at91sam9260/link_scripts/at91sam9260_ram.icf old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/link_scripts/at91sam9260_ram.ld b/bsp/at91sam9260/link_scripts/at91sam9260_ram.ld old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/link_scripts/at91sam9260_ram.scat b/bsp/at91sam9260/link_scripts/at91sam9260_ram.scat old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/SConscript b/bsp/at91sam9260/platform/SConscript old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/at91_aic.h b/bsp/at91sam9260/platform/at91_aic.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/at91_pdc.h b/bsp/at91sam9260/platform/at91_pdc.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/at91_pio.h b/bsp/at91sam9260/platform/at91_pio.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/at91_pit.h b/bsp/at91sam9260/platform/at91_pit.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/at91_pmc.h b/bsp/at91sam9260/platform/at91_pmc.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/at91_rstc.h b/bsp/at91sam9260/platform/at91_rstc.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/at91_serial.h b/bsp/at91sam9260/platform/at91_serial.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/at91_shdwc.h b/bsp/at91sam9260/platform/at91_shdwc.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/at91_tc.h b/bsp/at91sam9260/platform/at91_tc.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/at91sam9260_matrix.h b/bsp/at91sam9260/platform/at91sam9260_matrix.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/at91sam926x.h b/bsp/at91sam9260/platform/at91sam926x.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/gpio.h b/bsp/at91sam9260/platform/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/interrupt.c b/bsp/at91sam9260/platform/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/interrupt.h b/bsp/at91sam9260/platform/interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/io.h b/bsp/at91sam9260/platform/io.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/irq.h b/bsp/at91sam9260/platform/irq.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/reset.c b/bsp/at91sam9260/platform/reset.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/rt_low_level_init.c b/bsp/at91sam9260/platform/rt_low_level_init.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/rt_low_level_init.h b/bsp/at91sam9260/platform/rt_low_level_init.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/platform/system_clock.c b/bsp/at91sam9260/platform/system_clock.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/template.ewp b/bsp/at91sam9260/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/template.eww b/bsp/at91sam9260/template.eww old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/template.uvopt b/bsp/at91sam9260/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/at91sam9260/template.uvproj b/bsp/at91sam9260/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/.config b/bsp/at91sam9g45/.config old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/SConscript b/bsp/at91sam9g45/SConscript old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/SConstruct b/bsp/at91sam9g45/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/applications/SConscript b/bsp/at91sam9g45/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/applications/application.c b/bsp/at91sam9g45/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/drivers/SConscript b/bsp/at91sam9g45/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/drivers/at91_i2c_gpio.c b/bsp/at91sam9g45/drivers/at91_i2c_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/drivers/at91_mci.c b/bsp/at91sam9g45/drivers/at91_mci.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/drivers/at91_mci.h b/bsp/at91sam9g45/drivers/at91_mci.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/drivers/board.c b/bsp/at91sam9g45/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/drivers/board.h b/bsp/at91sam9g45/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/drivers/led.c b/bsp/at91sam9g45/drivers/led.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/drivers/led.h b/bsp/at91sam9g45/drivers/led.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/drivers/macb.c b/bsp/at91sam9g45/drivers/macb.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/drivers/macb.h b/bsp/at91sam9g45/drivers/macb.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/drivers/mii.h b/bsp/at91sam9g45/drivers/mii.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/drivers/usart.c b/bsp/at91sam9g45/drivers/usart.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/link_scripts/at91sam9g45_ram.icf b/bsp/at91sam9g45/link_scripts/at91sam9g45_ram.icf old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/link_scripts/at91sam9g45_ram.ld b/bsp/at91sam9g45/link_scripts/at91sam9g45_ram.ld old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/link_scripts/at91sam9g45_ram.scat b/bsp/at91sam9g45/link_scripts/at91sam9g45_ram.scat old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/platform/SConscript b/bsp/at91sam9g45/platform/SConscript old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/platform/at91sam9g45.h b/bsp/at91sam9g45/platform/at91sam9g45.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/platform/gpio.h b/bsp/at91sam9g45/platform/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/platform/interrupt.c b/bsp/at91sam9g45/platform/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/platform/interrupt.h b/bsp/at91sam9g45/platform/interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/platform/io.h b/bsp/at91sam9g45/platform/io.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/platform/irq.h b/bsp/at91sam9g45/platform/irq.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/platform/reset.c b/bsp/at91sam9g45/platform/reset.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/platform/rt_low_level_init.c b/bsp/at91sam9g45/platform/rt_low_level_init.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/platform/rt_low_level_init.h b/bsp/at91sam9g45/platform/rt_low_level_init.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/platform/system_clock.c b/bsp/at91sam9g45/platform/system_clock.c old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/rtconfig.h b/bsp/at91sam9g45/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/rtconfig.py b/bsp/at91sam9g45/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/template.ewp b/bsp/at91sam9g45/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/template.eww b/bsp/at91sam9g45/template.eww old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/template.uvopt b/bsp/at91sam9g45/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/at91sam9g45/template.uvproj b/bsp/at91sam9g45/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SConscript b/bsp/avr32uc3b0/SConscript old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SConstruct b/bsp/avr32uc3b0/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/BOARDS/board.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/BOARDS/board.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.c b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.c b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.c old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.c b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.c old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm_conf_clocks.c b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm_conf_clocks.c old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.c b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.c old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.c b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.c old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/SConscript b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/SConscript old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_cpu.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_cpu.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_exceptions.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_exceptions.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_interrupts.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_interrupts.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_usart.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_usart.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/mrepeat.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/mrepeat.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/preprocessor.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/preprocessor.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/stringz.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/stringz.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/tpaste.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/tpaste.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/compiler.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/compiler.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/parts.h b/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/parts.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/application.c b/bsp/avr32uc3b0/application.c old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/avr32elf_uc3b0256.lds b/bsp/avr32uc3b0/avr32elf_uc3b0256.lds old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/board.c b/bsp/avr32uc3b0/board.c old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/rtconfig.h b/bsp/avr32uc3b0/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/rtconfig.py b/bsp/avr32uc3b0/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/avr32uc3b0/startup.c b/bsp/avr32uc3b0/startup.c old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/.config b/bsp/beaglebone/.config old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/AM335x_sk_DDR3.mac b/bsp/beaglebone/AM335x_sk_DDR3.mac old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/Kconfig b/bsp/beaglebone/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/SConscript b/bsp/beaglebone/SConscript old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/SConstruct b/bsp/beaglebone/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/am335x_DDR.icf b/bsp/beaglebone/am335x_DDR.icf old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/am335x_sk.ewp b/bsp/beaglebone/am335x_sk.ewp old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/am335x_sk.eww b/bsp/beaglebone/am335x_sk.eww old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/applications/SConscript b/bsp/beaglebone/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/applications/board.c b/bsp/beaglebone/applications/board.c old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/applications/board.h b/bsp/beaglebone/applications/board.h old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/applications/main.c b/bsp/beaglebone/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/beaglebone_ram.lds b/bsp/beaglebone/beaglebone_ram.lds old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/drivers/SConscript b/bsp/beaglebone/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/drivers/gpio.c b/bsp/beaglebone/drivers/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/drivers/gpio.h b/bsp/beaglebone/drivers/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/drivers/uart.c b/bsp/beaglebone/drivers/uart.c old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/drivers/uart.h b/bsp/beaglebone/drivers/uart.h old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/drivers/uart_reg.h b/bsp/beaglebone/drivers/uart_reg.h old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/rtconfig.h b/bsp/beaglebone/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/rtconfig.py b/bsp/beaglebone/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/beaglebone/uboot_cmd.txt b/bsp/beaglebone/uboot_cmd.txt old mode 100644 new mode 100755 diff --git a/bsp/bf533/application.c b/bsp/bf533/application.c old mode 100644 new mode 100755 diff --git a/bsp/bf533/application.h b/bsp/bf533/application.h old mode 100644 new mode 100755 diff --git a/bsp/bf533/board.c b/bsp/bf533/board.c old mode 100644 new mode 100755 diff --git a/bsp/bf533/board.h b/bsp/bf533/board.h old mode 100644 new mode 100755 diff --git a/bsp/bf533/rtconfig.h b/bsp/bf533/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/bf533/startup.c b/bsp/bf533/startup.c old mode 100644 new mode 100755 diff --git a/bsp/bf533/vdsp/bf533.dpj b/bsp/bf533/vdsp/bf533.dpj old mode 100644 new mode 100755 diff --git a/bsp/bf533/vdsp/bf533.mak b/bsp/bf533/vdsp/bf533.mak old mode 100644 new mode 100755 diff --git a/bsp/bf533/vdsp/bf533.pcf b/bsp/bf533/vdsp/bf533.pcf old mode 100644 new mode 100755 diff --git a/bsp/bf533/vdsp/bf533_basiccrt.s b/bsp/bf533/vdsp/bf533_basiccrt.s old mode 100644 new mode 100755 diff --git a/bsp/bf533/vdsp/bf533_heaptab.c b/bsp/bf533/vdsp/bf533_heaptab.c old mode 100644 new mode 100755 diff --git a/bsp/bf533/vdsp/bf533_init.dxe b/bsp/bf533/vdsp/bf533_init.dxe old mode 100644 new mode 100755 diff --git a/bsp/bf533/vdsp/bf533_ram.ldf b/bsp/bf533/vdsp/bf533_ram.ldf old mode 100644 new mode 100755 diff --git a/bsp/bf533/vdsp/bf533_sdram_64M.ldf b/bsp/bf533/vdsp/bf533_sdram_64M.ldf old mode 100644 new mode 100755 diff --git a/bsp/bf533/vdsp/mine.dxe b/bsp/bf533/vdsp/mine.dxe old mode 100644 new mode 100755 diff --git a/bsp/ck802/.config b/bsp/ck802/.config old mode 100644 new mode 100755 diff --git a/bsp/ck802/Kconfig b/bsp/ck802/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/ck802/README.md b/bsp/ck802/README.md old mode 100644 new mode 100755 diff --git a/bsp/ck802/SConscript b/bsp/ck802/SConscript old mode 100644 new mode 100755 diff --git a/bsp/ck802/SConstruct b/bsp/ck802/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/ck802/applications/SConscript b/bsp/ck802/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/ck802/applications/main.c b/bsp/ck802/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/drivers/SConscript b/bsp/ck802/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/ck802/drivers/board.c b/bsp/ck802/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/drivers/board.h b/bsp/ck802/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/drivers/board_coretimer.c b/bsp/ck802/drivers/board_coretimer.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/drivers/board_coretimer.h b/bsp/ck802/drivers/board_coretimer.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/drivers/board_uart.c b/bsp/ck802/drivers/board_uart.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/drivers/config.h b/bsp/ck802/drivers/config.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/drivers/isr.c b/bsp/ck802/drivers/isr.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/drivers/pin_name.h b/bsp/ck802/drivers/pin_name.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/drivers/pinmux.c b/bsp/ck802/drivers/pinmux.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/drivers/pinmux.h b/bsp/ck802/drivers/pinmux.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/drivers/soc.h b/bsp/ck802/drivers/soc.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/drivers/system.c b/bsp/ck802/drivers/system.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/gcc_csky.ld b/bsp/ck802/gcc_csky.ld old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/SConscript b/bsp/ck802/libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/aes/ck_aes.c b/bsp/ck802/libraries/common/aes/ck_aes.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/aes/ck_aes.h b/bsp/ck802/libraries/common/aes/ck_aes.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/crc/ck_crc.c b/bsp/ck802/libraries/common/crc/ck_crc.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/crc/ck_crc.h b/bsp/ck802/libraries/common/crc/ck_crc.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/dmac/ck_dmac.c b/bsp/ck802/libraries/common/dmac/ck_dmac.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/dmac/ck_dmac.h b/bsp/ck802/libraries/common/dmac/ck_dmac.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/eflash/ck_eflash.c b/bsp/ck802/libraries/common/eflash/ck_eflash.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/eflash/ck_eflash.h b/bsp/ck802/libraries/common/eflash/ck_eflash.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/eth/ethernet_enc28j60.c b/bsp/ck802/libraries/common/eth/ethernet_enc28j60.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/eth/ethernet_enc28j60.h b/bsp/ck802/libraries/common/eth/ethernet_enc28j60.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/gpio/dw_gpio.c b/bsp/ck802/libraries/common/gpio/dw_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/gpio/dw_gpio.h b/bsp/ck802/libraries/common/gpio/dw_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/iic/dw_iic.c b/bsp/ck802/libraries/common/iic/dw_iic.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/iic/dw_iic.h b/bsp/ck802/libraries/common/iic/dw_iic.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/pwm/ck_pwm.c b/bsp/ck802/libraries/common/pwm/ck_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/pwm/ck_pwm.h b/bsp/ck802/libraries/common/pwm/ck_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/rsa/ck_rsa.c b/bsp/ck802/libraries/common/rsa/ck_rsa.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/rsa/ck_rsa.h b/bsp/ck802/libraries/common/rsa/ck_rsa.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/rtc/ck_rtc.c b/bsp/ck802/libraries/common/rtc/ck_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/rtc/ck_rtc.h b/bsp/ck802/libraries/common/rtc/ck_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/sha/ck_sha.c b/bsp/ck802/libraries/common/sha/ck_sha.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/sha/ck_sha.h b/bsp/ck802/libraries/common/sha/ck_sha.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/spi/dw_spi.c b/bsp/ck802/libraries/common/spi/dw_spi.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/spi/dw_spi.h b/bsp/ck802/libraries/common/spi/dw_spi.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/timer/dw_timer.c b/bsp/ck802/libraries/common/timer/dw_timer.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/timer/dw_timer.h b/bsp/ck802/libraries/common/timer/dw_timer.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/trng/ck_trng.c b/bsp/ck802/libraries/common/trng/ck_trng.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/trng/ck_trng.h b/bsp/ck802/libraries/common/trng/ck_trng.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/usart/dw_usart.c b/bsp/ck802/libraries/common/usart/dw_usart.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/usart/dw_usart.h b/bsp/ck802/libraries/common/usart/dw_usart.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/wdt/dw_wdt.c b/bsp/ck802/libraries/common/wdt/dw_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/common/wdt/dw_wdt.h b/bsp/ck802/libraries/common/wdt/dw_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_aes.h b/bsp/ck802/libraries/include/drv_aes.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_common.h b/bsp/ck802/libraries/include/drv_common.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_crc.h b/bsp/ck802/libraries/include/drv_crc.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_dmac.h b/bsp/ck802/libraries/include/drv_dmac.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_eflash.h b/bsp/ck802/libraries/include/drv_eflash.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_errno.h b/bsp/ck802/libraries/include/drv_errno.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_eth.h b/bsp/ck802/libraries/include/drv_eth.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_eth_mac.h b/bsp/ck802/libraries/include/drv_eth_mac.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_eth_phy.h b/bsp/ck802/libraries/include/drv_eth_phy.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_gpio.h b/bsp/ck802/libraries/include/drv_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_iic.h b/bsp/ck802/libraries/include/drv_iic.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_pwm.h b/bsp/ck802/libraries/include/drv_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_rsa.h b/bsp/ck802/libraries/include/drv_rsa.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_rtc.h b/bsp/ck802/libraries/include/drv_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_sha.h b/bsp/ck802/libraries/include/drv_sha.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_spi.h b/bsp/ck802/libraries/include/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_timer.h b/bsp/ck802/libraries/include/drv_timer.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_trng.h b/bsp/ck802/libraries/include/drv_trng.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_usart.h b/bsp/ck802/libraries/include/drv_usart.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/include/drv_wdt.h b/bsp/ck802/libraries/include/drv_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/libraries/startup_gcc.S b/bsp/ck802/libraries/startup_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/ck802/project.cdkproj b/bsp/ck802/project.cdkproj old mode 100644 new mode 100755 diff --git a/bsp/ck802/rtconfig.h b/bsp/ck802/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/ck802/rtconfig.py b/bsp/ck802/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/ck802/template.cdkproj b/bsp/ck802/template.cdkproj old mode 100644 new mode 100755 diff --git a/bsp/dm365/.config b/bsp/dm365/.config old mode 100644 new mode 100755 diff --git a/bsp/dm365/Kconfig b/bsp/dm365/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/dm365/SConscript b/bsp/dm365/SConscript old mode 100644 new mode 100755 diff --git a/bsp/dm365/SConstruct b/bsp/dm365/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/dm365/applications/SConscript b/bsp/dm365/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/dm365/applications/application.c b/bsp/dm365/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/dm365/applications/board.c b/bsp/dm365/applications/board.c old mode 100644 new mode 100755 diff --git a/bsp/dm365/applications/board.h b/bsp/dm365/applications/board.h old mode 100644 new mode 100755 diff --git a/bsp/dm365/dm365_ram.ld b/bsp/dm365/dm365_ram.ld old mode 100644 new mode 100755 diff --git a/bsp/dm365/drivers/SConscript b/bsp/dm365/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/dm365/drivers/davinci_emac.c b/bsp/dm365/drivers/davinci_emac.c old mode 100644 new mode 100755 diff --git a/bsp/dm365/drivers/davinci_emac.h b/bsp/dm365/drivers/davinci_emac.h old mode 100644 new mode 100755 diff --git a/bsp/dm365/drivers/davinci_serial.c b/bsp/dm365/drivers/davinci_serial.c old mode 100644 new mode 100755 diff --git a/bsp/dm365/drivers/gpio.c b/bsp/dm365/drivers/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/dm365/drivers/gpio.h b/bsp/dm365/drivers/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/dm365/drivers/i2c-davinci.c b/bsp/dm365/drivers/i2c-davinci.c old mode 100644 new mode 100755 diff --git a/bsp/dm365/drivers/mii.h b/bsp/dm365/drivers/mii.h old mode 100644 new mode 100755 diff --git a/bsp/dm365/drivers/mmcsd.c b/bsp/dm365/drivers/mmcsd.c old mode 100644 new mode 100755 diff --git a/bsp/dm365/drivers/mmcsd.h b/bsp/dm365/drivers/mmcsd.h old mode 100644 new mode 100755 diff --git a/bsp/dm365/drivers/spi-davinci.c b/bsp/dm365/drivers/spi-davinci.c old mode 100644 new mode 100755 diff --git a/bsp/dm365/drivers/spi-davinci.h b/bsp/dm365/drivers/spi-davinci.h old mode 100644 new mode 100755 diff --git a/bsp/dm365/platform/SConscript b/bsp/dm365/platform/SConscript old mode 100644 new mode 100755 diff --git a/bsp/dm365/platform/dm365.c b/bsp/dm365/platform/dm365.c old mode 100644 new mode 100755 diff --git a/bsp/dm365/platform/dm365_timer.h b/bsp/dm365/platform/dm365_timer.h old mode 100644 new mode 100755 diff --git a/bsp/dm365/platform/dm36x.h b/bsp/dm365/platform/dm36x.h old mode 100644 new mode 100755 diff --git a/bsp/dm365/platform/dma.c b/bsp/dm365/platform/dma.c old mode 100644 new mode 100755 diff --git a/bsp/dm365/platform/edma.h b/bsp/dm365/platform/edma.h old mode 100644 new mode 100755 diff --git a/bsp/dm365/platform/findbit.S b/bsp/dm365/platform/findbit.S old mode 100644 new mode 100755 diff --git a/bsp/dm365/platform/interrupt.c b/bsp/dm365/platform/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/dm365/platform/irqs.h b/bsp/dm365/platform/irqs.h old mode 100644 new mode 100755 diff --git a/bsp/dm365/platform/psc.c b/bsp/dm365/platform/psc.c old mode 100644 new mode 100755 diff --git a/bsp/dm365/platform/psc.h b/bsp/dm365/platform/psc.h old mode 100644 new mode 100755 diff --git a/bsp/dm365/platform/reset.c b/bsp/dm365/platform/reset.c old mode 100644 new mode 100755 diff --git a/bsp/dm365/platform/start_gcc.S b/bsp/dm365/platform/start_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/dm365/platform/system_clock.c b/bsp/dm365/platform/system_clock.c old mode 100644 new mode 100755 diff --git a/bsp/dm365/platform/trap.c b/bsp/dm365/platform/trap.c old mode 100644 new mode 100755 diff --git a/bsp/dm365/rtconfig.h b/bsp/dm365/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/dm365/rtconfig.py b/bsp/dm365/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32GG_DK3750/SConscript b/bsp/efm32/EFM32GG_DK3750/SConscript old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32GG_DK3750/dvk.c b/bsp/efm32/EFM32GG_DK3750/dvk.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32GG_DK3750/dvk.h b/bsp/efm32/EFM32GG_DK3750/dvk.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32GG_DK3750/dvk_bcregisters.h b/bsp/efm32/EFM32GG_DK3750/dvk_bcregisters.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32GG_DK3750/dvk_brd3600.c b/bsp/efm32/EFM32GG_DK3750/dvk_brd3600.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32GG_DK3750/dvk_ebi.c b/bsp/efm32/EFM32GG_DK3750/dvk_ebi.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32GG_DK3750/dvk_spi.c b/bsp/efm32/EFM32GG_DK3750/dvk_spi.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32GG_DK3750/trace.c b/bsp/efm32/EFM32GG_DK3750/trace.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32GG_DK3750/trace.h b/bsp/efm32/EFM32GG_DK3750/trace.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32_Gxxx_DK/SConscript b/bsp/efm32/EFM32_Gxxx_DK/SConscript old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32_Gxxx_DK/dvk.c b/bsp/efm32/EFM32_Gxxx_DK/dvk.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32_Gxxx_DK/dvk.h b/bsp/efm32/EFM32_Gxxx_DK/dvk.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32_Gxxx_DK/dvk_bcregisters.h b/bsp/efm32/EFM32_Gxxx_DK/dvk_bcregisters.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32_Gxxx_DK/dvk_boardcontrol.c b/bsp/efm32/EFM32_Gxxx_DK/dvk_boardcontrol.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32_Gxxx_DK/dvk_boardcontrol.h b/bsp/efm32/EFM32_Gxxx_DK/dvk_boardcontrol.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32_Gxxx_DK/dvk_ebi.c b/bsp/efm32/EFM32_Gxxx_DK/dvk_ebi.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32_Gxxx_DK/dvk_spi.c b/bsp/efm32/EFM32_Gxxx_DK/dvk_spi.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32_Gxxx_DK/trace.c b/bsp/efm32/EFM32_Gxxx_DK/trace.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/EFM32_Gxxx_DK/trace.h b/bsp/efm32/EFM32_Gxxx_DK/trace.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf b/bsp/efm32/Libraries/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvopt b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvopt old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvproj b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvproj old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvopt b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvopt old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvproj b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvproj old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvopt b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvopt old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvproj b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvproj old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexMx_math_Build.bat b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexMx_math_Build.bat old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_opt_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_opt_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM0x_math.uvopt b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM0x_math.uvopt old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM0x_math.uvproj b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM0x_math.uvproj old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM3x_math.uvopt b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM3x_math.uvopt old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM3x_math.uvproj b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM3x_math.uvproj old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM4x_math.uvopt b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM4x_math.uvopt old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM4x_math.uvproj b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM4x_math.uvproj old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexMx_math_Build.bat b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexMx_math_Build.bat old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvopt b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvopt old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvproj b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvproj old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvopt b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvopt old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvproj b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvproj old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvopt b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvopt old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvproj b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvproj old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexMx_math_Build.bat b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexMx_math_Build.bat old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c b/bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/Include/arm_common_tables.h b/bsp/efm32/Libraries/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/Include/arm_math.h b/bsp/efm32/Libraries/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/Include/core_cm0.h b/bsp/efm32/Libraries/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/Include/core_cm0plus.h b/bsp/efm32/Libraries/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/Include/core_cm3.h b/bsp/efm32/Libraries/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/Include/core_cm4.h b/bsp/efm32/Libraries/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/Include/core_cm4_simd.h b/bsp/efm32/Libraries/CMSIS/Include/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/Include/core_cmFunc.h b/bsp/efm32/Libraries/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/Include/core_cmInstr.h b/bsp/efm32/Libraries/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/Include/core_sc000.h b/bsp/efm32/Libraries/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/Include/core_sc300.h b/bsp/efm32/Libraries/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/Lib/GCC/libarm_cortexM0l_math.a b/bsp/efm32/Libraries/CMSIS/Lib/GCC/libarm_cortexM0l_math.a old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/Lib/GCC/libarm_cortexM3l_math.a b/bsp/efm32/Libraries/CMSIS/Lib/GCC/libarm_cortexM3l_math.a old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/Lib/GCC/libarm_cortexM4l_math.a b/bsp/efm32/Libraries/CMSIS/Lib/GCC/libarm_cortexM4l_math.a old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/Lib/GCC/libarm_cortexM4lf_math.a b/bsp/efm32/Libraries/CMSIS/Lib/GCC/libarm_cortexM4lf_math.a old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/CMSIS/RTOS/cmsis_os.h b/bsp/efm32/Libraries/CMSIS/RTOS/cmsis_os.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g200f16.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g200f16.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g200f32.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g200f32.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g200f64.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g200f64.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g210f128.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g210f128.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g222f128.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g222f128.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g222f32.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g222f32.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g222f64.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g222f64.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g230f128.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g230f128.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g230f32.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g230f32.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g230f64.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g230f64.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g232f128.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g232f128.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g232f32.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g232f32.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g232f64.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g232f64.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g280f128.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g280f128.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g280f32.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g280f32.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g280f64.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g280f64.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g290f128.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g290f128.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g290f32.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g290f32.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g290f64.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g290f64.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g840f128.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g840f128.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g840f32.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g840f32.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g840f64.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g840f64.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g842f128.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g842f128.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g842f32.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g842f32.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g842f64.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g842f64.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g880f128.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g880f128.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g880f32.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g880f32.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g880f64.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g880f64.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g890f128.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g890f128.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g890f32.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g890f32.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g890f64.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g890f64.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_acmp.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_acmp.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_adc.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_adc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_aes.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_aes.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_af_channels.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_af_channels.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_af_pins.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_af_pins.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_af_ports.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_af_ports.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_calibrate.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_calibrate.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_cmu.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_cmu.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dac.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dac.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_devinfo.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_devinfo.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dma.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dma.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dma_ch.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dma_ch.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dma_descriptor.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dma_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dmactrl.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dmactrl.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dmareq.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dmareq.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_ebi.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_ebi.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_emu.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_emu.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_gpio.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_gpio_p.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_gpio_p.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_i2c.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_lcd.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_letimer.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_letimer.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_leuart.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_leuart.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_msc.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_msc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_pcnt.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_pcnt.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_prs.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_prs.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_prs_ch.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_prs_ch.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_prs_signals.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_prs_signals.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_rmu.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_rmu.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_romtable.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_romtable.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_rtc.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_timer.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_timer.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_timer_cc.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_timer_cc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_uart.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_uart.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_usart.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_usart.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_vcmp.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_vcmp.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_wdog.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_wdog.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/system_efm32g.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/system_efm32g.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/ARM/startup_efm32g.s b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/ARM/startup_efm32g.s old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/G++/efm32g.ld b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/G++/efm32g.ld old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/G++/startup_efm32g.s b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/G++/startup_efm32g.s old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/GCC/efm32g.ld b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/GCC/efm32g.ld old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/GCC/startup_efm32g.s b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/GCC/startup_efm32g.s old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/IAR/startup_efm32g.c b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/IAR/startup_efm32g.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/IAR/startup_efm32g.s b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/IAR/startup_efm32g.s old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/system_efm32g.c b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/system_efm32g.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg230f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg230f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg230f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg230f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg232f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg232f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg232f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg232f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg280f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg280f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg280f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg280f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg290f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg290f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg290f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg290f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg295f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg295f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg295f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg295f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg330f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg330f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg330f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg330f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg332f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg332f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg332f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg332f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg380f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg380f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg380f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg380f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg390f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg390f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg390f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg390f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg395f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg395f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg395f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg395f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg840f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg840f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg840f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg840f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg842f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg842f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg842f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg842f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg880f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg880f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg880f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg880f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg890f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg890f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg890f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg890f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg895f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg895f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg895f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg895f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg940f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg940f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg940f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg940f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg942f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg942f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg942f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg942f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg980f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg980f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg980f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg980f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg990f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg990f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg990f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg990f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg995f1024.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg995f1024.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg995f512.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg995f512.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_acmp.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_acmp.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_adc.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_adc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_aes.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_aes.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_af_channels.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_af_channels.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_af_pins.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_af_pins.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_af_ports.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_af_ports.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_burtc.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_burtc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_burtc_ret.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_burtc_ret.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_calibrate.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_calibrate.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_cmu.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_cmu.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dac.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dac.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_devinfo.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_devinfo.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dma.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dma.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dma_ch.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dma_ch.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dma_descriptor.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dma_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dmactrl.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dmactrl.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dmareq.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dmareq.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_ebi.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_ebi.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_emu.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_emu.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_etm.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_etm.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_gpio.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_gpio_p.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_gpio_p.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_i2c.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_lcd.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_lesense.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_lesense.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_lesense_buf.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_lesense_buf.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_lesense_ch.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_lesense_ch.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_lesense_st.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_lesense_st.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_letimer.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_letimer.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_leuart.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_leuart.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_msc.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_msc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_pcnt.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_pcnt.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_prs.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_prs.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_prs_ch.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_prs_ch.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_prs_signals.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_prs_signals.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_rmu.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_rmu.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_romtable.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_romtable.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_rtc.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_timer.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_timer.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_timer_cc.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_timer_cc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_uart.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_uart.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_usart.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_usart.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_usb.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_usb.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_usb_diep.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_usb_diep.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_usb_doep.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_usb_doep.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_usb_hc.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_usb_hc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_vcmp.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_vcmp.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_wdog.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_wdog.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/system_efm32gg.h b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/system_efm32gg.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/ARM/startup_efm32gg.s b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/ARM/startup_efm32gg.s old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/G++/efm32gg.ld b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/G++/efm32gg.ld old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/G++/startup_efm32gg.s b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/G++/startup_efm32gg.s old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/GCC/efm32gg.ld b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/GCC/efm32gg.ld old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/GCC/startup_efm32gg.s b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/GCC/startup_efm32gg.s old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/IAR/startup_efm32gg.c b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/IAR/startup_efm32gg.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/IAR/startup_efm32gg.s b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/IAR/startup_efm32gg.s old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/system_efm32gg.c b/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/system_efm32gg.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/SConscript b/bsp/efm32/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_acmp.h b/bsp/efm32/Libraries/emlib/inc/em_acmp.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_adc.h b/bsp/efm32/Libraries/emlib/inc/em_adc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_aes.h b/bsp/efm32/Libraries/emlib/inc/em_aes.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_assert.h b/bsp/efm32/Libraries/emlib/inc/em_assert.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_bitband.h b/bsp/efm32/Libraries/emlib/inc/em_bitband.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_burtc.h b/bsp/efm32/Libraries/emlib/inc/em_burtc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_chip.h b/bsp/efm32/Libraries/emlib/inc/em_chip.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_cmu.h b/bsp/efm32/Libraries/emlib/inc/em_cmu.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_common.h b/bsp/efm32/Libraries/emlib/inc/em_common.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_dac.h b/bsp/efm32/Libraries/emlib/inc/em_dac.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_dbg.h b/bsp/efm32/Libraries/emlib/inc/em_dbg.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_dma.h b/bsp/efm32/Libraries/emlib/inc/em_dma.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_ebi.h b/bsp/efm32/Libraries/emlib/inc/em_ebi.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_emu.h b/bsp/efm32/Libraries/emlib/inc/em_emu.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_gpio.h b/bsp/efm32/Libraries/emlib/inc/em_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_i2c.h b/bsp/efm32/Libraries/emlib/inc/em_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_int.h b/bsp/efm32/Libraries/emlib/inc/em_int.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_lcd.h b/bsp/efm32/Libraries/emlib/inc/em_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_lesense.h b/bsp/efm32/Libraries/emlib/inc/em_lesense.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_letimer.h b/bsp/efm32/Libraries/emlib/inc/em_letimer.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_leuart.h b/bsp/efm32/Libraries/emlib/inc/em_leuart.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_mpu.h b/bsp/efm32/Libraries/emlib/inc/em_mpu.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_msc.h b/bsp/efm32/Libraries/emlib/inc/em_msc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_opamp.h b/bsp/efm32/Libraries/emlib/inc/em_opamp.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_part.h b/bsp/efm32/Libraries/emlib/inc/em_part.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_pcnt.h b/bsp/efm32/Libraries/emlib/inc/em_pcnt.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_prs.h b/bsp/efm32/Libraries/emlib/inc/em_prs.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_rmu.h b/bsp/efm32/Libraries/emlib/inc/em_rmu.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_rtc.h b/bsp/efm32/Libraries/emlib/inc/em_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_system.h b/bsp/efm32/Libraries/emlib/inc/em_system.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_timer.h b/bsp/efm32/Libraries/emlib/inc/em_timer.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_usart.h b/bsp/efm32/Libraries/emlib/inc/em_usart.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_vcmp.h b/bsp/efm32/Libraries/emlib/inc/em_vcmp.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_version.h b/bsp/efm32/Libraries/emlib/inc/em_version.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/inc/em_wdog.h b/bsp/efm32/Libraries/emlib/inc/em_wdog.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_acmp.c b/bsp/efm32/Libraries/emlib/src/em_acmp.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_adc.c b/bsp/efm32/Libraries/emlib/src/em_adc.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_aes.c b/bsp/efm32/Libraries/emlib/src/em_aes.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_assert.c b/bsp/efm32/Libraries/emlib/src/em_assert.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_burtc.c b/bsp/efm32/Libraries/emlib/src/em_burtc.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_cmu.c b/bsp/efm32/Libraries/emlib/src/em_cmu.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_dac.c b/bsp/efm32/Libraries/emlib/src/em_dac.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_dbg.c b/bsp/efm32/Libraries/emlib/src/em_dbg.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_dma.c b/bsp/efm32/Libraries/emlib/src/em_dma.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_ebi.c b/bsp/efm32/Libraries/emlib/src/em_ebi.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_emu.c b/bsp/efm32/Libraries/emlib/src/em_emu.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_gpio.c b/bsp/efm32/Libraries/emlib/src/em_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_i2c.c b/bsp/efm32/Libraries/emlib/src/em_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_int.c b/bsp/efm32/Libraries/emlib/src/em_int.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_lcd.c b/bsp/efm32/Libraries/emlib/src/em_lcd.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_lesense.c b/bsp/efm32/Libraries/emlib/src/em_lesense.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_letimer.c b/bsp/efm32/Libraries/emlib/src/em_letimer.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_leuart.c b/bsp/efm32/Libraries/emlib/src/em_leuart.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_mpu.c b/bsp/efm32/Libraries/emlib/src/em_mpu.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_msc.c b/bsp/efm32/Libraries/emlib/src/em_msc.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_opamp.c b/bsp/efm32/Libraries/emlib/src/em_opamp.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_pcnt.c b/bsp/efm32/Libraries/emlib/src/em_pcnt.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_prs.c b/bsp/efm32/Libraries/emlib/src/em_prs.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_rmu.c b/bsp/efm32/Libraries/emlib/src/em_rmu.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_rtc.c b/bsp/efm32/Libraries/emlib/src/em_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_system.c b/bsp/efm32/Libraries/emlib/src/em_system.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_timer.c b/bsp/efm32/Libraries/emlib/src/em_timer.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_usart.c b/bsp/efm32/Libraries/emlib/src/em_usart.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_vcmp.c b/bsp/efm32/Libraries/emlib/src/em_vcmp.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Libraries/emlib/src/em_wdog.c b/bsp/efm32/Libraries/emlib/src/em_wdog.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/Readme.txt b/bsp/efm32/Readme.txt old mode 100644 new mode 100755 diff --git a/bsp/efm32/SConscript b/bsp/efm32/SConscript old mode 100644 new mode 100755 diff --git a/bsp/efm32/SConstruct b/bsp/efm32/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/efm32/application.c b/bsp/efm32/application.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/board.c b/bsp/efm32/board.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/board.h b/bsp/efm32/board.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/copy_this_file_dfs_elm.c b/bsp/efm32/copy_this_file_dfs_elm.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/copy_this_file_shell.c b/bsp/efm32/copy_this_file_shell.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/dev_accel.c b/bsp/efm32/dev_accel.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/dev_accel.h b/bsp/efm32/dev_accel.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/dev_keys.c b/bsp/efm32/dev_keys.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/dev_keys.h b/bsp/efm32/dev_keys.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/dev_lcd.c b/bsp/efm32/dev_lcd.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/dev_lcd.h b/bsp/efm32/dev_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/dev_led.c b/bsp/efm32/dev_led.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/dev_led.h b/bsp/efm32/dev_led.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/dev_misc.c b/bsp/efm32/dev_misc.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/dev_misc.h b/bsp/efm32/dev_misc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/dev_sflash.c b/bsp/efm32/dev_sflash.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/dev_sflash.h b/bsp/efm32/dev_sflash.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_acmp.c b/bsp/efm32/drv_acmp.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_acmp.h b/bsp/efm32/drv_acmp.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_adc.c b/bsp/efm32/drv_adc.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_adc.h b/bsp/efm32/drv_adc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_dma.c b/bsp/efm32/drv_dma.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_dma.h b/bsp/efm32/drv_dma.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_emu.c b/bsp/efm32/drv_emu.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_emu.h b/bsp/efm32/drv_emu.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_ethernet.c b/bsp/efm32/drv_ethernet.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_ethernet.h b/bsp/efm32/drv_ethernet.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_iic.c b/bsp/efm32/drv_iic.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_iic.h b/bsp/efm32/drv_iic.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_leuart.c b/bsp/efm32/drv_leuart.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_leuart.h b/bsp/efm32/drv_leuart.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_rtc.c b/bsp/efm32/drv_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_rtc.h b/bsp/efm32/drv_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_sdcard.c b/bsp/efm32/drv_sdcard.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_sdcard.h b/bsp/efm32/drv_sdcard.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_timer.c b/bsp/efm32/drv_timer.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_timer.h b/bsp/efm32/drv_timer.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_usart.c b/bsp/efm32/drv_usart.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/drv_usart.h b/bsp/efm32/drv_usart.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/efm32g_rom.ld b/bsp/efm32/efm32g_rom.ld old mode 100644 new mode 100755 diff --git a/bsp/efm32/efm32gg_rom.ld b/bsp/efm32/efm32gg_rom.ld old mode 100644 new mode 100755 diff --git a/bsp/efm32/enc28j60.h b/bsp/efm32/enc28j60.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/graphics/SConscript b/bsp/efm32/graphics/SConscript old mode 100644 new mode 100755 diff --git a/bsp/efm32/graphics/dmd/ssd2119/dmd_ssd2119.h b/bsp/efm32/graphics/dmd/ssd2119/dmd_ssd2119.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/graphics/dmd/ssd2119/dmd_ssd2119_16bit.c b/bsp/efm32/graphics/dmd/ssd2119/dmd_ssd2119_16bit.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/graphics/dmd/ssd2119/dmd_ssd2119_direct.c b/bsp/efm32/graphics/dmd/ssd2119/dmd_ssd2119_direct.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/graphics/dmd/ssd2119/dmd_ssd2119_registers.h b/bsp/efm32/graphics/dmd/ssd2119/dmd_ssd2119_registers.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/graphics/dmd/ssd2119/dmdif_ssd2119_ebi.h b/bsp/efm32/graphics/dmd/ssd2119/dmdif_ssd2119_ebi.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/graphics/dmd/ssd2119/dmdif_ssd2119_ebi16.c b/bsp/efm32/graphics/dmd/ssd2119/dmdif_ssd2119_ebi16.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/graphics/dmd/ssd2119/dmdif_ssd2119_spi.c b/bsp/efm32/graphics/dmd/ssd2119/dmdif_ssd2119_spi.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/graphics/dmd/ssd2119/dmdif_ssd2119_spi.h b/bsp/efm32/graphics/dmd/ssd2119/dmdif_ssd2119_spi.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/graphics/em_types.h b/bsp/efm32/graphics/em_types.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/graphics/tftspi.h b/bsp/efm32/graphics/tftspi.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/hdl_interrupt.c b/bsp/efm32/hdl_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/hdl_interrupt.h b/bsp/efm32/hdl_interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/httpd.c b/bsp/efm32/httpd.c old mode 100644 new mode 100755 diff --git a/bsp/efm32/mma7455l.h b/bsp/efm32/mma7455l.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/rtconfig.h b/bsp/efm32/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/efm32/rtconfig.py b/bsp/efm32/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/efm32/start_gcc.S b/bsp/efm32/start_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/efm32/startup.c b/bsp/efm32/startup.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/.config b/bsp/es32f0334/.config old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/Kconfig b/bsp/es32f0334/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/README.md b/bsp/es32f0334/README.md old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/SConscript b/bsp/es32f0334/SConscript old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/SConstruct b/bsp/es32f0334/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/applications/SConscript b/bsp/es32f0334/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/applications/main.c b/bsp/es32f0334/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/Kconfig b/bsp/es32f0334/drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/SConscript b/bsp/es32f0334/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/board.c b/bsp/es32f0334/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/board.h b/bsp/es32f0334/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_adc.c b/bsp/es32f0334/drivers/drv_adc.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_adc.h b/bsp/es32f0334/drivers/drv_adc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_gpio.c b/bsp/es32f0334/drivers/drv_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_gpio.h b/bsp/es32f0334/drivers/drv_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_hwtimer.c b/bsp/es32f0334/drivers/drv_hwtimer.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_hwtimer.h b/bsp/es32f0334/drivers/drv_hwtimer.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_i2c.c b/bsp/es32f0334/drivers/drv_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_i2c.h b/bsp/es32f0334/drivers/drv_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_pm.c b/bsp/es32f0334/drivers/drv_pm.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_pm.h b/bsp/es32f0334/drivers/drv_pm.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_pwm.c b/bsp/es32f0334/drivers/drv_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_pwm.h b/bsp/es32f0334/drivers/drv_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_rtc.c b/bsp/es32f0334/drivers/drv_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_rtc.h b/bsp/es32f0334/drivers/drv_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_spi.c b/bsp/es32f0334/drivers/drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_spi.h b/bsp/es32f0334/drivers/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_spiflash.c b/bsp/es32f0334/drivers/drv_spiflash.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_spiflash.h b/bsp/es32f0334/drivers/drv_spiflash.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_uart.c b/bsp/es32f0334/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/drv_uart.h b/bsp/es32f0334/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/drivers/linker_scripts/link.sct b/bsp/es32f0334/drivers/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/figures/ES-PDS-ES32F0334-V1.1.jpg b/bsp/es32f0334/figures/ES-PDS-ES32F0334-V1.1.jpg old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/figures/ESLinkII-mini.jpg b/bsp/es32f0334/figures/ESLinkII-mini.jpg old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.pdf b/bsp/es32f0334/libraries/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.pdf old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.rtf b/bsp/es32f0334/libraries/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.rtf old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Device/EastSoft/ES32F033x/Include/es32f033x.h b/bsp/es32f0334/libraries/CMSIS/Device/EastSoft/ES32F033x/Include/es32f033x.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Device/EastSoft/ES32F033x/Startup/iar/startup_es32f033x.s b/bsp/es32f0334/libraries/CMSIS/Device/EastSoft/ES32F033x/Startup/iar/startup_es32f033x.s old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Device/EastSoft/ES32F033x/Startup/keil/startup_es32f033x.s b/bsp/es32f0334/libraries/CMSIS/Device/EastSoft/ES32F033x/Startup/keil/startup_es32f033x.s old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Device/EastSoft/ES32F033x/System/system_es32f033x.c b/bsp/es32f0334/libraries/CMSIS/Device/EastSoft/ES32F033x/System/system_es32f033x.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/SConscript b/bsp/es32f0334/libraries/CMSIS/Include/SConscript old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/arm_common_tables.h b/bsp/es32f0334/libraries/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/arm_const_structs.h b/bsp/es32f0334/libraries/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/arm_math.h b/bsp/es32f0334/libraries/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/cmsis_armcc.h b/bsp/es32f0334/libraries/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/cmsis_armcc_V6.h b/bsp/es32f0334/libraries/CMSIS/Include/cmsis_armcc_V6.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/cmsis_gcc.h b/bsp/es32f0334/libraries/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/core_cm0.h b/bsp/es32f0334/libraries/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/core_cm0plus.h b/bsp/es32f0334/libraries/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/core_cm3.h b/bsp/es32f0334/libraries/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/core_cm4.h b/bsp/es32f0334/libraries/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/core_cm7.h b/bsp/es32f0334/libraries/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/core_cmFunc.h b/bsp/es32f0334/libraries/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/core_cmInstr.h b/bsp/es32f0334/libraries/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/core_cmSimd.h b/bsp/es32f0334/libraries/CMSIS/Include/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/core_sc000.h b/bsp/es32f0334/libraries/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/Include/core_sc300.h b/bsp/es32f0334/libraries/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/RTOS/Template/cmsis_os.h b/bsp/es32f0334/libraries/CMSIS/RTOS/Template/cmsis_os.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/CMSIS/index.html b/bsp/es32f0334/libraries/CMSIS/index.html old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/EASTSOFT_ES32F033x_ALD.chm b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/EASTSOFT_ES32F033x_ALD.chm old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_acmp.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_acmp.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_adc.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_adc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_bkpc.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_bkpc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_calc.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_calc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_cmu.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_cmu.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_conf.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_conf.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_crc.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_crc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_crypt.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_crypt.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_dbgc.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_dbgc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_dma.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_dma.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_flash.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_flash.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_gpio.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_i2c.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_iap.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_iap.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_lcd.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_lptim.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_lpuart.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_lpuart.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_pis.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_pis.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_pmu.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_pmu.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_rmu.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_rmu.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_rtc.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_smartcard.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_smartcard.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_spi.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_spi.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_syscfg.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_syscfg.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_temp.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_temp.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_timer.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_timer.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_trng.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_trng.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_uart.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_uart.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_usart.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_usart.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_wdt.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/type.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/type.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/utils.h b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/utils.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_acmp.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_acmp.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_adc.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_adc.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_bkpc.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_bkpc.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_calc.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_calc.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_cmu.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_cmu.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_crc.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_crc.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_crypt.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_crypt.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_dma.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_dma.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_flash.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_flash.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_gpio.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_i2c.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_iap.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_iap.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_lcd.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_lcd.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_lptim.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_lpuart.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_lpuart.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_pis.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_pis.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_pmu.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_pmu.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_rmu.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_rmu.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_rtc.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_smartcard.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_smartcard.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_spi.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_spi.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_temp.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_temp.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_timer.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_timer.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_trng.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_trng.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_uart.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_uart.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_usart.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_usart.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_wdt.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/utils.c b/bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/utils.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/libraries/SConscript b/bsp/es32f0334/libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/project.uvoptx b/bsp/es32f0334/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/project.uvprojx b/bsp/es32f0334/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/rtconfig.h b/bsp/es32f0334/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/rtconfig.py b/bsp/es32f0334/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/template.uvoptx b/bsp/es32f0334/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/es32f0334/template.uvprojx b/bsp/es32f0334/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/.config b/bsp/es32f0654/.config old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/Kconfig b/bsp/es32f0654/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/README.md b/bsp/es32f0654/README.md old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/SConscript b/bsp/es32f0654/SConscript old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/SConstruct b/bsp/es32f0654/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/applications/SConscript b/bsp/es32f0654/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/applications/main.c b/bsp/es32f0654/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/Kconfig b/bsp/es32f0654/drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/SConscript b/bsp/es32f0654/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/board.c b/bsp/es32f0654/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/board.h b/bsp/es32f0654/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_adc.c b/bsp/es32f0654/drivers/drv_adc.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_adc.h b/bsp/es32f0654/drivers/drv_adc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_gpio.c b/bsp/es32f0654/drivers/drv_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_gpio.h b/bsp/es32f0654/drivers/drv_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_hwtimer.c b/bsp/es32f0654/drivers/drv_hwtimer.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_hwtimer.h b/bsp/es32f0654/drivers/drv_hwtimer.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_i2c.c b/bsp/es32f0654/drivers/drv_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_i2c.h b/bsp/es32f0654/drivers/drv_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_pm.c b/bsp/es32f0654/drivers/drv_pm.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_pm.h b/bsp/es32f0654/drivers/drv_pm.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_pwm.c b/bsp/es32f0654/drivers/drv_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_pwm.h b/bsp/es32f0654/drivers/drv_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_rtc.c b/bsp/es32f0654/drivers/drv_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_rtc.h b/bsp/es32f0654/drivers/drv_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_spi.c b/bsp/es32f0654/drivers/drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_spi.h b/bsp/es32f0654/drivers/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_spiflash.c b/bsp/es32f0654/drivers/drv_spiflash.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_spiflash.h b/bsp/es32f0654/drivers/drv_spiflash.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_uart.c b/bsp/es32f0654/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/drv_uart.h b/bsp/es32f0654/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/drivers/linker_scripts/link.sct b/bsp/es32f0654/drivers/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/figures/ES-PDS-ES32F0654-V1.1.jpg b/bsp/es32f0654/figures/ES-PDS-ES32F0654-V1.1.jpg old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/figures/ESLinkII-mini.jpg b/bsp/es32f0654/figures/ESLinkII-mini.jpg old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.pdf b/bsp/es32f0654/libraries/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.pdf old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.rtf b/bsp/es32f0654/libraries/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.rtf old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/Include/es32f065x.h b/bsp/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/Include/es32f065x.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/Startup/iar/startup_es32f065x.s b/bsp/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/Startup/iar/startup_es32f065x.s old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/Startup/keil/startup_es32f065x.s b/bsp/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/Startup/keil/startup_es32f065x.s old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/System/system_es32f065x.c b/bsp/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/System/system_es32f065x.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/arm_common_tables.h b/bsp/es32f0654/libraries/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/arm_const_structs.h b/bsp/es32f0654/libraries/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/arm_math.h b/bsp/es32f0654/libraries/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/cmsis_armcc.h b/bsp/es32f0654/libraries/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/cmsis_armcc_V6.h b/bsp/es32f0654/libraries/CMSIS/Include/cmsis_armcc_V6.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/cmsis_gcc.h b/bsp/es32f0654/libraries/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/core_cm0.h b/bsp/es32f0654/libraries/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/core_cm0plus.h b/bsp/es32f0654/libraries/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/core_cm3.h b/bsp/es32f0654/libraries/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/core_cm4.h b/bsp/es32f0654/libraries/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/core_cm7.h b/bsp/es32f0654/libraries/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/core_cmFunc.h b/bsp/es32f0654/libraries/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/core_cmInstr.h b/bsp/es32f0654/libraries/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/core_cmSimd.h b/bsp/es32f0654/libraries/CMSIS/Include/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/core_sc000.h b/bsp/es32f0654/libraries/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/Include/core_sc300.h b/bsp/es32f0654/libraries/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/RTOS/Template/cmsis_os.h b/bsp/es32f0654/libraries/CMSIS/RTOS/Template/cmsis_os.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/CMSIS/index.html b/bsp/es32f0654/libraries/CMSIS/index.html old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_acmp.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_acmp.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_adc.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_adc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_bkpc.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_bkpc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_calc.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_calc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_can.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_can.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_cmu.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_cmu.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_conf.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_conf.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_crc.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_crc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_crypt.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_crypt.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_dbgc.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_dbgc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_dma.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_dma.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_flash.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_flash.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_gpio.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_i2c.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_iap.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_iap.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_pis.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_pis.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_pmu.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_pmu.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_rmu.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_rmu.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_rtc.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_smartcard.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_smartcard.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_spi.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_spi.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_syscfg.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_syscfg.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_temp.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_temp.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_timer.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_timer.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_trng.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_trng.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_uart.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_uart.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_usart.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_usart.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_wdt.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/type.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/type.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/utils.h b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/utils.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/ReleaseNote.html b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/ReleaseNote.html old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_acmp.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_acmp.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_adc.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_adc.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_bkpc.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_bkpc.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_calc.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_calc.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_can.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_can.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_cmu.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_cmu.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_crc.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_crc.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_crypt.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_crypt.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_dma.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_dma.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_flash.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_flash.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_gpio.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_i2c.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_iap.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_iap.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_pis.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_pis.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_pmu.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_pmu.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_rmu.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_rmu.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_rtc.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_smartcard.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_smartcard.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_spi.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_spi.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_temp.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_temp.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_timer.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_timer.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_trng.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_trng.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_uart.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_uart.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_usart.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_usart.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_wdt.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/utils.c b/bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/utils.c old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/libraries/SConscript b/bsp/es32f0654/libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/project.uvoptx b/bsp/es32f0654/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/project.uvprojx b/bsp/es32f0654/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/rtconfig.h b/bsp/es32f0654/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/rtconfig.py b/bsp/es32f0654/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/template.uvoptx b/bsp/es32f0654/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/es32f0654/template.uvprojx b/bsp/es32f0654/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/fh8620/SConscript b/bsp/fh8620/SConscript old mode 100644 new mode 100755 diff --git a/bsp/fh8620/SConstruct b/bsp/fh8620/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/fh8620/applications/SConscript b/bsp/fh8620/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/fh8620/applications/main.c b/bsp/fh8620/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/SConscript b/bsp/fh8620/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/acw.c b/bsp/fh8620/drivers/acw.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/acw.h b/bsp/fh8620/drivers/acw.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/dma.c b/bsp/fh8620/drivers/dma.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/dma.h b/bsp/fh8620/drivers/dma.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/dma_mem.c b/bsp/fh8620/drivers/dma_mem.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/dma_mem.h b/bsp/fh8620/drivers/dma_mem.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/fh_dma.c b/bsp/fh8620/drivers/fh_dma.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/fh_dma.h b/bsp/fh8620/drivers/fh_dma.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/gpio.c b/bsp/fh8620/drivers/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/gpio.h b/bsp/fh8620/drivers/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/i2c.c b/bsp/fh8620/drivers/i2c.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/i2c.h b/bsp/fh8620/drivers/i2c.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/interrupt.c b/bsp/fh8620/drivers/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/interrupt.h b/bsp/fh8620/drivers/interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/mem_process.c b/bsp/fh8620/drivers/mem_process.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/mmc.c b/bsp/fh8620/drivers/mmc.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/mmc.h b/bsp/fh8620/drivers/mmc.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/pwm.c b/bsp/fh8620/drivers/pwm.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/pwm.h b/bsp/fh8620/drivers/pwm.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/sadc.c b/bsp/fh8620/drivers/sadc.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/sadc.h b/bsp/fh8620/drivers/sadc.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/spi_fh_adapt.c b/bsp/fh8620/drivers/spi_fh_adapt.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/spi_fh_adapt.h b/bsp/fh8620/drivers/spi_fh_adapt.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/ssi.c b/bsp/fh8620/drivers/ssi.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/ssi.h b/bsp/fh8620/drivers/ssi.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/trap.c b/bsp/fh8620/drivers/trap.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/uart.c b/bsp/fh8620/drivers/uart.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/uart.h b/bsp/fh8620/drivers/uart.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/wdt.c b/bsp/fh8620/drivers/wdt.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/drivers/wdt.h b/bsp/fh8620/drivers/wdt.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/SConscript b/bsp/fh8620/libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/driverlib/SConscript b/bsp/fh8620/libraries/driverlib/SConscript old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/driverlib/fh_gpio.c b/bsp/fh8620/libraries/driverlib/fh_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/driverlib/fh_i2c.c b/bsp/fh8620/libraries/driverlib/fh_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/driverlib/fh_ictl.c b/bsp/fh8620/libraries/driverlib/fh_ictl.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/driverlib/fh_mmc.c b/bsp/fh8620/libraries/driverlib/fh_mmc.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/driverlib/fh_pwm.c b/bsp/fh8620/libraries/driverlib/fh_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/driverlib/fh_sdio.c b/bsp/fh8620/libraries/driverlib/fh_sdio.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/driverlib/fh_spi.c b/bsp/fh8620/libraries/driverlib/fh_spi.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/driverlib/fh_timer.c b/bsp/fh8620/libraries/driverlib/fh_timer.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/driverlib/fh_uart.c b/bsp/fh8620/libraries/driverlib/fh_uart.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/driverlib/fh_wdt.c b/bsp/fh8620/libraries/driverlib/fh_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/inc/fh_driverlib.h b/bsp/fh8620/libraries/inc/fh_driverlib.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/inc/fh_gpio.h b/bsp/fh8620/libraries/inc/fh_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/inc/fh_i2c.h b/bsp/fh8620/libraries/inc/fh_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/inc/fh_ictl.h b/bsp/fh8620/libraries/inc/fh_ictl.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/inc/fh_mmc.h b/bsp/fh8620/libraries/inc/fh_mmc.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/inc/fh_pwm.h b/bsp/fh8620/libraries/inc/fh_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/inc/fh_sdio.h b/bsp/fh8620/libraries/inc/fh_sdio.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/inc/fh_spi.h b/bsp/fh8620/libraries/inc/fh_spi.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/inc/fh_timer.h b/bsp/fh8620/libraries/inc/fh_timer.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/inc/fh_uart.h b/bsp/fh8620/libraries/inc/fh_uart.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/inc/fh_wdt.h b/bsp/fh8620/libraries/inc/fh_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/startup/SConscript b/bsp/fh8620/libraries/startup/SConscript old mode 100644 new mode 100755 diff --git a/bsp/fh8620/libraries/startup/gcc/start_gcc.S b/bsp/fh8620/libraries/startup/gcc/start_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/fh8620/link.ld b/bsp/fh8620/link.ld old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/SConscript b/bsp/fh8620/platform/SConscript old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/board.h b/bsp/fh8620/platform/board.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/board_info.h b/bsp/fh8620/platform/board_info.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/common/SConscript b/bsp/fh8620/platform/common/SConscript old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/common/board_info.c b/bsp/fh8620/platform/common/board_info.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/common/chkenv.c b/bsp/fh8620/platform/common/chkenv.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/fh8620/SConscript b/bsp/fh8620/platform/fh8620/SConscript old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/fh8620/arch.h b/bsp/fh8620/platform/fh8620/arch.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/fh8620/iot_cam/SConscript b/bsp/fh8620/platform/fh8620/iot_cam/SConscript old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/fh8620/iot_cam/board.c b/bsp/fh8620/platform/fh8620/iot_cam/board.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/fh8620/iot_cam/board_def.h b/bsp/fh8620/platform/fh8620/iot_cam/board_def.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/fh8620/iot_cam/iomux.c b/bsp/fh8620/platform/fh8620/iot_cam/iomux.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/fh8620/iot_cam/readme b/bsp/fh8620/platform/fh8620/iot_cam/readme old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/fh8620/iot_cam/startup.c b/bsp/fh8620/platform/fh8620/iot_cam/startup.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/fh_arch.h b/bsp/fh8620/platform/fh_arch.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/fh_def.h b/bsp/fh8620/platform/fh_def.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/plat-v2/SConscript b/bsp/fh8620/platform/plat-v2/SConscript old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/plat-v2/arch.h b/bsp/fh8620/platform/plat-v2/arch.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/plat-v2/clock.c b/bsp/fh8620/platform/plat-v2/clock.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/plat-v2/clock.h b/bsp/fh8620/platform/plat-v2/clock.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/plat-v2/fh_pmu.c b/bsp/fh8620/platform/plat-v2/fh_pmu.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/plat-v2/fh_pmu.h b/bsp/fh8620/platform/plat-v2/fh_pmu.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/plat-v2/iomux.c b/bsp/fh8620/platform/plat-v2/iomux.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/plat-v2/iomux.h b/bsp/fh8620/platform/plat-v2/iomux.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/plat-v2/reset.c b/bsp/fh8620/platform/plat-v2/reset.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/plat-v2/timer.c b/bsp/fh8620/platform/plat-v2/timer.c old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/plat-v2/timer.h b/bsp/fh8620/platform/plat-v2/timer.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/platform/platform_def.h b/bsp/fh8620/platform/platform_def.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/rtconfig.h b/bsp/fh8620/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/fh8620/rtconfig.py b/bsp/fh8620/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/K64FN1M0xxx12.ld b/bsp/frdm-k64f/K64FN1M0xxx12.ld old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/MK64F.sct b/bsp/frdm-k64f/MK64F.sct old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/SConscript b/bsp/frdm-k64f/SConscript old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/SConstruct b/bsp/frdm-k64f/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/applications/SConscript b/bsp/frdm-k64f/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/applications/application.c b/bsp/frdm-k64f/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/applications/startup.c b/bsp/frdm-k64f/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/board/SConscript b/bsp/frdm-k64f/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/board/board.c b/bsp/frdm-k64f/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/board/board.h b/bsp/frdm-k64f/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/board/clock_config.c b/bsp/frdm-k64f/board/clock_config.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/board/clock_config.h b/bsp/frdm-k64f/board/clock_config.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/board/drv_emac.c b/bsp/frdm-k64f/board/drv_emac.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/board/drv_emac.h b/bsp/frdm-k64f/board/drv_emac.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/board/drv_uart.c b/bsp/frdm-k64f/board/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/board/drv_uart.h b/bsp/frdm-k64f/board/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/board/fsl_phy.c b/bsp/frdm-k64f/board/fsl_phy.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/board/fsl_phy.h b/bsp/frdm-k64f/board/fsl_phy.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/board/led.c b/bsp/frdm-k64f/board/led.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/board/led.h b/bsp/frdm-k64f/board/led.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12.h b/bsp/frdm-k64f/device/MK64F12.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_adc16.c b/bsp/frdm-k64f/device/MK64F12/fsl_adc16.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_adc16.h b/bsp/frdm-k64f/device/MK64F12/fsl_adc16.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_clock.c b/bsp/frdm-k64f/device/MK64F12/fsl_clock.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_clock.h b/bsp/frdm-k64f/device/MK64F12/fsl_clock.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_cmp.c b/bsp/frdm-k64f/device/MK64F12/fsl_cmp.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_cmp.h b/bsp/frdm-k64f/device/MK64F12/fsl_cmp.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_cmt.c b/bsp/frdm-k64f/device/MK64F12/fsl_cmt.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_cmt.h b/bsp/frdm-k64f/device/MK64F12/fsl_cmt.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_common.c b/bsp/frdm-k64f/device/MK64F12/fsl_common.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_common.h b/bsp/frdm-k64f/device/MK64F12/fsl_common.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_crc.c b/bsp/frdm-k64f/device/MK64F12/fsl_crc.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_crc.h b/bsp/frdm-k64f/device/MK64F12/fsl_crc.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_dac.c b/bsp/frdm-k64f/device/MK64F12/fsl_dac.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_dac.h b/bsp/frdm-k64f/device/MK64F12/fsl_dac.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_dmamux.c b/bsp/frdm-k64f/device/MK64F12/fsl_dmamux.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_dmamux.h b/bsp/frdm-k64f/device/MK64F12/fsl_dmamux.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_dspi.c b/bsp/frdm-k64f/device/MK64F12/fsl_dspi.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_dspi.h b/bsp/frdm-k64f/device/MK64F12/fsl_dspi.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_dspi_edma.c b/bsp/frdm-k64f/device/MK64F12/fsl_dspi_edma.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_dspi_edma.h b/bsp/frdm-k64f/device/MK64F12/fsl_dspi_edma.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_edma.c b/bsp/frdm-k64f/device/MK64F12/fsl_edma.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_edma.h b/bsp/frdm-k64f/device/MK64F12/fsl_edma.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_enet.c b/bsp/frdm-k64f/device/MK64F12/fsl_enet.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_enet.h b/bsp/frdm-k64f/device/MK64F12/fsl_enet.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_ewm.c b/bsp/frdm-k64f/device/MK64F12/fsl_ewm.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_ewm.h b/bsp/frdm-k64f/device/MK64F12/fsl_ewm.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_flash.c b/bsp/frdm-k64f/device/MK64F12/fsl_flash.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_flash.h b/bsp/frdm-k64f/device/MK64F12/fsl_flash.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_flexbus.c b/bsp/frdm-k64f/device/MK64F12/fsl_flexbus.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_flexbus.h b/bsp/frdm-k64f/device/MK64F12/fsl_flexbus.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_flexcan.c b/bsp/frdm-k64f/device/MK64F12/fsl_flexcan.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_flexcan.h b/bsp/frdm-k64f/device/MK64F12/fsl_flexcan.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_ftm.c b/bsp/frdm-k64f/device/MK64F12/fsl_ftm.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_ftm.h b/bsp/frdm-k64f/device/MK64F12/fsl_ftm.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_gpio.c b/bsp/frdm-k64f/device/MK64F12/fsl_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_gpio.h b/bsp/frdm-k64f/device/MK64F12/fsl_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_i2c.c b/bsp/frdm-k64f/device/MK64F12/fsl_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_i2c.h b/bsp/frdm-k64f/device/MK64F12/fsl_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_i2c_edma.c b/bsp/frdm-k64f/device/MK64F12/fsl_i2c_edma.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_i2c_edma.h b/bsp/frdm-k64f/device/MK64F12/fsl_i2c_edma.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_llwu.c b/bsp/frdm-k64f/device/MK64F12/fsl_llwu.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_llwu.h b/bsp/frdm-k64f/device/MK64F12/fsl_llwu.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_lptmr.c b/bsp/frdm-k64f/device/MK64F12/fsl_lptmr.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_lptmr.h b/bsp/frdm-k64f/device/MK64F12/fsl_lptmr.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_pdb.c b/bsp/frdm-k64f/device/MK64F12/fsl_pdb.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_pdb.h b/bsp/frdm-k64f/device/MK64F12/fsl_pdb.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_pit.c b/bsp/frdm-k64f/device/MK64F12/fsl_pit.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_pit.h b/bsp/frdm-k64f/device/MK64F12/fsl_pit.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_pmc.c b/bsp/frdm-k64f/device/MK64F12/fsl_pmc.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_pmc.h b/bsp/frdm-k64f/device/MK64F12/fsl_pmc.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_port.h b/bsp/frdm-k64f/device/MK64F12/fsl_port.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_rcm.c b/bsp/frdm-k64f/device/MK64F12/fsl_rcm.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_rcm.h b/bsp/frdm-k64f/device/MK64F12/fsl_rcm.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_rnga.c b/bsp/frdm-k64f/device/MK64F12/fsl_rnga.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_rnga.h b/bsp/frdm-k64f/device/MK64F12/fsl_rnga.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_rtc.c b/bsp/frdm-k64f/device/MK64F12/fsl_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_rtc.h b/bsp/frdm-k64f/device/MK64F12/fsl_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_sai.c b/bsp/frdm-k64f/device/MK64F12/fsl_sai.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_sai.h b/bsp/frdm-k64f/device/MK64F12/fsl_sai.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_sai_edma.c b/bsp/frdm-k64f/device/MK64F12/fsl_sai_edma.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_sai_edma.h b/bsp/frdm-k64f/device/MK64F12/fsl_sai_edma.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_sdhc.c b/bsp/frdm-k64f/device/MK64F12/fsl_sdhc.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_sdhc.h b/bsp/frdm-k64f/device/MK64F12/fsl_sdhc.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_sim.c b/bsp/frdm-k64f/device/MK64F12/fsl_sim.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_sim.h b/bsp/frdm-k64f/device/MK64F12/fsl_sim.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_smc.c b/bsp/frdm-k64f/device/MK64F12/fsl_smc.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_smc.h b/bsp/frdm-k64f/device/MK64F12/fsl_smc.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_sysmpu.c b/bsp/frdm-k64f/device/MK64F12/fsl_sysmpu.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_sysmpu.h b/bsp/frdm-k64f/device/MK64F12/fsl_sysmpu.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_uart.c b/bsp/frdm-k64f/device/MK64F12/fsl_uart.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_uart.h b/bsp/frdm-k64f/device/MK64F12/fsl_uart.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_uart_edma.c b/bsp/frdm-k64f/device/MK64F12/fsl_uart_edma.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_uart_edma.h b/bsp/frdm-k64f/device/MK64F12/fsl_uart_edma.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_vref.c b/bsp/frdm-k64f/device/MK64F12/fsl_vref.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_vref.h b/bsp/frdm-k64f/device/MK64F12/fsl_vref.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_wdog.c b/bsp/frdm-k64f/device/MK64F12/fsl_wdog.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12/fsl_wdog.h b/bsp/frdm-k64f/device/MK64F12/fsl_wdog.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/MK64F12_features.h b/bsp/frdm-k64f/device/MK64F12_features.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/SConscript b/bsp/frdm-k64f/device/SConscript old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/TOOLCHAIN_ARM_STD/startup_MK64F12.s b/bsp/frdm-k64f/device/TOOLCHAIN_ARM_STD/startup_MK64F12.s old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/TOOLCHAIN_GCC_ARM/startup.c b/bsp/frdm-k64f/device/TOOLCHAIN_GCC_ARM/startup.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/TOOLCHAIN_GCC_ARM/startup.h b/bsp/frdm-k64f/device/TOOLCHAIN_GCC_ARM/startup.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/TOOLCHAIN_GCC_ARM/startup_MK64F12.S b/bsp/frdm-k64f/device/TOOLCHAIN_GCC_ARM/startup_MK64F12.S old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/core_cm4.h b/bsp/frdm-k64f/device/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/core_cm4_simd.h b/bsp/frdm-k64f/device/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/core_cmFunc.h b/bsp/frdm-k64f/device/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/core_cmInstr.h b/bsp/frdm-k64f/device/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/fsl_device_registers.h b/bsp/frdm-k64f/device/fsl_device_registers.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/system_MK64F12.c b/bsp/frdm-k64f/device/system_MK64F12.c old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/device/system_MK64F12.h b/bsp/frdm-k64f/device/system_MK64F12.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/project.uvproj b/bsp/frdm-k64f/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/project.uvprojx b/bsp/frdm-k64f/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/rtconfig.h b/bsp/frdm-k64f/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/rtconfig.py b/bsp/frdm-k64f/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/template.uvproj b/bsp/frdm-k64f/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/frdm-k64f/template.uvprojx b/bsp/frdm-k64f/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/.config b/bsp/gd32303e-eval/.config old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Kconfig b/bsp/gd32303e-eval/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Include/gd32f30x.h b/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Include/gd32f30x.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Include/system_gd32f30x.h b/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Include/system_gd32f30x.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/ARM/startup_gd32f30x_cl.s b/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/ARM/startup_gd32f30x_cl.s old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/ARM/startup_gd32f30x_hd.s b/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/ARM/startup_gd32f30x_hd.s old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/ARM/startup_gd32f30x_xd.s b/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/ARM/startup_gd32f30x_xd.s old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/GCC/startup_gd32f30x_hd.S b/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/GCC/startup_gd32f30x_hd.S old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/IAR/startup_gd32f30x_cl.s b/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/IAR/startup_gd32f30x_cl.s old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/IAR/startup_gd32f30x_hd.s b/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/IAR/startup_gd32f30x_hd.s old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/IAR/startup_gd32f30x_xd.s b/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/IAR/startup_gd32f30x_xd.s old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/system_gd32f30x.c b/bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/system_gd32f30x.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/CMSIS/core_cm4.h b/bsp/gd32303e-eval/Libraries/CMSIS/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/CMSIS/core_cm4_simd.h b/bsp/gd32303e-eval/Libraries/CMSIS/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/CMSIS/core_cmFunc.h b/bsp/gd32303e-eval/Libraries/CMSIS/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/CMSIS/core_cmInstr.h b/bsp/gd32303e-eval/Libraries/CMSIS/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_adc.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_adc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_bkp.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_bkp.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_can.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_can.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_crc.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_crc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_ctc.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_ctc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_dac.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_dac.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_dbg.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_dbg.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_dma.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_dma.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_enet.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_enet.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_exmc.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_exmc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_exti.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_exti.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_fmc.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_fmc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_fwdgt.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_fwdgt.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_gpio.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_i2c.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_misc.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_misc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_pmu.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_pmu.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_rcu.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_rcu.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_rtc.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_sdio.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_sdio.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_spi.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_spi.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_timer.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_timer.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_usart.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_usart.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_wwdgt.h b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_wwdgt.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_adc.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_adc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_bkp.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_bkp.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_can.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_can.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_crc.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_crc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_ctc.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_ctc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_dac.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_dac.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_dbg.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_dbg.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_dma.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_dma.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_enet.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_enet.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_exmc.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_exmc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_exti.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_exti.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_fmc.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_fmc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_fwdgt.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_fwdgt.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_gpio.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_i2c.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_misc.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_misc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_pmu.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_pmu.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_rcu.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_rcu.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_rtc.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_sdio.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_sdio.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_spi.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_spi.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_timer.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_timer.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_usart.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_usart.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_wwdgt.c b/bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_wwdgt.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Include/usbd_core.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Include/usbd_core.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Include/usbd_int.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Include/usbd_int.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Include/usbd_pwr.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Include/usbd_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Include/usbd_regs.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Include/usbd_regs.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Include/usbd_std.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Include/usbd_std.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Source/usbd_core.c b/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Source/usbd_core.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Source/usbd_int.c b/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Source/usbd_int.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Source/usbd_pwr.c b/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Source/usbd_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Source/usbd_std.c b/bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Source/usbd_std.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usb_core.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usb_core.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usb_defines.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usb_defines.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usb_regs.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usb_regs.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usb_std.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usb_std.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbd_core.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbd_core.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbd_int.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbd_int.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbd_std.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbd_std.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbh_core.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbh_core.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbh_ctrl.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbh_ctrl.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbh_hcs.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbh_hcs.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbh_int.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbh_int.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbh_std.h b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbh_std.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usb_core.c b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usb_core.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbd_core.c b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbd_core.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbd_int.c b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbd_int.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbd_std.c b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbd_std.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbh_core.c b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbh_core.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbh_ctrl.c b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbh_ctrl.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbh_hcs.c b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbh_hcs.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbh_int.c b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbh_int.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbh_std.c b/bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbh_std.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/Libraries/SConscript b/bsp/gd32303e-eval/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/README.md b/bsp/gd32303e-eval/README.md old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/RTE/_rt-thread_gd32f30x/RTE_Components.h b/bsp/gd32303e-eval/RTE/_rt-thread_gd32f30x/RTE_Components.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/SConscript b/bsp/gd32303e-eval/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/SConstruct b/bsp/gd32303e-eval/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/applications/SConscript b/bsp/gd32303e-eval/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/applications/main.c b/bsp/gd32303e-eval/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/cconfig.h b/bsp/gd32303e-eval/cconfig.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/SConscript b/bsp/gd32303e-eval/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/board.c b/bsp/gd32303e-eval/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/board.h b/bsp/gd32303e-eval/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/drv_gpio.c b/bsp/gd32303e-eval/drivers/drv_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/drv_gpio.h b/bsp/gd32303e-eval/drivers/drv_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/drv_i2c.c b/bsp/gd32303e-eval/drivers/drv_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/drv_i2c.h b/bsp/gd32303e-eval/drivers/drv_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/drv_spi.c b/bsp/gd32303e-eval/drivers/drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/drv_spi.h b/bsp/gd32303e-eval/drivers/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/drv_spi_flash.c b/bsp/gd32303e-eval/drivers/drv_spi_flash.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/drv_usart.c b/bsp/gd32303e-eval/drivers/drv_usart.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/drv_usart.h b/bsp/gd32303e-eval/drivers/drv_usart.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/gd32f303e_eval.c b/bsp/gd32303e-eval/drivers/gd32f303e_eval.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/gd32f303e_eval.h b/bsp/gd32303e-eval/drivers/gd32f303e_eval.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/gd32f303e_lcd_eval.c b/bsp/gd32303e-eval/drivers/gd32f303e_lcd_eval.c old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/gd32f303e_lcd_eval.h b/bsp/gd32303e-eval/drivers/gd32f303e_lcd_eval.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/drivers/gd32f30x_libopt.h b/bsp/gd32303e-eval/drivers/gd32f30x_libopt.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/gd32_rom.icf b/bsp/gd32303e-eval/gd32_rom.icf old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/gd32_rom.ld b/bsp/gd32303e-eval/gd32_rom.ld old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/gd32_rom.sct b/bsp/gd32303e-eval/gd32_rom.sct old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/project.ewd b/bsp/gd32303e-eval/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/project.ewp b/bsp/gd32303e-eval/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/project.eww b/bsp/gd32303e-eval/project.eww old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/project.uvoptx b/bsp/gd32303e-eval/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/project.uvprojx b/bsp/gd32303e-eval/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/rtconfig.h b/bsp/gd32303e-eval/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/rtconfig.py b/bsp/gd32303e-eval/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/startcmd.bat b/bsp/gd32303e-eval/startcmd.bat old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/template.ewp b/bsp/gd32303e-eval/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/template.uvoptx b/bsp/gd32303e-eval/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/gd32303e-eval/template.uvprojx b/bsp/gd32303e-eval/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/.config b/bsp/gd32450z-eval/.config old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Kconfig b/bsp/gd32450z-eval/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Include/gd32f4xx.h b/bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Include/gd32f4xx.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Include/system_gd32f4xx.h b/bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Include/system_gd32f4xx.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Source/ARM/startup_gd32f4xx.s b/bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Source/ARM/startup_gd32f4xx.s old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Source/GCC/startup_gd32f4xx.S b/bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Source/GCC/startup_gd32f4xx.S old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Source/IAR/startup_gd32f4xx.s b/bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Source/IAR/startup_gd32f4xx.s old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Source/system_gd32f4xx.c b/bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Source/system_gd32f4xx.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/CMSIS/core_cm4.h b/bsp/gd32450z-eval/Libraries/CMSIS/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/CMSIS/core_cm4_simd.h b/bsp/gd32450z-eval/Libraries/CMSIS/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/CMSIS/core_cmFunc.h b/bsp/gd32450z-eval/Libraries/CMSIS/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/CMSIS/core_cmInstr.h b/bsp/gd32450z-eval/Libraries/CMSIS/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_adc.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_adc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_can.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_can.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_crc.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_crc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_ctc.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_ctc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_dac.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_dac.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_dbg.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_dbg.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_dci.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_dci.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_dma.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_dma.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_enet.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_enet.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_exmc.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_exmc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_exti.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_exti.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_fmc.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_fmc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_fwdgt.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_fwdgt.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_gpio.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_i2c.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_ipa.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_ipa.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_iref.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_iref.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_misc.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_misc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_pmu.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_pmu.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_rcu.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_rcu.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_rtc.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_sdio.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_sdio.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_spi.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_spi.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_syscfg.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_syscfg.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_timer.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_timer.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_tli.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_tli.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_trng.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_trng.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_usart.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_usart.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_wwdgt.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_wwdgt.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_adc.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_adc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_can.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_can.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_crc.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_crc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_ctc.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_ctc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_dac.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_dac.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_dbg.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_dbg.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_dci.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_dci.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_dma.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_dma.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_enet.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_enet.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_exmc.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_exmc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_exti.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_exti.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_fmc.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_fmc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_fwdgt.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_fwdgt.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_gpio.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_i2c.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_ipa.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_ipa.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_iref.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_iref.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_misc.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_misc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_pmu.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_pmu.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_rcu.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_rcu.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_rtc.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_sdio.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_sdio.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_spi.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_spi.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_syscfg.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_syscfg.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_timer.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_timer.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_tli.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_tli.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_trng.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_trng.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_usart.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_usart.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_wwdgt.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_wwdgt.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usb_core.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usb_core.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usb_defines.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usb_defines.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usb_regs.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usb_regs.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usb_std.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usb_std.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbd_core.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbd_core.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbd_int.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbd_int.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbd_std.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbd_std.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbh_core.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbh_core.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbh_ctrl.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbh_ctrl.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbh_hcs.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbh_hcs.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbh_int.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbh_int.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbh_std.h b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbh_std.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usb_core.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usb_core.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbd_core.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbd_core.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbd_int.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbd_int.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbd_std.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbd_std.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbh_core.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbh_core.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbh_ctrl.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbh_ctrl.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbh_hcs.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbh_hcs.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbh_int.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbh_int.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbh_std.c b/bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbh_std.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/Libraries/SConscript b/bsp/gd32450z-eval/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/README.md b/bsp/gd32450z-eval/README.md old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/SConscript b/bsp/gd32450z-eval/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/SConstruct b/bsp/gd32450z-eval/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/applications/SConscript b/bsp/gd32450z-eval/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/applications/main.c b/bsp/gd32450z-eval/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/applications/rtgui_demo.h b/bsp/gd32450z-eval/applications/rtgui_demo.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/SConscript b/bsp/gd32450z-eval/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/board.c b/bsp/gd32450z-eval/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/board.h b/bsp/gd32450z-eval/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/drv_enet.c b/bsp/gd32450z-eval/drivers/drv_enet.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/drv_exmc_sdram.c b/bsp/gd32450z-eval/drivers/drv_exmc_sdram.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/drv_exmc_sdram.h b/bsp/gd32450z-eval/drivers/drv_exmc_sdram.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/drv_lcd.c b/bsp/gd32450z-eval/drivers/drv_lcd.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/drv_spi.c b/bsp/gd32450z-eval/drivers/drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/drv_spi.h b/bsp/gd32450z-eval/drivers/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/drv_spi_flash.c b/bsp/gd32450z-eval/drivers/drv_spi_flash.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/drv_usart.c b/bsp/gd32450z-eval/drivers/drv_usart.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/drv_usart.h b/bsp/gd32450z-eval/drivers/drv_usart.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/gd32f450z_eval.h b/bsp/gd32450z-eval/drivers/gd32f450z_eval.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/gd32f450z_lcd_eval.c b/bsp/gd32450z-eval/drivers/gd32f450z_lcd_eval.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/gd32f450z_lcd_eval.h b/bsp/gd32450z-eval/drivers/gd32f450z_lcd_eval.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/gd32f4xx_libopt.h b/bsp/gd32450z-eval/drivers/gd32f4xx_libopt.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/synopsys_emac.c b/bsp/gd32450z-eval/drivers/synopsys_emac.c old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/drivers/synopsys_emac.h b/bsp/gd32450z-eval/drivers/synopsys_emac.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/gd32_rom.icf b/bsp/gd32450z-eval/gd32_rom.icf old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/gd32_rom.ld b/bsp/gd32450z-eval/gd32_rom.ld old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/gd32_rom.sct b/bsp/gd32450z-eval/gd32_rom.sct old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/project.ewp b/bsp/gd32450z-eval/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/project.eww b/bsp/gd32450z-eval/project.eww old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/project.uvoptx b/bsp/gd32450z-eval/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/project.uvproj b/bsp/gd32450z-eval/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/project.uvprojx b/bsp/gd32450z-eval/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/rtconfig.h b/bsp/gd32450z-eval/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/rtconfig.py b/bsp/gd32450z-eval/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/startcmd.bat b/bsp/gd32450z-eval/startcmd.bat old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/template.ewp b/bsp/gd32450z-eval/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/template.uvoptx b/bsp/gd32450z-eval/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/template.uvproj b/bsp/gd32450z-eval/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/gd32450z-eval/template.uvprojx b/bsp/gd32450z-eval/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/.config b/bsp/gd32e230k-start/.config old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Kconfig b/bsp/gd32e230k-start/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/CMSIS/GD/GD32E230/Include/gd32e230.h b/bsp/gd32e230k-start/Libraries/CMSIS/GD/GD32E230/Include/gd32e230.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/CMSIS/GD/GD32E230/Include/system_gd32e230.h b/bsp/gd32e230k-start/Libraries/CMSIS/GD/GD32E230/Include/system_gd32e230.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/CMSIS/GD/GD32E230/Source/ARM/startup_gd32e230.s b/bsp/gd32e230k-start/Libraries/CMSIS/GD/GD32E230/Source/ARM/startup_gd32e230.s old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/CMSIS/GD/GD32E230/Source/IAR/startup_gd32e230.s b/bsp/gd32e230k-start/Libraries/CMSIS/GD/GD32E230/Source/IAR/startup_gd32e230.s old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/CMSIS/GD/GD32E230/Source/system_gd32e230.c b/bsp/gd32e230k-start/Libraries/CMSIS/GD/GD32E230/Source/system_gd32e230.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/CMSIS/cmsis_compiler.h b/bsp/gd32e230k-start/Libraries/CMSIS/cmsis_compiler.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/CMSIS/cmsis_gcc.h b/bsp/gd32e230k-start/Libraries/CMSIS/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/CMSIS/cmsis_version.h b/bsp/gd32e230k-start/Libraries/CMSIS/cmsis_version.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/CMSIS/core_cm23.h b/bsp/gd32e230k-start/Libraries/CMSIS/core_cm23.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_adc.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_adc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_cmp.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_cmp.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_crc.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_crc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_dbg.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_dbg.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_dma.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_dma.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_exti.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_exti.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_fmc.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_fmc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_fwdgt.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_fwdgt.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_gpio.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_i2c.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_misc.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_misc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_pmu.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_pmu.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_rcu.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_rcu.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_rtc.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_spi.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_spi.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_syscfg.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_syscfg.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_timer.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_timer.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_usart.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_usart.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_wwdgt.h b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_wwdgt.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_adc.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_adc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_cmp.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_cmp.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_crc.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_crc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_dbg.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_dbg.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_dma.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_dma.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_exti.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_exti.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_fmc.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_fmc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_fwdgt.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_fwdgt.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_gpio.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_i2c.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_misc.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_misc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_pmu.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_pmu.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_rcu.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_rcu.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_rtc.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_spi.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_spi.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_syscfg.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_syscfg.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_timer.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_timer.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_usart.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_usart.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_wwdgt.c b/bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_wwdgt.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/Libraries/SConscript b/bsp/gd32e230k-start/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/README.md b/bsp/gd32e230k-start/README.md old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/SConscript b/bsp/gd32e230k-start/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/SConstruct b/bsp/gd32e230k-start/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/applications/SConscript b/bsp/gd32e230k-start/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/applications/main.c b/bsp/gd32e230k-start/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/drivers/SConscript b/bsp/gd32e230k-start/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/drivers/board.c b/bsp/gd32e230k-start/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/drivers/board.h b/bsp/gd32e230k-start/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/drivers/drv_gpio.c b/bsp/gd32e230k-start/drivers/drv_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/drivers/drv_gpio.h b/bsp/gd32e230k-start/drivers/drv_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/drivers/drv_i2c.c b/bsp/gd32e230k-start/drivers/drv_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/drivers/drv_i2c.h b/bsp/gd32e230k-start/drivers/drv_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/drivers/drv_spi.c b/bsp/gd32e230k-start/drivers/drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/drivers/drv_spi.h b/bsp/gd32e230k-start/drivers/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/drivers/drv_usart.c b/bsp/gd32e230k-start/drivers/drv_usart.c old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/drivers/drv_usart.h b/bsp/gd32e230k-start/drivers/drv_usart.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/drivers/gd32e230_libopt.h b/bsp/gd32e230k-start/drivers/gd32e230_libopt.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/gd32_rom.icf b/bsp/gd32e230k-start/gd32_rom.icf old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/gd32_rom.ld b/bsp/gd32e230k-start/gd32_rom.ld old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/gd32_rom.sct b/bsp/gd32e230k-start/gd32_rom.sct old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/project.uvoptx b/bsp/gd32e230k-start/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/project.uvprojx b/bsp/gd32e230k-start/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/rtconfig.h b/bsp/gd32e230k-start/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/rtconfig.py b/bsp/gd32e230k-start/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/template.uvoptx b/bsp/gd32e230k-start/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/gd32e230k-start/template.uvprojx b/bsp/gd32e230k-start/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/.config b/bsp/gd32vf103v-eval/.config old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/.cproject b/bsp/gd32vf103v-eval/.cproject old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/.project b/bsp/gd32vf103v-eval/.project old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/.settings/language.settings.xml b/bsp/gd32vf103v-eval/.settings/language.settings.xml old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/Kconfig b/bsp/gd32vf103v-eval/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/README.md b/bsp/gd32vf103v-eval/README.md old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/SConscript b/bsp/gd32vf103v-eval/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/SConstruct b/bsp/gd32vf103v-eval/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/applications/SConscript b/bsp/gd32vf103v-eval/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/applications/main.c b/bsp/gd32vf103v-eval/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/board/Kconfig b/bsp/gd32vf103v-eval/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/board/SConscript b/bsp/gd32vf103v-eval/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/board/board.c b/bsp/gd32vf103v-eval/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/board/board.h b/bsp/gd32vf103v-eval/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/board/gd32vf103_libopt.h b/bsp/gd32vf103v-eval/board/gd32vf103_libopt.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/drivers/SConscript b/bsp/gd32vf103v-eval/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/drivers/drv_usart.c b/bsp/gd32vf103v-eval/drivers/drv_usart.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/drivers/drv_usart.h b/bsp/gd32vf103v-eval/drivers/drv_usart.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/figures/build_path.png b/bsp/gd32vf103v-eval/figures/build_path.png old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/figures/build_project.png b/bsp/gd32vf103v-eval/figures/build_project.png old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/figures/close.png b/bsp/gd32vf103v-eval/figures/close.png old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/figures/debug_select.png b/bsp/gd32vf103v-eval/figures/debug_select.png old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/figures/exist.png b/bsp/gd32vf103v-eval/figures/exist.png old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/figures/file.png b/bsp/gd32vf103v-eval/figures/file.png old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/figures/finish_port.png b/bsp/gd32vf103v-eval/figures/finish_port.png old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/figures/main_select.png b/bsp/gd32vf103v-eval/figures/main_select.png old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/figures/open_debug.png b/bsp/gd32vf103v-eval/figures/open_debug.png old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/figures/open_eclipse.png b/bsp/gd32vf103v-eval/figures/open_eclipse.png old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/figures/open_ocd.png b/bsp/gd32vf103v-eval/figures/open_ocd.png old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/figures/risc-v-tool.png b/bsp/gd32vf103v-eval/figures/risc-v-tool.png old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/figures/zadig.png b/bsp/gd32vf103v-eval/figures/zadig.png old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_adc.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_adc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_bkp.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_bkp.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_can.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_can.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_crc.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_crc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_dac.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_dac.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_dbg.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_dbg.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_dma.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_dma.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_eclic.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_eclic.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_exmc.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_exmc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_exti.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_exti.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_fmc.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_fmc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_fwdgt.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_fwdgt.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_gpio.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_i2c.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_pmu.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_pmu.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_rcu.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_rcu.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_rtc.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_spi.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_spi.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_timer.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_timer.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_usart.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_usart.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_wwdgt.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_wwdgt.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_adc.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_adc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_bkp.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_bkp.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_can.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_can.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_crc.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_crc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_dac.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_dac.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_dbg.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_dbg.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_dma.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_dma.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_eclic.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_eclic.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_exmc.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_exmc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_exti.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_exti.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_fmc.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_fmc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_fwdgt.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_fwdgt.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_gpio.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_i2c.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_pmu.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_pmu.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_rcu.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_rcu.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_rtc.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_spi.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_spi.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_timer.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_timer.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_usart.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_usart.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_wwdgt.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_wwdgt.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/gd32vf103.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/gd32vf103.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/system_gd32vf103.c b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/system_gd32vf103.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/system_gd32vf103.h b/bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/system_gd32vf103.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/SConscript b/bsp/gd32vf103v-eval/libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/drivers/core_v5.h b/bsp/gd32vf103v-eval/libraries/n22/drivers/core_v5.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/drivers/n22_eclic.h b/bsp/gd32vf103v-eval/libraries/n22/drivers/n22_eclic.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/drivers/n22_func.c b/bsp/gd32vf103v-eval/libraries/n22/drivers/n22_func.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/drivers/n22_func.h b/bsp/gd32vf103v-eval/libraries/n22/drivers/n22_func.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/drivers/n22_tmr.h b/bsp/gd32vf103v-eval/libraries/n22/drivers/n22_tmr.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/drivers/riscv_bits.h b/bsp/gd32vf103v-eval/libraries/n22/drivers/riscv_bits.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/drivers/riscv_const.h b/bsp/gd32vf103v-eval/libraries/n22/drivers/riscv_const.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/drivers/riscv_encoding.h b/bsp/gd32vf103v-eval/libraries/n22/drivers/riscv_encoding.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/drivers/sections.h b/bsp/gd32vf103v-eval/libraries/n22/drivers/sections.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/GD32VF103x4.lds b/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/GD32VF103x4.lds old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/GD32VF103x6.lds b/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/GD32VF103x6.lds old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/GD32VF103x8.lds b/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/GD32VF103x8.lds old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/GD32VF103xB.lds b/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/GD32VF103xB.lds old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/GD32VF103xB_I2S.lds b/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/GD32VF103xB_I2S.lds old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/entry.S b/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/entry.S old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/handlers.c b/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/handlers.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/init.c b/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/init.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/start.S b/bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/start.S old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/stubs/_exit.c b/bsp/gd32vf103v-eval/libraries/n22/stubs/_exit.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/stubs/close.c b/bsp/gd32vf103v-eval/libraries/n22/stubs/close.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/stubs/fstat.c b/bsp/gd32vf103v-eval/libraries/n22/stubs/fstat.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/stubs/isatty.c b/bsp/gd32vf103v-eval/libraries/n22/stubs/isatty.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/stubs/lseek.c b/bsp/gd32vf103v-eval/libraries/n22/stubs/lseek.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/stubs/read.c b/bsp/gd32vf103v-eval/libraries/n22/stubs/read.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/stubs/sbrk.c b/bsp/gd32vf103v-eval/libraries/n22/stubs/sbrk.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/stubs/stub.h b/bsp/gd32vf103v-eval/libraries/n22/stubs/stub.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/stubs/write.c b/bsp/gd32vf103v-eval/libraries/n22/stubs/write.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/stubs/write_hex.c b/bsp/gd32vf103v-eval/libraries/n22/stubs/write_hex.c old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/libraries/n22/tools/openocd_upload.sh b/bsp/gd32vf103v-eval/libraries/n22/tools/openocd_upload.sh old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/rtconfig.h b/bsp/gd32vf103v-eval/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/gd32vf103v-eval/rtconfig.py b/bsp/gd32vf103v-eval/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/gkipc/.config b/bsp/gkipc/.config old mode 100644 new mode 100755 diff --git a/bsp/gkipc/Kconfig b/bsp/gkipc/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/gkipc/README.md b/bsp/gkipc/README.md old mode 100644 new mode 100755 diff --git a/bsp/gkipc/SConscript b/bsp/gkipc/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/SConstruct b/bsp/gkipc/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/gkipc/applications/SConscript b/bsp/gkipc/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/applications/main.c b/bsp/gkipc/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/SConscript b/bsp/gkipc/armv6/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/arm1176_mmu.gcc.s b/bsp/gkipc/armv6/arm1176_mmu.gcc.s old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/arm1176_mmu_ttb.c b/bsp/gkipc/armv6/arm1176_mmu_ttb.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/arm1176_mmu_ttb.h b/bsp/gkipc/armv6/arm1176_mmu_ttb.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/arm1176_vfp_fast_gcc.s b/bsp/gkipc/armv6/arm1176_vfp_fast_gcc.s old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/context_gcc.s b/bsp/gkipc/armv6/context_gcc.s old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/cpuport.c b/bsp/gkipc/armv6/cpuport.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/gk7101.h b/bsp/gkipc/armv6/gk7101.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/interrupt.c b/bsp/gkipc/armv6/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/mmu.c b/bsp/gkipc/armv6/mmu.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/mmu.h b/bsp/gkipc/armv6/mmu.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/reset.c b/bsp/gkipc/armv6/reset.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/rtos.h b/bsp/gkipc/armv6/rtos.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/rtos_lib.c b/bsp/gkipc/armv6/rtos_lib.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/rtos_lib.h b/bsp/gkipc/armv6/rtos_lib.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/rtos_memory.h b/bsp/gkipc/armv6/rtos_memory.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/stack.c b/bsp/gkipc/armv6/stack.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/start_gcc.s b/bsp/gkipc/armv6/start_gcc.s old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/system_clock.c b/bsp/gkipc/armv6/system_clock.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/armv6/trap.c b/bsp/gkipc/armv6/trap.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/SConscript b/bsp/gkipc/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/board.c b/bsp/gkipc/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/board.h b/bsp/gkipc/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_adc.c b/bsp/gkipc/drivers/drv_adc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_adc.h b/bsp/gkipc/drivers/drv_adc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_dma.c b/bsp/gkipc/drivers/drv_dma.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_dma.h b/bsp/gkipc/drivers/drv_dma.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_flash.c b/bsp/gkipc/drivers/drv_flash.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_flash.h b/bsp/gkipc/drivers/drv_flash.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_gmac.c b/bsp/gkipc/drivers/drv_gmac.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_gmac.h b/bsp/gkipc/drivers/drv_gmac.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_i2c.c b/bsp/gkipc/drivers/drv_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_i2c.h b/bsp/gkipc/drivers/drv_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_mmc.c b/bsp/gkipc/drivers/drv_mmc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_mmc.h b/bsp/gkipc/drivers/drv_mmc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_pwm.c b/bsp/gkipc/drivers/drv_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_pwm.h b/bsp/gkipc/drivers/drv_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_sdio.c b/bsp/gkipc/drivers/drv_sdio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_sdio.h b/bsp/gkipc/drivers/drv_sdio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_ssi.c b/bsp/gkipc/drivers/drv_ssi.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_ssi.h b/bsp/gkipc/drivers/drv_ssi.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_uart.c b/bsp/gkipc/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_uart.h b/bsp/gkipc/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_wdt.c b/bsp/gkipc/drivers/drv_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/drivers/drv_wdt.h b/bsp/gkipc/drivers/drv_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/gk7102c_evb_sc1135_config b/bsp/gkipc/gk7102c_evb_sc1135_config old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/SConscript b/bsp/gkipc/libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/SConscript b/bsp/gkipc/libraries/drv/7102C/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/SConscript b/bsp/gkipc/libraries/drv/7102C/gd/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_adc.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_adc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_audio.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_audio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_crypto.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_crypto.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_dma.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_dma.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_ethernet.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_ethernet.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_gpio.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_i2c.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_i2s.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_int.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_int.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_ir.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_ir.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_pwm.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_sdio.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_sdio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_sflash.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_sflash.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_spi.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_spi.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_spieeprom.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_spieeprom.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_timer.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_timer.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_uart.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_uart.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_usb.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_usb.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_vo_i80.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_vo_i80.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_wdog.h b/bsp/gkipc/libraries/drv/7102C/gd/inc/gd_wdog.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/SConscript b/bsp/gkipc/libraries/drv/7102C/gd/src/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/adc/gd_adc.c b/bsp/gkipc/libraries/drv/7102C/gd/src/adc/gd_adc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/audio/gd_audio.c b/bsp/gkipc/libraries/drv/7102C/gd/src/audio/gd_audio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/crypto/gd_crypto.c b/bsp/gkipc/libraries/drv/7102C/gd/src/crypto/gd_crypto.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/dma/gd_dma.c b/bsp/gkipc/libraries/drv/7102C/gd/src/dma/gd_dma.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_emac.c b/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_emac.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_emac.h b/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_emac.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_ephy.c b/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_ephy.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_ephy.h b/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_ephy.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy.c b/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy.h b/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_ar8032.c b/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_ar8032.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_ar8032.h b/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_ar8032.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_lan8700.c b/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_lan8700.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_lan8700.h b/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_lan8700.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_reg.h b/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_reg.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_rtl8201.c b/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_rtl8201.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_rtl8201.h b/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_rtl8201.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_priv.h b/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_priv.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_ethernet.c b/bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_ethernet.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/gpio/gd_gpio.c b/bsp/gkipc/libraries/drv/7102C/gd/src/gpio/gd_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/i2c/gd_i2c.c b/bsp/gkipc/libraries/drv/7102C/gd/src/i2c/gd_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/i2c/gd_i2c_sw.c b/bsp/gkipc/libraries/drv/7102C/gd/src/i2c/gd_i2c_sw.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/i2s/gd_i2s.c b/bsp/gkipc/libraries/drv/7102C/gd/src/i2s/gd_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/int/gd_int.c b/bsp/gkipc/libraries/drv/7102C/gd/src/int/gd_int.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/int/gd_int_handler.c b/bsp/gkipc/libraries/drv/7102C/gd/src/int/gd_int_handler.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/int/gd_int_priv.c b/bsp/gkipc/libraries/drv/7102C/gd/src/int/gd_int_priv.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/int/gd_int_priv.h b/bsp/gkipc/libraries/drv/7102C/gd/src/int/gd_int_priv.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/ir/gd_ir.c b/bsp/gkipc/libraries/drv/7102C/gd/src/ir/gd_ir.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/pwm/gd_pwm.c b/bsp/gkipc/libraries/drv/7102C/gd/src/pwm/gd_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/sdio/gd_sdio.c b/bsp/gkipc/libraries/drv/7102C/gd/src/sdio/gd_sdio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/sflash/gd_sflash.c b/bsp/gkipc/libraries/drv/7102C/gd/src/sflash/gd_sflash.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/sflash/gd_spi_sflash.c b/bsp/gkipc/libraries/drv/7102C/gd/src/sflash/gd_spi_sflash.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/spi/gd_spi.c b/bsp/gkipc/libraries/drv/7102C/gd/src/spi/gd_spi.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/spieeprom/gd_spieeprom.c b/bsp/gkipc/libraries/drv/7102C/gd/src/spieeprom/gd_spieeprom.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/timer/gd_timer.c b/bsp/gkipc/libraries/drv/7102C/gd/src/timer/gd_timer.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/uart/gd_uart.c b/bsp/gkipc/libraries/drv/7102C/gd/src/uart/gd_uart.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/usb/gd_usb.c b/bsp/gkipc/libraries/drv/7102C/gd/src/usb/gd_usb.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/vo_i80/gd_vo_i80.c b/bsp/gkipc/libraries/drv/7102C/gd/src/vo_i80/gd_vo_i80.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gd/src/wdog/gd_wdog.c b/bsp/gkipc/libraries/drv/7102C/gd/src/wdog/gd_wdog.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/SConscript b/bsp/gkipc/libraries/drv/7102C/gh/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_adc.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_adc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_audio.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_audio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_crypto.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_crypto.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_adc.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_adc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_auc.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_auc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_code.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_code.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_idsp.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_idsp.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_memd.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_memd.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_rct.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_rct.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_smem.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_smem.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_test.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_test.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_tsfm.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_tsfm.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_dma.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_dma.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_efuse.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_efuse.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_ephy.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_ephy.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_eth.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_eth.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_gdma.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_gdma.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_gpio.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_hdmi.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_hdmi.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_hw_cfg.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_hw_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_i2c.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_i2s.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_lib_cfg.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_lib_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pmu.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pmu.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pmu_irr.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pmu_irr.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pmu_irt.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pmu_irt.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pmu_rtc.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pmu_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pwm.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_sdio0.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_sdio0.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_sdio1.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_sdio1.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_sdio_all.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_sdio_all.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_sflash.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_sflash.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_spi0.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_spi0.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_spi1.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_spi1.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_spi2.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_spi2.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_spi_all.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_spi_all.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_timer.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_timer.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_uart.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_uart.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_uart0.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_uart0.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_uart1.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_uart1.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_uart2.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_uart2.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_usb.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_usb.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_usb_phy.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_usb_phy.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vic.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vic.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vin.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vin.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_dac.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_dac.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_display0.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_display0.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_display1.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_display1.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_dve.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_dve.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_i80.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_i80.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_mixer0.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_mixer0.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_mixer1.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_mixer1.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_osd.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_osd.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_smem.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_smem.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_top.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_top.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_wdt.h b/bsp/gkipc/libraries/drv/7102C/gh/inc/gh_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/SConscript b/bsp/gkipc/libraries/drv/7102C/gh/src/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_adc.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_adc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_audio.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_audio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_crypto.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_crypto.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_adc.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_adc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_auc.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_auc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_code.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_code.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_idsp.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_idsp.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_memd.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_memd.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_rct.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_rct.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_smem.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_smem.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_test.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_test.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_tsfm.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_tsfm.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_dma.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_dma.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_efuse.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_efuse.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_ephy.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_ephy.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_eth.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_eth.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_gdma.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_gdma.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_gpio.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_hdmi.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_hdmi.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_i2c.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_i2s.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_pmu.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_pmu.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_pmu_irr.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_pmu_irr.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_pmu_irt.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_pmu_irt.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_pmu_rtc.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_pmu_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_pwm.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_sdio0.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_sdio0.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_sdio1.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_sdio1.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_sdio_all.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_sdio_all.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_sflash.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_sflash.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_spi0.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_spi0.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_spi1.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_spi1.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_spi2.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_spi2.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_spi_all.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_spi_all.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_timer.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_timer.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_uart.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_uart.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_uart0.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_uart0.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_uart1.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_uart1.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_uart2.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_uart2.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_usb.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_usb.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_usb_phy.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_usb_phy.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vic.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vic.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vin.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vin.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_dac.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_dac.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_display0.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_display0.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_display1.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_display1.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_dve.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_dve.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_i80.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_i80.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_mixer0.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_mixer0.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_mixer1.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_mixer1.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_osd.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_osd.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_smem.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_smem.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_top.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_top.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/7102C/gh/src/gh_wdt.c b/bsp/gkipc/libraries/drv/7102C/gh/src/gh_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/SConscript b/bsp/gkipc/libraries/drv/710X/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/SConscript b/bsp/gkipc/libraries/drv/710X/gd/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_adc.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_adc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_audio.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_audio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_crypto.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_crypto.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_dma.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_dma.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_dsp_cmd.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_dsp_cmd.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_ethernet.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_ethernet.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_gpio.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_i2c.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_i2s.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_int.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_int.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_ir.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_ir.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_pwm.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_sdio.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_sdio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_sensor.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_sensor.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_sflash.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_sflash.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_spi.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_spi.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_spieeprom.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_spieeprom.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_timer.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_timer.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_uart.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_uart.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_usb.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_usb.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/inc/gd_wdog.h b/bsp/gkipc/libraries/drv/710X/gd/inc/gd_wdog.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/SConscript b/bsp/gkipc/libraries/drv/710X/gd/src/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/adc/gd_adc.c b/bsp/gkipc/libraries/drv/710X/gd/src/adc/gd_adc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/audio/gd_audio.c b/bsp/gkipc/libraries/drv/710X/gd/src/audio/gd_audio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/crypto/gd_crypto.c b/bsp/gkipc/libraries/drv/710X/gd/src/crypto/gd_crypto.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/dma/gd_dma.c b/bsp/gkipc/libraries/drv/710X/gd/src/dma/gd_dma.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/dsp_cmd/gd_dsp_cmd.c b/bsp/gkipc/libraries/drv/710X/gd/src/dsp_cmd/gd_dsp_cmd.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_emac.c b/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_emac.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_emac.h b/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_emac.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_ephy.c b/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_ephy.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_ephy.h b/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_ephy.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy.c b/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy.h b/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_ar8032.c b/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_ar8032.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_ar8032.h b/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_ar8032.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_lan8700.c b/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_lan8700.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_lan8700.h b/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_lan8700.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_reg.h b/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_reg.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_rtl8201.c b/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_rtl8201.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_rtl8201.h b/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_rtl8201.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_priv.h b/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_priv.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_ethernet.c b/bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_ethernet.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/gpio/gd_gpio.c b/bsp/gkipc/libraries/drv/710X/gd/src/gpio/gd_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/i2c/gd_i2c.c b/bsp/gkipc/libraries/drv/710X/gd/src/i2c/gd_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/i2c/gd_i2c_sw.c b/bsp/gkipc/libraries/drv/710X/gd/src/i2c/gd_i2c_sw.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/i2s/gd_i2s.c b/bsp/gkipc/libraries/drv/710X/gd/src/i2s/gd_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/int/gd_int.c b/bsp/gkipc/libraries/drv/710X/gd/src/int/gd_int.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/int/gd_int_handler.c b/bsp/gkipc/libraries/drv/710X/gd/src/int/gd_int_handler.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/int/gd_int_priv.c b/bsp/gkipc/libraries/drv/710X/gd/src/int/gd_int_priv.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/int/gd_int_priv.h b/bsp/gkipc/libraries/drv/710X/gd/src/int/gd_int_priv.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/ir/gd_ir.c b/bsp/gkipc/libraries/drv/710X/gd/src/ir/gd_ir.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/pwm/gd_pwm.c b/bsp/gkipc/libraries/drv/710X/gd/src/pwm/gd_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/sdio/gd_sdio.c b/bsp/gkipc/libraries/drv/710X/gd/src/sdio/gd_sdio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/sensor/gd_sensor.c b/bsp/gkipc/libraries/drv/710X/gd/src/sensor/gd_sensor.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov2710_parallel/gd_sensor_ov2710.c b/bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov2710_parallel/gd_sensor_ov2710.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov2710_parallel/ov2710_docmd.c b/bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov2710_parallel/ov2710_docmd.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov2710_parallel/ov2710_pri.h b/bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov2710_parallel/ov2710_pri.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov9710/gd_sensor_ov9710.c b/bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov9710/gd_sensor_ov9710.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov9710/ov9710_docmd.c b/bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov9710/ov9710_docmd.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov9710/ov9710_pri.h b/bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov9710/ov9710_pri.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/sensor/sensor_pri.h b/bsp/gkipc/libraries/drv/710X/gd/src/sensor/sensor_pri.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/sensor/sony_imx222/gd_sensor_imx222.c b/bsp/gkipc/libraries/drv/710X/gd/src/sensor/sony_imx222/gd_sensor_imx222.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/sensor/sony_imx222/imx222_docmd.c b/bsp/gkipc/libraries/drv/710X/gd/src/sensor/sony_imx222/imx222_docmd.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/sensor/sony_imx222/imx222_pri.h b/bsp/gkipc/libraries/drv/710X/gd/src/sensor/sony_imx222/imx222_pri.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/sflash/gd_sflash.c b/bsp/gkipc/libraries/drv/710X/gd/src/sflash/gd_sflash.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/sflash/gd_spi_sflash.c b/bsp/gkipc/libraries/drv/710X/gd/src/sflash/gd_spi_sflash.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/spi/gd_spi.c b/bsp/gkipc/libraries/drv/710X/gd/src/spi/gd_spi.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/spieeprom/gd_spieeprom.c b/bsp/gkipc/libraries/drv/710X/gd/src/spieeprom/gd_spieeprom.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/timer/gd_timer.c b/bsp/gkipc/libraries/drv/710X/gd/src/timer/gd_timer.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/uart/gd_uart.c b/bsp/gkipc/libraries/drv/710X/gd/src/uart/gd_uart.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/usb/gd_usb.c b/bsp/gkipc/libraries/drv/710X/gd/src/usb/gd_usb.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gd/src/wdog/gd_wdog.c b/bsp/gkipc/libraries/drv/710X/gd/src/wdog/gd_wdog.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/SConscript b/bsp/gkipc/libraries/drv/710X/gh/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_adc.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_adc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_audio.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_audio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_crypto.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_crypto.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_adc.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_adc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_auc.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_auc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_code.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_code.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_idsp.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_idsp.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_memd.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_memd.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_rct.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_rct.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_rct_amba.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_rct_amba.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_smem.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_smem.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_test.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_test.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_tsfm.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_tsfm.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_dma.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_dma.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_efuse.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_efuse.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_ephy.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_ephy.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_eth.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_eth.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_gdma.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_gdma.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_gpio.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_gpio_amba.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_gpio_amba.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_hdmi.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_hdmi.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_hw_cfg.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_hw_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_i2c.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_i2s.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_lib_cfg.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_lib_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_pmu.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_pmu.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_pmu_irr.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_pmu_irr.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_pmu_irt.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_pmu_irt.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_pmu_rtc.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_pmu_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_pwm.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_sdio0.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_sdio0.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_sdio_all.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_sdio_all.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_sflash.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_sflash.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_spi0.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_spi0.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_spi1.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_spi1.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_spi2.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_spi2.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_spi_all.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_spi_all.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_timer.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_timer.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart0.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart0.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart1.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart1.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart2.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart2.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_usb.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_usb.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_usb_phy.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_usb_phy.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vic.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vic.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vin.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vin.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_dac.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_dac.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_display.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_display.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_dve.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_dve.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_mixer.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_mixer.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_osd.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_osd.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_smem.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_smem.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_top.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_top.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/inc/gh_wdt.h b/bsp/gkipc/libraries/drv/710X/gh/inc/gh_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/SConscript b/bsp/gkipc/libraries/drv/710X/gh/src/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_adc.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_adc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_audio.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_audio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_crypto.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_crypto.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_adc.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_adc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_auc.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_auc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_code.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_code.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_idsp.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_idsp.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_memd.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_memd.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_rct.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_rct.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_rct_amba.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_rct_amba.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_smem.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_smem.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_test.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_test.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_tsfm.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_tsfm.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_dma.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_dma.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_efuse.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_efuse.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_ephy.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_ephy.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_eth.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_eth.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_gdma.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_gdma.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_gpio.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_gpio_amba.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_gpio_amba.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_hdmi.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_hdmi.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_i2c.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_i2s.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_pmu.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_pmu.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_pmu_irr.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_pmu_irr.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_pmu_irt.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_pmu_irt.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_pmu_rtc.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_pmu_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_pwm.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_sdio0.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_sdio0.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_sdio_all.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_sdio_all.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_sflash.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_sflash.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_spi0.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_spi0.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_spi1.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_spi1.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_spi2.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_spi2.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_spi_all.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_spi_all.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_timer.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_timer.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_uart.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_uart.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_uart0.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_uart0.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_uart1.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_uart1.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_uart2.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_uart2.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_usb.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_usb.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_usb_phy.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_usb_phy.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_vic.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_vic.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_vin.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_vin.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_dac.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_dac.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_display.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_display.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_dve.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_dve.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_mixer.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_mixer.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_osd.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_osd.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_smem.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_smem.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_top.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_top.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710X/gh/src/gh_wdt.c b/bsp/gkipc/libraries/drv/710X/gh/src/gh_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/SConscript b/bsp/gkipc/libraries/drv/710XS/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/SConscript b/bsp/gkipc/libraries/drv/710XS/gd/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_adc.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_adc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_audio.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_audio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_crypto.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_crypto.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_dma.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_dma.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_dsp_cmd.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_dsp_cmd.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_ethernet.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_ethernet.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_gpio.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_i2c.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_i2s.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_int.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_int.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_ir.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_ir.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_pwm.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_sdio.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_sdio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_sensor.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_sensor.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_sflash.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_sflash.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_spi.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_spi.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_spieeprom.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_spieeprom.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_timer.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_timer.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_uart.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_uart.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_usb.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_usb.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_vo_i80.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_vo_i80.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_wdog.h b/bsp/gkipc/libraries/drv/710XS/gd/inc/gd_wdog.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/SConscript b/bsp/gkipc/libraries/drv/710XS/gd/src/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/adc/gd_adc.c b/bsp/gkipc/libraries/drv/710XS/gd/src/adc/gd_adc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/audio/gd_audio.c b/bsp/gkipc/libraries/drv/710XS/gd/src/audio/gd_audio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/crypto/gd_crypto.c b/bsp/gkipc/libraries/drv/710XS/gd/src/crypto/gd_crypto.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/dma/gd_dma.c b/bsp/gkipc/libraries/drv/710XS/gd/src/dma/gd_dma.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/dsp_cmd/gd_dsp_cmd.c b/bsp/gkipc/libraries/drv/710XS/gd/src/dsp_cmd/gd_dsp_cmd.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_emac.c b/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_emac.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_emac.h b/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_emac.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_ephy.c b/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_ephy.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_ephy.h b/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_ephy.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy.c b/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy.h b/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_ar8032.c b/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_ar8032.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_ar8032.h b/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_ar8032.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_lan8700.c b/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_lan8700.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_lan8700.h b/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_lan8700.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_reg.h b/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_reg.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_rtl8201.c b/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_rtl8201.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_rtl8201.h b/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_rtl8201.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_priv.h b/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_priv.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_ethernet.c b/bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_ethernet.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/gpio/gd_gpio.c b/bsp/gkipc/libraries/drv/710XS/gd/src/gpio/gd_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/i2c/gd_i2c.c b/bsp/gkipc/libraries/drv/710XS/gd/src/i2c/gd_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/i2c/gd_i2c_sw.c b/bsp/gkipc/libraries/drv/710XS/gd/src/i2c/gd_i2c_sw.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/i2s/gd_i2s.c b/bsp/gkipc/libraries/drv/710XS/gd/src/i2s/gd_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/int/gd_int.c b/bsp/gkipc/libraries/drv/710XS/gd/src/int/gd_int.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/int/gd_int_handler.c b/bsp/gkipc/libraries/drv/710XS/gd/src/int/gd_int_handler.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/int/gd_int_priv.c b/bsp/gkipc/libraries/drv/710XS/gd/src/int/gd_int_priv.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/int/gd_int_priv.h b/bsp/gkipc/libraries/drv/710XS/gd/src/int/gd_int_priv.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/ir/gd_ir.c b/bsp/gkipc/libraries/drv/710XS/gd/src/ir/gd_ir.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/pwm/gd_pwm.c b/bsp/gkipc/libraries/drv/710XS/gd/src/pwm/gd_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/sdio/gd_sdio.c b/bsp/gkipc/libraries/drv/710XS/gd/src/sdio/gd_sdio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/gd_sensor.c b/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/gd_sensor.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov2710_parallel/gd_sensor_ov2710.c b/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov2710_parallel/gd_sensor_ov2710.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov2710_parallel/ov2710_docmd.c b/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov2710_parallel/ov2710_docmd.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov2710_parallel/ov2710_pri.h b/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov2710_parallel/ov2710_pri.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov9710/gd_sensor_ov9710.c b/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov9710/gd_sensor_ov9710.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov9710/ov9710_docmd.c b/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov9710/ov9710_docmd.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov9710/ov9710_pri.h b/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov9710/ov9710_pri.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/sensor_pri.h b/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/sensor_pri.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/sony_imx222/gd_sensor_imx222.c b/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/sony_imx222/gd_sensor_imx222.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/sony_imx222/imx222_docmd.c b/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/sony_imx222/imx222_docmd.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/sony_imx222/imx222_pri.h b/bsp/gkipc/libraries/drv/710XS/gd/src/sensor/sony_imx222/imx222_pri.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/sflash/gd_sflash.c b/bsp/gkipc/libraries/drv/710XS/gd/src/sflash/gd_sflash.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/sflash/gd_spi_sflash.c b/bsp/gkipc/libraries/drv/710XS/gd/src/sflash/gd_spi_sflash.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/spi/gd_spi.c b/bsp/gkipc/libraries/drv/710XS/gd/src/spi/gd_spi.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/spieeprom/gd_spieeprom.c b/bsp/gkipc/libraries/drv/710XS/gd/src/spieeprom/gd_spieeprom.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/timer/gd_timer.c b/bsp/gkipc/libraries/drv/710XS/gd/src/timer/gd_timer.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/uart/gd_uart.c b/bsp/gkipc/libraries/drv/710XS/gd/src/uart/gd_uart.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/usb/gd_usb.c b/bsp/gkipc/libraries/drv/710XS/gd/src/usb/gd_usb.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/vo_i80/gd_vo_i80.c b/bsp/gkipc/libraries/drv/710XS/gd/src/vo_i80/gd_vo_i80.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gd/src/wdog/gd_wdog.c b/bsp/gkipc/libraries/drv/710XS/gd/src/wdog/gd_wdog.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/SConscript b/bsp/gkipc/libraries/drv/710XS/gh/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_adc.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_adc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_audio.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_audio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_crypto.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_crypto.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_adc.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_adc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_auc.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_auc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_code.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_code.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_idsp.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_idsp.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_memd.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_memd.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_rct.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_rct.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_smem.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_smem.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_test.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_test.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_tsfm.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_tsfm.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_dma.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_dma.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_efuse.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_efuse.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_ephy.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_ephy.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_eth.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_eth.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_gdma.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_gdma.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_gpio.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_hdmi.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_hdmi.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_hw_cfg.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_hw_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_i2c.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_i2s.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_lib_cfg.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_lib_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pmu.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pmu.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pmu_irr.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pmu_irr.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pmu_irt.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pmu_irt.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pmu_rtc.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pmu_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pwm.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_sdio0.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_sdio0.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_sdio1.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_sdio1.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_sdio_all.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_sdio_all.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_sflash.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_sflash.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_spi0.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_spi0.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_spi1.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_spi1.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_spi2.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_spi2.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_spi_all.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_spi_all.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_timer.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_timer.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_uart.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_uart.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_uart0.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_uart0.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_uart1.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_uart1.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_uart2.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_uart2.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_usb.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_usb.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_usb_phy.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_usb_phy.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vic.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vic.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vin.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vin.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_dac.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_dac.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_display0.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_display0.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_display1.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_display1.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_dve.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_dve.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_i80.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_i80.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_mixer0.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_mixer0.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_mixer1.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_mixer1.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_osd.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_osd.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_smem.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_smem.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_top.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_top.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_wdt.h b/bsp/gkipc/libraries/drv/710XS/gh/inc/gh_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/SConscript b/bsp/gkipc/libraries/drv/710XS/gh/src/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_adc.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_adc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_audio.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_audio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_crypto.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_crypto.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_adc.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_adc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_auc.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_auc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_code.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_code.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_idsp.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_idsp.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_memd.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_memd.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_rct.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_rct.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_smem.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_smem.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_test.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_test.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_tsfm.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_tsfm.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_dma.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_dma.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_efuse.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_efuse.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_ephy.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_ephy.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_eth.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_eth.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_gdma.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_gdma.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_gpio.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_hdmi.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_hdmi.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_i2c.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_i2s.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_pmu.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_pmu.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_pmu_irr.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_pmu_irr.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_pmu_irt.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_pmu_irt.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_pmu_rtc.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_pmu_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_pwm.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_sdio0.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_sdio0.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_sdio1.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_sdio1.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_sdio_all.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_sdio_all.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_sflash.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_sflash.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_spi0.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_spi0.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_spi1.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_spi1.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_spi2.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_spi2.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_spi_all.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_spi_all.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_timer.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_timer.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_uart.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_uart.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_uart0.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_uart0.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_uart1.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_uart1.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_uart2.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_uart2.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_usb.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_usb.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_usb_phy.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_usb_phy.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vic.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vic.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vin.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vin.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_dac.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_dac.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_display0.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_display0.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_display1.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_display1.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_dve.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_dve.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_i80.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_i80.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_mixer0.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_mixer0.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_mixer1.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_mixer1.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_osd.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_osd.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_smem.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_smem.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_top.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_top.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/710XS/gh/src/gh_wdt.c b/bsp/gkipc/libraries/drv/710XS/gh/src/gh_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/SConscript b/bsp/gkipc/libraries/drv/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/gnu_c/SConscript b/bsp/gkipc/libraries/drv/gnu_c/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/gnu_c/gmtime.c b/bsp/gkipc/libraries/drv/gnu_c/gmtime.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/gnu_c/internal.c b/bsp/gkipc/libraries/drv/gnu_c/internal.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/gnu_c/internal.h b/bsp/gkipc/libraries/drv/gnu_c/internal.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/gnu_c/localtime.c b/bsp/gkipc/libraries/drv/gnu_c/localtime.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/gnu_c/memcpy.c b/bsp/gkipc/libraries/drv/gnu_c/memcpy.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/gnu_c/mkgmtime.c b/bsp/gkipc/libraries/drv/gnu_c/mkgmtime.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/gnu_c/random.c b/bsp/gkipc/libraries/drv/gnu_c/random.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/gnu_c/time.c b/bsp/gkipc/libraries/drv/gnu_c/time.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/drv/gnu_c/tzset.c b/bsp/gkipc/libraries/drv/gnu_c/tzset.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/inc/adi_gpio.h b/bsp/gkipc/libraries/inc/adi_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/inc/adi_sys_error.h b/bsp/gkipc/libraries/inc/adi_sys_error.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/inc/adi_types.h b/bsp/gkipc/libraries/inc/adi_types.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/inc/gbitdefs.h b/bsp/gkipc/libraries/inc/gbitdefs.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/inc/gerrno.h b/bsp/gkipc/libraries/inc/gerrno.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/inc/gk_mmap.h b/bsp/gkipc/libraries/inc/gk_mmap.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/inc/gm_debug.h b/bsp/gkipc/libraries/inc/gm_debug.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/inc/gmodids.h b/bsp/gkipc/libraries/inc/gmodids.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/libraries/inc/gtypes.h b/bsp/gkipc/libraries/inc/gtypes.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/link.ld b/bsp/gkipc/link.ld old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/SConscript b/bsp/gkipc/platform/SConscript old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_cfg.h b/bsp/gkipc/platform/board/gpio_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7101_evb.h b/bsp/gkipc/platform/board/gpio_gk7101_evb.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7101_imx222.h b/bsp/gkipc/platform/board/gpio_gk7101_imx222.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7101_ov2710.h b/bsp/gkipc/platform/board/gpio_gk7101_ov2710.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7101s_evb.h b/bsp/gkipc/platform/board/gpio_gk7101s_evb.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7102_jxh42.h b/bsp/gkipc/platform/board/gpio_gk7102_jxh42.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7102_jxh42_joyhonest.h b/bsp/gkipc/platform/board/gpio_gk7102_jxh42_joyhonest.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7102_rtos.h b/bsp/gkipc/platform/board/gpio_gk7102_rtos.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7102_sc1045.h b/bsp/gkipc/platform/board/gpio_gk7102_sc1045.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7102_sc2135.h b/bsp/gkipc/platform/board/gpio_gk7102_sc2135.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7102c_evb.h b/bsp/gkipc/platform/board/gpio_gk7102c_evb.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7102c_fpga.h b/bsp/gkipc/platform/board/gpio_gk7102c_fpga.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7102c_joyhonest.h b/bsp/gkipc/platform/board/gpio_gk7102c_joyhonest.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7102c_ov9750.h b/bsp/gkipc/platform/board/gpio_gk7102c_ov9750.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7102c_t_rtos.h b/bsp/gkipc/platform/board/gpio_gk7102c_t_rtos.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7102s_maoyan_sanzhong.h b/bsp/gkipc/platform/board/gpio_gk7102s_maoyan_sanzhong.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7102s_ov9732_joyhonest.h b/bsp/gkipc/platform/board/gpio_gk7102s_ov9732_joyhonest.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk7102s_tw9912.h b/bsp/gkipc/platform/board/gpio_gk7102s_tw9912.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk710x_hzd.h b/bsp/gkipc/platform/board/gpio_gk710x_hzd.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/board/gpio_gk710x_sanzhong.h b/bsp/gkipc/platform/board/gpio_gk710x_sanzhong.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/platform.c b/bsp/gkipc/platform/platform.c old mode 100644 new mode 100755 diff --git a/bsp/gkipc/platform/platform.h b/bsp/gkipc/platform/platform.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/rtconfig.h b/bsp/gkipc/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/gkipc/rtconfig.py b/bsp/gkipc/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/hifive1/.config b/bsp/hifive1/.config old mode 100644 new mode 100755 diff --git a/bsp/hifive1/Kconfig b/bsp/hifive1/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/hifive1/Makefile b/bsp/hifive1/Makefile old mode 100644 new mode 100755 diff --git a/bsp/hifive1/README.md b/bsp/hifive1/README.md old mode 100644 new mode 100755 diff --git a/bsp/hifive1/SConscript b/bsp/hifive1/SConscript old mode 100644 new mode 100755 diff --git a/bsp/hifive1/SConstruct b/bsp/hifive1/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/hifive1/applications/SConscript b/bsp/hifive1/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/hifive1/applications/main.c b/bsp/hifive1/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/hifive1/drivers/SConscript b/bsp/hifive1/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/hifive1/drivers/board.c b/bsp/hifive1/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/hifive1/drivers/board.h b/bsp/hifive1/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/drivers/drv_usart.c b/bsp/hifive1/drivers/drv_usart.c old mode 100644 new mode 100755 diff --git a/bsp/hifive1/drivers/interrupt.c b/bsp/hifive1/drivers/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/hifive1/drivers/interrupt.h b/bsp/hifive1/drivers/interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/board.png b/bsp/hifive1/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/build.png b/bsp/hifive1/figures/build.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/builded.png b/bsp/hifive1/figures/builded.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/cd.png b/bsp/hifive1/figures/cd.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/debug.png b/bsp/hifive1/figures/debug.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/debug1.png b/bsp/hifive1/figures/debug1.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/debug2.png b/bsp/hifive1/figures/debug2.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/debug3.png b/bsp/hifive1/figures/debug3.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/dowmload.png b/bsp/hifive1/figures/dowmload.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/env.png b/bsp/hifive1/figures/env.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/gcc_tool1.png b/bsp/hifive1/figures/gcc_tool1.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/gcc_tool2.png b/bsp/hifive1/figures/gcc_tool2.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/ide.png b/bsp/hifive1/figures/ide.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/import.png b/bsp/hifive1/figures/import.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/import2.png b/bsp/hifive1/figures/import2.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/import3.png b/bsp/hifive1/figures/import3.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/open_ide.png b/bsp/hifive1/figures/open_ide.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/run.png b/bsp/hifive1/figures/run.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/string.png b/bsp/hifive1/figures/string.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/figures/untar.png b/bsp/hifive1/figures/untar.png old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/LICENSE b/bsp/hifive1/freedom-e-sdk/LICENSE old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/README.md b/bsp/hifive1/freedom-e-sdk/README.md old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/SConscript b/bsp/hifive1/freedom-e-sdk/SConscript old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/drivers/fe300prci/fe300prci_driver.c b/bsp/hifive1/freedom-e-sdk/bsp/drivers/fe300prci/fe300prci_driver.c old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/drivers/fe300prci/fe300prci_driver.h b/bsp/hifive1/freedom-e-sdk/bsp/drivers/fe300prci/fe300prci_driver.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/drivers/plic/plic_driver.c b/bsp/hifive1/freedom-e-sdk/bsp/drivers/plic/plic_driver.c old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/drivers/plic/plic_driver.h b/bsp/hifive1/freedom-e-sdk/bsp/drivers/plic/plic_driver.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-arty.h b/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-arty.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/flash.lds b/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/flash.lds old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/init.c b/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/init.c old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/openocd.cfg b/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/openocd.cfg old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/platform.h b/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/platform.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/scratchpad.lds b/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/scratchpad.lds old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e51-arty/flash.lds b/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e51-arty/flash.lds old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e51-arty/init.c b/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e51-arty/init.c old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e51-arty/openocd.cfg b/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e51-arty/openocd.cfg old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e51-arty/platform.h b/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e51-arty/platform.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e51-arty/scratchpad.lds b/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e51-arty/scratchpad.lds old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/encoding.h b/bsp/hifive1/freedom-e-sdk/bsp/env/encoding.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/entry.S b/bsp/hifive1/freedom-e-sdk/bsp/env/entry.S old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/flash.lds b/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/flash.lds old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/init.c b/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/init.c old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/openocd.cfg b/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/openocd.cfg old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/platform.h b/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/platform.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/flash.lds b/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/flash.lds old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/init.c b/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/init.c old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/openocd.cfg b/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/openocd.cfg old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/platform.h b/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/platform.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/hifive1.h b/bsp/hifive1/freedom-e-sdk/bsp/env/hifive1.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/env/start.S b/bsp/hifive1/freedom-e-sdk/bsp/env/start.S old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/bits.h b/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/bits.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/const.h b/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/const.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/aon.h b/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/aon.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/clint.h b/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/clint.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/gpio.h b/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/otp.h b/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/otp.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/plic.h b/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/plic.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/prci.h b/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/prci.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/pwm.h b/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/pwm.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/spi.h b/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/spi.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/uart.h b/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/uart.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/sections.h b/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/sections.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/smp.h b/bsp/hifive1/freedom-e-sdk/bsp/include/sifive/smp.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/openocd.cfg b/bsp/hifive1/openocd.cfg old mode 100644 new mode 100755 diff --git a/bsp/hifive1/openocd.sh b/bsp/hifive1/openocd.sh old mode 100644 new mode 100755 diff --git a/bsp/hifive1/rtconfig.h b/bsp/hifive1/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/hifive1/rtconfig.py b/bsp/hifive1/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/README.md b/bsp/imx6sx/README.md old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/.config b/bsp/imx6sx/cortex-a9/.config old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/Kconfig b/bsp/imx6sx/cortex-a9/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/SConscript b/bsp/imx6sx/cortex-a9/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/SConstruct b/bsp/imx6sx/cortex-a9/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/applications/SConscript b/bsp/imx6sx/cortex-a9/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/applications/main.c b/bsp/imx6sx/cortex-a9/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/SConscript b/bsp/imx6sx/cortex-a9/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/audmux_iomux_config.c b/bsp/imx6sx/cortex-a9/board/audmux_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/ccm_iomux_config.c b/bsp/imx6sx/cortex-a9/board/ccm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/dcic_iomux_config.c b/bsp/imx6sx/cortex-a9/board/dcic_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/ecspi1_iomux_config.c b/bsp/imx6sx/cortex-a9/board/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/ecspi_iomux_config.c b/bsp/imx6sx/cortex-a9/board/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/eim_iomux_config.c b/bsp/imx6sx/cortex-a9/board/eim_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/enet_iomux_config.c b/bsp/imx6sx/cortex-a9/board/enet_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/epit_iomux_config.c b/bsp/imx6sx/cortex-a9/board/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/esai_iomux_config.c b/bsp/imx6sx/cortex-a9/board/esai_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/flexcan1_iomux_config.c b/bsp/imx6sx/cortex-a9/board/flexcan1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/flexcan2_iomux_config.c b/bsp/imx6sx/cortex-a9/board/flexcan2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/flexcan_iomux_config.c b/bsp/imx6sx/cortex-a9/board/flexcan_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/gpio1_iomux_config.c b/bsp/imx6sx/cortex-a9/board/gpio1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/gpio2_iomux_config.c b/bsp/imx6sx/cortex-a9/board/gpio2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/gpio4_iomux_config.c b/bsp/imx6sx/cortex-a9/board/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/gpio5_iomux_config.c b/bsp/imx6sx/cortex-a9/board/gpio5_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/gpio6_iomux_config.c b/bsp/imx6sx/cortex-a9/board/gpio6_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/gpio_iomux_config.c b/bsp/imx6sx/cortex-a9/board/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/gpmi_iomux_config.c b/bsp/imx6sx/cortex-a9/board/gpmi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/i2c2_iomux_config.c b/bsp/imx6sx/cortex-a9/board/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/i2c3_iomux_config.c b/bsp/imx6sx/cortex-a9/board/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/i2c_iomux_config.c b/bsp/imx6sx/cortex-a9/board/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/iomux_config.c b/bsp/imx6sx/cortex-a9/board/iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/ipu1_iomux_config.c b/bsp/imx6sx/cortex-a9/board/ipu1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/ipu_iomux_config.c b/bsp/imx6sx/cortex-a9/board/ipu_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/mlb_iomux_config.c b/bsp/imx6sx/cortex-a9/board/mlb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/mmdc_iomux_config.c b/bsp/imx6sx/cortex-a9/board/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/pwm3_iomux_config.c b/bsp/imx6sx/cortex-a9/board/pwm3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/pwm4_iomux_config.c b/bsp/imx6sx/cortex-a9/board/pwm4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/pwm_iomux_config.c b/bsp/imx6sx/cortex-a9/board/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/sjc_iomux_config.c b/bsp/imx6sx/cortex-a9/board/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/spdif_iomux_config.c b/bsp/imx6sx/cortex-a9/board/spdif_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/uart2_iomux_config.c b/bsp/imx6sx/cortex-a9/board/uart2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/uart3_iomux_config.c b/bsp/imx6sx/cortex-a9/board/uart3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/uart4_iomux_config.c b/bsp/imx6sx/cortex-a9/board/uart4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/uart_iomux_config.c b/bsp/imx6sx/cortex-a9/board/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/usdhc1_iomux_config.c b/bsp/imx6sx/cortex-a9/board/usdhc1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/usdhc3_iomux_config.c b/bsp/imx6sx/cortex-a9/board/usdhc3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/usdhc_iomux_config.c b/bsp/imx6sx/cortex-a9/board/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/wdog1_iomux_config.c b/bsp/imx6sx/cortex-a9/board/wdog1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/board/wdog_iomux_config.c b/bsp/imx6sx/cortex-a9/board/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/cpu/SConscript b/bsp/imx6sx/cortex-a9/cpu/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/cpu/armv7.h b/bsp/imx6sx/cortex-a9/cpu/armv7.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/cpu/context_gcc.S b/bsp/imx6sx/cortex-a9/cpu/context_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/cpu/cp15.h b/bsp/imx6sx/cortex-a9/cpu/cp15.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/cpu/cp15_gcc.S b/bsp/imx6sx/cortex-a9/cpu/cp15_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/cpu/cpu.c b/bsp/imx6sx/cortex-a9/cpu/cpu.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/cpu/interrupt.c b/bsp/imx6sx/cortex-a9/cpu/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/cpu/mmu.c b/bsp/imx6sx/cortex-a9/cpu/mmu.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/cpu/pmu.c b/bsp/imx6sx/cortex-a9/cpu/pmu.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/cpu/pmu.h b/bsp/imx6sx/cortex-a9/cpu/pmu.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/cpu/stack.c b/bsp/imx6sx/cortex-a9/cpu/stack.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/cpu/start_gcc.S b/bsp/imx6sx/cortex-a9/cpu/start_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/cpu/trap.c b/bsp/imx6sx/cortex-a9/cpu/trap.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/cpu/vector_gcc.S b/bsp/imx6sx/cortex-a9/cpu/vector_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/drivers/SConscript b/bsp/imx6sx/cortex-a9/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/drivers/board.c b/bsp/imx6sx/cortex-a9/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/drivers/board.h b/bsp/imx6sx/cortex-a9/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/drivers/emac_drv.c b/bsp/imx6sx/cortex-a9/drivers/emac_drv.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/drivers/emac_drv.h b/bsp/imx6sx/cortex-a9/drivers/emac_drv.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/drivers/serial.c b/bsp/imx6sx/cortex-a9/drivers/serial.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/drivers/serial.h b/bsp/imx6sx/cortex-a9/drivers/serial.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/imx6.lds b/bsp/imx6sx/cortex-a9/imx6.lds old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/rtconfig.h b/bsp/imx6sx/cortex-a9/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/cortex-a9/rtconfig.py b/bsp/imx6sx/cortex-a9/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/Doxyfile b/bsp/imx6sx/iMX6_Platform_SDK/Doxyfile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/LICENSE.txt b/bsp/imx6sx/iMX6_Platform_SDK/LICENSE.txt old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/README.pdf b/bsp/imx6sx/iMX6_Platform_SDK/README.pdf old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/SConscript b/bsp/imx6sx/iMX6_Platform_SDK/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/apps/common/platform_init.h b/bsp/imx6sx/iMX6_Platform_SDK/apps/common/platform_init.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/apps/common/print_clock_info.c b/bsp/imx6sx/iMX6_Platform_SDK/apps/common/print_clock_info.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/apps/common/print_clock_info.h b/bsp/imx6sx/iMX6_Platform_SDK/apps/common/print_clock_info.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/apps/common/print_version.c b/bsp/imx6sx/iMX6_Platform_SDK/apps/common/print_version.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/apps/common/print_version.h b/bsp/imx6sx/iMX6_Platform_SDK/apps/common/print_version.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_buttons.c b/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_buttons.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_camera.c b/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_camera.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_can.c b/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_can.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_display.c b/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_display.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_hdmi.c b/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_hdmi.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_i2c.c b/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_i2c.h b/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_io_expanders.c b/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_io_expanders.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_io_expanders.h b/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_io_expanders.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_mipi.c b/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_mipi.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_nand.c b/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_nand.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_pcie.c b/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_pcie.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_usb.c b/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_usb.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_usdhc.c b/bsp/imx6sx/iMX6_Platform_SDK/board/common/board_usdhc.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/hardware_modules.c b/bsp/imx6sx/iMX6_Platform_SDK/board/common/hardware_modules.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/common/readme.txt b/bsp/imx6sx/iMX6_Platform_SDK/board/common/readme.txt old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/i.MX6DQ_EVB_X3.IoMuxDesign.xml b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/i.MX6DQ_EVB_X3.IoMuxDesign.xml old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/ccm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/ccm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/dcic_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/dcic_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/ecspi1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/ecspi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/epit_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/esai_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/esai_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/flexcan1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/flexcan1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/flexcan2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/flexcan2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/flexcan_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/flexcan_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpio3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpio3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpio4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpio5_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpio5_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpio6_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpio6_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpio_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpmi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpmi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/hdmi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/hdmi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/i2c1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/i2c1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/i2c2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/i2c3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/i2c_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/ipu1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/ipu1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/ipu_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/ipu_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/mlb_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/mlb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/mmdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/pwm1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/pwm1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/pwm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/sjc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/spdif_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/spdif_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/uart2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/uart2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/uart4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/uart4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/uart_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usb_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usdhc1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usdhc1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usdhc2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usdhc2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usdhc3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usdhc3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usdhc4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usdhc4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usdhc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/wdog_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux_config.h b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/i.MX6DQ_Sabre_AI_RevA.IomuxDesign.xml b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/i.MX6DQ_Sabre_AI_RevA.IomuxDesign.xml old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/i.MX6DQ_Sabre_AI_RevB.IomuxDesign.xml b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/i.MX6DQ_Sabre_AI_RevB.IomuxDesign.xml old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/iomux_config.h b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/iomux_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/audmux_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/audmux_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/ccm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/ccm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/dcic_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/dcic_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/ecspi1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/ecspi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/eim_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/eim_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/enet_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/enet_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/epit_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/esai_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/esai_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/flexcan1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/flexcan1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/flexcan2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/flexcan2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/flexcan_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/flexcan_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio5_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio5_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio6_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio6_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpmi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpmi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/i2c2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/i2c3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/i2c_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/ipu1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/ipu1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/ipu_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/ipu_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/mlb_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/mlb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/mmdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/pwm3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/pwm3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/pwm4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/pwm4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/pwm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/sjc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/spdif_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/spdif_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/uart2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/uart2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/uart3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/uart3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/uart4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/uart4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/uart_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/usdhc1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/usdhc1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/usdhc3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/usdhc3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/usdhc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/wdog1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/wdog1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/wdog_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/audmux_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/audmux_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/ccm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/ccm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/dcic_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/dcic_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/ecspi1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/ecspi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/eim_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/eim_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/enet_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/enet_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/epit_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/esai_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/esai_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/flexcan1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/flexcan1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/flexcan2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/flexcan2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/flexcan_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/flexcan_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio5_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio5_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio6_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio6_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpmi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpmi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/i2c2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/i2c3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/i2c_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/ipu1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/ipu1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/ipu_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/ipu_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/mlb_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/mlb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/mmdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/pwm3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/pwm3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/pwm4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/pwm4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/pwm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/sjc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/spdif_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/spdif_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/uart2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/uart2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/uart3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/uart3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/uart4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/uart4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/uart_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/usdhc1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/usdhc1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/usdhc3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/usdhc3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/usdhc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/wdog1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/wdog1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/wdog_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/audmux_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/audmux_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/ccm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/ccm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/dcic_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/dcic_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/ecspi1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/ecspi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/eim_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/eim_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/enet_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/enet_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/epit_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/esai_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/esai_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/flexcan1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/flexcan1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/flexcan2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/flexcan2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/flexcan_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/flexcan_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio5_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio5_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio6_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio6_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpmi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpmi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/i2c2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/i2c3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/i2c_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/ipu1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/ipu1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/ipu_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/ipu_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/mlb_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/mlb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/mmdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/pwm3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/pwm3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/pwm4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/pwm4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/pwm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/sjc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/spdif_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/spdif_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/uart2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/uart2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/uart3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/uart3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/uart4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/uart4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/uart_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/usdhc1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/usdhc1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/usdhc3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/usdhc3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/usdhc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/wdog1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/wdog1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/wdog_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/iomux_config.h b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/iomux_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/audmux_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/audmux_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/ccm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/ccm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/dcic_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/dcic_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/ecspi1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/ecspi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/enet_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/enet_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/epit_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/flexcan1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/flexcan1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/flexcan_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/flexcan_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio5_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio5_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio6_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio6_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio7_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio7_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gps_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gps_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/i2c1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/i2c1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/i2c2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/i2c3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/i2c_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/ipu1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/ipu1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/ipu_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/ipu_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/mmdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/pwm1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/pwm1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/pwm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/sjc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/uart1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/uart1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/uart_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/usdhc2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/usdhc2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/usdhc3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/usdhc3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/usdhc4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/usdhc4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/usdhc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/wdog_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/audmux_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/audmux_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/ccm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/ccm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/dcic_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/dcic_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/ecspi1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/ecspi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/enet_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/enet_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/epit_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/flexcan1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/flexcan1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/flexcan_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/flexcan_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio5_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio5_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio6_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio6_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio7_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio7_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gps_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gps_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/i2c1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/i2c1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/i2c2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/i2c3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/i2c_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/ipu1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/ipu1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/ipu_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/ipu_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/mmdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/pwm1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/pwm1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/pwm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/sjc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/uart1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/uart1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/uart_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/usb_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/usb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/usdhc2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/usdhc2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/usdhc3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/usdhc3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/usdhc4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/usdhc4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/usdhc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/wdog_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/audmux_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/audmux_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/ccm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/ccm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/dcic_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/dcic_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/ecspi1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/ecspi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/enet_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/enet_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/epit_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/flexcan1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/flexcan1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/flexcan_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/flexcan_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio5_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio5_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio6_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio6_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio7_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio7_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gps_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gps_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/i2c1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/i2c1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/i2c2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/i2c3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/i2c_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/ipu1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/ipu1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/ipu_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/ipu_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/mmdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/pwm1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/pwm1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/pwm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/sjc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/uart1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/uart1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/uart_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/usb_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/usb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/usdhc2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/usdhc2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/usdhc3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/usdhc3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/usdhc4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/usdhc4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/usdhc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/wdog_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/i.MX6SDL_EVB_X3.IoMuxDesign.xml b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/i.MX6SDL_EVB_X3.IoMuxDesign.xml old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/ccm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/ccm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/dcic_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/dcic_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/ecspi1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/ecspi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/enet_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/enet_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/epit_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/esai_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/esai_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/flexcan1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/flexcan1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/flexcan2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/flexcan2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/flexcan_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/flexcan_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpio3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpio3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpio4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpio5_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpio5_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpio6_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpio6_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpio_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpmi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpmi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/hdmi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/hdmi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/i2c1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/i2c1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/i2c2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/i2c3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/i2c_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/ipu1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/ipu1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/ipu_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/ipu_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/kpp_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/kpp_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/mlb_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/mlb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/mmdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/pwm1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/pwm1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/pwm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/sjc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/spdif_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/spdif_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/uart2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/uart2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/uart4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/uart4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/uart_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usb_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usdhc1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usdhc1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usdhc2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usdhc2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usdhc3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usdhc3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usdhc4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usdhc4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usdhc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/wdog_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux_config.h b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/i.MX6SDL_Sabre_AI_RevA.IomuxDesign.xml b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/i.MX6SDL_Sabre_AI_RevA.IomuxDesign.xml old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/i.MX6SDL_Sabre_AI_RevB.IomuxDesign.xml b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/i.MX6SDL_Sabre_AI_RevB.IomuxDesign.xml old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/iomux_config.h b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/iomux_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/audmux_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/audmux_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/ccm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/ccm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/dcic_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/dcic_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/ecspi1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/ecspi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/eim_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/eim_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/enet_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/enet_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/epit_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/esai_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/esai_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/flexcan1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/flexcan1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/flexcan2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/flexcan2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/flexcan_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/flexcan_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio5_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio5_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio6_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio6_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpmi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpmi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/i2c2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/i2c3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/i2c_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/ipu1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/ipu1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/ipu_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/ipu_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/mlb_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/mlb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/mmdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/pwm3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/pwm3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/pwm4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/pwm4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/pwm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/sjc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/spdif_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/spdif_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/uart2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/uart2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/uart3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/uart3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/uart4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/uart4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/uart_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/usdhc1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/usdhc1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/usdhc3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/usdhc3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/usdhc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/wdog1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/wdog1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/wdog_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/audmux_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/audmux_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/ccm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/ccm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/dcic_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/dcic_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/ecspi1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/ecspi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/eim_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/eim_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/enet_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/enet_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/epit_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/esai_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/esai_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/flexcan1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/flexcan1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/flexcan2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/flexcan2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/flexcan_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/flexcan_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio5_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio5_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio6_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio6_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpmi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpmi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/i2c2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/i2c3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/i2c_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/ipu1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/ipu1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/ipu_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/ipu_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/mlb_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/mlb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/mmdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/pwm3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/pwm3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/pwm4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/pwm4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/pwm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/sjc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/spdif_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/spdif_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/uart2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/uart2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/uart3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/uart3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/uart4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/uart4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/uart_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/usdhc1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/usdhc1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/usdhc3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/usdhc3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/usdhc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/wdog1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/wdog1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/wdog_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/audmux_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/audmux_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/ccm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/ccm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/dcic_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/dcic_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/ecspi1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/ecspi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/eim_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/eim_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/enet_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/enet_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/epit_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/esai_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/esai_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/flexcan1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/flexcan1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/flexcan2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/flexcan2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/flexcan_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/flexcan_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio5_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio5_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio6_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio6_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpmi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpmi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/i2c2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/i2c3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/i2c_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/ipu1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/ipu1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/ipu_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/ipu_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/mlb_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/mlb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/mmdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/pwm3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/pwm3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/pwm4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/pwm4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/pwm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/sjc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/spdif_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/spdif_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/uart2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/uart2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/uart3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/uart3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/uart4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/uart4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/uart_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/usdhc1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/usdhc1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/usdhc3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/usdhc3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/usdhc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/wdog1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/wdog1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/wdog_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/iomux_config.h b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/iomux_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/audmux_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/audmux_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/ccm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/ccm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/dcic_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/dcic_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/ecspi1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/ecspi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/enet_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/enet_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/epdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/epdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/epit_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/flexcan1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/flexcan1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/flexcan_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/flexcan_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio5_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio5_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio6_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio6_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio7_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio7_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gps_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gps_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/i2c1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/i2c1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/i2c2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/i2c3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/i2c_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/ipu1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/ipu1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/ipu_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/ipu_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/kpp_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/kpp_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/mmdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/pwm1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/pwm1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/pwm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/sjc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/uart1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/uart1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/uart_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/usdhc2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/usdhc2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/usdhc3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/usdhc3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/usdhc4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/usdhc4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/usdhc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/wdog_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/audmux_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/audmux_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/ccm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/ccm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/dcic_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/dcic_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/ecspi1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/ecspi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/enet_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/enet_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/epdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/epdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/epit_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/flexcan1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/flexcan1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/flexcan_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/flexcan_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio5_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio5_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio6_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio6_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio7_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio7_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gps_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gps_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/i2c1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/i2c1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/i2c2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/i2c3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/i2c_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/ipu1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/ipu1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/ipu_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/ipu_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/mmdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/pwm1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/pwm1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/pwm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/sjc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/uart1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/uart1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/uart_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/usb_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/usb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/usdhc2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/usdhc2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/usdhc3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/usdhc3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/usdhc4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/usdhc4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/usdhc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/wdog_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/audmux_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/audmux_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/ccm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/ccm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/dcic_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/dcic_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/ecspi1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/ecspi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/enet_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/enet_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/epdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/epdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/epit_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/flexcan1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/flexcan1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/flexcan_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/flexcan_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio5_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio5_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio6_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio6_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio7_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio7_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gps_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gps_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/i2c1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/i2c1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/i2c2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/i2c3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/i2c_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/ipu1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/ipu1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/ipu_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/ipu_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/mmdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/pwm1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/pwm1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/pwm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/sjc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/uart1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/uart1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/uart_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/usb_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/usb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/usdhc2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/usdhc2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/usdhc3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/usdhc3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/usdhc4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/usdhc4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/usdhc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/wdog_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_audio.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_audio.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_camera.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_camera.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_display.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_display.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_i2c.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_io_expanders.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_io_expanders.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_io_expanders.h b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_io_expanders.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_network.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_network.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_usb.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_usb.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_usdhc.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_usdhc.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/hardware_modules.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/hardware_modules.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/i.MX6SL_BGA_EVK_BD.xml b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/i.MX6SL_BGA_EVK_BD.xml old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/audmux_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/audmux_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/csi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/csi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/ecspi1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/ecspi1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/ecspi2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/ecspi2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/ecspi_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/ecspi_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/epdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/epdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/epit_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/epit_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/fec_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/fec_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/gpio1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/gpio1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/gpio4_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/gpio4_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/gpio_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/gpio_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/i2c1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/i2c1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/i2c2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/i2c2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/i2c3_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/i2c3_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/i2c_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/i2c_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/kpp_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/kpp_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/lcd_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/lcd_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/mmdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/mmdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/pwm1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/pwm1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/pwm_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/pwm_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/sjc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/sjc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/spdc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/spdc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/uart1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/uart1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/uart_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/usb_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/usb_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/usdhc1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/usdhc1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/usdhc2_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/usdhc2_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/usdhc_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/usdhc_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/wdog1_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/wdog1_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/wdog_iomux_config.c b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/wdog_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux_config.h b/bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/list.txt b/bsp/imx6sx/iMX6_Platform_SDK/list.txt old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/bootsecoffset.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/bootsecoffset.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/devicetable.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/devicetable.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/diroffset.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/diroffset.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/filespec.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/filespec.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/fstypes.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/fstypes.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/fsunicode.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/fsunicode.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/standardapi.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/standardapi.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/string_utilities.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/string_utilities.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fsapi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fsapi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/include/ddi_media.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/include/ddi_media.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/include/fs_steering.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/include/fs_steering.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/include/media_cache.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/include/media_cache.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/include/sectordef.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/include/sectordef.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/include/types.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/include/types.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/os_filesystem_errordefs.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/os_filesystem_errordefs.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/ioexpander/max7310.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/ioexpander/max7310.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/ioexpander/src/max7310.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/ioexpander/src/max7310.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/ioexpander/src/max7310_registers.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/ioexpander/src/max7310_registers.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/ioexpander/test/max7310_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/ioexpander/test/max7310_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/profile/profile.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/profile/profile.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/profile/profile.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/profile/profile.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/USB_Config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/USB_Config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/audio_data.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/audio_data.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/audio_generator.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/audio_generator.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/audio_generator.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/audio_generator.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/usb_descriptor.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/usb_descriptor.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/usb_descriptor.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/usb_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/user_config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/user_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/USB_Config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/USB_Config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_cmt.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_cmt.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_cmt.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_cmt.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_pit1_kinetis.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_pit1_kinetis.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_pit1_kinetis.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_pit1_kinetis.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_pwm.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_pwm.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_pwm_kinetis.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_pwm_kinetis.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_rtc.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_rtc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_speaker.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_speaker.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_speaker.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_speaker.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/usb_descriptor.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/usb_descriptor.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/usb_descriptor.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/usb_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/user_config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/user_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/USB_Config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/USB_Config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/usb_batt_chg_app.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/usb_batt_chg_app.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/usb_batt_chg_app.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/usb_batt_chg_app.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/usb_descriptor.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/usb_descriptor.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/usb_descriptor.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/usb_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/user_config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/user_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/USB_Config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/USB_Config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/usb_descriptor.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/usb_descriptor.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/usb_descriptor.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/usb_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/user_config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/user_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/virtual_com.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/virtual_com.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/virtual_com.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/virtual_com.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/common/mx6x/derivative.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/common/mx6x/derivative.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/USB_Config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/USB_Config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/dfu_mouse.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/dfu_mouse.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/dfu_mouse.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/dfu_mouse.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash_FTFL.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash_FTFL.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash_FTFL.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash_FTFL.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash_NAND.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash_NAND.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash_NAND.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash_NAND.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/usb_descriptor.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/usb_descriptor.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/usb_descriptor.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/usb_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/user_config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/user_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/USB_Config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/USB_Config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/keyboard.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/keyboard.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/keyboard.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/keyboard.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/usb_descriptor.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/usb_descriptor.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/usb_descriptor.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/usb_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/user_config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/user_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/USB_Config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/USB_Config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/disk.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/disk.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/disk.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/disk.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/kinetis_sdhc/SD_esdhc_kinetis.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/kinetis_sdhc/SD_esdhc_kinetis.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/kinetis_sdhc/SD_esdhc_kinetis.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/kinetis_sdhc/SD_esdhc_kinetis.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/kinetis_sdhc/esdhc_kinetis.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/kinetis_sdhc/esdhc_kinetis.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/kinetis_sdhc/esdhc_kinetis.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/kinetis_sdhc/esdhc_kinetis.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/usb_descriptor.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/usb_descriptor.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/usb_descriptor.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/usb_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/user_config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/user_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/USB_Config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/USB_Config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/ieee11073_nom_codes.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/ieee11073_nom_codes.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/ieee11073_phd_types.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/ieee11073_phd_types.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/ieee11073_phd_types_kinetis.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/ieee11073_phd_types_kinetis.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/phd_com_model.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/phd_com_model.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/phd_com_model.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/phd_com_model.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/phdc_app.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/phdc_app.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/phdc_app.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/phdc_app.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/usb_descriptor.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/usb_descriptor.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/usb_descriptor.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/usb_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/user_config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/user_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/USB_Config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/USB_Config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/ieee11073_nom_codes.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/ieee11073_nom_codes.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/ieee11073_phd_types.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/ieee11073_phd_types.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/ieee11073_phd_types_kinetis.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/ieee11073_phd_types_kinetis.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phd_com_model.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phd_com_model.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phd_com_model.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phd_com_model.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phd_device_spec.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phd_device_spec.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phd_device_spec.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phd_device_spec.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phdc_app.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phdc_app.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phdc_app.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phdc_app.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/usb_descriptor.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/usb_descriptor.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/usb_descriptor.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/usb_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/user_config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/user_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/FAT16.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/FAT16.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/FAT16.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/FAT16.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/USB_Config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/USB_Config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/disk.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/disk.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/disk.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/disk.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/usb_descriptor.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/usb_descriptor.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/usb_descriptor.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/usb_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/user_config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/user_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/USB_Config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/USB_Config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/usb_descriptor.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/usb_descriptor.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/usb_descriptor.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/usb_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/user_config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/user_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/video_data_kinetis_audio_solution.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/video_data_kinetis_audio_solution.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/video_data_ski_176x144.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/video_data_ski_176x144.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/video_data_terminator2_normal_176x144.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/video_data_terminator2_normal_176x144.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/virtual_camera.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/virtual_camera.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/virtual_camera.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/virtual_camera.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/USB_Config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/USB_Config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/Virtual_camera_SD.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/Virtual_camera_SD.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/Virtual_camera_SD.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/Virtual_camera_SD.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/usb_descriptor.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/usb_descriptor.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/usb_descriptor.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/usb_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/user_config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/user_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/FAT16.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/FAT16.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/FAT16.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/FAT16.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/USB_Config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/USB_Config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/Virtual_camera_SD.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/Virtual_camera_SD.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/Virtual_camera_SD.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/Virtual_camera_SD.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/usb_descriptor.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/usb_descriptor.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/usb_descriptor.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/usb_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/user_config.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/user_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/write_sd_data.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/write_sd_data.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/write_sd_data.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/write_sd_data.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/source/class/usb_audio.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/source/class/usb_audio.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/source/class/usb_audio.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/source/class/usb_audio.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/source/class/usb_composite.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/source/class/usb_composite.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/License.txt b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/License.txt old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/readme.txt b/bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/readme.txt old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/ccm_pll.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/ccm_pll.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/gic.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/gic.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/interrupt.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/mmu.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/mmu.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/arm_abort.S b/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/arm_abort.S old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/arm_cp_registers.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/arm_cp_registers.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/gic.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/gic.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/gic_registers.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/gic_registers.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/interrupt.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/mmu.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/mmu.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/startup.S b/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/startup.S old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/vectors.S b/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/vectors.S old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/test/gic_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/core/test/gic_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/accelerometer/mma8451.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/accelerometer/mma8451.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/accelerometer/src/mma8451.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/accelerometer/src/mma8451.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/accelerometer/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/accelerometer/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/accelerometer/test/accelerometer_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/accelerometer/test/accelerometer_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/audio.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/audio.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/imx_audmux.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/imx_audmux.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/snd_card.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/snd_card.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/cs42888.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/cs42888.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/cs42888.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/cs42888.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx-ssi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx-ssi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_audmux.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_audmux.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_audmux_priv.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_audmux_priv.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_esai.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_esai.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_esai.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_esai.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_esai_priv.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_esai_priv.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_spdif.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_spdif.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_spdif.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_spdif.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/sgtl5000.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/sgtl5000.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/sgtl5000.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/sgtl5000.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/sgtl5000_priv.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/sgtl5000_priv.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/wm8962.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/wm8962.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/test/esai_playback.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/test/esai_playback.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/test/spdif_playback.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/test/spdif_playback.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/test/wav_data.data b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/test/wav_data.data old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/test/wav_file.S b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/test/wav_file.S old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/board_id/board_id.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/board_id/board_id.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/board_id/board_id_registers.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/board_id/board_id_registers.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/board_id/src/board_id.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/board_id/src/board_id.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/caam/caam.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/caam/caam.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/caam/src/caam_internal.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/caam/src/caam_internal.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/caam/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/caam/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/caam/test/caam_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/caam/test/caam_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/camera_def.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/camera_def.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/src/camera_profile.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/src/camera_profile.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/test/csi_sensor_capture.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/test/csi_sensor_capture.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/test/csi_test_mode.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/test/csi_test_mode.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/test/sensor_capture.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/test/sensor_capture.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/cpu_utility.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/cpu_utility.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/src/cpu_get_cores.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/src/cpu_get_cores.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/src/cpu_multicore.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/src/cpu_multicore.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/test/cpu_get_cores_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/test/cpu_get_cores_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/test/multicore_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/test/multicore_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/dcp/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/dcp/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/dcp/test/dcp_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/dcp/test/dcp_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/enet/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/enet/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/epdc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/epdc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/epdc_regs.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/epdc_regs.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/fsl_image.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/fsl_image.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/src/mxc_epdc.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/src/mxc_epdc.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/test/epdc_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/test/epdc_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/waveform_data.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/waveform_data.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/fec/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/fec/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/flexcan/flexcan.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/flexcan/flexcan.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/flexcan/src/can.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/flexcan/src/can.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/flexcan/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/flexcan/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/flexcan/test/can_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/flexcan/test/can_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/gpio.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/src/gpio.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/src/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/src/gpio_map.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/src/gpio_map.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/src/imx6dq_gpio_map.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/src/imx6dq_gpio_map.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/src/imx6sdl_gpio_map.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/src/imx6sdl_gpio_map.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/src/imx6sl_gpio_map.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/src/imx6sl_gpio_map.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/bch_ecc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/bch_ecc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/gpmi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/gpmi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/src/gpmi.cpp b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/src/gpmi.cpp old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/src/gpmi_internal.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/src/gpmi_internal.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/src/gpmi_nand_dma.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/src/gpmi_nand_dma.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/src/gpmi_nand_operations.cpp b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/src/gpmi_nand_operations.cpp old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/test/gpmi_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/test/gpmi_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/hdmi/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/hdmi/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/hdmi/test/init_dma_data.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/hdmi/test/init_dma_data.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/imx_i2c.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/imx_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/src/imx_i2c.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/src/imx_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/src/imx_i2c_internal.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/src/imx_i2c_internal.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/src/imx_i2c_slave.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/src/imx_i2c_slave.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/test/at24cxx.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/test/at24cxx.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/test/i2c_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/test/i2c_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/test/imx6_i2c_device.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/test/imx6_i2c_device.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/src/ips_disp_panel.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/src/ips_disp_panel.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/src/ipu_dc.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/src/ipu_dc.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/src/ipu_di.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/src/ipu_di.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/src/ipu_dmfc.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/src/ipu_dmfc.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/src/ipu_dp.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/src/ipu_dp.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_combiner.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_combiner.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_csc.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_csc.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_resize.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_resize.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_rotate.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_rotate.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_test.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_test.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ipu_image.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ipu_image.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/keypad/keypad_port.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/keypad/keypad_port.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/keypad/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/keypad/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/lcdif_common.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/lcdif_common.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/src/lcdif_drv.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/src/lcdif_drv.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/src/pxp_drv.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/src/pxp_drv.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/test/lcdif_display.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/test/lcdif_display.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/test/lcdif_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/test/lcdif_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ldb/ldb_def.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ldb/ldb_def.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ldb/src/ldb.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ldb/src/ldb.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/src/ov5640_mipi_fm.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/src/ov5640_mipi_fm.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/src/truly_hx8369.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/src/truly_hx8369.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/test/mipi_csi2_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/test/mipi_csi2_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/test/mipi_dsi_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/test/mipi_dsi_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/test/mipi_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/test/mipi_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ocotp/ocotp.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ocotp/ocotp.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ocotp/src/ocotp.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ocotp/src/ocotp.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ocotp/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ocotp/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ocotp/test/ocotp_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ocotp/test/ocotp_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pcie/src/pcie_phy.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pcie/src/pcie_phy.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pcie/src/pcie_prot.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pcie/src/pcie_prot.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pcie/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pcie/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pcie/test/pcie_test_rc.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pcie/test/pcie_test_rc.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pmu/pmu_driver.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pmu/pmu_driver.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pmu/src/pmu_driver.cpp b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pmu/src/pmu_driver.cpp old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pmu/src/pmu_driver_internal.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pmu/src/pmu_driver_internal.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pmu/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pmu/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pmu/test/pmu_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pmu/test/pmu_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pwm/pwm_ifc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pwm/pwm_ifc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pwm/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pwm/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pwm/test/pwm_output.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pwm/test/pwm_output.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/rtc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/rtc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/srtc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/srtc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/test/snvs_rtc_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/test/snvs_rtc_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/test/snvs_rtc_test.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/test/snvs_rtc_test.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/test/snvs_srtc_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/test/snvs_srtc_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/test/snvs_srtc_test.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/test/snvs_srtc_test.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sata/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sata/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/sdma.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/sdma.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/src/sdma_priv.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/src/sdma_priv.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/src/sdma_script_code_mx6dq.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/src/sdma_script_code_mx6dq.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/src/sdma_script_code_mx6sdl.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/src/sdma_script_code_mx6sdl.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/src/sdma_script_info.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/src/sdma_script_info.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/src/sdma_script_info.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/src/sdma_script_info.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/ecspi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/ecspi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/mem_2_mem.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/mem_2_mem.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/sdma_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/sdma_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/sdma_test.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/sdma_test.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/spi_lpb.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/spi_lpb.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/snvs/snvs.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/snvs/snvs.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spdc/src/mxc_spdc.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spdc/src/mxc_spdc.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spdc/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spdc/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/ecspi_ifc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/ecspi_ifc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/src/ecspi.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/src/ecspi.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/test/spi_nor_numonyx.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/test/spi_nor_numonyx.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/test/spi_nor_numonyx.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/test/spi_nor_numonyx.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/test/spi_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/test/spi_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/test/spi_test.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/test/spi_test.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/tempmon/src/tempmon.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/tempmon/src/tempmon.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/tempmon/tempmon.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/tempmon/tempmon.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/tempmon/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/tempmon/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/tempmon/test/tempmon_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/tempmon/test/tempmon_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/epit.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/epit.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/gpt.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/gpt.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/src/timer.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/src/timer.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/test/epit_test.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/test/epit_test.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/test/gpt_test.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/test/gpt_test.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/test/timer_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/test/timer_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/timer.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/timer.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/uart/imx_uart.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/uart/imx_uart.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/uart/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/uart/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/uart/test/uart_test.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/uart/test/uart_test.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/src/usbd_drv.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/src/usbd_drv.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/test/usb0_device_mouse_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/test/usb0_device_mouse_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/test/usb0_host_testmodes_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/test/usb0_host_testmodes_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/usb.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/usb.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/usb_defines.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/usb_defines.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/vdoa/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/vdoa/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/video/adv7180_def.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/video/adv7180_def.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/video/src/adv7180.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/video/src/adv7180.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/wdog/test/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/wdog/test/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/wdog/test/watchdog_test.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/wdog/test/watchdog_test.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/wdog/watchdog.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/wdog/watchdog.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/asm_defines.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/asm_defines.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/logo.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/logo.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/iomux_define.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/iomux_define.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/iomux_register.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/iomux_register.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/ipu_reg_def.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/ipu_reg_def.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/irq_numbers.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/irq_numbers.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regs.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regs.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsaipstz.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsaipstz.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsapbh.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsapbh.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsarmglobaltimer.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsarmglobaltimer.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsasrc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsasrc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsaudmux.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsaudmux.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsbch.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsbch.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsccm.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsccm.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsccmanalog.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsccmanalog.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regscsi2ipu.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regscsi2ipu.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regscsu.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regscsu.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsdcic.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsdcic.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsdvfs.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsdvfs.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsecspi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsecspi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regseim.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regseim.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsenet.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsenet.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsepit.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsepit.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsesai.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsesai.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsflexcan.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsflexcan.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpio.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpio.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpmi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpmi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpt.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpt.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpu2d.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpu2d.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpu3d.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpu3d.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regshdmi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regshdmi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regshdmiphy.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regshdmiphy.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsi2c.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsi2c.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsiomuxc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsiomuxc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsipu.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsipu.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regskpp.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regskpp.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsldb.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsldb.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsmipicsi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsmipicsi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsmipidsi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsmipidsi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsmipihsi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsmipihsi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsmlb150.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsmlb150.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsmmdc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsmmdc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsocotp.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsocotp.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspcieep.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspcieep.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspciephy.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspciephy.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspciepl.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspciepl.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspcierc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspcierc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspgc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspgc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspmu.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspmu.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspwm.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspwm.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsromc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsromc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssata.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssata.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssataphyclock.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssataphyclock.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssataphylane.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssataphylane.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssdmaarm.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssdmaarm.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssdmabp.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssdmabp.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssdmacore.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssdmacore.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssjc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssjc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssnvs.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssnvs.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsspba.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsspba.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsspdif.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsspdif.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssrc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssrc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsssi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsssi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regstempmon.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regstempmon.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsuart.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsuart.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsusbanalog.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsusbanalog.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsusbcore.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsusbcore.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsusbnoncore.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsusbnoncore.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsusbphy.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsusbphy.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsusdhc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsusdhc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsvdoa.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsvdoa.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsvpu.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsvpu.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regswdog.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regswdog.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsxtalosc24.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsxtalosc24.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/sdma_event.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/sdma_event.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/iomux_define.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/iomux_define.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/iomux_register.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/iomux_register.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/ipu_reg_def.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/ipu_reg_def.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/irq_numbers.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/irq_numbers.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regs.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regs.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsaipstz.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsaipstz.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsapbh.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsapbh.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsarmglobaltimer.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsarmglobaltimer.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsasrc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsasrc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsaudmux.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsaudmux.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsbch.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsbch.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsccm.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsccm.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsccmanalog.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsccmanalog.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regscsi2ipu.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regscsi2ipu.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regscsu.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regscsu.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsdcic.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsdcic.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsdvfs.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsdvfs.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsecspi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsecspi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regseim.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regseim.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsenet.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsenet.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsepdc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsepdc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsepit.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsepit.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsesai.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsesai.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsflexcan.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsflexcan.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpio.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpio.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpmi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpmi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpt.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpt.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpu2d.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpu2d.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpu3d.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpu3d.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regshdmi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regshdmi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regshdmiphy.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regshdmiphy.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsi2c.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsi2c.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsiomuxc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsiomuxc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsipu.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsipu.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regskpp.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regskpp.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsldb.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsldb.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsmipicsi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsmipicsi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsmipidsi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsmipidsi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsmipihsi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsmipihsi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsmlb150.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsmlb150.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsmmdc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsmmdc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsocotp.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsocotp.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspcieep.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspcieep.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspciephy.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspciephy.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspciepl.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspciepl.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspcierc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspcierc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspgc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspgc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspmu.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspmu.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspwm.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspwm.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspxp.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspxp.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsromc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsromc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssdmaarm.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssdmaarm.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssdmabp.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssdmabp.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssdmacore.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssdmacore.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssjc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssjc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssnvs.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssnvs.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsspba.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsspba.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsspdif.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsspdif.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssrc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssrc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsssi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsssi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regstempmon.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regstempmon.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsuart.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsuart.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsusbanalog.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsusbanalog.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsusbcore.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsusbcore.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsusbnoncore.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsusbnoncore.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsusbphy.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsusbphy.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsusdhc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsusdhc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsvdoa.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsvdoa.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsvpu.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsvpu.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regswdog.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regswdog.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsxtalosc24.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsxtalosc24.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/sdma_event.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/sdma_event.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/iomux_define.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/iomux_define.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/iomux_register.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/iomux_register.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/irq_numbers.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/irq_numbers.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regs.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regs.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsaipstz.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsaipstz.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsarmglobaltimer.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsarmglobaltimer.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsaudmux.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsaudmux.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsccm.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsccm.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsccmanalog.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsccmanalog.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regscsi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regscsi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regscsu.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regscsu.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsdbgmon.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsdbgmon.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsdcp.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsdcp.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsdvfs.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsdvfs.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsecspi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsecspi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regseim.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regseim.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regselcdif.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regselcdif.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsepdc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsepdc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsepit.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsepit.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsfec.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsfec.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsgpc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsgpc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsgpio.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsgpio.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsgpt.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsgpt.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsgpu2d.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsgpu2d.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsi2c.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsi2c.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsiomuxc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsiomuxc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regskpp.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regskpp.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsmmdc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsmmdc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsocotp.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsocotp.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regspgc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regspgc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regspmu.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regspmu.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regspwm.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regspwm.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regspxp.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regspxp.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsqosc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsqosc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsrng.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsrng.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsromc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsromc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssdmaarm.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssdmaarm.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssdmabp.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssdmabp.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssdmacore.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssdmacore.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssjc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssjc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssnvs.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssnvs.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsspba.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsspba.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsspdc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsspdc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsspdif.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsspdif.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssrc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssrc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsssi.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsssi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regstempmon.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regstempmon.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsuart.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsuart.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsusbanalog.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsusbanalog.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsusbcore.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsusbcore.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsusbnoncore.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsusbnoncore.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsusbphy.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsusbphy.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsusdhc.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsusdhc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regswdog.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regswdog.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsxtalosc24.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsxtalosc24.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/sdma_event.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/sdma_event.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/sdk_types.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/sdk_types.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/sdk_version.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/include/sdk_version.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/sdk.dox b/bsp/imx6sx/iMX6_Platform_SDK/sdk/sdk.dox old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/Makefile b/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/atomics.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/atomics.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/menu.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/menu.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/spinlock.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/spinlock.h old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/atomics.s b/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/atomics.s old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/menu.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/menu.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/sdk_version.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/sdk_version.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/spinlock.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/spinlock.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/spinlock_lock_unlock.S b/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/spinlock_lock_unlock.S old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/system_util.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/system_util.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/text_color.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/text_color.c old mode 100644 new mode 100755 diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/text_color.h b/bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/text_color.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/.config b/bsp/imx6ul/.config old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/Kconfig b/bsp/imx6ul/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/Makefile b/bsp/imx6ul/Makefile old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/README.md b/bsp/imx6ul/README.md old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/SConscript b/bsp/imx6ul/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/SConstruct b/bsp/imx6ul/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/applications/SConscript b/bsp/imx6ul/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/applications/application.c b/bsp/imx6ul/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/applications/startup.c b/bsp/imx6ul/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/drivers/Kconfig b/bsp/imx6ul/drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/drivers/SConscript b/bsp/imx6ul/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/drivers/board.c b/bsp/imx6ul/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/drivers/board.h b/bsp/imx6ul/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/drivers/imx6ul.h b/bsp/imx6ul/drivers/imx6ul.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/drivers/iomux/iomux_config.c b/bsp/imx6ul/drivers/iomux/iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/drivers/iomux/iomux_config.h b/bsp/imx6ul/drivers/iomux/iomux_config.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/drivers/iomux/uart_iomux_config.c b/bsp/imx6ul/drivers/iomux/uart_iomux_config.c old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/drivers/serial.c b/bsp/imx6ul/drivers/serial.c old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/drivers/serial.h b/bsp/imx6ul/drivers/serial.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/imx6.lds b/bsp/imx6ul/imx6.lds old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/SConscript b/bsp/imx6ul/platform/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/cpu/arm_cp_registers.h b/bsp/imx6ul/platform/cpu/arm_cp_registers.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/cpu/armv7_cache.c b/bsp/imx6ul/platform/cpu/armv7_cache.c old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/cpu/ccm_pll.h b/bsp/imx6ul/platform/cpu/ccm_pll.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/cpu/ccm_pll2.c b/bsp/imx6ul/platform/cpu/ccm_pll2.c old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/cpu/cortex_a.h b/bsp/imx6ul/platform/cpu/cortex_a.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/cpu/cortex_a_gcc.S b/bsp/imx6ul/platform/cpu/cortex_a_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/cpu/gic_registers.h b/bsp/imx6ul/platform/cpu/gic_registers.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/drivers/epit.c b/bsp/imx6ul/platform/drivers/epit.c old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/drivers/gpt.c b/bsp/imx6ul/platform/drivers/gpt.c old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/drivers/imx_i2c.c b/bsp/imx6ul/platform/drivers/imx_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/drivers/imx_i2c_internal.h b/bsp/imx6ul/platform/drivers/imx_i2c_internal.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/drivers/imx_timer.c b/bsp/imx6ul/platform/drivers/imx_timer.c old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/drivers/imx_uart.c b/bsp/imx6ul/platform/drivers/imx_uart.c old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/epit.h b/bsp/imx6ul/platform/include/epit.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/gpt.h b/bsp/imx6ul/platform/include/gpt.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/hab_defines.h b/bsp/imx6ul/platform/include/hab_defines.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/imx_i2c.h b/bsp/imx6ul/platform/include/imx_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/imx_timer.h b/bsp/imx6ul/platform/include/imx_timer.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/imx_uart.h b/bsp/imx6ul/platform/include/imx_uart.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/io.h b/bsp/imx6ul/platform/include/io.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/ccm_pll_reg_define.h b/bsp/imx6ul/platform/include/mx6ul/ccm_pll_reg_define.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/fsl_bitaccess.h b/bsp/imx6ul/platform/include/mx6ul/fsl_bitaccess.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/functions.h b/bsp/imx6ul/platform/include/mx6ul/functions.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/gpio_define.h b/bsp/imx6ul/platform/include/mx6ul/gpio_define.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/hardware.h b/bsp/imx6ul/platform/include/mx6ul/hardware.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/hdmi_regs.h b/bsp/imx6ul/platform/include/mx6ul/hdmi_regs.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/iim_fuse.h b/bsp/imx6ul/platform/include/mx6ul/iim_fuse.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/imx6ul-pinfunc.h b/bsp/imx6ul/platform/include/mx6ul/imx6ul-pinfunc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/iomux_define.h b/bsp/imx6ul/platform/include/mx6ul/iomux_define.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/iomux_register.h b/bsp/imx6ul/platform/include/mx6ul/iomux_register.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/irq_numbers.h b/bsp/imx6ul/platform/include/mx6ul/irq_numbers.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/plat_startup.h b/bsp/imx6ul/platform/include/mx6ul/plat_startup.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers.h b/bsp/imx6ul/platform/include/mx6ul/registers.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regs.h b/bsp/imx6ul/platform/include/mx6ul/registers/regs.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regsarmglobaltimer.h b/bsp/imx6ul/platform/include/mx6ul/registers/regsarmglobaltimer.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regsccm.h b/bsp/imx6ul/platform/include/mx6ul/registers/regsccm.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regsccmanalog.h b/bsp/imx6ul/platform/include/mx6ul/registers/regsccmanalog.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regsecspi.h b/bsp/imx6ul/platform/include/mx6ul/registers/regsecspi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regsenet.h b/bsp/imx6ul/platform/include/mx6ul/registers/regsenet.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regsepit.h b/bsp/imx6ul/platform/include/mx6ul/registers/regsepit.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regsgpmi.h b/bsp/imx6ul/platform/include/mx6ul/registers/regsgpmi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regsgpt.h b/bsp/imx6ul/platform/include/mx6ul/registers/regsgpt.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regsi2c.h b/bsp/imx6ul/platform/include/mx6ul/registers/regsi2c.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regsocotp.h b/bsp/imx6ul/platform/include/mx6ul/registers/regsocotp.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regssdmaarm.h b/bsp/imx6ul/platform/include/mx6ul/registers/regssdmaarm.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regsspba.h b/bsp/imx6ul/platform/include/mx6ul/registers/regsspba.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regsuart.h b/bsp/imx6ul/platform/include/mx6ul/registers/regsuart.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regsusbanalog.h b/bsp/imx6ul/platform/include/mx6ul/registers/regsusbanalog.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/registers/regsusdhc.h b/bsp/imx6ul/platform/include/mx6ul/registers/regsusdhc.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/regs.h b/bsp/imx6ul/platform/include/mx6ul/regs.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/regsapbh.h b/bsp/imx6ul/platform/include/mx6ul/regsapbh.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/regsbch.h b/bsp/imx6ul/platform/include/mx6ul/regsbch.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/regsgpmi.h b/bsp/imx6ul/platform/include/mx6ul/regsgpmi.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/mx6ul/soc_memory_map.h b/bsp/imx6ul/platform/include/mx6ul/soc_memory_map.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/sdk.h b/bsp/imx6ul/platform/include/sdk.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/sdk_types.h b/bsp/imx6ul/platform/include/sdk_types.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/platform/include/sdk_version.h b/bsp/imx6ul/platform/include/sdk_version.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/rtconfig.h b/bsp/imx6ul/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/imx6ul/rtconfig.py b/bsp/imx6ul/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/imxrt/README.md b/bsp/imxrt/README.md old mode 100644 new mode 100755 diff --git "a/bsp/imxrt/docs/IMXRT\347\263\273\345\210\227BSP\345\210\266\344\275\234\346\225\231\347\250\213.md" "b/bsp/imxrt/docs/IMXRT\347\263\273\345\210\227BSP\345\210\266\344\275\234\346\225\231\347\250\213.md" old mode 100644 new mode 100755 diff --git "a/bsp/imxrt/docs/IMXRT\347\263\273\345\210\227BSP\345\244\226\350\256\276\351\251\261\345\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" "b/bsp/imxrt/docs/IMXRT\347\263\273\345\210\227BSP\345\244\226\350\256\276\351\251\261\345\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" old mode 100644 new mode 100755 diff --git "a/bsp/imxrt/docs/IMXRT\347\263\273\345\210\227\345\244\226\350\256\276\351\251\261\345\212\250\346\267\273\345\212\240\346\214\207\345\215\227.md" "b/bsp/imxrt/docs/IMXRT\347\263\273\345\210\227\345\244\226\350\256\276\351\251\261\345\212\250\346\267\273\345\212\240\346\214\207\345\215\227.md" old mode 100644 new mode 100755 diff --git "a/bsp/imxrt/docs/IMXRT\347\263\273\345\210\227\351\251\261\345\212\250\344\273\213\347\273\215.md" "b/bsp/imxrt/docs/IMXRT\347\263\273\345\210\227\351\251\261\345\212\250\344\273\213\347\273\215.md" old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/Kconfig.png b/bsp/imxrt/docs/figures/Kconfig.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/Kconfig2.png b/bsp/imxrt/docs/figures/Kconfig2.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/Peripheral.png b/bsp/imxrt/docs/figures/Peripheral.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/SConscript.png b/bsp/imxrt/docs/figures/SConscript.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/adc_config1.png b/bsp/imxrt/docs/figures/adc_config1.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/adc_config2.png b/bsp/imxrt/docs/figures/adc_config2.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/adc_config3.png b/bsp/imxrt/docs/figures/adc_config3.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/adc_config4.png b/bsp/imxrt/docs/figures/adc_config4.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/board_kconfig2.png b/bsp/imxrt/docs/figures/board_kconfig2.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/bsp_template_dir.png b/bsp/imxrt/docs/figures/bsp_template_dir.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/complise.png b/bsp/imxrt/docs/figures/complise.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/config1.png b/bsp/imxrt/docs/figures/config1.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/config2.png b/bsp/imxrt/docs/figures/config2.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/config5.png b/bsp/imxrt/docs/figures/config5.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/copy.png b/bsp/imxrt/docs/figures/copy.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/frame.png b/bsp/imxrt/docs/figures/frame.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/gpt_config1.png b/bsp/imxrt/docs/figures/gpt_config1.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/gpt_config2.png b/bsp/imxrt/docs/figures/gpt_config2.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/gpt_config3.png b/bsp/imxrt/docs/figures/gpt_config3.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/i2c2_code.png b/bsp/imxrt/docs/figures/i2c2_code.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/i2c2_config.png b/bsp/imxrt/docs/figures/i2c2_config.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/i2c_device1.png b/bsp/imxrt/docs/figures/i2c_device1.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/link-icf.png b/bsp/imxrt/docs/figures/link-icf.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/link-lds.png b/bsp/imxrt/docs/figures/link-lds.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/link-scf.png b/bsp/imxrt/docs/figures/link-scf.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/linker_scripts.png b/bsp/imxrt/docs/figures/linker_scripts.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/mcupress_2.png b/bsp/imxrt/docs/figures/mcupress_2.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/mcupress_3.png b/bsp/imxrt/docs/figures/mcupress_3.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/mcupress_clock2.png b/bsp/imxrt/docs/figures/mcupress_clock2.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/mcux_i2c2.png b/bsp/imxrt/docs/figures/mcux_i2c2.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/mcuxpress.png b/bsp/imxrt/docs/figures/mcuxpress.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/mcuxpress_1.png b/bsp/imxrt/docs/figures/mcuxpress_1.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/mcuxpress_clock1.png b/bsp/imxrt/docs/figures/mcuxpress_clock1.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/menuconfig_1.png b/bsp/imxrt/docs/figures/menuconfig_1.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/menuconfig_2.png b/bsp/imxrt/docs/figures/menuconfig_2.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/menuconfig_3.png b/bsp/imxrt/docs/figures/menuconfig_3.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/menuconfig_4.png b/bsp/imxrt/docs/figures/menuconfig_4.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/menuconfig_apolo.png b/bsp/imxrt/docs/figures/menuconfig_apolo.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/mpu6050.png b/bsp/imxrt/docs/figures/mpu6050.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/on_chip_config.png b/bsp/imxrt/docs/figures/on_chip_config.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/open_mcuxpress.png b/bsp/imxrt/docs/figures/open_mcuxpress.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/pwm_config1.png b/bsp/imxrt/docs/figures/pwm_config1.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/pwm_config2.png b/bsp/imxrt/docs/figures/pwm_config2.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/pwm_config3.png b/bsp/imxrt/docs/figures/pwm_config3.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/pwm_device.png b/bsp/imxrt/docs/figures/pwm_device.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/rt_device.png b/bsp/imxrt/docs/figures/rt_device.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/run_i2c2.png b/bsp/imxrt/docs/figures/run_i2c2.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/save.png b/bsp/imxrt/docs/figures/save.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/scons_mdk5.png b/bsp/imxrt/docs/figures/scons_mdk5.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/template_1.png b/bsp/imxrt/docs/figures/template_1.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/template_2.png b/bsp/imxrt/docs/figures/template_2.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/template_3.png b/bsp/imxrt/docs/figures/template_3.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/template_4.png b/bsp/imxrt/docs/figures/template_4.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/docs/figures/update.png b/bsp/imxrt/docs/figures/update.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/.config b/bsp/imxrt/imxrt1052-atk-commander/.config old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/Kconfig b/bsp/imxrt/imxrt1052-atk-commander/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/README.md b/bsp/imxrt/imxrt1052-atk-commander/README.md old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/SConscript b/bsp/imxrt/imxrt1052-atk-commander/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/SConstruct b/bsp/imxrt/imxrt1052-atk-commander/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/applications/SConscript b/bsp/imxrt/imxrt1052-atk-commander/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/applications/main.c b/bsp/imxrt/imxrt1052-atk-commander/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/applications/mnt.c b/bsp/imxrt/imxrt1052-atk-commander/applications/mnt.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/board/Kconfig b/bsp/imxrt/imxrt1052-atk-commander/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/board/MCUX_Config/MCUX_Config.mex b/bsp/imxrt/imxrt1052-atk-commander/board/MCUX_Config/MCUX_Config.mex old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/board/MCUX_Config/clock_config.c b/bsp/imxrt/imxrt1052-atk-commander/board/MCUX_Config/clock_config.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/board/MCUX_Config/clock_config.h b/bsp/imxrt/imxrt1052-atk-commander/board/MCUX_Config/clock_config.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/board/MCUX_Config/pin_mux.c b/bsp/imxrt/imxrt1052-atk-commander/board/MCUX_Config/pin_mux.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/board/MCUX_Config/pin_mux.h b/bsp/imxrt/imxrt1052-atk-commander/board/MCUX_Config/pin_mux.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/board/MIMXRT105x_QuadSPI_4KB_SEC.FLM b/bsp/imxrt/imxrt1052-atk-commander/board/MIMXRT105x_QuadSPI_4KB_SEC.FLM old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/board/SConscript b/bsp/imxrt/imxrt1052-atk-commander/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/board/board.c b/bsp/imxrt/imxrt1052-atk-commander/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/board/board.h b/bsp/imxrt/imxrt1052-atk-commander/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/board/linker_scripts/link.icf b/bsp/imxrt/imxrt1052-atk-commander/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/board/linker_scripts/link.lds b/bsp/imxrt/imxrt1052-atk-commander/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/board/linker_scripts/link.sct b/bsp/imxrt/imxrt1052-atk-commander/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/board/ports/sdram_port.h b/bsp/imxrt/imxrt1052-atk-commander/board/ports/sdram_port.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/board/ports/spi_flash_init.c b/bsp/imxrt/imxrt1052-atk-commander/board/ports/spi_flash_init.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/figures/board.png b/bsp/imxrt/imxrt1052-atk-commander/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/figures/flash.png b/bsp/imxrt/imxrt1052-atk-commander/figures/flash.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/project.uvoptx b/bsp/imxrt/imxrt1052-atk-commander/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/project.uvprojx b/bsp/imxrt/imxrt1052-atk-commander/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/rtconfig.h b/bsp/imxrt/imxrt1052-atk-commander/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/rtconfig.py b/bsp/imxrt/imxrt1052-atk-commander/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/template.uvoptx b/bsp/imxrt/imxrt1052-atk-commander/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-atk-commander/template.uvprojx b/bsp/imxrt/imxrt1052-atk-commander/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/.config b/bsp/imxrt/imxrt1052-fire-pro/.config old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/Kconfig b/bsp/imxrt/imxrt1052-fire-pro/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/README.md b/bsp/imxrt/imxrt1052-fire-pro/README.md old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/SConscript b/bsp/imxrt/imxrt1052-fire-pro/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/SConstruct b/bsp/imxrt/imxrt1052-fire-pro/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/applications/SConscript b/bsp/imxrt/imxrt1052-fire-pro/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/applications/main.c b/bsp/imxrt/imxrt1052-fire-pro/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/board/FlashIMXRT1052_YH_FlexSPI.board b/bsp/imxrt/imxrt1052-fire-pro/board/FlashIMXRT1052_YH_FlexSPI.board old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/board/Kconfig b/bsp/imxrt/imxrt1052-fire-pro/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/board/MCUX_Config/MCUX_Config.mex b/bsp/imxrt/imxrt1052-fire-pro/board/MCUX_Config/MCUX_Config.mex old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/board/MCUX_Config/clock_config.c b/bsp/imxrt/imxrt1052-fire-pro/board/MCUX_Config/clock_config.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/board/MCUX_Config/clock_config.h b/bsp/imxrt/imxrt1052-fire-pro/board/MCUX_Config/clock_config.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/board/MCUX_Config/pin_mux.c b/bsp/imxrt/imxrt1052-fire-pro/board/MCUX_Config/pin_mux.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/board/MCUX_Config/pin_mux.h b/bsp/imxrt/imxrt1052-fire-pro/board/MCUX_Config/pin_mux.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/board/SConscript b/bsp/imxrt/imxrt1052-fire-pro/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/board/board.c b/bsp/imxrt/imxrt1052-fire-pro/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/board/board.h b/bsp/imxrt/imxrt1052-fire-pro/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/board/iMXRT1052_W25Q256JV_CFG_By_Fire.FLM b/bsp/imxrt/imxrt1052-fire-pro/board/iMXRT1052_W25Q256JV_CFG_By_Fire.FLM old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/board/linker_scripts/link.icf b/bsp/imxrt/imxrt1052-fire-pro/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/board/linker_scripts/link.lds b/bsp/imxrt/imxrt1052-fire-pro/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/board/linker_scripts/link.sct b/bsp/imxrt/imxrt1052-fire-pro/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/figures/board.png b/bsp/imxrt/imxrt1052-fire-pro/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/figures/flash.png b/bsp/imxrt/imxrt1052-fire-pro/figures/flash.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/project.ewd b/bsp/imxrt/imxrt1052-fire-pro/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/project.ewp b/bsp/imxrt/imxrt1052-fire-pro/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/project.ewt b/bsp/imxrt/imxrt1052-fire-pro/project.ewt old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/project.eww b/bsp/imxrt/imxrt1052-fire-pro/project.eww old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/project.uvoptx b/bsp/imxrt/imxrt1052-fire-pro/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/project.uvprojx b/bsp/imxrt/imxrt1052-fire-pro/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/rtconfig.h b/bsp/imxrt/imxrt1052-fire-pro/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/rtconfig.py b/bsp/imxrt/imxrt1052-fire-pro/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/template.ewd b/bsp/imxrt/imxrt1052-fire-pro/template.ewd old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/template.ewp b/bsp/imxrt/imxrt1052-fire-pro/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/template.ewt b/bsp/imxrt/imxrt1052-fire-pro/template.ewt old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/template.eww b/bsp/imxrt/imxrt1052-fire-pro/template.eww old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/template.uvoptx b/bsp/imxrt/imxrt1052-fire-pro/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-fire-pro/template.uvprojx b/bsp/imxrt/imxrt1052-fire-pro/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/.config b/bsp/imxrt/imxrt1052-nxp-evk/.config old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/Kconfig b/bsp/imxrt/imxrt1052-nxp-evk/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/README.md b/bsp/imxrt/imxrt1052-nxp-evk/README.md old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/SConscript b/bsp/imxrt/imxrt1052-nxp-evk/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/SConstruct b/bsp/imxrt/imxrt1052-nxp-evk/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/applications/SConscript b/bsp/imxrt/imxrt1052-nxp-evk/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/applications/main.c b/bsp/imxrt/imxrt1052-nxp-evk/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/applications/mnt.c b/bsp/imxrt/imxrt1052-nxp-evk/applications/mnt.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/board/Kconfig b/bsp/imxrt/imxrt1052-nxp-evk/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/board/MCUX_Config/MCUX_Config.mex b/bsp/imxrt/imxrt1052-nxp-evk/board/MCUX_Config/MCUX_Config.mex old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/board/MCUX_Config/clock_config.c b/bsp/imxrt/imxrt1052-nxp-evk/board/MCUX_Config/clock_config.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/board/MCUX_Config/clock_config.h b/bsp/imxrt/imxrt1052-nxp-evk/board/MCUX_Config/clock_config.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/board/MCUX_Config/pin_mux.c b/bsp/imxrt/imxrt1052-nxp-evk/board/MCUX_Config/pin_mux.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/board/MCUX_Config/pin_mux.h b/bsp/imxrt/imxrt1052-nxp-evk/board/MCUX_Config/pin_mux.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/board/SConscript b/bsp/imxrt/imxrt1052-nxp-evk/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/board/board.c b/bsp/imxrt/imxrt1052-nxp-evk/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/board/board.h b/bsp/imxrt/imxrt1052-nxp-evk/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/board/linker_scripts/link.icf b/bsp/imxrt/imxrt1052-nxp-evk/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/board/linker_scripts/link.lds b/bsp/imxrt/imxrt1052-nxp-evk/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/board/linker_scripts/link.sct b/bsp/imxrt/imxrt1052-nxp-evk/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/board/ports/phyksz8081/fsl_phy.c b/bsp/imxrt/imxrt1052-nxp-evk/board/ports/phyksz8081/fsl_phy.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/board/ports/phyksz8081/fsl_phy.h b/bsp/imxrt/imxrt1052-nxp-evk/board/ports/phyksz8081/fsl_phy.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/board/ports/sdram_port.h b/bsp/imxrt/imxrt1052-nxp-evk/board/ports/sdram_port.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/figures/board.jpg b/bsp/imxrt/imxrt1052-nxp-evk/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/project.ewd b/bsp/imxrt/imxrt1052-nxp-evk/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/project.ewp b/bsp/imxrt/imxrt1052-nxp-evk/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/project.eww b/bsp/imxrt/imxrt1052-nxp-evk/project.eww old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/project.uvoptx b/bsp/imxrt/imxrt1052-nxp-evk/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/project.uvprojx b/bsp/imxrt/imxrt1052-nxp-evk/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/rtconfig.h b/bsp/imxrt/imxrt1052-nxp-evk/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/rtconfig.py b/bsp/imxrt/imxrt1052-nxp-evk/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/template.ewd b/bsp/imxrt/imxrt1052-nxp-evk/template.ewd old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/template.ewp b/bsp/imxrt/imxrt1052-nxp-evk/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/template.ewt b/bsp/imxrt/imxrt1052-nxp-evk/template.ewt old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/template.eww b/bsp/imxrt/imxrt1052-nxp-evk/template.eww old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/template.uvoptx b/bsp/imxrt/imxrt1052-nxp-evk/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/template.uvprojx b/bsp/imxrt/imxrt1052-nxp-evk/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/xip/SConscript b/bsp/imxrt/imxrt1052-nxp-evk/xip/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/xip/fsl_flexspi_nor_boot.c b/bsp/imxrt/imxrt1052-nxp-evk/xip/fsl_flexspi_nor_boot.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/xip/fsl_flexspi_nor_boot.h b/bsp/imxrt/imxrt1052-nxp-evk/xip/fsl_flexspi_nor_boot.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/xip/fsl_flexspi_nor_flash.c b/bsp/imxrt/imxrt1052-nxp-evk/xip/fsl_flexspi_nor_flash.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1052-nxp-evk/xip/fsl_flexspi_nor_flash.h b/bsp/imxrt/imxrt1052-nxp-evk/xip/fsl_flexspi_nor_flash.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/.config b/bsp/imxrt/imxrt1064-nxp-evk/.config old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/Kconfig b/bsp/imxrt/imxrt1064-nxp-evk/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/README.md b/bsp/imxrt/imxrt1064-nxp-evk/README.md old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/SConscript b/bsp/imxrt/imxrt1064-nxp-evk/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/SConstruct b/bsp/imxrt/imxrt1064-nxp-evk/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/applications/SConscript b/bsp/imxrt/imxrt1064-nxp-evk/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/applications/main.c b/bsp/imxrt/imxrt1064-nxp-evk/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/board/Kconfig b/bsp/imxrt/imxrt1064-nxp-evk/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/board/MCUX_Config/MCUX_Config.mex b/bsp/imxrt/imxrt1064-nxp-evk/board/MCUX_Config/MCUX_Config.mex old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/board/MCUX_Config/clock_config.c b/bsp/imxrt/imxrt1064-nxp-evk/board/MCUX_Config/clock_config.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/board/MCUX_Config/clock_config.h b/bsp/imxrt/imxrt1064-nxp-evk/board/MCUX_Config/clock_config.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/board/MCUX_Config/pin_mux.c b/bsp/imxrt/imxrt1064-nxp-evk/board/MCUX_Config/pin_mux.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/board/MCUX_Config/pin_mux.h b/bsp/imxrt/imxrt1064-nxp-evk/board/MCUX_Config/pin_mux.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/board/SConscript b/bsp/imxrt/imxrt1064-nxp-evk/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/board/board.c b/bsp/imxrt/imxrt1064-nxp-evk/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/board/board.h b/bsp/imxrt/imxrt1064-nxp-evk/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/board/linker_scripts/link.icf b/bsp/imxrt/imxrt1064-nxp-evk/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/board/linker_scripts/link.lds b/bsp/imxrt/imxrt1064-nxp-evk/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/board/linker_scripts/link.sct b/bsp/imxrt/imxrt1064-nxp-evk/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/figures/MIMXRT1064EVK-TOP.jpg b/bsp/imxrt/imxrt1064-nxp-evk/figures/MIMXRT1064EVK-TOP.jpg old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/project.ewd b/bsp/imxrt/imxrt1064-nxp-evk/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/project.ewp b/bsp/imxrt/imxrt1064-nxp-evk/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/project.eww b/bsp/imxrt/imxrt1064-nxp-evk/project.eww old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/project.uvoptx b/bsp/imxrt/imxrt1064-nxp-evk/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/project.uvprojx b/bsp/imxrt/imxrt1064-nxp-evk/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/rtconfig.h b/bsp/imxrt/imxrt1064-nxp-evk/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/rtconfig.py b/bsp/imxrt/imxrt1064-nxp-evk/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/template.ewd b/bsp/imxrt/imxrt1064-nxp-evk/template.ewd old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/template.ewp b/bsp/imxrt/imxrt1064-nxp-evk/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/template.ewt b/bsp/imxrt/imxrt1064-nxp-evk/template.ewt old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/template.eww b/bsp/imxrt/imxrt1064-nxp-evk/template.eww old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/template.uvoptx b/bsp/imxrt/imxrt1064-nxp-evk/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/template.uvprojx b/bsp/imxrt/imxrt1064-nxp-evk/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/xip/SConscript b/bsp/imxrt/imxrt1064-nxp-evk/xip/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/xip/evkmimxrt1064_flexspi_nor_config.c b/bsp/imxrt/imxrt1064-nxp-evk/xip/evkmimxrt1064_flexspi_nor_config.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/xip/evkmimxrt1064_flexspi_nor_config.h b/bsp/imxrt/imxrt1064-nxp-evk/xip/evkmimxrt1064_flexspi_nor_config.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/xip/evkmimxrt1064_sdram_ini_dcd.c b/bsp/imxrt/imxrt1064-nxp-evk/xip/evkmimxrt1064_sdram_ini_dcd.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/xip/evkmimxrt1064_sdram_ini_dcd.h b/bsp/imxrt/imxrt1064-nxp-evk/xip/evkmimxrt1064_sdram_ini_dcd.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/xip/fsl_flexspi_nor_boot.c b/bsp/imxrt/imxrt1064-nxp-evk/xip/fsl_flexspi_nor_boot.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/imxrt1064-nxp-evk/xip/fsl_flexspi_nor_boot.h b/bsp/imxrt/imxrt1064-nxp-evk/xip/fsl_flexspi_nor_boot.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/Kconfig b/bsp/imxrt/libraries/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_CAN.c b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_CAN.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_Flash.c b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_Flash.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_I2C.c b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_I2C.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_MCI.c b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_MCI.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_SAI.c b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_SAI.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_SPI.c b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_SPI.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_Storage.c b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_Storage.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_USART.c b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_USART.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_USBD.c b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_USBD.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_USBH.c b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_USBH.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_CAN.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_CAN.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_Common.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_Common.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_ETH.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_ETH.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_ETH_MAC.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_ETH_MAC.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_ETH_PHY.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_ETH_PHY.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_Flash.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_Flash.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_I2C.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_I2C.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_MCI.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_MCI.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_NAND.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_NAND.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_SAI.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_SAI.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_SPI.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_SPI.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_USART.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_USART.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_USB.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_USB.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_USBD.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_USBD.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_USBH.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_USBH.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/arm_common_tables.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/arm_const_structs.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/arm_math.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_armcc.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_armclang.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_armclang.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_compiler.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_compiler.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_gcc.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_iccarm.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_iccarm.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_version.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_version.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_armv8mbl.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_armv8mbl.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_armv8mml.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_armv8mml.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm0.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm0plus.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm23.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm23.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm3.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm33.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm33.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm4.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm7.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_sc000.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_sc300.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/mpu_armv7.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/mpu_armv7.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/mpu_armv8.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/mpu_armv8.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/tz_context.h b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/tz_context.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/CMSIS/LICENSE.txt b/bsp/imxrt/libraries/MIMXRT1050/CMSIS/LICENSE.txt old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/MIMXRT1052.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/MIMXRT1052.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/MIMXRT1052.xml b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/MIMXRT1052.xml old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/MIMXRT1052_features.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/MIMXRT1052_features.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT1052xxxxx_flexspi_nor.scf b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT1052xxxxx_flexspi_nor.scf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT1052xxxxx_flexspi_nor_sdram.scf b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT1052xxxxx_flexspi_nor_sdram.scf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT1052xxxxx_ram.scf b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT1052xxxxx_ram.scf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT1052xxxxx_sdram.scf b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT1052xxxxx_sdram.scf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT1052xxxxx_sdram_txt.scf b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT1052xxxxx_sdram_txt.scf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT105x_HYPER_256KB_SEC.FLM b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT105x_HYPER_256KB_SEC.FLM old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT105x_QuadSPI_4KB_SEC.FLM b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT105x_QuadSPI_4KB_SEC.FLM old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/startup_MIMXRT1052.s b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/startup_MIMXRT1052.s old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpi2c_cmsis.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpi2c_cmsis.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpi2c_cmsis.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpi2c_cmsis.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpspi_cmsis.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpspi_cmsis.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpspi_cmsis.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpspi_cmsis.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpuart_cmsis.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpuart_cmsis.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpuart_cmsis.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpuart_cmsis.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_adc.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_adc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_adc.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_adc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_adc_etc.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_adc_etc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_adc_etc.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_adc_etc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_aipstz.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_aipstz.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_aipstz.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_aipstz.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_aoi.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_aoi.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_aoi.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_aoi.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_bee.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_bee.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_bee.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_bee.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_cache.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_cache.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_cache.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_cache.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_clock.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_clock.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_clock.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_clock.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_cmp.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_cmp.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_cmp.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_cmp.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_common.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_common.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_common.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_common.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_csi.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_csi.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_csi.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_csi.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dcdc.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dcdc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dcdc.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dcdc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dcp.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dcp.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dcp.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dcp.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dmamux.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dmamux.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dmamux.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dmamux.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_edma.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_edma.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_elcdif.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_elcdif.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_elcdif.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_elcdif.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_enc.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_enc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_enc.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_enc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_enet.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_enet.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_enet.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_enet.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_ewm.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_ewm.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_ewm.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_ewm.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexcan.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexcan.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexcan.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexcan.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2c_master.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2c_master.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2c_master.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2c_master.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2s.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2s.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2s_edma.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2s_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2s_edma.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2s_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_spi.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_spi.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_spi.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_spi.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_spi_edma.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_spi_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_spi_edma.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_spi_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_uart.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_uart.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_uart.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_uart.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_uart_edma.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_uart_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_uart_edma.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_uart_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexram.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexram.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexram.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexram.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexspi.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexspi.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexspi.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexspi.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpc.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpc.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpio.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpio.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpt.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpt.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpt.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpt.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_iomuxc.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_iomuxc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_kpp.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_kpp.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_kpp.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_kpp.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpi2c.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpi2c.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpi2c.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpi2c.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpi2c_edma.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpi2c_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpi2c_edma.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpi2c_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpspi.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpspi.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpspi.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpspi.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpspi_edma.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpspi_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpspi_edma.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpspi_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpuart.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpuart.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpuart.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpuart.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpuart_edma.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpuart_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpuart_edma.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpuart_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pit.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pit.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pit.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pit.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pmu.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pmu.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pmu.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pmu.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pwm.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pwm.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pxp.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pxp.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pxp.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pxp.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_qtmr.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_qtmr.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_qtmr.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_qtmr.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_rtwdog.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_rtwdog.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_rtwdog.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_rtwdog.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_sai.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_sai.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_sai.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_sai.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_sai_edma.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_sai_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_sai_edma.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_sai_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_semc.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_semc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_semc.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_semc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_snvs_hp.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_snvs_hp.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_snvs_hp.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_snvs_hp.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_snvs_lp.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_snvs_lp.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_snvs_lp.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_snvs_lp.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_spdif.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_spdif.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_spdif.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_spdif.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_spdif_edma.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_spdif_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_spdif_edma.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_spdif_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_src.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_src.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_src.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_src.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_tempmon.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_tempmon.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_tempmon.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_tempmon.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_trng.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_trng.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_trng.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_trng.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_tsc.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_tsc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_tsc.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_tsc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_usdhc.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_usdhc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_usdhc.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_usdhc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_wdog.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_wdog.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_wdog.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_wdog.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_xbara.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_xbara.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_xbara.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_xbara.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_xbarb.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_xbarb.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_xbarb.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_xbarb.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/fsl_device_registers.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/fsl_device_registers.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/MIMXRT1052xxxxx_flexspi_nor.ld b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/MIMXRT1052xxxxx_flexspi_nor.ld old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/MIMXRT1052xxxxx_flexspi_nor_sdram.ld b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/MIMXRT1052xxxxx_flexspi_nor_sdram.ld old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/MIMXRT1052xxxxx_ram.ld b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/MIMXRT1052xxxxx_ram.ld old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/MIMXRT1052xxxxx_sdram.ld b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/MIMXRT1052xxxxx_sdram.ld old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/MIMXRT1052xxxxx_sdram_txt.ld b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/MIMXRT1052xxxxx_sdram_txt.ld old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/startup_MIMXRT1052.S b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/startup_MIMXRT1052.S old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/MIMXRT1052xxxxx_flexspi_nor.icf b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/MIMXRT1052xxxxx_flexspi_nor.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/MIMXRT1052xxxxx_flexspi_nor_sdram.icf b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/MIMXRT1052xxxxx_flexspi_nor_sdram.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/MIMXRT1052xxxxx_ram.icf b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/MIMXRT1052xxxxx_ram.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/MIMXRT1052xxxxx_sdram.icf b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/MIMXRT1052xxxxx_sdram.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/MIMXRT1052xxxxx_sdram_txt.icf b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/MIMXRT1052xxxxx_sdram_txt.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/startup_MIMXRT1052.s b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/startup_MIMXRT1052.s old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/mcuxpresso/MIMXRT1050-EVK_IS25WP064A.cfx b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/mcuxpresso/MIMXRT1050-EVK_IS25WP064A.cfx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/mcuxpresso/MIMXRT1050-EVK_S26KS512S.cfx b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/mcuxpresso/MIMXRT1050-EVK_S26KS512S.cfx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/mcuxpresso/startup_mimxrt1052.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/mcuxpresso/startup_mimxrt1052.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/mcuxpresso/startup_mimxrt1052.cpp b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/mcuxpresso/startup_mimxrt1052.cpp old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/board.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/board.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/board.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/board.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/clock_config.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/clock_config.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/clock_config.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/clock_config.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/peripherals.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/peripherals.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/peripherals.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/peripherals.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/pin_mux.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/pin_mux.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/pin_mux.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/pin_mux.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/system_MIMXRT1052.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/system_MIMXRT1052.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/system_MIMXRT1052.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/system_MIMXRT1052.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/template/RTE_Device.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/template/RTE_Device.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/debug_console/fsl_debug_console.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/debug_console/fsl_debug_console.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/debug_console/fsl_debug_console.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/debug_console/fsl_debug_console.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/debug_console/fsl_debug_console_conf.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/debug_console/fsl_debug_console_conf.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_assert.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_assert.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_notifier.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_notifier.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_notifier.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_notifier.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_sbrk.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_sbrk.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_shell.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_shell.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_shell.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_shell.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/str/fsl_str.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/str/fsl_str.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/str/fsl_str.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/str/fsl_str.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/usb_device_config.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/usb_device_config.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/xip/fsl_flexspi_nor_boot.c b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/xip/fsl_flexspi_nor_boot.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/xip/fsl_flexspi_nor_boot.h b/bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/xip/fsl_flexspi_nor_boot.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1050/SConscript b/bsp/imxrt/libraries/MIMXRT1050/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_CAN.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_CAN.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_Common.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_Common.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_ETH.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_ETH.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_ETH_MAC.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_ETH_MAC.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_ETH_PHY.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_ETH_PHY.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_Flash.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_Flash.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_I2C.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_I2C.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_MCI.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_MCI.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_NAND.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_NAND.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_SAI.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_SAI.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_SPI.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_SPI.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_USART.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_USART.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_USB.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_USB.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_USBD.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_USBD.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_USBH.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_USBH.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/arm_common_tables.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/arm_const_structs.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/arm_math.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_armcc.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_armclang.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_armclang.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_compiler.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_compiler.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_gcc.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_iccarm.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_iccarm.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_version.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_version.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_armv8mbl.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_armv8mbl.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_armv8mml.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_armv8mml.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm0.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm0plus.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm23.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm23.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm3.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm33.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm33.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm4.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm7.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_sc000.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_sc300.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/mpu_armv7.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/mpu_armv7.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/mpu_armv8.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/mpu_armv8.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/tz_context.h b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/tz_context.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/CMSIS/LICENSE.txt b/bsp/imxrt/libraries/MIMXRT1064/CMSIS/LICENSE.txt old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/MIMXRT1064.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/MIMXRT1064.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/MIMXRT1064.xml b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/MIMXRT1064.xml old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/MIMXRT1064_features.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/MIMXRT1064_features.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/MIMXRT1064xxxxx_flexspi_nor.scf b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/MIMXRT1064xxxxx_flexspi_nor.scf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/MIMXRT1064xxxxx_flexspi_nor_sdram.scf b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/MIMXRT1064xxxxx_flexspi_nor_sdram.scf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/MIMXRT1064xxxxx_ram.scf b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/MIMXRT1064xxxxx_ram.scf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/MIMXRT1064xxxxx_sdram.scf b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/MIMXRT1064xxxxx_sdram.scf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/MIMXRT1064xxxxx_sdram_txt.scf b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/MIMXRT1064xxxxx_sdram_txt.scf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/evkmimxrt1064_flexspi_nor.ini b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/evkmimxrt1064_flexspi_nor.ini old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/startup_MIMXRT1064.s b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/startup_MIMXRT1064.s old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpi2c_cmsis.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpi2c_cmsis.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpi2c_cmsis.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpi2c_cmsis.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpspi_cmsis.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpspi_cmsis.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpspi_cmsis.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpspi_cmsis.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpuart_cmsis.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpuart_cmsis.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpuart_cmsis.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpuart_cmsis.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_adc.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_adc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_adc.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_adc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_adc_etc.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_adc_etc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_adc_etc.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_adc_etc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_aipstz.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_aipstz.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_aipstz.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_aipstz.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_aoi.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_aoi.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_aoi.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_aoi.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_bee.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_bee.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_bee.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_bee.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_cache.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_cache.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_cache.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_cache.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_clock.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_clock.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_clock.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_clock.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_cmp.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_cmp.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_cmp.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_cmp.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_common.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_common.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_common.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_common.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_csi.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_csi.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_csi.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_csi.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dcdc.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dcdc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dcdc.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dcdc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dcp.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dcp.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dcp.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dcp.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dmamux.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dmamux.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dmamux.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dmamux.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_edma.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_edma.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_elcdif.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_elcdif.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_elcdif.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_elcdif.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_enc.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_enc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_enc.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_enc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_enet.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_enet.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_enet.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_enet.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_ewm.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_ewm.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_ewm.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_ewm.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexcan.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexcan.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexcan.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexcan.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2c_master.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2c_master.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2c_master.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2c_master.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2s.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2s.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2s_edma.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2s_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2s_edma.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2s_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_spi.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_spi.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_spi.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_spi.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_spi_edma.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_spi_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_spi_edma.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_spi_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_uart.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_uart.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_uart.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_uart.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_uart_edma.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_uart_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_uart_edma.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_uart_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexram.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexram.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexram.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexram.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexspi.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexspi.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexspi.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexspi.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpc.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpc.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpio.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpio.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpt.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpt.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpt.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpt.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_iomuxc.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_iomuxc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_kpp.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_kpp.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_kpp.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_kpp.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c_edma.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c_edma.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c_freertos.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c_freertos.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c_freertos.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c_freertos.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi_edma.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi_edma.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi_freertos.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi_freertos.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi_freertos.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi_freertos.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart_edma.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart_edma.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart_freertos.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart_freertos.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart_freertos.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart_freertos.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pit.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pit.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pit.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pit.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pmu.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pmu.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pmu.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pmu.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pwm.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pwm.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pxp.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pxp.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pxp.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pxp.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_qtmr.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_qtmr.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_qtmr.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_qtmr.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_rtwdog.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_rtwdog.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_rtwdog.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_rtwdog.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_sai.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_sai.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_sai.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_sai.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_sai_edma.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_sai_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_sai_edma.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_sai_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_semc.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_semc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_semc.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_semc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_snvs_hp.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_snvs_hp.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_snvs_hp.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_snvs_hp.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_snvs_lp.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_snvs_lp.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_snvs_lp.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_snvs_lp.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_spdif.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_spdif.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_spdif.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_spdif.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_spdif_edma.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_spdif_edma.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_spdif_edma.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_spdif_edma.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_src.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_src.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_src.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_src.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_tempmon.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_tempmon.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_tempmon.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_tempmon.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_trng.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_trng.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_trng.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_trng.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_tsc.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_tsc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_tsc.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_tsc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_usdhc.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_usdhc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_usdhc.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_usdhc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_wdog.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_wdog.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_wdog.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_wdog.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_xbara.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_xbara.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_xbara.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_xbara.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_xbarb.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_xbarb.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_xbarb.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_xbarb.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/fsl_device_registers.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/fsl_device_registers.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/MIMXRT1064xxxxx_flexspi_nor.ld b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/MIMXRT1064xxxxx_flexspi_nor.ld old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/MIMXRT1064xxxxx_flexspi_nor_sdram.ld b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/MIMXRT1064xxxxx_flexspi_nor_sdram.ld old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/MIMXRT1064xxxxx_ram.ld b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/MIMXRT1064xxxxx_ram.ld old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/MIMXRT1064xxxxx_sdram.ld b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/MIMXRT1064xxxxx_sdram.ld old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/MIMXRT1064xxxxx_sdram_txt.ld b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/MIMXRT1064xxxxx_sdram_txt.ld old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/startup_MIMXRT1064.S b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/startup_MIMXRT1064.S old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/MIMXRT1064xxxxx_flexspi_nor.icf b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/MIMXRT1064xxxxx_flexspi_nor.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/MIMXRT1064xxxxx_flexspi_nor_sdram.icf b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/MIMXRT1064xxxxx_flexspi_nor_sdram.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/MIMXRT1064xxxxx_ram.icf b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/MIMXRT1064xxxxx_ram.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/MIMXRT1064xxxxx_sdram.icf b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/MIMXRT1064xxxxx_sdram.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/MIMXRT1064xxxxx_sdram_txt.icf b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/MIMXRT1064xxxxx_sdram_txt.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/startup_MIMXRT1064.s b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/startup_MIMXRT1064.s old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/mcuxpresso/MIMXRT1064.cfx b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/mcuxpresso/MIMXRT1064.cfx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/mcuxpresso/startup_mimxrt1064.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/mcuxpresso/startup_mimxrt1064.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/mcuxpresso/startup_mimxrt1064.cpp b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/mcuxpresso/startup_mimxrt1064.cpp old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/board.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/board.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/board.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/board.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/clock_config.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/clock_config.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/clock_config.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/clock_config.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/peripherals.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/peripherals.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/peripherals.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/peripherals.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/pin_mux.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/pin_mux.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/pin_mux.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/pin_mux.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/system_MIMXRT1064.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/system_MIMXRT1064.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/system_MIMXRT1064.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/system_MIMXRT1064.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/template/RTE_Device.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/template/RTE_Device.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_assert.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_assert.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_debug_console.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_debug_console.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_debug_console.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_debug_console.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_debug_console_conf.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_debug_console_conf.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_notifier.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_notifier.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_notifier.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_notifier.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_sbrk.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_sbrk.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_shell.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_shell.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_shell.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_shell.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/io/fsl_io.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/io/fsl_io.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/io/fsl_io.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/io/fsl_io.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/io/swo/fsl_swo.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/io/swo/fsl_swo.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/io/swo/fsl_swo.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/io/swo/fsl_swo.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/log/fsl_log.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/log/fsl_log.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/log/fsl_log.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/log/fsl_log.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/str/fsl_str.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/str/fsl_str.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/str/fsl_str.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/str/fsl_str.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/evkmimxrt1064_flexspi_nor_config.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/evkmimxrt1064_flexspi_nor_config.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/evkmimxrt1064_flexspi_nor_config.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/evkmimxrt1064_flexspi_nor_config.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/evkmimxrt1064_sdram_ini_dcd.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/evkmimxrt1064_sdram_ini_dcd.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/evkmimxrt1064_sdram_ini_dcd.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/evkmimxrt1064_sdram_ini_dcd.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/fsl_flexspi_nor_boot.c b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/fsl_flexspi_nor_boot.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/fsl_flexspi_nor_boot.h b/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/fsl_flexspi_nor_boot.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/MIMXRT1064/SConscript b/bsp/imxrt/libraries/MIMXRT1064/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/SConscript b/bsp/imxrt/libraries/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_adc.c b/bsp/imxrt/libraries/drivers/drv_adc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_adc.h b/bsp/imxrt/libraries/drivers/drv_adc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_can.c b/bsp/imxrt/libraries/drivers/drv_can.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_can.h b/bsp/imxrt/libraries/drivers/drv_can.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_eth.c b/bsp/imxrt/libraries/drivers/drv_eth.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_gpio.c b/bsp/imxrt/libraries/drivers/drv_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_gpio.h b/bsp/imxrt/libraries/drivers/drv_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_hwtimer.c b/bsp/imxrt/libraries/drivers/drv_hwtimer.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_hwtimer.h b/bsp/imxrt/libraries/drivers/drv_hwtimer.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_i2c.c b/bsp/imxrt/libraries/drivers/drv_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_i2c.h b/bsp/imxrt/libraries/drivers/drv_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_lcd.c b/bsp/imxrt/libraries/drivers/drv_lcd.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_lcd.h b/bsp/imxrt/libraries/drivers/drv_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_log.h b/bsp/imxrt/libraries/drivers/drv_log.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_pwm.c b/bsp/imxrt/libraries/drivers/drv_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_pwm.h b/bsp/imxrt/libraries/drivers/drv_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_rtc.c b/bsp/imxrt/libraries/drivers/drv_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_rtc.h b/bsp/imxrt/libraries/drivers/drv_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_sdram.c b/bsp/imxrt/libraries/drivers/drv_sdram.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_sdram.h b/bsp/imxrt/libraries/drivers/drv_sdram.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_spi.c b/bsp/imxrt/libraries/drivers/drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_spi.h b/bsp/imxrt/libraries/drivers/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_uart.c b/bsp/imxrt/libraries/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_uart.h b/bsp/imxrt/libraries/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_wdt.c b/bsp/imxrt/libraries/drivers/drv_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/drivers/drv_wdt.h b/bsp/imxrt/libraries/drivers/drv_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/.config b/bsp/imxrt/libraries/templates/imxrt1050xxx/.config old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/Kconfig b/bsp/imxrt/libraries/templates/imxrt1050xxx/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/README.md b/bsp/imxrt/libraries/templates/imxrt1050xxx/README.md old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/SConscript b/bsp/imxrt/libraries/templates/imxrt1050xxx/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/SConstruct b/bsp/imxrt/libraries/templates/imxrt1050xxx/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/applications/SConscript b/bsp/imxrt/libraries/templates/imxrt1050xxx/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/applications/main.c b/bsp/imxrt/libraries/templates/imxrt1050xxx/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/board/Kconfig b/bsp/imxrt/libraries/templates/imxrt1050xxx/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/board/MCUX_Config/MCUX_Config.mex b/bsp/imxrt/libraries/templates/imxrt1050xxx/board/MCUX_Config/MCUX_Config.mex old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/board/MCUX_Config/clock_config.c b/bsp/imxrt/libraries/templates/imxrt1050xxx/board/MCUX_Config/clock_config.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/board/MCUX_Config/clock_config.h b/bsp/imxrt/libraries/templates/imxrt1050xxx/board/MCUX_Config/clock_config.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/board/MCUX_Config/pin_mux.c b/bsp/imxrt/libraries/templates/imxrt1050xxx/board/MCUX_Config/pin_mux.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/board/MCUX_Config/pin_mux.h b/bsp/imxrt/libraries/templates/imxrt1050xxx/board/MCUX_Config/pin_mux.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/board/SConscript b/bsp/imxrt/libraries/templates/imxrt1050xxx/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/board/board.c b/bsp/imxrt/libraries/templates/imxrt1050xxx/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/board/board.h b/bsp/imxrt/libraries/templates/imxrt1050xxx/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/board/linker_scripts/link.icf b/bsp/imxrt/libraries/templates/imxrt1050xxx/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/board/linker_scripts/link.lds b/bsp/imxrt/libraries/templates/imxrt1050xxx/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/board/linker_scripts/link.sct b/bsp/imxrt/libraries/templates/imxrt1050xxx/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/figures/board.png b/bsp/imxrt/libraries/templates/imxrt1050xxx/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/project.ewd b/bsp/imxrt/libraries/templates/imxrt1050xxx/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/project.ewp b/bsp/imxrt/libraries/templates/imxrt1050xxx/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/project.eww b/bsp/imxrt/libraries/templates/imxrt1050xxx/project.eww old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/project.uvoptx b/bsp/imxrt/libraries/templates/imxrt1050xxx/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/project.uvprojx b/bsp/imxrt/libraries/templates/imxrt1050xxx/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/rtconfig.h b/bsp/imxrt/libraries/templates/imxrt1050xxx/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/rtconfig.py b/bsp/imxrt/libraries/templates/imxrt1050xxx/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/template.ewd b/bsp/imxrt/libraries/templates/imxrt1050xxx/template.ewd old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/template.ewp b/bsp/imxrt/libraries/templates/imxrt1050xxx/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/template.ewt b/bsp/imxrt/libraries/templates/imxrt1050xxx/template.ewt old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/template.eww b/bsp/imxrt/libraries/templates/imxrt1050xxx/template.eww old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/template.uvoptx b/bsp/imxrt/libraries/templates/imxrt1050xxx/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1050xxx/template.uvprojx b/bsp/imxrt/libraries/templates/imxrt1050xxx/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/.config b/bsp/imxrt/libraries/templates/imxrt1064xxx/.config old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/Kconfig b/bsp/imxrt/libraries/templates/imxrt1064xxx/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/MIMXRT1064EVK-TOP.jpg b/bsp/imxrt/libraries/templates/imxrt1064xxx/MIMXRT1064EVK-TOP.jpg old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/README.md b/bsp/imxrt/libraries/templates/imxrt1064xxx/README.md old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/SConscript b/bsp/imxrt/libraries/templates/imxrt1064xxx/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/SConstruct b/bsp/imxrt/libraries/templates/imxrt1064xxx/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/applications/SConscript b/bsp/imxrt/libraries/templates/imxrt1064xxx/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/applications/main.c b/bsp/imxrt/libraries/templates/imxrt1064xxx/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/board/Kconfig b/bsp/imxrt/libraries/templates/imxrt1064xxx/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/board/MCUX_Config/MCUX_Config.mex b/bsp/imxrt/libraries/templates/imxrt1064xxx/board/MCUX_Config/MCUX_Config.mex old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/board/MCUX_Config/clock_config.c b/bsp/imxrt/libraries/templates/imxrt1064xxx/board/MCUX_Config/clock_config.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/board/MCUX_Config/clock_config.h b/bsp/imxrt/libraries/templates/imxrt1064xxx/board/MCUX_Config/clock_config.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/board/MCUX_Config/pin_mux.c b/bsp/imxrt/libraries/templates/imxrt1064xxx/board/MCUX_Config/pin_mux.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/board/MCUX_Config/pin_mux.h b/bsp/imxrt/libraries/templates/imxrt1064xxx/board/MCUX_Config/pin_mux.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/board/SConscript b/bsp/imxrt/libraries/templates/imxrt1064xxx/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/board/board.c b/bsp/imxrt/libraries/templates/imxrt1064xxx/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/board/board.h b/bsp/imxrt/libraries/templates/imxrt1064xxx/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/board/linker_scripts/link.icf b/bsp/imxrt/libraries/templates/imxrt1064xxx/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/board/linker_scripts/link.lds b/bsp/imxrt/libraries/templates/imxrt1064xxx/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/board/linker_scripts/link.sct b/bsp/imxrt/libraries/templates/imxrt1064xxx/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/project.ewd b/bsp/imxrt/libraries/templates/imxrt1064xxx/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/project.ewp b/bsp/imxrt/libraries/templates/imxrt1064xxx/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/project.eww b/bsp/imxrt/libraries/templates/imxrt1064xxx/project.eww old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/project.uvoptx b/bsp/imxrt/libraries/templates/imxrt1064xxx/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/project.uvprojx b/bsp/imxrt/libraries/templates/imxrt1064xxx/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/rtconfig.h b/bsp/imxrt/libraries/templates/imxrt1064xxx/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/rtconfig.py b/bsp/imxrt/libraries/templates/imxrt1064xxx/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.crun b/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.crun old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.dbgdt b/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.dbgdt old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.dnx b/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.dnx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.rtthread.cspy.bat b/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.rtthread.cspy.bat old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.rtthread.cspy.ps1 b/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.rtthread.cspy.ps1 old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.rtthread.driver.xcl b/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.rtthread.driver.xcl old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.rtthread.general.xcl b/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.rtthread.general.xcl old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.wsdt b/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.wsdt old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project_rtthread.jlink b/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project_rtthread.jlink old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/template.wsdt b/bsp/imxrt/libraries/templates/imxrt1064xxx/settings/template.wsdt old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/template.ewd b/bsp/imxrt/libraries/templates/imxrt1064xxx/template.ewd old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/template.ewp b/bsp/imxrt/libraries/templates/imxrt1064xxx/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/template.ewt b/bsp/imxrt/libraries/templates/imxrt1064xxx/template.ewt old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/template.eww b/bsp/imxrt/libraries/templates/imxrt1064xxx/template.eww old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/template.uvoptx b/bsp/imxrt/libraries/templates/imxrt1064xxx/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/template.uvprojx b/bsp/imxrt/libraries/templates/imxrt1064xxx/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/xip/SConscript b/bsp/imxrt/libraries/templates/imxrt1064xxx/xip/SConscript old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/xip/evkmimxrt1064_flexspi_nor_config.c b/bsp/imxrt/libraries/templates/imxrt1064xxx/xip/evkmimxrt1064_flexspi_nor_config.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/xip/evkmimxrt1064_flexspi_nor_config.h b/bsp/imxrt/libraries/templates/imxrt1064xxx/xip/evkmimxrt1064_flexspi_nor_config.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/xip/evkmimxrt1064_sdram_ini_dcd.c b/bsp/imxrt/libraries/templates/imxrt1064xxx/xip/evkmimxrt1064_sdram_ini_dcd.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/xip/evkmimxrt1064_sdram_ini_dcd.h b/bsp/imxrt/libraries/templates/imxrt1064xxx/xip/evkmimxrt1064_sdram_ini_dcd.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/xip/fsl_flexspi_nor_boot.c b/bsp/imxrt/libraries/templates/imxrt1064xxx/xip/fsl_flexspi_nor_boot.c old mode 100644 new mode 100755 diff --git a/bsp/imxrt/libraries/templates/imxrt1064xxx/xip/fsl_flexspi_nor_boot.h b/bsp/imxrt/libraries/templates/imxrt1064xxx/xip/fsl_flexspi_nor_boot.h old mode 100644 new mode 100755 diff --git a/bsp/imxrt/tools/sdk_dist.py b/bsp/imxrt/tools/sdk_dist.py old mode 100644 new mode 100755 diff --git a/bsp/k210/.config b/bsp/k210/.config old mode 100644 new mode 100755 diff --git a/bsp/k210/Kconfig b/bsp/k210/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/k210/README.md b/bsp/k210/README.md old mode 100644 new mode 100755 diff --git a/bsp/k210/SConscript b/bsp/k210/SConscript old mode 100644 new mode 100755 diff --git a/bsp/k210/SConstruct b/bsp/k210/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/k210/applications/SConscript b/bsp/k210/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/k210/applications/main.c b/bsp/k210/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/k210/applications/mnt.c b/bsp/k210/applications/mnt.c old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/Kconfig b/bsp/k210/driver/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/SConscript b/bsp/k210/driver/SConscript old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/board.c b/bsp/k210/driver/board.c old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/board.h b/bsp/k210/driver/board.h old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/camera/SConscript b/bsp/k210/driver/camera/SConscript old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/camera/drv_ov5640.c b/bsp/k210/driver/camera/drv_ov5640.c old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/camera/drv_ov5640.h b/bsp/k210/driver/camera/drv_ov5640.h old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/camera/ov5640af.h b/bsp/k210/driver/camera/ov5640af.h old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/camera/ov5640cfg.h b/bsp/k210/driver/camera/ov5640cfg.h old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/drv_gpio.c b/bsp/k210/driver/drv_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/drv_gpio.h b/bsp/k210/driver/drv_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/drv_interrupt.c b/bsp/k210/driver/drv_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/drv_io_config.c b/bsp/k210/driver/drv_io_config.c old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/drv_io_config.h b/bsp/k210/driver/drv_io_config.h old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/drv_lcd.c b/bsp/k210/driver/drv_lcd.c old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/drv_lcd.h b/bsp/k210/driver/drv_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/drv_spi.c b/bsp/k210/driver/drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/drv_spi.h b/bsp/k210/driver/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/drv_uart.c b/bsp/k210/driver/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/drv_uart.h b/bsp/k210/driver/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/k210/driver/heap.c b/bsp/k210/driver/heap.c old mode 100644 new mode 100755 diff --git a/bsp/k210/images/flash.png b/bsp/k210/images/flash.png old mode 100644 new mode 100755 diff --git a/bsp/k210/images/k210.png b/bsp/k210/images/k210.png old mode 100644 new mode 100755 diff --git a/bsp/k210/link.lds b/bsp/k210/link.lds old mode 100644 new mode 100755 diff --git a/bsp/k210/link_stacksize.lds b/bsp/k210/link_stacksize.lds old mode 100644 new mode 100755 diff --git a/bsp/k210/rtconfig.h b/bsp/k210/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/SConscript b/bsp/lm3s8962/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/adc.c b/bsp/lm3s8962/Libraries/driverlib/adc.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/adc.h b/bsp/lm3s8962/Libraries/driverlib/adc.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/can.c b/bsp/lm3s8962/Libraries/driverlib/can.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/can.h b/bsp/lm3s8962/Libraries/driverlib/can.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/comp.c b/bsp/lm3s8962/Libraries/driverlib/comp.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/comp.h b/bsp/lm3s8962/Libraries/driverlib/comp.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/cpu.c b/bsp/lm3s8962/Libraries/driverlib/cpu.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/cpu.h b/bsp/lm3s8962/Libraries/driverlib/cpu.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/cr_project.xml b/bsp/lm3s8962/Libraries/driverlib/cr_project.xml old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/debug.h b/bsp/lm3s8962/Libraries/driverlib/debug.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/driverlib.Opt b/bsp/lm3s8962/Libraries/driverlib/driverlib.Opt old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/driverlib.Uv2 b/bsp/lm3s8962/Libraries/driverlib/driverlib.Uv2 old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/driverlib.ewp b/bsp/lm3s8962/Libraries/driverlib/driverlib.ewp old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/driverlib.sgxx b/bsp/lm3s8962/Libraries/driverlib/driverlib.sgxx old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/eeprom.c b/bsp/lm3s8962/Libraries/driverlib/eeprom.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/eeprom.h b/bsp/lm3s8962/Libraries/driverlib/eeprom.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/epi.c b/bsp/lm3s8962/Libraries/driverlib/epi.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/epi.h b/bsp/lm3s8962/Libraries/driverlib/epi.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/ethernet.c b/bsp/lm3s8962/Libraries/driverlib/ethernet.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/ethernet.h b/bsp/lm3s8962/Libraries/driverlib/ethernet.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/fan.c b/bsp/lm3s8962/Libraries/driverlib/fan.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/fan.h b/bsp/lm3s8962/Libraries/driverlib/fan.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/flash.c b/bsp/lm3s8962/Libraries/driverlib/flash.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/flash.h b/bsp/lm3s8962/Libraries/driverlib/flash.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/fpu.c b/bsp/lm3s8962/Libraries/driverlib/fpu.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/fpu.h b/bsp/lm3s8962/Libraries/driverlib/fpu.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/gpio.c b/bsp/lm3s8962/Libraries/driverlib/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/gpio.h b/bsp/lm3s8962/Libraries/driverlib/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/hibernate.c b/bsp/lm3s8962/Libraries/driverlib/hibernate.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/hibernate.h b/bsp/lm3s8962/Libraries/driverlib/hibernate.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/i2c.c b/bsp/lm3s8962/Libraries/driverlib/i2c.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/i2c.h b/bsp/lm3s8962/Libraries/driverlib/i2c.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/i2s.c b/bsp/lm3s8962/Libraries/driverlib/i2s.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/i2s.h b/bsp/lm3s8962/Libraries/driverlib/i2s.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/interrupt.c b/bsp/lm3s8962/Libraries/driverlib/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/interrupt.h b/bsp/lm3s8962/Libraries/driverlib/interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/lpc.c b/bsp/lm3s8962/Libraries/driverlib/lpc.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/lpc.h b/bsp/lm3s8962/Libraries/driverlib/lpc.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/mpu.c b/bsp/lm3s8962/Libraries/driverlib/mpu.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/mpu.h b/bsp/lm3s8962/Libraries/driverlib/mpu.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/peci.c b/bsp/lm3s8962/Libraries/driverlib/peci.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/peci.h b/bsp/lm3s8962/Libraries/driverlib/peci.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/pin_map.h b/bsp/lm3s8962/Libraries/driverlib/pin_map.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/pwm.c b/bsp/lm3s8962/Libraries/driverlib/pwm.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/pwm.h b/bsp/lm3s8962/Libraries/driverlib/pwm.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/qei.c b/bsp/lm3s8962/Libraries/driverlib/qei.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/qei.h b/bsp/lm3s8962/Libraries/driverlib/qei.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/readme.txt b/bsp/lm3s8962/Libraries/driverlib/readme.txt old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/rom.h b/bsp/lm3s8962/Libraries/driverlib/rom.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/rom_map.h b/bsp/lm3s8962/Libraries/driverlib/rom_map.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/ssi.c b/bsp/lm3s8962/Libraries/driverlib/ssi.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/ssi.h b/bsp/lm3s8962/Libraries/driverlib/ssi.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/sysctl.c b/bsp/lm3s8962/Libraries/driverlib/sysctl.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/sysctl.h b/bsp/lm3s8962/Libraries/driverlib/sysctl.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/sysexc.c b/bsp/lm3s8962/Libraries/driverlib/sysexc.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/sysexc.h b/bsp/lm3s8962/Libraries/driverlib/sysexc.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/systick.c b/bsp/lm3s8962/Libraries/driverlib/systick.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/systick.h b/bsp/lm3s8962/Libraries/driverlib/systick.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/timer.c b/bsp/lm3s8962/Libraries/driverlib/timer.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/timer.h b/bsp/lm3s8962/Libraries/driverlib/timer.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/uart.c b/bsp/lm3s8962/Libraries/driverlib/uart.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/uart.h b/bsp/lm3s8962/Libraries/driverlib/uart.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/udma.c b/bsp/lm3s8962/Libraries/driverlib/udma.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/udma.h b/bsp/lm3s8962/Libraries/driverlib/udma.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/usb.c b/bsp/lm3s8962/Libraries/driverlib/usb.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/usb.h b/bsp/lm3s8962/Libraries/driverlib/usb.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/watchdog.c b/bsp/lm3s8962/Libraries/driverlib/watchdog.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/driverlib/watchdog.h b/bsp/lm3s8962/Libraries/driverlib/watchdog.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/asmdefs.h b/bsp/lm3s8962/Libraries/inc/asmdefs.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_adc.h b/bsp/lm3s8962/Libraries/inc/hw_adc.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_can.h b/bsp/lm3s8962/Libraries/inc/hw_can.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_comp.h b/bsp/lm3s8962/Libraries/inc/hw_comp.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_eeprom.h b/bsp/lm3s8962/Libraries/inc/hw_eeprom.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_epi.h b/bsp/lm3s8962/Libraries/inc/hw_epi.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_ethernet.h b/bsp/lm3s8962/Libraries/inc/hw_ethernet.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_fan.h b/bsp/lm3s8962/Libraries/inc/hw_fan.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_flash.h b/bsp/lm3s8962/Libraries/inc/hw_flash.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_gpio.h b/bsp/lm3s8962/Libraries/inc/hw_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_hibernate.h b/bsp/lm3s8962/Libraries/inc/hw_hibernate.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_i2c.h b/bsp/lm3s8962/Libraries/inc/hw_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_i2s.h b/bsp/lm3s8962/Libraries/inc/hw_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_ints.h b/bsp/lm3s8962/Libraries/inc/hw_ints.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_lpc.h b/bsp/lm3s8962/Libraries/inc/hw_lpc.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_memmap.h b/bsp/lm3s8962/Libraries/inc/hw_memmap.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_nvic.h b/bsp/lm3s8962/Libraries/inc/hw_nvic.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_peci.h b/bsp/lm3s8962/Libraries/inc/hw_peci.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_pwm.h b/bsp/lm3s8962/Libraries/inc/hw_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_qei.h b/bsp/lm3s8962/Libraries/inc/hw_qei.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_ssi.h b/bsp/lm3s8962/Libraries/inc/hw_ssi.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_sysctl.h b/bsp/lm3s8962/Libraries/inc/hw_sysctl.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_sysexc.h b/bsp/lm3s8962/Libraries/inc/hw_sysexc.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_timer.h b/bsp/lm3s8962/Libraries/inc/hw_timer.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_types.h b/bsp/lm3s8962/Libraries/inc/hw_types.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_uart.h b/bsp/lm3s8962/Libraries/inc/hw_uart.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_udma.h b/bsp/lm3s8962/Libraries/inc/hw_udma.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_usb.h b/bsp/lm3s8962/Libraries/inc/hw_usb.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/inc/hw_watchdog.h b/bsp/lm3s8962/Libraries/inc/hw_watchdog.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/startup/arm/start_rvds.S b/bsp/lm3s8962/Libraries/startup/arm/start_rvds.S old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/Libraries/startup/gcc/start_gcc.S b/bsp/lm3s8962/Libraries/startup/gcc/start_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/SConscript b/bsp/lm3s8962/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/SConstruct b/bsp/lm3s8962/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/applications/SConscript b/bsp/lm3s8962/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/applications/application.c b/bsp/lm3s8962/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/applications/startup.c b/bsp/lm3s8962/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/drivers/SConscript b/bsp/lm3s8962/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/drivers/board.c b/bsp/lm3s8962/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/drivers/board.h b/bsp/lm3s8962/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/drivers/luminaryif.c b/bsp/lm3s8962/drivers/luminaryif.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/drivers/luminaryif.h b/bsp/lm3s8962/drivers/luminaryif.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/drivers/sdcard.c b/bsp/lm3s8962/drivers/sdcard.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/drivers/serial.c b/bsp/lm3s8962/drivers/serial.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/lm3s_rom.ld b/bsp/lm3s8962/lm3s_rom.ld old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/lm3s_rom.sct b/bsp/lm3s8962/lm3s_rom.sct old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/project.Uv2 b/bsp/lm3s8962/project.Uv2 old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/rtconfig.h b/bsp/lm3s8962/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/rtconfig.py b/bsp/lm3s8962/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lm3s8962/template.Uv2 b/bsp/lm3s8962/template.Uv2 old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/SConscript b/bsp/lm3s9b9x/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/adc.c b/bsp/lm3s9b9x/Libraries/driverlib/adc.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/adc.h b/bsp/lm3s9b9x/Libraries/driverlib/adc.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/can.c b/bsp/lm3s9b9x/Libraries/driverlib/can.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/can.h b/bsp/lm3s9b9x/Libraries/driverlib/can.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/comp.c b/bsp/lm3s9b9x/Libraries/driverlib/comp.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/comp.h b/bsp/lm3s9b9x/Libraries/driverlib/comp.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/cpu.c b/bsp/lm3s9b9x/Libraries/driverlib/cpu.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/cpu.h b/bsp/lm3s9b9x/Libraries/driverlib/cpu.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/debug.h b/bsp/lm3s9b9x/Libraries/driverlib/debug.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/eeprom.c b/bsp/lm3s9b9x/Libraries/driverlib/eeprom.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/eeprom.h b/bsp/lm3s9b9x/Libraries/driverlib/eeprom.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/epi.c b/bsp/lm3s9b9x/Libraries/driverlib/epi.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/epi.h b/bsp/lm3s9b9x/Libraries/driverlib/epi.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/ethernet.c b/bsp/lm3s9b9x/Libraries/driverlib/ethernet.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/ethernet.h b/bsp/lm3s9b9x/Libraries/driverlib/ethernet.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/fan.c b/bsp/lm3s9b9x/Libraries/driverlib/fan.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/fan.h b/bsp/lm3s9b9x/Libraries/driverlib/fan.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/flash.c b/bsp/lm3s9b9x/Libraries/driverlib/flash.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/flash.h b/bsp/lm3s9b9x/Libraries/driverlib/flash.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/fpu.c b/bsp/lm3s9b9x/Libraries/driverlib/fpu.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/fpu.h b/bsp/lm3s9b9x/Libraries/driverlib/fpu.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/gpio.c b/bsp/lm3s9b9x/Libraries/driverlib/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/gpio.h b/bsp/lm3s9b9x/Libraries/driverlib/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/hibernate.c b/bsp/lm3s9b9x/Libraries/driverlib/hibernate.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/hibernate.h b/bsp/lm3s9b9x/Libraries/driverlib/hibernate.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/i2c.c b/bsp/lm3s9b9x/Libraries/driverlib/i2c.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/i2c.h b/bsp/lm3s9b9x/Libraries/driverlib/i2c.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/i2s.c b/bsp/lm3s9b9x/Libraries/driverlib/i2s.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/i2s.h b/bsp/lm3s9b9x/Libraries/driverlib/i2s.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/interrupt.c b/bsp/lm3s9b9x/Libraries/driverlib/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/interrupt.h b/bsp/lm3s9b9x/Libraries/driverlib/interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/lpc.c b/bsp/lm3s9b9x/Libraries/driverlib/lpc.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/lpc.h b/bsp/lm3s9b9x/Libraries/driverlib/lpc.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/mpu.c b/bsp/lm3s9b9x/Libraries/driverlib/mpu.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/mpu.h b/bsp/lm3s9b9x/Libraries/driverlib/mpu.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/peci.c b/bsp/lm3s9b9x/Libraries/driverlib/peci.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/peci.h b/bsp/lm3s9b9x/Libraries/driverlib/peci.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/pin_map.h b/bsp/lm3s9b9x/Libraries/driverlib/pin_map.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/pwm.c b/bsp/lm3s9b9x/Libraries/driverlib/pwm.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/pwm.h b/bsp/lm3s9b9x/Libraries/driverlib/pwm.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/qei.c b/bsp/lm3s9b9x/Libraries/driverlib/qei.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/qei.h b/bsp/lm3s9b9x/Libraries/driverlib/qei.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/readme.txt b/bsp/lm3s9b9x/Libraries/driverlib/readme.txt old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/rom.h b/bsp/lm3s9b9x/Libraries/driverlib/rom.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/rom_map.h b/bsp/lm3s9b9x/Libraries/driverlib/rom_map.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/ssi.c b/bsp/lm3s9b9x/Libraries/driverlib/ssi.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/ssi.h b/bsp/lm3s9b9x/Libraries/driverlib/ssi.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/sysctl.c b/bsp/lm3s9b9x/Libraries/driverlib/sysctl.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/sysctl.h b/bsp/lm3s9b9x/Libraries/driverlib/sysctl.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/sysexc.c b/bsp/lm3s9b9x/Libraries/driverlib/sysexc.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/sysexc.h b/bsp/lm3s9b9x/Libraries/driverlib/sysexc.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/systick.c b/bsp/lm3s9b9x/Libraries/driverlib/systick.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/systick.h b/bsp/lm3s9b9x/Libraries/driverlib/systick.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/timer.c b/bsp/lm3s9b9x/Libraries/driverlib/timer.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/timer.h b/bsp/lm3s9b9x/Libraries/driverlib/timer.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/uart.c b/bsp/lm3s9b9x/Libraries/driverlib/uart.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/uart.h b/bsp/lm3s9b9x/Libraries/driverlib/uart.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/udma.c b/bsp/lm3s9b9x/Libraries/driverlib/udma.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/udma.h b/bsp/lm3s9b9x/Libraries/driverlib/udma.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/usb.c b/bsp/lm3s9b9x/Libraries/driverlib/usb.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/usb.h b/bsp/lm3s9b9x/Libraries/driverlib/usb.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/watchdog.c b/bsp/lm3s9b9x/Libraries/driverlib/watchdog.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/driverlib/watchdog.h b/bsp/lm3s9b9x/Libraries/driverlib/watchdog.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/asmdefs.h b/bsp/lm3s9b9x/Libraries/inc/asmdefs.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/cr_project.xml b/bsp/lm3s9b9x/Libraries/inc/cr_project.xml old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_adc.h b/bsp/lm3s9b9x/Libraries/inc/hw_adc.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_can.h b/bsp/lm3s9b9x/Libraries/inc/hw_can.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_comp.h b/bsp/lm3s9b9x/Libraries/inc/hw_comp.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_eeprom.h b/bsp/lm3s9b9x/Libraries/inc/hw_eeprom.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_epi.h b/bsp/lm3s9b9x/Libraries/inc/hw_epi.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_ethernet.h b/bsp/lm3s9b9x/Libraries/inc/hw_ethernet.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_fan.h b/bsp/lm3s9b9x/Libraries/inc/hw_fan.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_flash.h b/bsp/lm3s9b9x/Libraries/inc/hw_flash.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_gpio.h b/bsp/lm3s9b9x/Libraries/inc/hw_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_hibernate.h b/bsp/lm3s9b9x/Libraries/inc/hw_hibernate.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_i2c.h b/bsp/lm3s9b9x/Libraries/inc/hw_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_i2s.h b/bsp/lm3s9b9x/Libraries/inc/hw_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_ints.h b/bsp/lm3s9b9x/Libraries/inc/hw_ints.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_lpc.h b/bsp/lm3s9b9x/Libraries/inc/hw_lpc.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_memmap.h b/bsp/lm3s9b9x/Libraries/inc/hw_memmap.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_nvic.h b/bsp/lm3s9b9x/Libraries/inc/hw_nvic.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_peci.h b/bsp/lm3s9b9x/Libraries/inc/hw_peci.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_pwm.h b/bsp/lm3s9b9x/Libraries/inc/hw_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_qei.h b/bsp/lm3s9b9x/Libraries/inc/hw_qei.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_ssi.h b/bsp/lm3s9b9x/Libraries/inc/hw_ssi.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_sysctl.h b/bsp/lm3s9b9x/Libraries/inc/hw_sysctl.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_sysexc.h b/bsp/lm3s9b9x/Libraries/inc/hw_sysexc.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_timer.h b/bsp/lm3s9b9x/Libraries/inc/hw_timer.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_types.h b/bsp/lm3s9b9x/Libraries/inc/hw_types.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_uart.h b/bsp/lm3s9b9x/Libraries/inc/hw_uart.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_udma.h b/bsp/lm3s9b9x/Libraries/inc/hw_udma.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_usb.h b/bsp/lm3s9b9x/Libraries/inc/hw_usb.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/hw_watchdog.h b/bsp/lm3s9b9x/Libraries/inc/hw_watchdog.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/inc/inc.sgxx b/bsp/lm3s9b9x/Libraries/inc/inc.sgxx old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/startup/arm/start_rvds.S b/bsp/lm3s9b9x/Libraries/startup/arm/start_rvds.S old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/Libraries/startup/gcc/start_gcc.S b/bsp/lm3s9b9x/Libraries/startup/gcc/start_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/SConscript b/bsp/lm3s9b9x/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/SConstruct b/bsp/lm3s9b9x/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/applications/SConscript b/bsp/lm3s9b9x/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/applications/application.c b/bsp/lm3s9b9x/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/applications/startup.c b/bsp/lm3s9b9x/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/drivers/SConscript b/bsp/lm3s9b9x/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/drivers/board.c b/bsp/lm3s9b9x/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/drivers/board.h b/bsp/lm3s9b9x/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/drivers/luminaryif.c b/bsp/lm3s9b9x/drivers/luminaryif.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/drivers/luminaryif.h b/bsp/lm3s9b9x/drivers/luminaryif.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/drivers/sdcard.c b/bsp/lm3s9b9x/drivers/sdcard.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/drivers/sdram.c b/bsp/lm3s9b9x/drivers/sdram.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/drivers/serial.c b/bsp/lm3s9b9x/drivers/serial.c old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/lm3s_rom.ld b/bsp/lm3s9b9x/lm3s_rom.ld old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/lm3s_rom.sct b/bsp/lm3s9b9x/lm3s_rom.sct old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/project.Uv2 b/bsp/lm3s9b9x/project.Uv2 old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/rtconfig.h b/bsp/lm3s9b9x/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/rtconfig.py b/bsp/lm3s9b9x/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lm3s9b9x/template.Uv2 b/bsp/lm3s9b9x/template.Uv2 old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/SConscript b/bsp/lm4f232/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/adc.c b/bsp/lm4f232/Libraries/driverlib/adc.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/adc.h b/bsp/lm4f232/Libraries/driverlib/adc.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/can.c b/bsp/lm4f232/Libraries/driverlib/can.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/can.h b/bsp/lm4f232/Libraries/driverlib/can.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/comp.c b/bsp/lm4f232/Libraries/driverlib/comp.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/comp.h b/bsp/lm4f232/Libraries/driverlib/comp.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/cpu.c b/bsp/lm4f232/Libraries/driverlib/cpu.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/cpu.h b/bsp/lm4f232/Libraries/driverlib/cpu.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/debug.h b/bsp/lm4f232/Libraries/driverlib/debug.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/eeprom.c b/bsp/lm4f232/Libraries/driverlib/eeprom.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/eeprom.h b/bsp/lm4f232/Libraries/driverlib/eeprom.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/epi.c b/bsp/lm4f232/Libraries/driverlib/epi.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/epi.h b/bsp/lm4f232/Libraries/driverlib/epi.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/ethernet.c b/bsp/lm4f232/Libraries/driverlib/ethernet.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/ethernet.h b/bsp/lm4f232/Libraries/driverlib/ethernet.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/fan.c b/bsp/lm4f232/Libraries/driverlib/fan.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/fan.h b/bsp/lm4f232/Libraries/driverlib/fan.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/flash.c b/bsp/lm4f232/Libraries/driverlib/flash.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/flash.h b/bsp/lm4f232/Libraries/driverlib/flash.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/fpu.c b/bsp/lm4f232/Libraries/driverlib/fpu.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/fpu.h b/bsp/lm4f232/Libraries/driverlib/fpu.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/gpio.c b/bsp/lm4f232/Libraries/driverlib/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/gpio.h b/bsp/lm4f232/Libraries/driverlib/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/hibernate.c b/bsp/lm4f232/Libraries/driverlib/hibernate.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/hibernate.h b/bsp/lm4f232/Libraries/driverlib/hibernate.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/i2c.c b/bsp/lm4f232/Libraries/driverlib/i2c.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/i2c.h b/bsp/lm4f232/Libraries/driverlib/i2c.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/i2s.c b/bsp/lm4f232/Libraries/driverlib/i2s.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/i2s.h b/bsp/lm4f232/Libraries/driverlib/i2s.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/interrupt.c b/bsp/lm4f232/Libraries/driverlib/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/interrupt.h b/bsp/lm4f232/Libraries/driverlib/interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/lpc.c b/bsp/lm4f232/Libraries/driverlib/lpc.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/lpc.h b/bsp/lm4f232/Libraries/driverlib/lpc.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/mpu.c b/bsp/lm4f232/Libraries/driverlib/mpu.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/mpu.h b/bsp/lm4f232/Libraries/driverlib/mpu.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/peci.c b/bsp/lm4f232/Libraries/driverlib/peci.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/peci.h b/bsp/lm4f232/Libraries/driverlib/peci.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/pin_map.h b/bsp/lm4f232/Libraries/driverlib/pin_map.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/pwm.c b/bsp/lm4f232/Libraries/driverlib/pwm.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/pwm.h b/bsp/lm4f232/Libraries/driverlib/pwm.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/qei.c b/bsp/lm4f232/Libraries/driverlib/qei.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/qei.h b/bsp/lm4f232/Libraries/driverlib/qei.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/readme.txt b/bsp/lm4f232/Libraries/driverlib/readme.txt old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/rom.h b/bsp/lm4f232/Libraries/driverlib/rom.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/rom_map.h b/bsp/lm4f232/Libraries/driverlib/rom_map.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/ssi.c b/bsp/lm4f232/Libraries/driverlib/ssi.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/ssi.h b/bsp/lm4f232/Libraries/driverlib/ssi.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/sysctl.c b/bsp/lm4f232/Libraries/driverlib/sysctl.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/sysctl.h b/bsp/lm4f232/Libraries/driverlib/sysctl.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/sysexc.c b/bsp/lm4f232/Libraries/driverlib/sysexc.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/sysexc.h b/bsp/lm4f232/Libraries/driverlib/sysexc.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/systick.c b/bsp/lm4f232/Libraries/driverlib/systick.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/systick.h b/bsp/lm4f232/Libraries/driverlib/systick.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/timer.c b/bsp/lm4f232/Libraries/driverlib/timer.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/timer.h b/bsp/lm4f232/Libraries/driverlib/timer.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/uart.c b/bsp/lm4f232/Libraries/driverlib/uart.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/uart.h b/bsp/lm4f232/Libraries/driverlib/uart.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/udma.c b/bsp/lm4f232/Libraries/driverlib/udma.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/udma.h b/bsp/lm4f232/Libraries/driverlib/udma.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/usb.c b/bsp/lm4f232/Libraries/driverlib/usb.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/usb.h b/bsp/lm4f232/Libraries/driverlib/usb.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/watchdog.c b/bsp/lm4f232/Libraries/driverlib/watchdog.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/driverlib/watchdog.h b/bsp/lm4f232/Libraries/driverlib/watchdog.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/asmdefs.h b/bsp/lm4f232/Libraries/inc/asmdefs.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_adc.h b/bsp/lm4f232/Libraries/inc/hw_adc.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_can.h b/bsp/lm4f232/Libraries/inc/hw_can.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_comp.h b/bsp/lm4f232/Libraries/inc/hw_comp.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_eeprom.h b/bsp/lm4f232/Libraries/inc/hw_eeprom.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_epi.h b/bsp/lm4f232/Libraries/inc/hw_epi.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_ethernet.h b/bsp/lm4f232/Libraries/inc/hw_ethernet.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_fan.h b/bsp/lm4f232/Libraries/inc/hw_fan.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_flash.h b/bsp/lm4f232/Libraries/inc/hw_flash.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_gpio.h b/bsp/lm4f232/Libraries/inc/hw_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_hibernate.h b/bsp/lm4f232/Libraries/inc/hw_hibernate.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_i2c.h b/bsp/lm4f232/Libraries/inc/hw_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_i2s.h b/bsp/lm4f232/Libraries/inc/hw_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_ints.h b/bsp/lm4f232/Libraries/inc/hw_ints.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_lpc.h b/bsp/lm4f232/Libraries/inc/hw_lpc.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_memmap.h b/bsp/lm4f232/Libraries/inc/hw_memmap.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_nvic.h b/bsp/lm4f232/Libraries/inc/hw_nvic.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_peci.h b/bsp/lm4f232/Libraries/inc/hw_peci.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_pwm.h b/bsp/lm4f232/Libraries/inc/hw_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_qei.h b/bsp/lm4f232/Libraries/inc/hw_qei.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_ssi.h b/bsp/lm4f232/Libraries/inc/hw_ssi.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_sysctl.h b/bsp/lm4f232/Libraries/inc/hw_sysctl.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_sysexc.h b/bsp/lm4f232/Libraries/inc/hw_sysexc.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_timer.h b/bsp/lm4f232/Libraries/inc/hw_timer.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_types.h b/bsp/lm4f232/Libraries/inc/hw_types.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_uart.h b/bsp/lm4f232/Libraries/inc/hw_uart.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_udma.h b/bsp/lm4f232/Libraries/inc/hw_udma.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_usb.h b/bsp/lm4f232/Libraries/inc/hw_usb.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/hw_watchdog.h b/bsp/lm4f232/Libraries/inc/hw_watchdog.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/inc/inc.sgxx b/bsp/lm4f232/Libraries/inc/inc.sgxx old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/startup/arm/start_rvds.S b/bsp/lm4f232/Libraries/startup/arm/start_rvds.S old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/startup/gcc/start_gcc.c b/bsp/lm4f232/Libraries/startup/gcc/start_gcc.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/Libraries/startup/iar/start_iar.c b/bsp/lm4f232/Libraries/startup/iar/start_iar.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/SConscript b/bsp/lm4f232/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/SConstruct b/bsp/lm4f232/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/applications/SConscript b/bsp/lm4f232/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/applications/application.c b/bsp/lm4f232/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/applications/startup.c b/bsp/lm4f232/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/drivers/SConscript b/bsp/lm4f232/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/drivers/board.c b/bsp/lm4f232/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/drivers/board.h b/bsp/lm4f232/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/drivers/luminaryif.c b/bsp/lm4f232/drivers/luminaryif.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/drivers/luminaryif.h b/bsp/lm4f232/drivers/luminaryif.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/drivers/serial.c b/bsp/lm4f232/drivers/serial.c old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/lm4f_rom.ld b/bsp/lm4f232/lm4f_rom.ld old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/project.uvproj b/bsp/lm4f232/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/rtconfig.h b/bsp/lm4f232/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/rtconfig.py b/bsp/lm4f232/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lm4f232/template.uvproj b/bsp/lm4f232/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/lpc1114/.config b/bsp/lpc1114/.config old mode 100644 new mode 100755 diff --git a/bsp/lpc1114/Kconfig b/bsp/lpc1114/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/lpc1114/SConscript b/bsp/lpc1114/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc1114/SConstruct b/bsp/lpc1114/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lpc1114/applications/SConscript b/bsp/lpc1114/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc1114/applications/main.c b/bsp/lpc1114/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/lpc1114/driver/SConscript b/bsp/lpc1114/driver/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc1114/driver/board.c b/bsp/lpc1114/driver/board.c old mode 100644 new mode 100755 diff --git a/bsp/lpc1114/driver/board.h b/bsp/lpc1114/driver/board.h old mode 100644 new mode 100755 diff --git a/bsp/lpc1114/driver/drv_uart.c b/bsp/lpc1114/driver/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc1114/driver/drv_uart.h b/bsp/lpc1114/driver/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc1114/driver/startup_gcc.s b/bsp/lpc1114/driver/startup_gcc.s old mode 100644 new mode 100755 diff --git a/bsp/lpc1114/link.lds b/bsp/lpc1114/link.lds old mode 100644 new mode 100755 diff --git a/bsp/lpc1114/rtconfig.h b/bsp/lpc1114/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lpc1114/rtconfig.py b/bsp/lpc1114/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CM3/CoreSupport/core_cm3.c b/bsp/lpc176x/CMSIS/CM3/CoreSupport/core_cm3.c old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CM3/CoreSupport/core_cm3.h b/bsp/lpc176x/CMSIS/CM3/CoreSupport/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/LPC17xx.h b/bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/LPC17xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/startup/arm/startup_LPC17xx.s b/bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/startup/arm/startup_LPC17xx.s old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/startup/gcc/startup_LPC17xx.s b/bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/startup/gcc/startup_LPC17xx.s old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/startup/iar/startup_LPC17xx.s b/bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/startup/iar/startup_LPC17xx.s old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/system_LPC17xx.c b/bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/system_LPC17xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/system_LPC17xx.h b/bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/system_LPC17xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CMSIS/Include/arm_common_tables.h b/bsp/lpc176x/CMSIS/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CMSIS/Include/arm_math.h b/bsp/lpc176x/CMSIS/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CMSIS/Include/core_cm0.h b/bsp/lpc176x/CMSIS/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CMSIS/Include/core_cm0plus.h b/bsp/lpc176x/CMSIS/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CMSIS/Include/core_cm3.h b/bsp/lpc176x/CMSIS/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CMSIS/Include/core_cm4.h b/bsp/lpc176x/CMSIS/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CMSIS/Include/core_cm4_simd.h b/bsp/lpc176x/CMSIS/CMSIS/Include/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CMSIS/Include/core_cmFunc.h b/bsp/lpc176x/CMSIS/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CMSIS/Include/core_cmInstr.h b/bsp/lpc176x/CMSIS/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CMSIS/Include/core_sc000.h b/bsp/lpc176x/CMSIS/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/CMSIS/Include/core_sc300.h b/bsp/lpc176x/CMSIS/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/License.doc b/bsp/lpc176x/CMSIS/License.doc old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/CMSIS/SConscript b/bsp/lpc176x/CMSIS/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/SConscript b/bsp/lpc176x/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/SConstruct b/bsp/lpc176x/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/applications/SConscript b/bsp/lpc176x/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/applications/application.c b/bsp/lpc176x/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/applications/platform.c b/bsp/lpc176x/applications/platform.c old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/applications/platform.h b/bsp/lpc176x/applications/platform.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/applications/startup.c b/bsp/lpc176x/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/drivers/SConscript b/bsp/lpc176x/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/drivers/board.c b/bsp/lpc176x/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/drivers/board.h b/bsp/lpc176x/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/drivers/emac.c b/bsp/lpc176x/drivers/emac.c old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/drivers/emac.h b/bsp/lpc176x/drivers/emac.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/drivers/led.c b/bsp/lpc176x/drivers/led.c old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/drivers/led.h b/bsp/lpc176x/drivers/led.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/drivers/sd.c b/bsp/lpc176x/drivers/sd.c old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/drivers/sd.h b/bsp/lpc176x/drivers/sd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/drivers/spi.c b/bsp/lpc176x/drivers/spi.c old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/drivers/spi.h b/bsp/lpc176x/drivers/spi.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/drivers/uart.c b/bsp/lpc176x/drivers/uart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/drivers/uart.h b/bsp/lpc176x/drivers/uart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/project.ewp b/bsp/lpc176x/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/project.eww b/bsp/lpc176x/project.eww old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/project.uvproj b/bsp/lpc176x/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/rtconfig.h b/bsp/lpc176x/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/rtconfig.py b/bsp/lpc176x/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/rtthread-lpc17xx.icf b/bsp/lpc176x/rtthread-lpc17xx.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/rtthread-lpc17xx.ld b/bsp/lpc176x/rtthread-lpc17xx.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/rtthread-lpc17xx.sct b/bsp/lpc176x/rtthread-lpc17xx.sct old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/template.ewp b/bsp/lpc176x/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/lpc176x/template.uvproj b/bsp/lpc176x/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cm3.c b/bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cm3.c old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cm3.h b/bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cmFunc.h b/bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cmInstr.h b/bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/LPC177x_8x.h b/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/LPC177x_8x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/linker/ldscript_iram_iar.icf b/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/linker/ldscript_iram_iar.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/linker/ldscript_irom_iar.icf b/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/linker/ldscript_irom_iar.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/startup/arm/startup_LPC177x_8x.s b/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/startup/arm/startup_LPC177x_8x.s old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/startup/gcc/startup_LPC177x_8x.s b/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/startup/gcc/startup_LPC177x_8x.s old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/startup/iar/startup_LPC177x_8x.s b/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/startup/iar/startup_LPC177x_8x.s old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/system_LPC177x_8x.c b/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/system_LPC177x_8x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/system_LPC177x_8x.h b/bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/system_LPC177x_8x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/CMSIS/License.doc b/bsp/lpc178x/CMSIS/License.doc old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/CMSIS/SConscript b/bsp/lpc178x/CMSIS/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/SConscript b/bsp/lpc178x/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/SConstruct b/bsp/lpc178x/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/applications/SConscript b/bsp/lpc178x/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/applications/application.c b/bsp/lpc178x/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/applications/startup.c b/bsp/lpc178x/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/SConscript b/bsp/lpc178x/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/board.c b/bsp/lpc178x/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/board.h b/bsp/lpc178x/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/drv_glcd.c b/bsp/lpc178x/drivers/drv_glcd.c old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/drv_glcd.h b/bsp/lpc178x/drivers/drv_glcd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/emac.c b/bsp/lpc178x/drivers/emac.c old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/emac.h b/bsp/lpc178x/drivers/emac.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/lpc177x_8x_clkpwr.c b/bsp/lpc178x/drivers/lpc177x_8x_clkpwr.c old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/lpc177x_8x_clkpwr.h b/bsp/lpc178x/drivers/lpc177x_8x_clkpwr.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/lpc177x_8x_emc.c b/bsp/lpc178x/drivers/lpc177x_8x_emc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/lpc177x_8x_emc.h b/bsp/lpc178x/drivers/lpc177x_8x_emc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/lpc177x_8x_pinsel.c b/bsp/lpc178x/drivers/lpc177x_8x_pinsel.c old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/lpc177x_8x_pinsel.h b/bsp/lpc178x/drivers/lpc177x_8x_pinsel.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/lpc177x_8x_uart.c b/bsp/lpc178x/drivers/lpc177x_8x_uart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/lpc177x_8x_uart.h b/bsp/lpc178x/drivers/lpc177x_8x_uart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/lpc17xx_lcd.c b/bsp/lpc178x/drivers/lpc17xx_lcd.c old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/lpc17xx_lcd.h b/bsp/lpc178x/drivers/lpc17xx_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/lpc_types.h b/bsp/lpc178x/drivers/lpc_types.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/sdram.c b/bsp/lpc178x/drivers/sdram.c old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/sdram.h b/bsp/lpc178x/drivers/sdram.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/uart.c b/bsp/lpc178x/drivers/uart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/drivers/uart.h b/bsp/lpc178x/drivers/uart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/project.uvproj b/bsp/lpc178x/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/rtconfig.h b/bsp/lpc178x/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/rtconfig.py b/bsp/lpc178x/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/rtthread-lpc178x.ld b/bsp/lpc178x/rtthread-lpc178x.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/rtthread-lpc178x.sct b/bsp/lpc178x/rtthread-lpc178x.sct old mode 100644 new mode 100755 diff --git a/bsp/lpc178x/template.uvproj b/bsp/lpc178x/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/SConscript b/bsp/lpc2148/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/SConstruct b/bsp/lpc2148/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/applications/SConscript b/bsp/lpc2148/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/applications/application.c b/bsp/lpc2148/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/applications/startup.c b/bsp/lpc2148/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/drivers/SConscript b/bsp/lpc2148/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/drivers/board.c b/bsp/lpc2148/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/drivers/board.h b/bsp/lpc2148/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/drivers/dm9000.c b/bsp/lpc2148/drivers/dm9000.c old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/drivers/dm9000.h b/bsp/lpc2148/drivers/dm9000.h old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/drivers/sd.c b/bsp/lpc2148/drivers/sd.c old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/drivers/sd.h b/bsp/lpc2148/drivers/sd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/drivers/serial.c b/bsp/lpc2148/drivers/serial.c old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/lpc2148_rom.ld b/bsp/lpc2148/lpc2148_rom.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/lpc2148_rom.sct b/bsp/lpc2148/lpc2148_rom.sct old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/project.Opt b/bsp/lpc2148/project.Opt old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/project.Uv2 b/bsp/lpc2148/project.Uv2 old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/rtconfig.h b/bsp/lpc2148/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/rtconfig.py b/bsp/lpc2148/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lpc2148/template.Uv2 b/bsp/lpc2148/template.Uv2 old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/SConscript b/bsp/lpc2478/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/SConstruct b/bsp/lpc2478/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/applications/SConscript b/bsp/lpc2478/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/applications/application.c b/bsp/lpc2478/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/applications/startup.c b/bsp/lpc2478/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/drivers/SConscript b/bsp/lpc2478/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/drivers/board.c b/bsp/lpc2478/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/drivers/board.h b/bsp/lpc2478/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/drivers/serial.c b/bsp/lpc2478/drivers/serial.c old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/lpc2478_ram.lds b/bsp/lpc2478/lpc2478_ram.lds old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/lpc2478_rom.lds b/bsp/lpc2478/lpc2478_rom.lds old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/lpc2478_rom.sct b/bsp/lpc2478/lpc2478_rom.sct old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/project.Uv2 b/bsp/lpc2478/project.Uv2 old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/project.uvproj b/bsp/lpc2478/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/rtconfig.h b/bsp/lpc2478/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/rtconfig.py b/bsp/lpc2478/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lpc2478/template.uvproj b/bsp/lpc2478/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/.config b/bsp/lpc408x/.config old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Kconfig b/bsp/lpc408x/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/CMSIS/Include/arm_common_tables.h b/bsp/lpc408x/Libraries/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/CMSIS/Include/arm_math.h b/bsp/lpc408x/Libraries/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/CMSIS/Include/core_cm0.h b/bsp/lpc408x/Libraries/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/CMSIS/Include/core_cm3.h b/bsp/lpc408x/Libraries/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/CMSIS/Include/core_cm4.h b/bsp/lpc408x/Libraries/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/CMSIS/Include/core_cm4_simd.h b/bsp/lpc408x/Libraries/CMSIS/Include/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/CMSIS/Include/core_cmFunc.h b/bsp/lpc408x/Libraries/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/CMSIS/Include/core_cmInstr.h b/bsp/lpc408x/Libraries/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Include/LPC177x_8x.h b/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Include/LPC177x_8x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Include/LPC407x_8x_177x_8x.h b/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Include/LPC407x_8x_177x_8x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Include/system_LPC177x_8x.h b/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Include/system_LPC177x_8x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Include/system_LPC407x_8x_177x_8x.h b/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Include/system_LPC407x_8x_177x_8x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/ARM/startup_LPC177x_8x.s b/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/ARM/startup_LPC177x_8x.s old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/ARM/startup_LPC407x_8x_177x_8x.s b/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/ARM/startup_LPC407x_8x_177x_8x.s old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/GCC/startup_LPC177x_8x.s b/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/GCC/startup_LPC177x_8x.s old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/GCC/startup_LPC407x_8x_177x_8x.s b/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/GCC/startup_LPC407x_8x_177x_8x.s old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/IAR/startup_LPC177x_8x.s b/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/IAR/startup_LPC177x_8x.s old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/IAR/startup_LPC407x_8x_177x_8x.s b/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/IAR/startup_LPC407x_8x_177x_8x.s old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/system_LPC177x_8x.c b/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/system_LPC177x_8x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/system_LPC407x_8x_177x_8x.c b/bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/system_LPC407x_8x_177x_8x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Device/SConscript b/bsp/lpc408x/Libraries/Device/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/SConscript b/bsp/lpc408x/Libraries/Drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/debug_frmwrk.h b/bsp/lpc408x/Libraries/Drivers/include/debug_frmwrk.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc177x_8x_libcfg_default.h b/bsp/lpc408x/Libraries/Drivers/include/lpc177x_8x_libcfg_default.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_adc.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_adc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_bod.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_bod.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_can.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_can.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_clkpwr.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_clkpwr.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_crc.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_crc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_dac.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_dac.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_eeprom.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_eeprom.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_emac.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_emac.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_emc.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_emc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_exti.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_exti.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_gpdma.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_gpdma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_gpio.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_i2c.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_i2s.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_iap.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_iap.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_lcd.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_libcfg_default.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_libcfg_default.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_mci.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_mci.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_mcpwm.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_mcpwm.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_nvic.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_nvic.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_pinsel.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_pinsel.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_pwm.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_qei.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_qei.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_rtc.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_spifi_rom_api.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_spifi_rom_api.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_ssp.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_ssp.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_systick.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_systick.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_timer.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_timer.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_types.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_types.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_uart.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_uart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/include/lpc_wwdt.h b/bsp/lpc408x/Libraries/Drivers/include/lpc_wwdt.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/lib/spifi_drv_M4.lib b/bsp/lpc408x/Libraries/Drivers/lib/spifi_drv_M4.lib old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_adc.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_adc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_bod.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_bod.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_can.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_can.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_clkpwr.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_clkpwr.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_crc.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_crc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_dac.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_dac.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_eeprom.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_eeprom.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_emac.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_emac.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_emc.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_emc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_exti.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_exti.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_gpdma.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_gpdma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_gpio.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_i2c.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_i2s.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_iap.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_iap.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_lcd.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_lcd.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_mci.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_mci.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_mcpwm.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_mcpwm.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_nvic.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_nvic.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_pinsel.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_pinsel.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_pwm.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_qei.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_qei.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_rtc.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_ssp.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_ssp.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_systick.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_systick.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_timer.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_timer.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_uart.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_uart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/lpc_wwdt.c b/bsp/lpc408x/Libraries/Drivers/source/lpc_wwdt.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/Drivers/source/makefile b/bsp/lpc408x/Libraries/Drivers/source/makefile old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/Libraries/SConscript b/bsp/lpc408x/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/README.md b/bsp/lpc408x/README.md old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/SConscript b/bsp/lpc408x/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/SConstruct b/bsp/lpc408x/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/applications/SConscript b/bsp/lpc408x/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/applications/main.c b/bsp/lpc408x/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/Kconfig b/bsp/lpc408x/drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/SConscript b/bsp/lpc408x/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/board.c b/bsp/lpc408x/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/board.h b/bsp/lpc408x/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/drv_emac.c b/bsp/lpc408x/drivers/drv_emac.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/drv_emac.h b/bsp/lpc408x/drivers/drv_emac.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/drv_hwtimer.c b/bsp/lpc408x/drivers/drv_hwtimer.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/drv_hwtimer.h b/bsp/lpc408x/drivers/drv_hwtimer.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/drv_led.c b/bsp/lpc408x/drivers/drv_led.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/drv_led.h b/bsp/lpc408x/drivers/drv_led.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/drv_sdram.c b/bsp/lpc408x/drivers/drv_sdram.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/drv_sdram.h b/bsp/lpc408x/drivers/drv_sdram.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/drv_uart.c b/bsp/lpc408x/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/drv_uart.h b/bsp/lpc408x/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/linker_scripts/link.lds b/bsp/lpc408x/drivers/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/drivers/linker_scripts/link.sct b/bsp/lpc408x/drivers/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/project.uvopt b/bsp/lpc408x/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/project.uvoptx b/bsp/lpc408x/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/project.uvproj b/bsp/lpc408x/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/project.uvprojx b/bsp/lpc408x/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/rtconfig.h b/bsp/lpc408x/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/rtconfig.py b/bsp/lpc408x/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/template.uvopt b/bsp/lpc408x/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/template.uvoptx b/bsp/lpc408x/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/template.uvproj b/bsp/lpc408x/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/lpc408x/template.uvprojx b/bsp/lpc408x/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/CMSIS/Include/arm_common_tables.h b/bsp/lpc43xx/Libraries/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/CMSIS/Include/arm_math.h b/bsp/lpc43xx/Libraries/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/CMSIS/Include/core_cm0.h b/bsp/lpc43xx/Libraries/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/CMSIS/Include/core_cm0plus.h b/bsp/lpc43xx/Libraries/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/CMSIS/Include/core_cm3.h b/bsp/lpc43xx/Libraries/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/CMSIS/Include/core_cm4.h b/bsp/lpc43xx/Libraries/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/CMSIS/Include/core_cm4_simd.h b/bsp/lpc43xx/Libraries/CMSIS/Include/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/CMSIS/Include/core_cmFunc.h b/bsp/lpc43xx/Libraries/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/CMSIS/Include/core_cmInstr.h b/bsp/lpc43xx/Libraries/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/CMSIS/Include/core_sc000.h b/bsp/lpc43xx/Libraries/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/CMSIS/Include/core_sc300.h b/bsp/lpc43xx/Libraries/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Include/LPC43xx.h b/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Include/LPC43xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Include/fpu_enable.h b/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Include/fpu_enable.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Include/fpu_init.h b/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Include/fpu_init.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Include/system_LPC43xx.h b/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Include/system_LPC43xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/ARM/startup_LPC43xx.s b/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/ARM/startup_LPC43xx.s old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/ARM/startup_LPC43xx_M0.s b/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/ARM/startup_LPC43xx_M0.s old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx.s b/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx.s old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx_M0.s b/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx_M0.s old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/startup_LPC43xx.s b/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/startup_LPC43xx.s old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/startup_lpc43xx_m0sub.s b/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/startup_lpc43xx_m0sub.s old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/system_LPC43xx.c b/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/system_LPC43xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/Device/SConscript b/bsp/lpc43xx/Libraries/Device/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/Libraries/SConscript b/bsp/lpc43xx/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/SConscript b/bsp/lpc43xx/M0/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/SConstruct b/bsp/lpc43xx/M0/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/applications/SConscript b/bsp/lpc43xx/M0/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/applications/application.c b/bsp/lpc43xx/M0/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/applications/board.c b/bsp/lpc43xx/M0/applications/board.c old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/applications/board.h b/bsp/lpc43xx/M0/applications/board.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/applications/startup.c b/bsp/lpc43xx/M0/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/applications/vbus_conf.h b/bsp/lpc43xx/M0/applications/vbus_conf.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/applications/vbus_drv.c b/bsp/lpc43xx/M0/applications/vbus_drv.c old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/applications/vbus_hw.h b/bsp/lpc43xx/M0/applications/vbus_hw.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/rtconfig.h b/bsp/lpc43xx/M0/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/rtconfig.py b/bsp/lpc43xx/M0/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/rtthread-lpc43xx.ld b/bsp/lpc43xx/M0/rtthread-lpc43xx.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/rtthread-lpc43xx_spifi.ld b/bsp/lpc43xx/M0/rtthread-lpc43xx_spifi.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/rtthread-lpc43xx_spifi.sct b/bsp/lpc43xx/M0/rtthread-lpc43xx_spifi.sct old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/rtthread_lpc43xx.sct b/bsp/lpc43xx/M0/rtthread_lpc43xx.sct old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/template.uvopt b/bsp/lpc43xx/M0/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/template.uvproj b/bsp/lpc43xx/M0/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M0/vbus_local_conf.h b/bsp/lpc43xx/M0/vbus_local_conf.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/SConscript b/bsp/lpc43xx/M4/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/SConstruct b/bsp/lpc43xx/M4/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/applications/SConscript b/bsp/lpc43xx/M4/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/applications/application.c b/bsp/lpc43xx/M4/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/applications/board.c b/bsp/lpc43xx/M4/applications/board.c old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/applications/board.h b/bsp/lpc43xx/M4/applications/board.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/applications/startup.c b/bsp/lpc43xx/M4/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/applications/vbus_conf.h b/bsp/lpc43xx/M4/applications/vbus_conf.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/applications/vbus_drv.c b/bsp/lpc43xx/M4/applications/vbus_drv.c old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/applications/vbus_hw.h b/bsp/lpc43xx/M4/applications/vbus_hw.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/rtconfig.h b/bsp/lpc43xx/M4/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/rtconfig.py b/bsp/lpc43xx/M4/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/rtthread-lpc43xx.ld b/bsp/lpc43xx/M4/rtthread-lpc43xx.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/rtthread-lpc43xx_spifi.ld b/bsp/lpc43xx/M4/rtthread-lpc43xx_spifi.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/rtthread-lpc43xx_spifi.sct b/bsp/lpc43xx/M4/rtthread-lpc43xx_spifi.sct old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/rtthread_lpc43xx.sct b/bsp/lpc43xx/M4/rtthread_lpc43xx.sct old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/template.uvopt b/bsp/lpc43xx/M4/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/template.uvproj b/bsp/lpc43xx/M4/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/M4/vbus_local_conf.h b/bsp/lpc43xx/M4/vbus_local_conf.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/bin2C.py b/bsp/lpc43xx/bin2C.py old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/drivers/SConscript b/bsp/lpc43xx/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/drivers/drv_emac.c b/bsp/lpc43xx/drivers/drv_emac.c old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/drivers/drv_emac.h b/bsp/lpc43xx/drivers/drv_emac.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/drivers/drv_led.c b/bsp/lpc43xx/drivers/drv_led.c old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/drivers/drv_led.h b/bsp/lpc43xx/drivers/drv_led.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/drivers/drv_uart.c b/bsp/lpc43xx/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/drivers/drv_uart.h b/bsp/lpc43xx/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc43xx/readme.txt b/bsp/lpc43xx/readme.txt old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/CMSIS/Include/arm_common_tables.h b/bsp/lpc5410x/Libraries/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/CMSIS/Include/arm_math.h b/bsp/lpc5410x/Libraries/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/CMSIS/Include/core_cm0.h b/bsp/lpc5410x/Libraries/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/CMSIS/Include/core_cm0plus.h b/bsp/lpc5410x/Libraries/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/CMSIS/Include/core_cm3.h b/bsp/lpc5410x/Libraries/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/CMSIS/Include/core_cm4.h b/bsp/lpc5410x/Libraries/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/CMSIS/Include/core_cm4_simd.h b/bsp/lpc5410x/Libraries/CMSIS/Include/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/CMSIS/Include/core_cmFunc.h b/bsp/lpc5410x/Libraries/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/CMSIS/Include/core_cmInstr.h b/bsp/lpc5410x/Libraries/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/CMSIS/Include/core_sc000.h b/bsp/lpc5410x/Libraries/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/CMSIS/Include/core_sc300.h b/bsp/lpc5410x/Libraries/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/Device/SConscript b/bsp/lpc5410x/Libraries/Device/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/Device/startup/cr_startup_lpc5410x-m0.c b/bsp/lpc5410x/Libraries/Device/startup/cr_startup_lpc5410x-m0.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/Device/startup/cr_startup_lpc5410x.c b/bsp/lpc5410x/Libraries/Device/startup/cr_startup_lpc5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/Device/startup/crp.c b/bsp/lpc5410x/Libraries/Device/startup/crp.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/Device/startup/gcc_startup_lpc5410x.c b/bsp/lpc5410x/Libraries/Device/startup/gcc_startup_lpc5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/Device/startup/iar_startup_lpc5410x-m0.s b/bsp/lpc5410x/Libraries/Device/startup/iar_startup_lpc5410x-m0.s old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/Device/startup/iar_startup_lpc5410x.s b/bsp/lpc5410x/Libraries/Device/startup/iar_startup_lpc5410x.s old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/Device/startup/keil_startup_lpc5410x-m0.s b/bsp/lpc5410x/Libraries/Device/startup/keil_startup_lpc5410x-m0.s old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/Device/startup/keil_startup_lpc5410x.s b/bsp/lpc5410x/Libraries/Device/startup/keil_startup_lpc5410x.s old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/Device/startup/mtb.c b/bsp/lpc5410x/Libraries/Device/startup/mtb.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/Device/startup/sysinit.c b/bsp/lpc5410x/Libraries/Device/startup/sysinit.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/SConscript b/bsp/lpc5410x/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/SConscript b/bsp/lpc5410x/Libraries/lpc_chip/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/chip.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/chip.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/chip_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/chip_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/clock_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/clock_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/clock_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/clock_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/cmd.bat b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/cmd.bat old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/cmsis.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/cmsis.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/config.xml b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/config.xml old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/config/cmsis_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/config/cmsis_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/config/cmsis_5410x_m0.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/config/cmsis_5410x_m0.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/config/sys_config.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/config/sys_config.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/cpuctrl_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/cpuctrl_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/crc_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/crc_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/crc_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/crc_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/fifo_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/fifo_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/fifo_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/fifo_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/gpio_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/gpio_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/gpio_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/gpio_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/gpiogroup_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/gpiogroup_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/gpiogroup_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/gpiogroup_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_adc.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_adc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_adc.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_adc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_adc_rom_api.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_adc_rom_api.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_dmaaltd.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_dmaaltd.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_dmaaltd.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_dmaaltd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_dmaaltd_regs.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_dmaaltd_regs.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_dmaaltd_rom_api.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_dmaaltd_rom_api.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_dmaaltd_rom_api.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_dmaaltd_rom_api.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2c_common.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2c_common.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmd.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmd.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmd.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmd_rom_api.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmd_rom_api.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmd_rom_api.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmd_rom_api.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmond.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmond.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmond.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmond.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmond_rom_api.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmond_rom_api.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmond_rom_api.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmond_rom_api.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2csd.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2csd.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2csd.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2csd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2csd_rom_api.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2csd_rom_api.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2csd_rom_api.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2csd_rom_api.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spi_common.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spi_common.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spimd.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spimd.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spimd.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spimd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spimd_rom_api.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spimd_rom_api.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spimd_rom_api.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spimd_rom_api.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spisd.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spisd.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spisd.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spisd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spisd_rom_api.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spisd_rom_api.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spisd_rom_api.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spisd_rom_api.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_uart.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_uart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_uart.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_uart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_uart_rom_api.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_uart_rom_api.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/inmux_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/inmux_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/iocon_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/iocon_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/iocon_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/iocon_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/keil_output/core_m4/ArInp.Scr b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/keil_output/core_m4/ArInp.Scr old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/lib_chip_5410x.ewp b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/lib_chip_5410x.ewp old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/lib_chip_5410x.uvoptx b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/lib_chip_5410x.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/lib_chip_5410x.uvprojx b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/lib_chip_5410x.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/lib_chip_5410x_m0.ewp b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/lib_chip_5410x_m0.ewp old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/lib_chip_5410x_m0.uvprojx b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/lib_chip_5410x_m0.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/mailbox_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/mailbox_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/mrt_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/mrt_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pinint_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pinint_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pinint_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pinint_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pintable_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pintable_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pll_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pll_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pll_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pll_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pmu_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pmu_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/iar/lib_power.a b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/iar/lib_power.a old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/iar/lib_power_m0.a b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/iar/lib_power_m0.a old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/keil/lib_power.lib b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/keil/lib_power.lib old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/keil/lib_power_m0.lib b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/keil/lib_power_m0.lib old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/lpcxpresso/lib_power.a b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/lpcxpresso/lib_power.a old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/lpcxpresso/libpower.a b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/lpcxpresso/libpower.a old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/lpcxpresso/libpower_m0.a b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/lpcxpresso/libpower_m0.a old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/ritimer_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/ritimer_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/ritimer_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/ritimer_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/rom_pwr_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/rom_pwr_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_adc.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_adc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_adc.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_adc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_dma.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_dma.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cm.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cm.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cm.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cm.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cmon.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cmon.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cmon.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cmon.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cs.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cs.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cs.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cs.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_spim.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_spim.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_spim.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_spim.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_spis.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_spis.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_spis.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_spis.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_uart.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_uart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_uart.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_uart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/rtc_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/rtc_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/rtc_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/rtc_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/sct_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/sct_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/sct_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/sct_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/sct_pwm_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/sct_pwm_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/sct_pwm_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/sct_pwm_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/stopwatch_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/stopwatch_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/syscon_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/syscon_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/syscon_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/syscon_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/sysinit_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/sysinit_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/timer_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/timer_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/timer_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/timer_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/utick_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/utick_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/utick_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/utick_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/wwdt_5410x.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/wwdt_5410x.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/wwdt_5410x.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/wwdt_5410x.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_common/error.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_common/error.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_common/fpu_init.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_common/fpu_init.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_common/fpu_init.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_common/fpu_init.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_common/iap.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_common/iap.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_common/iap.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_common/iap.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_common/lpc_types.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_common/lpc_types.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_common/packing.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_common/packing.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_common/ring_buffer.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_common/ring_buffer.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_common/ring_buffer.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_common/ring_buffer.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_common/rtc_ut.c b/bsp/lpc5410x/Libraries/lpc_chip/chip_common/rtc_ut.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_common/rtc_ut.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_common/rtc_ut.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/Libraries/lpc_chip/chip_common/stopwatch.h b/bsp/lpc5410x/Libraries/lpc_chip/chip_common/stopwatch.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/SConscript b/bsp/lpc5410x/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/SConstruct b/bsp/lpc5410x/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/applications/SConscript b/bsp/lpc5410x/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/applications/application.c b/bsp/lpc5410x/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/applications/board.c b/bsp/lpc5410x/applications/board.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/applications/board.h b/bsp/lpc5410x/applications/board.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/applications/demo_thread.c b/bsp/lpc5410x/applications/demo_thread.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/applications/startup.c b/bsp/lpc5410x/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/drivers/SConscript b/bsp/lpc5410x/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/drivers/drv_led.c b/bsp/lpc5410x/drivers/drv_led.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/drivers/drv_led.h b/bsp/lpc5410x/drivers/drv_led.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/drivers/drv_uart.c b/bsp/lpc5410x/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/drivers/drv_uart.h b/bsp/lpc5410x/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/project.uvoptx b/bsp/lpc5410x/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/project.uvprojx b/bsp/lpc5410x/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/rtconfig.h b/bsp/lpc5410x/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/rtconfig.py b/bsp/lpc5410x/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/rtthread-lpc5410x.ld b/bsp/lpc5410x/rtthread-lpc5410x.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/rtthread-lpc5410x.sct b/bsp/lpc5410x/rtthread-lpc5410x.sct old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/template.uvoptx b/bsp/lpc5410x/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/lpc5410x/template.uvprojx b/bsp/lpc5410x/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/.config b/bsp/lpc54114-lite/.config old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Kconfig b/bsp/lpc54114-lite/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/SConscript b/bsp/lpc54114-lite/Libraries/CMSIS/Include/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/arm_common_tables.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/arm_const_structs.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/arm_math.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_armcc.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_armclang.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_armclang.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_compiler.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_compiler.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_gcc.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_iccarm.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_iccarm.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_version.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_version.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_armv8mbl.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_armv8mbl.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_armv8mml.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_armv8mml.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm0.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm0plus.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm23.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm23.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm3.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm33.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm33.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm4.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm7.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_sc000.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_sc300.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/mpu_armv7.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/mpu_armv7.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/mpu_armv8.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/mpu_armv8.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/Include/tz_context.h b/bsp/lpc54114-lite/Libraries/CMSIS/Include/tz_context.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/CMSIS/SConscript b/bsp/lpc54114-lite/Libraries/CMSIS/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/SConscript b/bsp/lpc54114-lite/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/LPC54114_cm0plus.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/LPC54114_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/LPC54114_cm0plus_features.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/LPC54114_cm0plus_features.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/LPC54114_cm4.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/LPC54114_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/LPC54114_cm4_features.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/LPC54114_cm4_features.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/SConscript b/bsp/lpc54114-lite/Libraries/devices/LPC54114/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/LPC54114J256_cm0plus.scf b/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/LPC54114J256_cm0plus.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/LPC54114J256_cm0plus_ram.scf b/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/LPC54114J256_cm0plus_ram.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/LPC54114J256_cm4_ram.scf b/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/LPC54114J256_cm4_ram.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/SConscript b/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/keil_lib_power.lib b/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/keil_lib_power.lib old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/keil_lib_power_m0.lib b/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/keil_lib_power_m0.lib old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/startup_LPC54114_cm0plus.s b/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/startup_LPC54114_cm0plus.s old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/startup_LPC54114_cm4.s b/bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/startup_LPC54114_cm4.s old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_i2c_cmsis.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_i2c_cmsis.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_i2c_cmsis.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_i2c_cmsis.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_spi_cmsis.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_spi_cmsis.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_spi_cmsis.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_spi_cmsis.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_usart_cmsis.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_usart_cmsis.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_usart_cmsis.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_usart_cmsis.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/SConscript b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_adc.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_adc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_adc.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_adc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_clock.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_clock.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_clock.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_clock.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_common.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_common.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_common.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_common.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_crc.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_crc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_crc.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_crc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_ctimer.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_ctimer.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_ctimer.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_ctimer.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dma.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dma.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dmic.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dmic.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dmic.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dmic.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dmic_dma.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dmic_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dmic_dma.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dmic_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_flashiap.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_flashiap.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_flashiap.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_flashiap.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_flexcomm.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_flexcomm.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_flexcomm.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_flexcomm.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_fmeas.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_fmeas.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_fmeas.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_fmeas.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_gint.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_gint.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_gint.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_gint.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_gpio.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_gpio.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2c.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2c.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2c_dma.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2c_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2c_dma.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2c_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2s.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2s.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2s_dma.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2s_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2s_dma.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2s_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_inputmux.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_inputmux.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_inputmux.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_inputmux.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_inputmux_connections.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_inputmux_connections.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_iocon.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_iocon.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_mailbox.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_mailbox.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_mrt.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_mrt.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_mrt.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_mrt.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_pint.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_pint.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_pint.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_pint.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_power.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_power.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_power.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_power.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_reset.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_reset.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_reset.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_reset.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_rtc.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_rtc.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_sctimer.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_sctimer.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_sctimer.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_sctimer.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_spi.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_spi.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_spi.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_spi.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_spi_dma.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_spi_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_spi_dma.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_spi_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_usart.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_usart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_usart.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_usart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_usart_dma.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_usart_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_usart_dma.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_usart_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_utick.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_utick.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_utick.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_utick.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_wwdt.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_wwdt.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_wwdt.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_wwdt.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/fsl_device_registers.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/fsl_device_registers.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/LPC54114J256_cm0plus_flash.ld b/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/LPC54114J256_cm0plus_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/LPC54114J256_cm0plus_ram.ld b/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/LPC54114J256_cm0plus_ram.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/LPC54114J256_cm4_ram.ld b/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/LPC54114J256_cm4_ram.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/SConscript b/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/libpower_cm0.a b/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/libpower_cm0.a old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/libpower_cm4_hardabi.a b/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/libpower_cm4_hardabi.a old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/libpower_cm4_softabi.a b/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/libpower_cm4_softabi.a old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/startup_LPC54114_cm0plus.S b/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/startup_LPC54114_cm0plus.S old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/startup_LPC54114_cm4.S b/bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/startup_LPC54114_cm4.S old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/LPC54114J256_cm0plus.icf b/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/LPC54114J256_cm0plus.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/LPC54114J256_cm0plus_ram.icf b/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/LPC54114J256_cm0plus_ram.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/LPC54114J256_cm4_ram.icf b/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/LPC54114J256_cm4_ram.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/SConscript b/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/iar_lib_power.a b/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/iar_lib_power.a old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/iar_lib_power_m0.a b/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/iar_lib_power_m0.a old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/startup_LPC54114_cm0plus.s b/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/startup_LPC54114_cm0plus.s old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/startup_LPC54114_cm4.s b/bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/startup_LPC54114_cm4.s old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/board.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/board.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/board.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/board.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/clock_config.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/clock_config.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/clock_config.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/clock_config.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/peripherals.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/peripherals.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/peripherals.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/peripherals.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/pin_mux.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/pin_mux.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/pin_mux.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/pin_mux.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/system_LPC54114_cm0plus.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/system_LPC54114_cm0plus.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/system_LPC54114_cm0plus.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/system_LPC54114_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/system_LPC54114_cm4.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/system_LPC54114_cm4.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/system_LPC54114_cm4.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/system_LPC54114_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/template/RTE_Device.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/template/RTE_Device.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/SConscript b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_assert.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_assert.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_debug_console.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_debug_console.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_debug_console.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_debug_console.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_debug_console_conf.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_debug_console_conf.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_notifier.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_notifier.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_notifier.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_notifier.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_shell.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_shell.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_shell.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_shell.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_ucwxp.inf b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_ucwxp.inf old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/io/fsl_io.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/io/fsl_io.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/io/fsl_io.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/io/fsl_io.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/io/swo/fsl_swo.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/io/swo/fsl_swo.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/io/swo/fsl_swo.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/io/swo/fsl_swo.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/log/fsl_log.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/log/fsl_log.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/log/fsl_log.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/log/fsl_log.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/str/fsl_str.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/str/fsl_str.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/str/fsl_str.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/str/fsl_str.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_cdc_acm.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_cdc_acm.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_cdc_acm.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_cdc_acm.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_ch9.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_ch9.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_ch9.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_ch9.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_config.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_config.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_descriptor.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_descriptor.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_descriptor.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/virtual_com.c b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/virtual_com.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/virtual_com.h b/bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/virtual_com.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/Libraries/devices/SConscript b/bsp/lpc54114-lite/Libraries/devices/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/README.md b/bsp/lpc54114-lite/README.md old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/SConscript b/bsp/lpc54114-lite/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/SConstruct b/bsp/lpc54114-lite/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/applications/SConscript b/bsp/lpc54114-lite/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/applications/main.c b/bsp/lpc54114-lite/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/applications/mnt.c b/bsp/lpc54114-lite/applications/mnt.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/Kconfig b/bsp/lpc54114-lite/drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/SConscript b/bsp/lpc54114-lite/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/board.c b/bsp/lpc54114-lite/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/board.h b/bsp/lpc54114-lite/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/clock_config.c b/bsp/lpc54114-lite/drivers/clock_config.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/clock_config.h b/bsp/lpc54114-lite/drivers/clock_config.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/drv_gpio.c b/bsp/lpc54114-lite/drivers/drv_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/drv_gpio.h b/bsp/lpc54114-lite/drivers/drv_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/drv_i2c.c b/bsp/lpc54114-lite/drivers/drv_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/drv_i2c.h b/bsp/lpc54114-lite/drivers/drv_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/drv_romfs.c b/bsp/lpc54114-lite/drivers/drv_romfs.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/drv_sdcard.c b/bsp/lpc54114-lite/drivers/drv_sdcard.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/drv_sdcard.h b/bsp/lpc54114-lite/drivers/drv_sdcard.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/drv_spi.c b/bsp/lpc54114-lite/drivers/drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/drv_spi.h b/bsp/lpc54114-lite/drivers/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/drv_spi_flash.c b/bsp/lpc54114-lite/drivers/drv_spi_flash.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/drv_spi_flash.h b/bsp/lpc54114-lite/drivers/drv_spi_flash.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/drv_uart.c b/bsp/lpc54114-lite/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/drv_uart.h b/bsp/lpc54114-lite/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/linker_scripts/link.icf b/bsp/lpc54114-lite/drivers/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/linker_scripts/link.lds b/bsp/lpc54114-lite/drivers/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/drivers/linker_scripts/link.scf b/bsp/lpc54114-lite/drivers/linker_scripts/link.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/figures/LPC54114-Lite(LPC54110).jpg b/bsp/lpc54114-lite/figures/LPC54114-Lite(LPC54110).jpg old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/project.ewd b/bsp/lpc54114-lite/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/project.ewp b/bsp/lpc54114-lite/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/project.eww b/bsp/lpc54114-lite/project.eww old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/project.uvoptx b/bsp/lpc54114-lite/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/project.uvprojx b/bsp/lpc54114-lite/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/rtconfig.h b/bsp/lpc54114-lite/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/rtconfig.py b/bsp/lpc54114-lite/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/template.ewp b/bsp/lpc54114-lite/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/template.eww b/bsp/lpc54114-lite/template.eww old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/template.uvoptx b/bsp/lpc54114-lite/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/lpc54114-lite/template.uvprojx b/bsp/lpc54114-lite/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/.config b/bsp/lpc54608-LPCXpresso/.config old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/Kconfig b/bsp/lpc54608-LPCXpresso/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/LPC54608J512_flash.icf b/bsp/lpc54608-LPCXpresso/LPC54608J512_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/LPC54608J512_flash.scf b/bsp/lpc54608-LPCXpresso/LPC54608J512_flash.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/README.md b/bsp/lpc54608-LPCXpresso/README.md old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SConscript b/bsp/lpc54608-LPCXpresso/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SConstruct b/bsp/lpc54608-LPCXpresso/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_Flash.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_Flash.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_I2C.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_I2C.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_MCI.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_MCI.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_SAI.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_SAI.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_SPI.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_SPI.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_USART.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_USART.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_USBD.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_USBD.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_USBH.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_USBH.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_CAN.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_CAN.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_Common.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_Common.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_ETH.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_ETH.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_ETH_MAC.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_ETH_MAC.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_ETH_PHY.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_ETH_PHY.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_Flash.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_Flash.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_I2C.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_I2C.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_MCI.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_MCI.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_NAND.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_NAND.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_SAI.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_SAI.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_SPI.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_SPI.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_USART.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_USART.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_USB.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_USB.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_USBD.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_USBD.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_USBH.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_USBH.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/SConscript b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/arm_common_tables.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/arm_const_structs.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/arm_math.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_armcc.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_armcc_V6.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_armcc_V6.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_armclang.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_armclang.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_compiler.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_compiler.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_gcc.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_version.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_version.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_armv8mbl.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_armv8mbl.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_armv8mml.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_armv8mml.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm0.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm0plus.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm23.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm23.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm3.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm33.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm33.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm4.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm7.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cmFunc.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cmInstr.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cmSimd.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_sc000.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_sc300.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/mpu_armv7.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/mpu_armv7.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/tz_context.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/tz_context.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/SConscript b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/SConscript b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/LPC54608.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/LPC54608.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/LPC54608_features.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/LPC54608_features.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/SConscript b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/arm/LPC54608J512_flash.scf b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/arm/LPC54608J512_flash.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/arm/LPC54608J512_ram.scf b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/arm/LPC54608J512_ram.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/arm/SConscript b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/arm/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/arm/keil_lib_power.lib b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/arm/keil_lib_power.lib old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/arm/startup_LPC54608.s b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/arm/startup_LPC54608.s old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_i2c_cmsis.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_i2c_cmsis.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_i2c_cmsis.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_i2c_cmsis.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_spi_cmsis.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_spi_cmsis.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_spi_cmsis.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_spi_cmsis.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_usart_cmsis.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_usart_cmsis.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_usart_cmsis.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_usart_cmsis.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/SConscript b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_adc.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_adc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_adc.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_adc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_clock.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_clock.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_clock.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_clock.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_common.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_common.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_common.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_common.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_crc.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_crc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_crc.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_crc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_ctimer.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_ctimer.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_ctimer.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_ctimer.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dma.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dma.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dmic.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dmic.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dmic.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dmic.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dmic_dma.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dmic_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dmic_dma.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dmic_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_eeprom.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_eeprom.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_eeprom.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_eeprom.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_emc.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_emc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_emc.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_emc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_enet.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_enet.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_enet.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_enet.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_flashiap.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_flashiap.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_flashiap.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_flashiap.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_flexcomm.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_flexcomm.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_flexcomm.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_flexcomm.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_fmc.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_fmc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_fmc.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_fmc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_fmeas.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_fmeas.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_fmeas.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_fmeas.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_gint.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_gint.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_gint.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_gint.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_gpio.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_gpio.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2c.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2c.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2c_dma.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2c_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2c_dma.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2c_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2s.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2s.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2s_dma.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2s_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2s_dma.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2s_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_inputmux.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_inputmux.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_inputmux.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_inputmux.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_inputmux_connections.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_inputmux_connections.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_iocon.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_iocon.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_lcdc.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_lcdc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_lcdc.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_lcdc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_mcan.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_mcan.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_mcan.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_mcan.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_mrt.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_mrt.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_mrt.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_mrt.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_otp.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_otp.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_pint.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_pint.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_pint.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_pint.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_power.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_power.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_power.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_power.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_reset.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_reset.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_reset.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_reset.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_rit.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_rit.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_rit.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_rit.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_rng.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_rng.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_rtc.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_rtc.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_sctimer.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_sctimer.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_sctimer.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_sctimer.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_sdif.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_sdif.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_sdif.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_sdif.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spi.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spi.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spi.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spi.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spi_dma.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spi_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spi_dma.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spi_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spifi.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spifi.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spifi.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spifi.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spifi_dma.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spifi_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spifi_dma.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spifi_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_usart.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_usart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_usart.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_usart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_usart_dma.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_usart_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_usart_dma.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_usart_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_utick.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_utick.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_utick.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_utick.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_wwdt.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_wwdt.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_wwdt.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_wwdt.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/fsl_device_registers.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/fsl_device_registers.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/iar/LPC54608J512_flash.icf b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/iar/LPC54608J512_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/iar/LPC54608J512_ram.icf b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/iar/LPC54608J512_ram.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/iar/SConscript b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/iar/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/iar/iar_lib_power.a b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/iar/iar_lib_power.a old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/iar/startup_LPC54608.s b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/iar/startup_LPC54608.s old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/mcuxpresso/SConscript b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/mcuxpresso/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/mcuxpresso/libfsl_power_lib.a b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/mcuxpresso/libfsl_power_lib.a old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/mcuxpresso/libfsl_power_lib_softabi.a b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/mcuxpresso/libfsl_power_lib_softabi.a old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/mcuxpresso/startup_LPC54608.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/mcuxpresso/startup_LPC54608.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/mcuxpresso/startup_LPC54608.cpp b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/mcuxpresso/startup_LPC54608.cpp old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/system_LPC54608.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/system_LPC54608.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/system_LPC54608.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/system_LPC54608.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/utilities/SConscript b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/utilities/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/utilities/fsl_debug_console.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/utilities/fsl_debug_console.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/utilities/fsl_debug_console.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/utilities/fsl_debug_console.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/SConscript b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/SConscript b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/SConscript b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_card.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_card.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_host.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_host.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_sd_event.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_sd_event.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_sdmmc.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_sdmmc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_sdspi.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_sdspi.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_specification.h b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_specification.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/SConscript b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_host.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_host.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_mmc.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_mmc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_sd.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_sd.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_sd_event.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_sd_event.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_sdio.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_sdio.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_sdmmc.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_sdmmc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_sdspi.c b/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_sdspi.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/applications/SConscript b/bsp/lpc54608-LPCXpresso/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/applications/application.c b/bsp/lpc54608-LPCXpresso/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/applications/mnt.c b/bsp/lpc54608-LPCXpresso/applications/mnt.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/applications/startup.c b/bsp/lpc54608-LPCXpresso/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/Kconfig b/bsp/lpc54608-LPCXpresso/drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/SConscript b/bsp/lpc54608-LPCXpresso/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/board.c b/bsp/lpc54608-LPCXpresso/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/board.h b/bsp/lpc54608-LPCXpresso/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/clock_config.c b/bsp/lpc54608-LPCXpresso/drivers/clock_config.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/clock_config.h b/bsp/lpc54608-LPCXpresso/drivers/clock_config.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drt_mpu.c b/bsp/lpc54608-LPCXpresso/drivers/drt_mpu.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drt_mpu.h b/bsp/lpc54608-LPCXpresso/drivers/drt_mpu.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drv_emac.c b/bsp/lpc54608-LPCXpresso/drivers/drv_emac.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drv_emac.h b/bsp/lpc54608-LPCXpresso/drivers/drv_emac.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drv_ft5406.c b/bsp/lpc54608-LPCXpresso/drivers/drv_ft5406.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drv_i2c.c b/bsp/lpc54608-LPCXpresso/drivers/drv_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drv_lcd.c b/bsp/lpc54608-LPCXpresso/drivers/drv_lcd.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drv_lcd.h b/bsp/lpc54608-LPCXpresso/drivers/drv_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drv_sd.c b/bsp/lpc54608-LPCXpresso/drivers/drv_sd.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drv_sd.h b/bsp/lpc54608-LPCXpresso/drivers/drv_sd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drv_sdram.c b/bsp/lpc54608-LPCXpresso/drivers/drv_sdram.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drv_sdram.h b/bsp/lpc54608-LPCXpresso/drivers/drv_sdram.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drv_sram.c b/bsp/lpc54608-LPCXpresso/drivers/drv_sram.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drv_sram.h b/bsp/lpc54608-LPCXpresso/drivers/drv_sram.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drv_uart.c b/bsp/lpc54608-LPCXpresso/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/drv_uart.h b/bsp/lpc54608-LPCXpresso/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/fsl_phy.c b/bsp/lpc54608-LPCXpresso/drivers/fsl_phy.c old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/drivers/fsl_phy.h b/bsp/lpc54608-LPCXpresso/drivers/fsl_phy.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/link.lds b/bsp/lpc54608-LPCXpresso/link.lds old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/project.ewd b/bsp/lpc54608-LPCXpresso/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/project.ewp b/bsp/lpc54608-LPCXpresso/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/project.ewt b/bsp/lpc54608-LPCXpresso/project.ewt old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/project.eww b/bsp/lpc54608-LPCXpresso/project.eww old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/project.uvoptx b/bsp/lpc54608-LPCXpresso/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/project.uvprojx b/bsp/lpc54608-LPCXpresso/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/rtconfig.h b/bsp/lpc54608-LPCXpresso/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/rtconfig.py b/bsp/lpc54608-LPCXpresso/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/template.ewp b/bsp/lpc54608-LPCXpresso/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/template.uvoptx b/bsp/lpc54608-LPCXpresso/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/lpc54608-LPCXpresso/template.uvprojx b/bsp/lpc54608-LPCXpresso/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/Kconfig b/bsp/lpc55sxx/Libraries/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/arm_common_tables.h b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/arm_const_structs.h b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/arm_math.h b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_armcc.h b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_armclang.h b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_armclang.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_compiler.h b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_compiler.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_gcc.h b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_iccarm.h b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_iccarm.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_version.h b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_version.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/core_armv8mbl.h b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/core_armv8mbl.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/core_armv8mml.h b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/core_armv8mml.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/core_cm33.h b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/core_cm33.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/core_dsp.h b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/core_dsp.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/mpu_armv8.h b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/mpu_armv8.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/tz_context.h b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/tz_context.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/LICENSE.txt b/bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/LICENSE.txt old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core0.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core0.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core0.xml b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core0.xml old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core0_features.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core0_features.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core1.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core1.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core1.xml b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core1.xml old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core1_features.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core1_features.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core0_flash.scf b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core0_flash.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core0_flash_ns.scf b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core0_flash_ns.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core0_flash_s.scf b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core0_flash_s.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core0_ram.scf b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core0_ram.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core1_flash.scf b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core1_flash.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core1_ram.scf b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core1_ram.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core1_ram_s.scf b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core1_ram_s.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55XX_640.FLM b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55XX_640.FLM old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55XX_S_640.FLM b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55XX_S_640.FLM old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55xx.dbgconf b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55xx.dbgconf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core0.lib b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core0.lib old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core0_disable_short_enum_wchar.lib b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core0_disable_short_enum_wchar.lib old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core0_s.lib b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core0_s.lib old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core0_s_disable_short_enum_wchar.lib b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core0_s_disable_short_enum_wchar.lib old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core1.lib b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core1.lib old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core1_disable_short_enum_wchar.lib b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core1_disable_short_enum_wchar.lib old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/startup_LPC55S69_cm33_core0.s b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/startup_LPC55S69_cm33_core0.s old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/startup_LPC55S69_cm33_core0_ns.s b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/startup_LPC55S69_cm33_core0_ns.s old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/startup_LPC55S69_cm33_core1.s b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/startup_LPC55S69_cm33_core1.s old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_anactrl.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_anactrl.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_anactrl.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_anactrl.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_casper.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_casper.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_casper.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_casper.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_clock.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_clock.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_clock.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_clock.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_cmp.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_cmp.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_cmp.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_cmp.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_common.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_common.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_common.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_common.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_crc.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_crc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_crc.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_crc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_ctimer.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_ctimer.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_ctimer.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_ctimer.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_dma.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_dma.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_flexcomm.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_flexcomm.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_flexcomm.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_flexcomm.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_gint.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_gint.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_gint.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_gint.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_gpio.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_gpio.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_hashcrypt.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_hashcrypt.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_hashcrypt.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_hashcrypt.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2c.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2c.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2c_dma.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2c_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2c_dma.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2c_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2s.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2s.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2s_dma.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2s_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2s_dma.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2s_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_iap.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_iap.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_iap.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_iap.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_iap_ffr.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_iap_ffr.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_inputmux.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_inputmux.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_inputmux.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_inputmux.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_inputmux_connections.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_inputmux_connections.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_iocon.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_iocon.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_lpadc.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_lpadc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_lpadc.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_lpadc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_mailbox.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_mailbox.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_mrt.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_mrt.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_mrt.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_mrt.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_ostimer.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_ostimer.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_ostimer.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_ostimer.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_pint.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_pint.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_pint.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_pint.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_plu.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_plu.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_plu.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_plu.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_power.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_power.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_power.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_power.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_basic.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_basic.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_cmsis.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_cmsis.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_data.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_data.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_data.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_data.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_filter.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_filter.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_math.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_math.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_matrix.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_matrix.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_transform.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_transform.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_prince.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_prince.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_prince.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_prince.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_puf.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_puf.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_puf.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_puf.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_reset.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_reset.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_reset.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_reset.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_rng.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_rng.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_rng.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_rng.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_rtc.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_rtc.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sctimer.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sctimer.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sctimer.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sctimer.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sdif.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sdif.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sdif.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sdif.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_spi.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_spi.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_spi.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_spi.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_spi_dma.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_spi_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_spi_dma.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_spi_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sysctl.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sysctl.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sysctl.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sysctl.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_usart.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_usart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_usart.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_usart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_usart_dma.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_usart_dma.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_usart_dma.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_usart_dma.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_utick.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_utick.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_utick.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_utick.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_wwdt.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_wwdt.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_wwdt.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_wwdt.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/fsl_device_registers.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/fsl_device_registers.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core0_flash.ld b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core0_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core0_flash_ns.ld b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core0_flash_ns.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core0_flash_s.ld b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core0_flash_s.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core0_ram.ld b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core0_ram.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core1_flash.ld b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core1_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core1_ram.ld b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core1_ram.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core1_ram_s.ld b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core1_ram_s.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/libpower_hardabi.a b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/libpower_hardabi.a old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/libpower_hardabi_s.a b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/libpower_hardabi_s.a old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/libpower_soft.a b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/libpower_soft.a old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/libpower_softabi.a b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/libpower_softabi.a old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/libpower_softabi_s.a b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/libpower_softabi_s.a old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/startup_LPC55S69_cm33_core0.S b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/startup_LPC55S69_cm33_core0.S old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/startup_LPC55S69_cm33_core1.S b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/startup_LPC55S69_cm33_core1.S old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core0_flash.icf b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core0_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core0_flash_ns.icf b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core0_flash_ns.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core0_flash_s.icf b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core0_flash_s.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core0_ram.icf b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core0_ram.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core1_flash.icf b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core1_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core1_ram.icf b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core1_ram.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core1_ram_s.icf b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core1_ram_s.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/iar_lib_power_cm33_core0.a b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/iar_lib_power_cm33_core0.a old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/iar_lib_power_cm33_core0_s.a b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/iar_lib_power_cm33_core0_s.a old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/iar_lib_power_cm33_core1.a b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/iar_lib_power_cm33_core1.a old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/startup_LPC55S69_cm33_core0.s b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/startup_LPC55S69_cm33_core0.s old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/startup_LPC55S69_cm33_core1.s b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/startup_LPC55S69_cm33_core1.s old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/boot_multicore_slave.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/boot_multicore_slave.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/boot_multicore_slave.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/boot_multicore_slave.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/startup_lpc55s69_cm33_core0.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/startup_lpc55s69_cm33_core0.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/startup_lpc55s69_cm33_core0.cpp b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/startup_lpc55s69_cm33_core0.cpp old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/startup_lpc55s69_cm33_core1.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/startup_lpc55s69_cm33_core1.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/startup_lpc55s69_cm33_core1.cpp b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/startup_lpc55s69_cm33_core1.cpp old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/system_LPC55S69_cm33_core0.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/system_LPC55S69_cm33_core0.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/system_LPC55S69_cm33_core0.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/system_LPC55S69_cm33_core0.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/system_LPC55S69_cm33_core1.c b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/system_LPC55S69_cm33_core1.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/system_LPC55S69_cm33_core1.h b/bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/system_LPC55S69_cm33_core1.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/SConscript b/bsp/lpc55sxx/Libraries/LPC55S6X/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/fsl_codec_common.c b/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/fsl_codec_common.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/fsl_codec_common.h b/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/fsl_codec_common.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/i2c/fsl_codec_i2c.c b/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/i2c/fsl_codec_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/i2c/fsl_codec_i2c.h b/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/i2c/fsl_codec_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/port/fsl_codec_adapter.h b/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/port/fsl_codec_adapter.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/port/wm8904/fsl_codec_adapter.c b/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/port/wm8904/fsl_codec_adapter.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/wm8904/fsl_wm8904.c b/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/wm8904/fsl_wm8904.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/wm8904/fsl_wm8904.h b/bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/wm8904/fsl_wm8904.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_mmc.h b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_mmc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_sd.h b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_sd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_sdio.h b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_sdio.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_sdmmc_common.h b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_sdmmc_common.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_sdmmc_host.h b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_sdmmc_host.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_sdmmc_spec.h b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_sdmmc_spec.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/fsl_sdmmc_event.h b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/fsl_sdmmc_event.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/freertos/fsl_sdmmc_event.c b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/freertos/fsl_sdmmc_event.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/freertos/fsl_sdmmc_host.c b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/freertos/fsl_sdmmc_host.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/interrupt/fsl_sdmmc_event.c b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/interrupt/fsl_sdmmc_event.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/interrupt/fsl_sdmmc_host.c b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/interrupt/fsl_sdmmc_host.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/polling/fsl_sdmmc_event.c b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/polling/fsl_sdmmc_event.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/polling/fsl_sdmmc_host.c b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/polling/fsl_sdmmc_host.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/rt_thread/fsl_sdmmc_event.c b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/rt_thread/fsl_sdmmc_event.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/rt_thread/fsl_sdmmc_host.c b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/rt_thread/fsl_sdmmc_host.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/src/fsl_mmc.c b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/src/fsl_mmc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/src/fsl_sd.c b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/src/fsl_sd.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/src/fsl_sdio.c b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/src/fsl_sdio.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/src/fsl_sdmmc_common.c b/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/src/fsl_sdmmc_common.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/SConscript b/bsp/lpc55sxx/Libraries/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_adc.c b/bsp/lpc55sxx/Libraries/drivers/drv_adc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_adc.h b/bsp/lpc55sxx/Libraries/drivers/drv_adc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_hwtimer.c b/bsp/lpc55sxx/Libraries/drivers/drv_hwtimer.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_hwtimer.h b/bsp/lpc55sxx/Libraries/drivers/drv_hwtimer.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_i2c.c b/bsp/lpc55sxx/Libraries/drivers/drv_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_i2c.h b/bsp/lpc55sxx/Libraries/drivers/drv_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_key.c b/bsp/lpc55sxx/Libraries/drivers/drv_key.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_key.h b/bsp/lpc55sxx/Libraries/drivers/drv_key.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_led.c b/bsp/lpc55sxx/Libraries/drivers/drv_led.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_led.h b/bsp/lpc55sxx/Libraries/drivers/drv_led.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_log.h b/bsp/lpc55sxx/Libraries/drivers/drv_log.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_mma8562.c b/bsp/lpc55sxx/Libraries/drivers/drv_mma8562.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_mma8562.h b/bsp/lpc55sxx/Libraries/drivers/drv_mma8562.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_pin.c b/bsp/lpc55sxx/Libraries/drivers/drv_pin.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_pin.h b/bsp/lpc55sxx/Libraries/drivers/drv_pin.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_pwm.c b/bsp/lpc55sxx/Libraries/drivers/drv_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_pwm.h b/bsp/lpc55sxx/Libraries/drivers/drv_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_rtc.c b/bsp/lpc55sxx/Libraries/drivers/drv_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_rtc.h b/bsp/lpc55sxx/Libraries/drivers/drv_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_sd.c b/bsp/lpc55sxx/Libraries/drivers/drv_sd.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_sd.h b/bsp/lpc55sxx/Libraries/drivers/drv_sd.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_spi.c b/bsp/lpc55sxx/Libraries/drivers/drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_spi.h b/bsp/lpc55sxx/Libraries/drivers/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_uart.c b/bsp/lpc55sxx/Libraries/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_uart.h b/bsp/lpc55sxx/Libraries/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_wdt.c b/bsp/lpc55sxx/Libraries/drivers/drv_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/drivers/drv_wdt.h b/bsp/lpc55sxx/Libraries/drivers/drv_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/.config b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/.config old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/Kconfig b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/README.md b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/README.md old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/SConscript b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/SConstruct b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/applications/SConscript b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/applications/main.c b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/Kconfig b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/MCUX_Config/LPCXpresso55S69.mex b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/MCUX_Config/LPCXpresso55S69.mex old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/MCUX_Config/board/clock_config.c b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/MCUX_Config/board/clock_config.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/MCUX_Config/board/clock_config.h b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/MCUX_Config/board/clock_config.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/MCUX_Config/board/pin_mux.c b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/MCUX_Config/board/pin_mux.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/MCUX_Config/board/pin_mux.h b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/MCUX_Config/board/pin_mux.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/SConscript b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/board.c b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/board.h b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/linker_scripts/LPC55S69_cm33_core0_flash.ld b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/linker_scripts/LPC55S69_cm33_core0_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/linker_scripts/LPC55S69_cm33_core0_flash_iar.icf b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/linker_scripts/LPC55S69_cm33_core0_flash_iar.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/linker_scripts/LPC55S69_cm33_core0_flash_mdk.scf b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/linker_scripts/LPC55S69_cm33_core0_flash_mdk.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/figures/board.png b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/figures/flash.png b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/figures/flash.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/flashdebug.ini b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/flashdebug.ini old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/project.ewd b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/project.ewp b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/project.eww b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/project.eww old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/project.uvoptx b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/project.uvprojx b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/rtconfig.h b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/rtconfig.py b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/template.ewp b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/template.eww b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/template.eww old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/template.uvoptx b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/template.uvprojx b/bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/README.md b/bsp/lpc55sxx/README.md old mode 100644 new mode 100755 diff --git "a/bsp/lpc55sxx/docs/LPC55Sxx\347\263\273\345\210\227BSP\345\210\266\344\275\234\346\225\231\347\250\213.md" "b/bsp/lpc55sxx/docs/LPC55Sxx\347\263\273\345\210\227BSP\345\210\266\344\275\234\346\225\231\347\250\213.md" old mode 100644 new mode 100755 diff --git "a/bsp/lpc55sxx/docs/LPC55Sxx\347\263\273\345\210\227BSP\345\244\226\350\256\276\351\251\261\345\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" "b/bsp/lpc55sxx/docs/LPC55Sxx\347\263\273\345\210\227BSP\345\244\226\350\256\276\351\251\261\345\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" old mode 100644 new mode 100755 diff --git "a/bsp/lpc55sxx/docs/LPC55Sxx\347\263\273\345\210\227\345\244\226\350\256\276\351\251\261\345\212\250\346\267\273\345\212\240\346\214\207\345\215\227.md" "b/bsp/lpc55sxx/docs/LPC55Sxx\347\263\273\345\210\227\345\244\226\350\256\276\351\251\261\345\212\250\346\267\273\345\212\240\346\214\207\345\215\227.md" old mode 100644 new mode 100755 diff --git "a/bsp/lpc55sxx/docs/LPC55Sxx\347\263\273\345\210\227\351\251\261\345\212\250\344\273\213\347\273\215.md" "b/bsp/lpc55sxx/docs/LPC55Sxx\347\263\273\345\210\227\351\251\261\345\212\250\344\273\213\347\273\215.md" old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/Kconfig.png b/bsp/lpc55sxx/docs/figures/Kconfig.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/Kconfig2.png b/bsp/lpc55sxx/docs/figures/Kconfig2.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/Peripheral.png b/bsp/lpc55sxx/docs/figures/Peripheral.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/SConscript.png b/bsp/lpc55sxx/docs/figures/SConscript.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/adc_config1.png b/bsp/lpc55sxx/docs/figures/adc_config1.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/adc_config2.png b/bsp/lpc55sxx/docs/figures/adc_config2.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/adc_config3.png b/bsp/lpc55sxx/docs/figures/adc_config3.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/adc_config4.png b/bsp/lpc55sxx/docs/figures/adc_config4.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/board_kconfig2.png b/bsp/lpc55sxx/docs/figures/board_kconfig2.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/bsp_template_dir.png b/bsp/lpc55sxx/docs/figures/bsp_template_dir.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/compile_mdk.png b/bsp/lpc55sxx/docs/figures/compile_mdk.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/config1.png b/bsp/lpc55sxx/docs/figures/config1.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/config2.png b/bsp/lpc55sxx/docs/figures/config2.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/config5.png b/bsp/lpc55sxx/docs/figures/config5.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/copy.png b/bsp/lpc55sxx/docs/figures/copy.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/frame.png b/bsp/lpc55sxx/docs/figures/frame.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/i2c_code.png b/bsp/lpc55sxx/docs/figures/i2c_code.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/i2c_config.png b/bsp/lpc55sxx/docs/figures/i2c_config.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/i2c_device1.png b/bsp/lpc55sxx/docs/figures/i2c_device1.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/link-icf.png b/bsp/lpc55sxx/docs/figures/link-icf.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/link-lds.png b/bsp/lpc55sxx/docs/figures/link-lds.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/link-scf.png b/bsp/lpc55sxx/docs/figures/link-scf.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/linker_scripts.png b/bsp/lpc55sxx/docs/figures/linker_scripts.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/mcupress_2.png b/bsp/lpc55sxx/docs/figures/mcupress_2.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/mcupresso_3.png b/bsp/lpc55sxx/docs/figures/mcupresso_3.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/mcupresso_clock2.png b/bsp/lpc55sxx/docs/figures/mcupresso_clock2.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/mcux_i2c.png b/bsp/lpc55sxx/docs/figures/mcux_i2c.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/mcuxpress.png b/bsp/lpc55sxx/docs/figures/mcuxpress.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/mcuxpresso_1.png b/bsp/lpc55sxx/docs/figures/mcuxpresso_1.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/mcuxpresso_clock1.png b/bsp/lpc55sxx/docs/figures/mcuxpresso_clock1.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/menuconfig_1.png b/bsp/lpc55sxx/docs/figures/menuconfig_1.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/menuconfig_2.png b/bsp/lpc55sxx/docs/figures/menuconfig_2.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/menuconfig_3.png b/bsp/lpc55sxx/docs/figures/menuconfig_3.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/menuconfig_4.png b/bsp/lpc55sxx/docs/figures/menuconfig_4.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/menuconfig_ConEmu.png b/bsp/lpc55sxx/docs/figures/menuconfig_ConEmu.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/menuconfig_lpc5500.png b/bsp/lpc55sxx/docs/figures/menuconfig_lpc5500.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/mma8562.png b/bsp/lpc55sxx/docs/figures/mma8562.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/on_chip_config.png b/bsp/lpc55sxx/docs/figures/on_chip_config.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/open_mcuxpresso.png b/bsp/lpc55sxx/docs/figures/open_mcuxpresso.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/pwm_config1.png b/bsp/lpc55sxx/docs/figures/pwm_config1.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/pwm_config2.png b/bsp/lpc55sxx/docs/figures/pwm_config2.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/pwm_config3.png b/bsp/lpc55sxx/docs/figures/pwm_config3.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/pwm_device.png b/bsp/lpc55sxx/docs/figures/pwm_device.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/rt_device.png b/bsp/lpc55sxx/docs/figures/rt_device.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/run_i2c.png b/bsp/lpc55sxx/docs/figures/run_i2c.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/save.png b/bsp/lpc55sxx/docs/figures/save.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/scons_mdk5.png b/bsp/lpc55sxx/docs/figures/scons_mdk5.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/template_1.png b/bsp/lpc55sxx/docs/figures/template_1.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/template_2.png b/bsp/lpc55sxx/docs/figures/template_2.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/template_3.png b/bsp/lpc55sxx/docs/figures/template_3.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/template_4.png b/bsp/lpc55sxx/docs/figures/template_4.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/timer_config1.png b/bsp/lpc55sxx/docs/figures/timer_config1.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/timer_config2.png b/bsp/lpc55sxx/docs/figures/timer_config2.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/timer_config3.png b/bsp/lpc55sxx/docs/figures/timer_config3.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/uart_device.png b/bsp/lpc55sxx/docs/figures/uart_device.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/docs/figures/update.png b/bsp/lpc55sxx/docs/figures/update.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/figures/LPC55S69-EVK.bmp b/bsp/lpc55sxx/figures/LPC55S69-EVK.bmp old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/.config b/bsp/lpc55sxx/lpc55s69_nxp_evk/.config old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/Kconfig b/bsp/lpc55sxx/lpc55s69_nxp_evk/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/README.md b/bsp/lpc55sxx/lpc55s69_nxp_evk/README.md old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/SConscript b/bsp/lpc55sxx/lpc55s69_nxp_evk/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/SConstruct b/bsp/lpc55sxx/lpc55s69_nxp_evk/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/applications/SConscript b/bsp/lpc55sxx/lpc55s69_nxp_evk/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/applications/main.c b/bsp/lpc55sxx/lpc55s69_nxp_evk/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/board/Kconfig b/bsp/lpc55sxx/lpc55s69_nxp_evk/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/board/MCUX_Config/LPCXpresso55S69.mex b/bsp/lpc55sxx/lpc55s69_nxp_evk/board/MCUX_Config/LPCXpresso55S69.mex old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/board/MCUX_Config/board/clock_config.c b/bsp/lpc55sxx/lpc55s69_nxp_evk/board/MCUX_Config/board/clock_config.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/board/MCUX_Config/board/clock_config.h b/bsp/lpc55sxx/lpc55s69_nxp_evk/board/MCUX_Config/board/clock_config.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/board/MCUX_Config/board/pin_mux.c b/bsp/lpc55sxx/lpc55s69_nxp_evk/board/MCUX_Config/board/pin_mux.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/board/MCUX_Config/board/pin_mux.h b/bsp/lpc55sxx/lpc55s69_nxp_evk/board/MCUX_Config/board/pin_mux.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/board/SConscript b/bsp/lpc55sxx/lpc55s69_nxp_evk/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/board/board.c b/bsp/lpc55sxx/lpc55s69_nxp_evk/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/board/board.h b/bsp/lpc55sxx/lpc55s69_nxp_evk/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/board/linker_scripts/LPC55S69_cm33_core0_flash.ld b/bsp/lpc55sxx/lpc55s69_nxp_evk/board/linker_scripts/LPC55S69_cm33_core0_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/board/linker_scripts/LPC55S69_cm33_core0_flash_iar.icf b/bsp/lpc55sxx/lpc55s69_nxp_evk/board/linker_scripts/LPC55S69_cm33_core0_flash_iar.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/board/linker_scripts/LPC55S69_cm33_core0_flash_mdk.scf b/bsp/lpc55sxx/lpc55s69_nxp_evk/board/linker_scripts/LPC55S69_cm33_core0_flash_mdk.scf old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/figures/board.png b/bsp/lpc55sxx/lpc55s69_nxp_evk/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/figures/flash.png b/bsp/lpc55sxx/lpc55s69_nxp_evk/figures/flash.png old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/flashdebug.ini b/bsp/lpc55sxx/lpc55s69_nxp_evk/flashdebug.ini old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/project.ewd b/bsp/lpc55sxx/lpc55s69_nxp_evk/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/project.ewp b/bsp/lpc55sxx/lpc55s69_nxp_evk/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/project.eww b/bsp/lpc55sxx/lpc55s69_nxp_evk/project.eww old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/project.uvoptx b/bsp/lpc55sxx/lpc55s69_nxp_evk/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/project.uvprojx b/bsp/lpc55sxx/lpc55s69_nxp_evk/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/rtconfig.h b/bsp/lpc55sxx/lpc55s69_nxp_evk/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/rtconfig.py b/bsp/lpc55sxx/lpc55s69_nxp_evk/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/template.ewp b/bsp/lpc55sxx/lpc55s69_nxp_evk/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/template.eww b/bsp/lpc55sxx/lpc55s69_nxp_evk/template.eww old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/template.uvoptx b/bsp/lpc55sxx/lpc55s69_nxp_evk/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/template.uvprojx b/bsp/lpc55sxx/lpc55s69_nxp_evk/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/lpc55sxx/tools/sdk_dist.py b/bsp/lpc55sxx/tools/sdk_dist.py old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/SConscript b/bsp/lpc824/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/CMSIS/cmsis_armcc.h b/bsp/lpc824/Libraries/common/CMSIS/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/CMSIS/cmsis_armcc_V6.h b/bsp/lpc824/Libraries/common/CMSIS/cmsis_armcc_V6.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/CMSIS/core_cm0plus.h b/bsp/lpc824/Libraries/common/CMSIS/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/CMSIS/core_cmFunc.h b/bsp/lpc824/Libraries/common/CMSIS/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/CMSIS/core_cmInstr.h b/bsp/lpc824/Libraries/common/CMSIS/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/board/board_api.h b/bsp/lpc824/Libraries/common/board/board_api.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/board/board_lpc.c b/bsp/lpc824/Libraries/common/board/board_lpc.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/board/board_lpc.h b/bsp/lpc824/Libraries/common/board/board_lpc.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/chip/chip.h b/bsp/lpc824/Libraries/common/chip/chip.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/chip/clock_8xx.c b/bsp/lpc824/Libraries/common/chip/clock_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/chip/clock_8xx.h b/bsp/lpc824/Libraries/common/chip/clock_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/chip/cmsis.h b/bsp/lpc824/Libraries/common/chip/cmsis.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/chip/error_8xx.h b/bsp/lpc824/Libraries/common/chip/error_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/chip/fmc_8xx.h b/bsp/lpc824/Libraries/common/chip/fmc_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/chip/ioswm_8xx.c b/bsp/lpc824/Libraries/common/chip/ioswm_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/chip/ioswm_8xx.h b/bsp/lpc824/Libraries/common/chip/ioswm_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/chip/lpc_types.h b/bsp/lpc824/Libraries/common/chip/lpc_types.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/chip/syscon_8xx.c b/bsp/lpc824/Libraries/common/chip/syscon_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/chip/syscon_8xx.h b/bsp/lpc824/Libraries/common/chip/syscon_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/chip/sysinit_8xx.c b/bsp/lpc824/Libraries/common/chip/sysinit_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/startup/iar_startup_lpc82x.s b/bsp/lpc824/Libraries/common/startup/iar_startup_lpc82x.s old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/common/startup/keil_startup_lpc82x.s b/bsp/lpc824/Libraries/common/startup/keil_startup_lpc82x.s old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/acmp/acmp_8xx.c b/bsp/lpc824/Libraries/peri_driver/acmp/acmp_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/acmp/acmp_8xx.h b/bsp/lpc824/Libraries/peri_driver/acmp/acmp_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/adc/adc_8xx.c b/bsp/lpc824/Libraries/peri_driver/adc/adc_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/adc/adc_8xx.h b/bsp/lpc824/Libraries/peri_driver/adc/adc_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/crc/crc_8xx.c b/bsp/lpc824/Libraries/peri_driver/crc/crc_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/crc/crc_8xx.h b/bsp/lpc824/Libraries/peri_driver/crc/crc_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/dma/dma_8xx.c b/bsp/lpc824/Libraries/peri_driver/dma/dma_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/dma/dma_8xx.h b/bsp/lpc824/Libraries/peri_driver/dma/dma_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/gpio/gpio_8xx.c b/bsp/lpc824/Libraries/peri_driver/gpio/gpio_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/gpio/gpio_8xx.h b/bsp/lpc824/Libraries/peri_driver/gpio/gpio_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/i2c/i2c_8xx.c b/bsp/lpc824/Libraries/peri_driver/i2c/i2c_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/i2c/i2c_8xx.h b/bsp/lpc824/Libraries/peri_driver/i2c/i2c_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/iap/iap.c b/bsp/lpc824/Libraries/peri_driver/iap/iap.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/iap/iap.h b/bsp/lpc824/Libraries/peri_driver/iap/iap.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/inmux/inmux_8xx.h b/bsp/lpc824/Libraries/peri_driver/inmux/inmux_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/mrt/mrt_8xx.h b/bsp/lpc824/Libraries/peri_driver/mrt/mrt_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/mrt/stopwatch.c b/bsp/lpc824/Libraries/peri_driver/mrt/stopwatch.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/mrt/stopwatch.h b/bsp/lpc824/Libraries/peri_driver/mrt/stopwatch.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/peri_driver.h b/bsp/lpc824/Libraries/peri_driver/peri_driver.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/pinint/pinint_8xx.c b/bsp/lpc824/Libraries/peri_driver/pinint/pinint_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/pinint/pinint_8xx.h b/bsp/lpc824/Libraries/peri_driver/pinint/pinint_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/pmu/pmu_8xx.c b/bsp/lpc824/Libraries/peri_driver/pmu/pmu_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/pmu/pmu_8xx.h b/bsp/lpc824/Libraries/peri_driver/pmu/pmu_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/rom/rom_i2c_8xx.h b/bsp/lpc824/Libraries/peri_driver/rom/rom_i2c_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/rom/rom_pwr_8xx.h b/bsp/lpc824/Libraries/peri_driver/rom/rom_pwr_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/rom/rom_uart_8xx.h b/bsp/lpc824/Libraries/peri_driver/rom/rom_uart_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/rom/romapi_8xx.h b/bsp/lpc824/Libraries/peri_driver/rom/romapi_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/sctimer/sct_8xx.c b/bsp/lpc824/Libraries/peri_driver/sctimer/sct_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/sctimer/sct_8xx.h b/bsp/lpc824/Libraries/peri_driver/sctimer/sct_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/sctimer/sct_pwm_8xx.c b/bsp/lpc824/Libraries/peri_driver/sctimer/sct_pwm_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/sctimer/sct_pwm_8xx.h b/bsp/lpc824/Libraries/peri_driver/sctimer/sct_pwm_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/spi/spi_8xx.c b/bsp/lpc824/Libraries/peri_driver/spi/spi_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/spi/spi_8xx.h b/bsp/lpc824/Libraries/peri_driver/spi/spi_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/uart/ring_buffer.c b/bsp/lpc824/Libraries/peri_driver/uart/ring_buffer.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/uart/ring_buffer.h b/bsp/lpc824/Libraries/peri_driver/uart/ring_buffer.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/uart/uart_8xx.c b/bsp/lpc824/Libraries/peri_driver/uart/uart_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/uart/uart_8xx.h b/bsp/lpc824/Libraries/peri_driver/uart/uart_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/wkt/wkt_8xx.c b/bsp/lpc824/Libraries/peri_driver/wkt/wkt_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/wkt/wkt_8xx.h b/bsp/lpc824/Libraries/peri_driver/wkt/wkt_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/wwdt/wwdt_8xx.c b/bsp/lpc824/Libraries/peri_driver/wwdt/wwdt_8xx.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/Libraries/peri_driver/wwdt/wwdt_8xx.h b/bsp/lpc824/Libraries/peri_driver/wwdt/wwdt_8xx.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/SConscript b/bsp/lpc824/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc824/SConstruct b/bsp/lpc824/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/lpc824/applications/SConscript b/bsp/lpc824/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc824/applications/application.c b/bsp/lpc824/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/applications/startup.c b/bsp/lpc824/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/drivers/SConscript b/bsp/lpc824/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/lpc824/drivers/board.c b/bsp/lpc824/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/drivers/board.h b/bsp/lpc824/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/drivers/usart.c b/bsp/lpc824/drivers/usart.c old mode 100644 new mode 100755 diff --git a/bsp/lpc824/drivers/usart.h b/bsp/lpc824/drivers/usart.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/lpc824_rom.icf b/bsp/lpc824/lpc824_rom.icf old mode 100644 new mode 100755 diff --git a/bsp/lpc824/lpc824_rom.ld b/bsp/lpc824/lpc824_rom.ld old mode 100644 new mode 100755 diff --git a/bsp/lpc824/lpc824_rom.sct b/bsp/lpc824/lpc824_rom.sct old mode 100644 new mode 100755 diff --git a/bsp/lpc824/project.ewp b/bsp/lpc824/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/lpc824/project.eww b/bsp/lpc824/project.eww old mode 100644 new mode 100755 diff --git a/bsp/lpc824/project.uvprojx b/bsp/lpc824/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/lpc824/rtconfig.h b/bsp/lpc824/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/lpc824/rtconfig.py b/bsp/lpc824/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/lpc824/template.ewp b/bsp/lpc824/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/lpc824/template.uvprojx b/bsp/lpc824/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/SConscript b/bsp/ls1bdev/SConscript old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/SConstruct b/bsp/ls1bdev/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/applications/SConscript b/bsp/ls1bdev/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/applications/application.c b/bsp/ls1bdev/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/applications/startup.c b/bsp/ls1bdev/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/drivers/SConscript b/bsp/ls1bdev/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/drivers/board.c b/bsp/ls1bdev/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/drivers/board.h b/bsp/ls1bdev/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/drivers/display_controller.c b/bsp/ls1bdev/drivers/display_controller.c old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/drivers/display_controller.h b/bsp/ls1bdev/drivers/display_controller.h old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/drivers/uart.c b/bsp/ls1bdev/drivers/uart.c old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/drivers/uart.h b/bsp/ls1bdev/drivers/uart.h old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/ls1b_ram.lds b/bsp/ls1bdev/ls1b_ram.lds old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/readme.txt b/bsp/ls1bdev/readme.txt old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/rtconfig.h b/bsp/ls1bdev/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/ls1bdev/rtconfig.py b/bsp/ls1bdev/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/.config b/bsp/ls1cdev/.config old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/Kconfig b/bsp/ls1cdev/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/README.md b/bsp/ls1cdev/README.md old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/SConscript b/bsp/ls1cdev/SConscript old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/SConstruct b/bsp/ls1cdev/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/applications/SConscript b/bsp/ls1cdev/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/applications/main.c b/bsp/ls1cdev/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/SConscript b/bsp/ls1cdev/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/board.c b/bsp/ls1cdev/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/board.h b/bsp/ls1cdev/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/display_controller.c b/bsp/ls1cdev/drivers/display_controller.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/display_controller.h b/bsp/ls1cdev/drivers/display_controller.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_can.c b/bsp/ls1cdev/drivers/drv_can.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_can.h b/bsp/ls1cdev/drivers/drv_can.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_gpio.c b/bsp/ls1cdev/drivers/drv_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_gpio.h b/bsp/ls1cdev/drivers/drv_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_i2c.c b/bsp/ls1cdev/drivers/drv_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_i2c.h b/bsp/ls1cdev/drivers/drv_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_pwm.c b/bsp/ls1cdev/drivers/drv_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_pwm.h b/bsp/ls1cdev/drivers/drv_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_rtc.c b/bsp/ls1cdev/drivers/drv_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_rtc.h b/bsp/ls1cdev/drivers/drv_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_spi.c b/bsp/ls1cdev/drivers/drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_spi.h b/bsp/ls1cdev/drivers/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_touch.c b/bsp/ls1cdev/drivers/drv_touch.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_touch.h b/bsp/ls1cdev/drivers/drv_touch.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_touch_gt9xx.c b/bsp/ls1cdev/drivers/drv_touch_gt9xx.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_uart.c b/bsp/ls1cdev/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_uart.h b/bsp/ls1cdev/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_wdt.c b/bsp/ls1cdev/drivers/drv_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/drv_wdt.h b/bsp/ls1cdev/drivers/drv_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/hw_i2c.c b/bsp/ls1cdev/drivers/hw_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/hw_i2c.h b/bsp/ls1cdev/drivers/hw_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/net/SConscript b/bsp/ls1cdev/drivers/net/SConscript old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/net/mii.c b/bsp/ls1cdev/drivers/net/mii.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/net/mii.h b/bsp/ls1cdev/drivers/net/mii.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/net/synopGMAC.c b/bsp/ls1cdev/drivers/net/synopGMAC.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/net/synopGMAC.h b/bsp/ls1cdev/drivers/net/synopGMAC.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/net/synopGMAC_Dev.c b/bsp/ls1cdev/drivers/net/synopGMAC_Dev.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/net/synopGMAC_Dev.h b/bsp/ls1cdev/drivers/net/synopGMAC_Dev.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/net/synopGMAC_Host.h b/bsp/ls1cdev/drivers/net/synopGMAC_Host.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/net/synopGMAC_debug.h b/bsp/ls1cdev/drivers/net/synopGMAC_debug.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/net/synopGMAC_network_interface.h b/bsp/ls1cdev/drivers/net/synopGMAC_network_interface.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/net/synopGMAC_plat.c b/bsp/ls1cdev/drivers/net/synopGMAC_plat.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/net/synopGMAC_plat.h b/bsp/ls1cdev/drivers/net/synopGMAC_plat.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/net/synopGMAC_types.h b/bsp/ls1cdev/drivers/net/synopGMAC_types.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/touch.c b/bsp/ls1cdev/drivers/touch.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/drivers/touch.h b/bsp/ls1cdev/drivers/touch.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/SConscript b/bsp/ls1cdev/libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_can.c b/bsp/ls1cdev/libraries/ls1c_can.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_can.h b/bsp/ls1cdev/libraries/ls1c_can.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_clock.c b/bsp/ls1cdev/libraries/ls1c_clock.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_clock.h b/bsp/ls1cdev/libraries/ls1c_clock.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_delay.c b/bsp/ls1cdev/libraries/ls1c_delay.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_delay.h b/bsp/ls1cdev/libraries/ls1c_delay.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_gpio.c b/bsp/ls1cdev/libraries/ls1c_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_gpio.h b/bsp/ls1cdev/libraries/ls1c_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_i2c.c b/bsp/ls1cdev/libraries/ls1c_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_i2c.h b/bsp/ls1cdev/libraries/ls1c_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_pin.c b/bsp/ls1cdev/libraries/ls1c_pin.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_pin.h b/bsp/ls1cdev/libraries/ls1c_pin.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_public.c b/bsp/ls1cdev/libraries/ls1c_public.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_public.h b/bsp/ls1cdev/libraries/ls1c_public.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_pwm.c b/bsp/ls1cdev/libraries/ls1c_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_pwm.h b/bsp/ls1cdev/libraries/ls1c_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_regs.h b/bsp/ls1cdev/libraries/ls1c_regs.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_rtc.c b/bsp/ls1cdev/libraries/ls1c_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_rtc.h b/bsp/ls1cdev/libraries/ls1c_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_spi.c b/bsp/ls1cdev/libraries/ls1c_spi.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_spi.h b/bsp/ls1cdev/libraries/ls1c_spi.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_timer.c b/bsp/ls1cdev/libraries/ls1c_timer.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_timer.h b/bsp/ls1cdev/libraries/ls1c_timer.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_uart.c b/bsp/ls1cdev/libraries/ls1c_uart.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_uart.h b/bsp/ls1cdev/libraries/ls1c_uart.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_wdog.c b/bsp/ls1cdev/libraries/ls1c_wdog.c old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/libraries/ls1c_wdog.h b/bsp/ls1cdev/libraries/ls1c_wdog.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/ls1c_ram.lds b/bsp/ls1cdev/ls1c_ram.lds old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/rtconfig.h b/bsp/ls1cdev/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/ls1cdev/rtconfig.py b/bsp/ls1cdev/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/SConscript b/bsp/m16c62p/SConscript old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/SConstruct b/bsp/m16c62p/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/applications/SConscript b/bsp/m16c62p/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/applications/application.c b/bsp/m16c62p/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/applications/startup.c b/bsp/m16c62p/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/drivers/SConscript b/bsp/m16c62p/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/drivers/board.c b/bsp/m16c62p/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/drivers/board.h b/bsp/m16c62p/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/drivers/bsp.c b/bsp/m16c62p/drivers/bsp.c old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/drivers/bsp.h b/bsp/m16c62p/drivers/bsp.h old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/drivers/interrupts_gcc.S b/bsp/m16c62p/drivers/interrupts_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/drivers/interrupts_iar.asm b/bsp/m16c62p/drivers/interrupts_iar.asm old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/drivers/iom16c62p.h b/bsp/m16c62p/drivers/iom16c62p.h old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/drivers/start_gcc.S b/bsp/m16c62p/drivers/start_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/drivers/start_iar.asm b/bsp/m16c62p/drivers/start_iar.asm old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/drivers/uart.c b/bsp/m16c62p/drivers/uart.c old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/drivers/uart.h b/bsp/m16c62p/drivers/uart.h old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/drivers/vectors_gcc.S b/bsp/m16c62p/drivers/vectors_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/drivers/vectors_iar.asm b/bsp/m16c62p/drivers/vectors_iar.asm old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/lnkm30627fhp.xcl b/bsp/m16c62p/lnkm30627fhp.xcl old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/m16c62p.ld b/bsp/m16c62p/m16c62p.ld old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/project.ewp b/bsp/m16c62p/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/project.eww b/bsp/m16c62p/project.eww old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/readme.txt b/bsp/m16c62p/readme.txt old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/rtconfig.h b/bsp/m16c62p/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/rtconfig.py b/bsp/m16c62p/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/m16c62p/template.ewp b/bsp/m16c62p/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/CMSIS/SConscript b/bsp/mb9bf500r/CMSIS/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/CMSIS/core_cm3.c b/bsp/mb9bf500r/CMSIS/core_cm3.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/CMSIS/core_cm3.h b/bsp/mb9bf500r/CMSIS/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/CMSIS/core_cmFunc.h b/bsp/mb9bf500r/CMSIS/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/CMSIS/core_cmInstr.h b/bsp/mb9bf500r/CMSIS/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/CMSIS/mb9bf506r.h b/bsp/mb9bf500r/CMSIS/mb9bf506r.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/CMSIS/start_gcc.S b/bsp/mb9bf500r/CMSIS/start_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/CMSIS/start_iar.S b/bsp/mb9bf500r/CMSIS/start_iar.S old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/CMSIS/start_rvds.S b/bsp/mb9bf500r/CMSIS/start_rvds.S old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/CMSIS/system_mb9bf50x.c b/bsp/mb9bf500r/CMSIS/system_mb9bf50x.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/CMSIS/system_mb9bf50x.h b/bsp/mb9bf500r/CMSIS/system_mb9bf50x.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/SConscript b/bsp/mb9bf500r/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/SConstruct b/bsp/mb9bf500r/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/adc.c b/bsp/mb9bf500r/adc.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/adc.h b/bsp/mb9bf500r/adc.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/application.c b/bsp/mb9bf500r/application.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/board.c b/bsp/mb9bf500r/board.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/board.h b/bsp/mb9bf500r/board.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/cpuusage.c b/bsp/mb9bf500r/cpuusage.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/cpuusage.h b/bsp/mb9bf500r/cpuusage.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/fm3_easy_kit.ewp b/bsp/mb9bf500r/fm3_easy_kit.ewp old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/fm3_easy_kit.eww b/bsp/mb9bf500r/fm3_easy_kit.eww old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/fm3_rom.ld b/bsp/mb9bf500r/fm3_rom.ld old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/fm3_rom.sct b/bsp/mb9bf500r/fm3_rom.sct old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/font.h b/bsp/mb9bf500r/font.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/info.c b/bsp/mb9bf500r/info.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/key.c b/bsp/mb9bf500r/key.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/key.h b/bsp/mb9bf500r/key.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/lcd.c b/bsp/mb9bf500r/lcd.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/lcd.h b/bsp/mb9bf500r/lcd.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/led.c b/bsp/mb9bf500r/led.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/led.h b/bsp/mb9bf500r/led.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/mb9bf500r.icf b/bsp/mb9bf500r/mb9bf500r.icf old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/project.uvopt b/bsp/mb9bf500r/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/project.uvproj b/bsp/mb9bf500r/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/rtconfig.h b/bsp/mb9bf500r/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/rtconfig.py b/bsp/mb9bf500r/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/mb9bf500r/startup.c b/bsp/mb9bf500r/startup.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/SConscript b/bsp/mb9bf506r/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/SConstruct b/bsp/mb9bf506r/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/applications/SConscript b/bsp/mb9bf506r/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/applications/application.c b/bsp/mb9bf506r/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/applications/startup.c b/bsp/mb9bf506r/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/drivers/SConscript b/bsp/mb9bf506r/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/drivers/board.c b/bsp/mb9bf506r/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/drivers/board.h b/bsp/mb9bf506r/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/drivers/fm3_uart.c b/bsp/mb9bf506r/drivers/fm3_uart.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/drivers/fm3_uart.h b/bsp/mb9bf506r/drivers/fm3_uart.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/drivers/led.c b/bsp/mb9bf506r/drivers/led.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/drivers/led.h b/bsp/mb9bf506r/drivers/led.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/drivers/nand.c b/bsp/mb9bf506r/drivers/nand.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/drivers/nand.h b/bsp/mb9bf506r/drivers/nand.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/libraries/CMSIS/Include/cmsis_iar.h b/bsp/mb9bf506r/libraries/CMSIS/Include/cmsis_iar.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/libraries/CMSIS/Include/core_cm3.h b/bsp/mb9bf506r/libraries/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/libraries/CMSIS/Include/core_cmFunc.h b/bsp/mb9bf506r/libraries/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/libraries/CMSIS/Include/core_cmInstr.h b/bsp/mb9bf506r/libraries/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/mb9bf506r.h b/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/mb9bf506r.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/mcu.h b/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/mcu.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/system_mb9bf50x.h b/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/system_mb9bf50x.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/ARM/startup_mb9bf50x.S b/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/ARM/startup_mb9bf50x.S old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/G++/startup_mb9bf50x.S b/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/G++/startup_mb9bf50x.S old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/IAR/startup_mb9bf50x.S b/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/IAR/startup_mb9bf50x.S old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/system_mb9bf50x.c b/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/system_mb9bf50x.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/libraries/SConscript b/bsp/mb9bf506r/libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/project.ewp b/bsp/mb9bf506r/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/project.eww b/bsp/mb9bf506r/project.eww old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/project.uvproj b/bsp/mb9bf506r/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/rtconfig.h b/bsp/mb9bf506r/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/rtconfig.py b/bsp/mb9bf506r/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/rtthread-mb9bf506.icf b/bsp/mb9bf506r/rtthread-mb9bf506.icf old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/rtthread-mb9bf506.ld b/bsp/mb9bf506r/rtthread-mb9bf506.ld old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/rtthread-mb9bf506.sct b/bsp/mb9bf506r/rtthread-mb9bf506.sct old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/template.ewp b/bsp/mb9bf506r/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/mb9bf506r/template.uvproj b/bsp/mb9bf506r/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/CMSIS/DeviceSupport/arm/startup_mb9bf56xr.s b/bsp/mb9bf568r/CMSIS/DeviceSupport/arm/startup_mb9bf56xr.s old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/CMSIS/DeviceSupport/base_types.h b/bsp/mb9bf568r/CMSIS/DeviceSupport/base_types.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/CMSIS/DeviceSupport/gcc/startup_mb9bf56xr.S b/bsp/mb9bf568r/CMSIS/DeviceSupport/gcc/startup_mb9bf56xr.S old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/CMSIS/DeviceSupport/mb9b560r.h b/bsp/mb9bf568r/CMSIS/DeviceSupport/mb9b560r.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/CMSIS/DeviceSupport/system_mb9abxxx.c b/bsp/mb9bf568r/CMSIS/DeviceSupport/system_mb9abxxx.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/CMSIS/DeviceSupport/system_mb9bf56xr.h b/bsp/mb9bf568r/CMSIS/DeviceSupport/system_mb9bf56xr.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/CMSIS/Include/arm_common_tables.h b/bsp/mb9bf568r/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/CMSIS/Include/arm_math.h b/bsp/mb9bf568r/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/CMSIS/Include/core_cm0.h b/bsp/mb9bf568r/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/CMSIS/Include/core_cm3.h b/bsp/mb9bf568r/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/CMSIS/Include/core_cm4.h b/bsp/mb9bf568r/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/CMSIS/Include/core_cm4_simd.h b/bsp/mb9bf568r/CMSIS/Include/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/CMSIS/Include/core_cmFunc.h b/bsp/mb9bf568r/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/CMSIS/Include/core_cmInstr.h b/bsp/mb9bf568r/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/CMSIS/SConscript b/bsp/mb9bf568r/CMSIS/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/SConscript b/bsp/mb9bf568r/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/SConstruct b/bsp/mb9bf568r/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/applications/SConscript b/bsp/mb9bf568r/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/applications/application.c b/bsp/mb9bf568r/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/applications/demo.c b/bsp/mb9bf568r/applications/demo.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/applications/startup.c b/bsp/mb9bf568r/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/drivers/SConscript b/bsp/mb9bf568r/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/drivers/board.c b/bsp/mb9bf568r/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/drivers/board.h b/bsp/mb9bf568r/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/drivers/led.c b/bsp/mb9bf568r/drivers/led.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/drivers/mcu.h b/bsp/mb9bf568r/drivers/mcu.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/drivers/serial.c b/bsp/mb9bf568r/drivers/serial.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/drivers/serial.h b/bsp/mb9bf568r/drivers/serial.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/project.uvopt b/bsp/mb9bf568r/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/project.uvproj b/bsp/mb9bf568r/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/rtconfig.h b/bsp/mb9bf568r/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/rtconfig.py b/bsp/mb9bf568r/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/rtthread-mb9bf568r.ld b/bsp/mb9bf568r/rtthread-mb9bf568r.ld old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/rtthread-mb9bf568r.sct b/bsp/mb9bf568r/rtthread-mb9bf568r.sct old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/template.uvopt b/bsp/mb9bf568r/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/mb9bf568r/template.uvproj b/bsp/mb9bf568r/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf b/bsp/mb9bf618s/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/mb9b610s.h b/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/mb9b610s.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/mb9b610t.h b/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/mb9b610t.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/arm/startup_mb9bf61x.S b/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/arm/startup_mb9bf61x.S old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/gcc/startup_mb9bf61x.c b/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/gcc/startup_mb9bf61x.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/iar/startup_mb9bf61x.S b/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/iar/startup_mb9bf61x.S old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/system_mb9bf61x.c b/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/system_mb9bf61x.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/system_mb9bf61x.h b/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/system_mb9bf61x.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/Include/arm_common_tables.h b/bsp/mb9bf618s/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/Include/arm_const_structs.h b/bsp/mb9bf618s/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/Include/arm_math.h b/bsp/mb9bf618s/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/Include/core_cm0.h b/bsp/mb9bf618s/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/Include/core_cm0plus.h b/bsp/mb9bf618s/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/Include/core_cm3.h b/bsp/mb9bf618s/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/Include/core_cm4.h b/bsp/mb9bf618s/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/Include/core_cm4_simd.h b/bsp/mb9bf618s/CMSIS/Include/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/Include/core_cmFunc.h b/bsp/mb9bf618s/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/Include/core_cmInstr.h b/bsp/mb9bf618s/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/Include/core_sc000.h b/bsp/mb9bf618s/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/Include/core_sc300.h b/bsp/mb9bf618s/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/README.txt b/bsp/mb9bf618s/CMSIS/README.txt old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/CMSIS/SConscript b/bsp/mb9bf618s/CMSIS/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/SConscript b/bsp/mb9bf618s/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/SConstruct b/bsp/mb9bf618s/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/applications/SConscript b/bsp/mb9bf618s/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/applications/application.c b/bsp/mb9bf618s/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/applications/startup.c b/bsp/mb9bf618s/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/drivers/SConscript b/bsp/mb9bf618s/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/drivers/board.c b/bsp/mb9bf618s/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/drivers/board.h b/bsp/mb9bf618s/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/drivers/led.c b/bsp/mb9bf618s/drivers/led.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/drivers/serial.c b/bsp/mb9bf618s/drivers/serial.c old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/drivers/serial.h b/bsp/mb9bf618s/drivers/serial.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/project.ewp b/bsp/mb9bf618s/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/project.eww b/bsp/mb9bf618s/project.eww old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/project.uvproj b/bsp/mb9bf618s/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/rtconfig.h b/bsp/mb9bf618s/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/rtconfig.py b/bsp/mb9bf618s/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/rtthread-fm3.icf b/bsp/mb9bf618s/rtthread-fm3.icf old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/rtthread-fm3.ld b/bsp/mb9bf618s/rtthread-fm3.ld old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/rtthread-fm3.sct b/bsp/mb9bf618s/rtthread-fm3.sct old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/template.ewp b/bsp/mb9bf618s/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/mb9bf618s/template.uvproj b/bsp/mb9bf618s/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/mini2440/Ext_RAM.ini b/bsp/mini2440/Ext_RAM.ini old mode 100644 new mode 100755 diff --git a/bsp/mini2440/Readme b/bsp/mini2440/Readme old mode 100644 new mode 100755 diff --git a/bsp/mini2440/SConscript b/bsp/mini2440/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mini2440/SConstruct b/bsp/mini2440/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/mini2440/applications/SConscript b/bsp/mini2440/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mini2440/applications/application.c b/bsp/mini2440/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/mini2440/applications/startup.c b/bsp/mini2440/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/mini2440/debug.Opt b/bsp/mini2440/debug.Opt old mode 100644 new mode 100755 diff --git a/bsp/mini2440/debug.Uv2 b/bsp/mini2440/debug.Uv2 old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/SConscript b/bsp/mini2440/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/board.c b/bsp/mini2440/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/board.h b/bsp/mini2440/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/console.c b/bsp/mini2440/drivers/console.c old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/dm9000.c b/bsp/mini2440/drivers/dm9000.c old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/dm9000.h b/bsp/mini2440/drivers/dm9000.h old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/key.c b/bsp/mini2440/drivers/key.c old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/lcd.h b/bsp/mini2440/drivers/lcd.h old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/lcd_a70.c b/bsp/mini2440/drivers/lcd_a70.c old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/lcd_n35.c b/bsp/mini2440/drivers/lcd_n35.c old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/lcd_t35.c b/bsp/mini2440/drivers/lcd_t35.c old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/lcd_x35.c b/bsp/mini2440/drivers/lcd_x35.c old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/led.c b/bsp/mini2440/drivers/led.c old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/led.h b/bsp/mini2440/drivers/led.h old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/sdcard.c b/bsp/mini2440/drivers/sdcard.c old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/sdcard.h b/bsp/mini2440/drivers/sdcard.h old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/touch.c b/bsp/mini2440/drivers/touch.c old mode 100644 new mode 100755 diff --git a/bsp/mini2440/drivers/touch.h b/bsp/mini2440/drivers/touch.h old mode 100644 new mode 100755 diff --git a/bsp/mini2440/mini2440_ram.ld b/bsp/mini2440/mini2440_ram.ld old mode 100644 new mode 100755 diff --git a/bsp/mini2440/project.Uv2 b/bsp/mini2440/project.Uv2 old mode 100644 new mode 100755 diff --git a/bsp/mini2440/project.uvproj b/bsp/mini2440/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/mini2440/rtconfig.h b/bsp/mini2440/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/mini2440/rtconfig.py b/bsp/mini2440/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/mini2440/rtthread-mini2440.sct b/bsp/mini2440/rtthread-mini2440.sct old mode 100644 new mode 100755 diff --git a/bsp/mini2440/template.Uv2 b/bsp/mini2440/template.Uv2 old mode 100644 new mode 100755 diff --git a/bsp/mini2440/template.uvproj b/bsp/mini2440/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/mini4020/Ext_SDRAM.ini b/bsp/mini4020/Ext_SDRAM.ini old mode 100644 new mode 100755 diff --git a/bsp/mini4020/SConscript b/bsp/mini4020/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mini4020/SConstruct b/bsp/mini4020/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/mini4020/applications/SConscript b/bsp/mini4020/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mini4020/applications/application.c b/bsp/mini4020/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/mini4020/applications/startup.c b/bsp/mini4020/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/mini4020/drivers/SConscript b/bsp/mini4020/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mini4020/drivers/board.c b/bsp/mini4020/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/mini4020/drivers/board.h b/bsp/mini4020/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/mini4020/drivers/dm9161.c b/bsp/mini4020/drivers/dm9161.c old mode 100644 new mode 100755 diff --git a/bsp/mini4020/drivers/dm9161.h b/bsp/mini4020/drivers/dm9161.h old mode 100644 new mode 100755 diff --git a/bsp/mini4020/drivers/lcd.c b/bsp/mini4020/drivers/lcd.c old mode 100644 new mode 100755 diff --git a/bsp/mini4020/drivers/lcdc.c b/bsp/mini4020/drivers/lcdc.c old mode 100644 new mode 100755 diff --git a/bsp/mini4020/drivers/lcdc.h b/bsp/mini4020/drivers/lcdc.h old mode 100644 new mode 100755 diff --git a/bsp/mini4020/drivers/mii.h b/bsp/mini4020/drivers/mii.h old mode 100644 new mode 100755 diff --git a/bsp/mini4020/drivers/sdcard.c b/bsp/mini4020/drivers/sdcard.c old mode 100644 new mode 100755 diff --git a/bsp/mini4020/drivers/sdcard.h b/bsp/mini4020/drivers/sdcard.h old mode 100644 new mode 100755 diff --git a/bsp/mini4020/project.Uv2 b/bsp/mini4020/project.Uv2 old mode 100644 new mode 100755 diff --git a/bsp/mini4020/rtconfig.h b/bsp/mini4020/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/mini4020/rtconfig.py b/bsp/mini4020/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/mini4020/rtthread-mini4020.sct b/bsp/mini4020/rtthread-mini4020.sct old mode 100644 new mode 100755 diff --git a/bsp/mini4020/template.Uv2 b/bsp/mini4020/template.Uv2 old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/.config b/bsp/mm32l07x/.config old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Kconfig b/bsp/mm32l07x/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/CORE/arm_common_tables.h b/bsp/mm32l07x/Libraries/CMSIS/CORE/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/CORE/arm_const_structs.h b/bsp/mm32l07x/Libraries/CMSIS/CORE/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/CORE/arm_math.h b/bsp/mm32l07x/Libraries/CMSIS/CORE/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm0.h b/bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm0plus.h b/bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm3.h b/bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm4.h b/bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm4_simd.h b/bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/CORE/core_cmFunc.h b/bsp/mm32l07x/Libraries/CMSIS/CORE/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/CORE/core_cmInstr.h b/bsp/mm32l07x/Libraries/CMSIS/CORE/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/CORE/core_sc000.h b/bsp/mm32l07x/Libraries/CMSIS/CORE/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/CORE/core_sc300.h b/bsp/mm32l07x/Libraries/CMSIS/CORE/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/arm_common_tables.h b/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/arm_const_structs.h b/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/arm_math.h b/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cm0.h b/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cm0plus.h b/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cm3.h b/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cm4.h b/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cm7.h b/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cmFunc.h b/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cmInstr.h b/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cmSimd.h b/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_sc000.h b/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_sc300.h b/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/MM32L0xx_lib_version.txt b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/MM32L0xx_lib_version.txt old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_adc.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_adc.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_bkp.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_bkp.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_can.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_can.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_comp.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_comp.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_conf.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_conf.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_dma.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_dma.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_exti.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_exti.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_flash.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_flash.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_gpio.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_i2c.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_iwdg.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_misc.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_misc.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_pwr.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_rcc.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_spi.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_spi.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_syscfg.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_syscfg.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_tim.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_tim.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_uart.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_uart.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_wwdg.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/dtype.h b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/dtype.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_adc.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_adc.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_bkp.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_bkp.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_can.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_can.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_comp.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_comp.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_dma.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_dma.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_exti.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_exti.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_flash.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_flash.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_gpio.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_i2c.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_iwdg.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_iwdg.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_misc.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_misc.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_pwr.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_rcc.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_spi.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_spi.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_syscfg.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_syscfg.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_tim.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_tim.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_uart.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_uart.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_wwdg.c b/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_wwdg.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/Include/HAL_device.h b/bsp/mm32l07x/Libraries/MM32L0xx/Include/HAL_device.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/Include/MM32L0xx.h b/bsp/mm32l07x/Libraries/MM32L0xx/Include/MM32L0xx.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/Source/GCC_StartAsm/startup_MM32L0xx.s b/bsp/mm32l07x/Libraries/MM32L0xx/Source/GCC_StartAsm/startup_MM32L0xx.s old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/Source/IAR_StartAsm/startup_MM32L0xx.s b/bsp/mm32l07x/Libraries/MM32L0xx/Source/IAR_StartAsm/startup_MM32L0xx.s old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/Source/KEIL_StartAsm/startup_MM32L0xx.s b/bsp/mm32l07x/Libraries/MM32L0xx/Source/KEIL_StartAsm/startup_MM32L0xx.s old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/Source/system_MM32L0xx.c b/bsp/mm32l07x/Libraries/MM32L0xx/Source/system_MM32L0xx.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/Source/system_MM32L0xx.h b/bsp/mm32l07x/Libraries/MM32L0xx/Source/system_MM32L0xx.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/MM32L0xx/change list.txt b/bsp/mm32l07x/Libraries/MM32L0xx/change list.txt old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/Libraries/SConscript b/bsp/mm32l07x/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/README.md b/bsp/mm32l07x/README.md old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/SConscript b/bsp/mm32l07x/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/SConstruct b/bsp/mm32l07x/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/applications/SConscript b/bsp/mm32l07x/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/applications/main.c b/bsp/mm32l07x/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/drivers/Kconfig b/bsp/mm32l07x/drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/drivers/SConscript b/bsp/mm32l07x/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/drivers/board.c b/bsp/mm32l07x/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/drivers/board.h b/bsp/mm32l07x/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/drivers/drv_uart.c b/bsp/mm32l07x/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/drivers/drv_uart.h b/bsp/mm32l07x/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/drivers/linker_scripts/link.icf b/bsp/mm32l07x/drivers/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/drivers/linker_scripts/link.lds b/bsp/mm32l07x/drivers/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/drivers/linker_scripts/link.sct b/bsp/mm32l07x/drivers/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/figures/MM32 MiniBoard Rev.D2_1.jpg b/bsp/mm32l07x/figures/MM32 MiniBoard Rev.D2_1.jpg old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/figures/MM32 MiniBoard Rev.D2_2.jpg b/bsp/mm32l07x/figures/MM32 MiniBoard Rev.D2_2.jpg old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/project.ewd b/bsp/mm32l07x/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/project.ewp b/bsp/mm32l07x/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/project.eww b/bsp/mm32l07x/project.eww old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/project.uvoptx b/bsp/mm32l07x/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/project.uvprojx b/bsp/mm32l07x/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/rtconfig.h b/bsp/mm32l07x/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/rtconfig.py b/bsp/mm32l07x/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/template.ewp b/bsp/mm32l07x/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/template.eww b/bsp/mm32l07x/template.eww old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/template.uvopt b/bsp/mm32l07x/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/template.uvoptx b/bsp/mm32l07x/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/mm32l07x/template.uvprojx b/bsp/mm32l07x/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/.config b/bsp/mm32l3xx/.config old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Kconfig b/bsp/mm32l3xx/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/arm_common_tables.h b/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/arm_const_structs.h b/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/arm_math.h b/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cm0.h b/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cm0plus.h b/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cm3.h b/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cm4.h b/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cm7.h b/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cmFunc.h b/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cmInstr.h b/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cmSimd.h b/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_sc000.h b/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_sc300.h b/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/arm_common_tables.h b/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/arm_const_structs.h b/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/arm_math.h b/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cm0.h b/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cm0plus.h b/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cm3.h b/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cm4.h b/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cm4_simd.h b/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cmFunc.h b/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cmInstr.h b/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_sc000.h b/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_sc300.h b/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/MM32L3xx_lib_version.txt b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/MM32L3xx_lib_version.txt old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_adc.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_adc.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_bkp.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_bkp.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_can.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_can.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_conf.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_conf.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_crc.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_crc.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_dac.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_dac.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_dma.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_dma.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_exti.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_exti.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_flash.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_flash.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_gpio.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_i2c.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_iwdg.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_misc.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_misc.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_pwr.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_rcc.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_rtc.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_spi.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_spi.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_tim.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_tim.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_uart.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_uart.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_wwdg.h b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_adc.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_adc.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_bkp.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_bkp.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_can.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_can.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_crc.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_crc.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_dac.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_dac.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_dma.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_dma.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_exti.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_exti.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_flash.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_flash.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_gpio.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_i2c.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_iwdg.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_iwdg.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_misc.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_misc.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_pwr.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_rcc.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_rtc.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_spi.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_spi.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_tim.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_tim.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_uart.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_uart.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_wwdg.c b/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_wwdg.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/Include/HAL_device.h b/bsp/mm32l3xx/Libraries/MM32L3xx/Include/HAL_device.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/Include/MM32L3xx.h b/bsp/mm32l3xx/Libraries/MM32L3xx/Include/MM32L3xx.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/Include/startup_MM32L3xx.h b/bsp/mm32l3xx/Libraries/MM32L3xx/Include/startup_MM32L3xx.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/Source/IAR_StartAsm/startup_MM32L3xx.s b/bsp/mm32l3xx/Libraries/MM32L3xx/Source/IAR_StartAsm/startup_MM32L3xx.s old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/Source/KEIL_StartAsm/startup_MM32L3xx.s b/bsp/mm32l3xx/Libraries/MM32L3xx/Source/KEIL_StartAsm/startup_MM32L3xx.s old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/Source/system_MM32L3xx.c b/bsp/mm32l3xx/Libraries/MM32L3xx/Source/system_MM32L3xx.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/MM32L3xx/change list.txt b/bsp/mm32l3xx/Libraries/MM32L3xx/change list.txt old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/Libraries/SConscript b/bsp/mm32l3xx/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/README.md b/bsp/mm32l3xx/README.md old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/SConscript b/bsp/mm32l3xx/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/SConstruct b/bsp/mm32l3xx/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/applications/SConscript b/bsp/mm32l3xx/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/applications/main.c b/bsp/mm32l3xx/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/drivers/Kconfig b/bsp/mm32l3xx/drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/drivers/SConscript b/bsp/mm32l3xx/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/drivers/board.c b/bsp/mm32l3xx/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/drivers/board.h b/bsp/mm32l3xx/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/drivers/drv_gpio.c b/bsp/mm32l3xx/drivers/drv_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/drivers/drv_gpio.h b/bsp/mm32l3xx/drivers/drv_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/drivers/drv_uart.c b/bsp/mm32l3xx/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/drivers/drv_uart.h b/bsp/mm32l3xx/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/drivers/linker_scripts/link.icf b/bsp/mm32l3xx/drivers/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/drivers/linker_scripts/link.lds b/bsp/mm32l3xx/drivers/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/drivers/linker_scripts/link.sct b/bsp/mm32l3xx/drivers/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/figures/MM32 MiniBoard Rev.D2_1.jpg b/bsp/mm32l3xx/figures/MM32 MiniBoard Rev.D2_1.jpg old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/figures/MM32 MiniBoard Rev.D2_2.jpg b/bsp/mm32l3xx/figures/MM32 MiniBoard Rev.D2_2.jpg old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/project.ewd b/bsp/mm32l3xx/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/project.ewp b/bsp/mm32l3xx/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/project.eww b/bsp/mm32l3xx/project.eww old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/project.uvoptx b/bsp/mm32l3xx/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/project.uvprojx b/bsp/mm32l3xx/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/rtconfig.h b/bsp/mm32l3xx/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/rtconfig.py b/bsp/mm32l3xx/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/template.ewp b/bsp/mm32l3xx/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/template.eww b/bsp/mm32l3xx/template.eww old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/template.uvopt b/bsp/mm32l3xx/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/template.uvoptx b/bsp/mm32l3xx/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/mm32l3xx/template.uvprojx b/bsp/mm32l3xx/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/nios_ii/application.c b/bsp/nios_ii/application.c old mode 100644 new mode 100755 diff --git a/bsp/nios_ii/board.c b/bsp/nios_ii/board.c old mode 100644 new mode 100755 diff --git a/bsp/nios_ii/board.h b/bsp/nios_ii/board.h old mode 100644 new mode 100755 diff --git a/bsp/nios_ii/get_update_finsh.bat b/bsp/nios_ii/get_update_finsh.bat old mode 100644 new mode 100755 diff --git a/bsp/nios_ii/get_update_finsh.sh b/bsp/nios_ii/get_update_finsh.sh old mode 100644 new mode 100755 diff --git a/bsp/nios_ii/get_update_rt-thread.bat b/bsp/nios_ii/get_update_rt-thread.bat old mode 100644 new mode 100755 diff --git a/bsp/nios_ii/get_update_rt-thread.sh b/bsp/nios_ii/get_update_rt-thread.sh old mode 100644 new mode 100755 diff --git a/bsp/nios_ii/readme_cn.txt b/bsp/nios_ii/readme_cn.txt old mode 100644 new mode 100755 diff --git a/bsp/nios_ii/readme_en.txt b/bsp/nios_ii/readme_en.txt old mode 100644 new mode 100755 diff --git a/bsp/nios_ii/rtconfig.h b/bsp/nios_ii/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/nios_ii/startup.c b/bsp/nios_ii/startup.c old mode 100644 new mode 100755 diff --git a/bsp/nios_ii/uart.c b/bsp/nios_ii/uart.c old mode 100644 new mode 100755 diff --git a/bsp/nios_ii/uart.h b/bsp/nios_ii/uart.h old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/Libraries/CMSIS/Include/core_cm0.h b/bsp/nrf51822/Libraries/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/Libraries/CMSIS/Include/core_cmFunc.h b/bsp/nrf51822/Libraries/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/Libraries/CMSIS/Include/core_cmInstr.h b/bsp/nrf51822/Libraries/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/Libraries/SConscript b/bsp/nrf51822/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/Libraries/nrf51822/Include/nrf51.h b/bsp/nrf51822/Libraries/nrf51822/Include/nrf51.h old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/Libraries/nrf51822/Include/nrf51_bitfields.h b/bsp/nrf51822/Libraries/nrf51822/Include/nrf51_bitfields.h old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/Libraries/nrf51822/Include/nrf_gpio.h b/bsp/nrf51822/Libraries/nrf51822/Include/nrf_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/Libraries/nrf51822/Include/system_nrf51.h b/bsp/nrf51822/Libraries/nrf51822/Include/system_nrf51.h old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/Libraries/nrf51822/Source/templates/arm/arm_startup_nrf51.s b/bsp/nrf51822/Libraries/nrf51822/Source/templates/arm/arm_startup_nrf51.s old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/Libraries/nrf51822/Source/templates/system_nrf51.c b/bsp/nrf51822/Libraries/nrf51822/Source/templates/system_nrf51.c old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/SConscript b/bsp/nrf51822/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/SConstruct b/bsp/nrf51822/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/applications/SConscript b/bsp/nrf51822/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/applications/application.c b/bsp/nrf51822/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/applications/startup.c b/bsp/nrf51822/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/drivers/SConscript b/bsp/nrf51822/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/drivers/board.c b/bsp/nrf51822/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/drivers/board.h b/bsp/nrf51822/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/drivers/uart.c b/bsp/nrf51822/drivers/uart.c old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/drivers/uart.h b/bsp/nrf51822/drivers/uart.h old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/project.uvopt b/bsp/nrf51822/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/project.uvproj b/bsp/nrf51822/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/rtconfig.h b/bsp/nrf51822/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/rtconfig.py b/bsp/nrf51822/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/template.uvopt b/bsp/nrf51822/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/nrf51822/template.uvproj b/bsp/nrf51822/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/.config b/bsp/nrf52832/.config old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/Kconfig b/bsp/nrf52832/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/SConscript b/bsp/nrf52832/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/SConstruct b/bsp/nrf52832/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/applications/SConscript b/bsp/nrf52832/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/applications/application.c b/bsp/nrf52832/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/applications/ble_nus_app.c b/bsp/nrf52832/applications/ble_nus_app.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/applications/sdk_config.h b/bsp/nrf52832/applications/sdk_config.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/applications/startup.c b/bsp/nrf52832/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/board/Sconscript b/bsp/nrf52832/board/Sconscript old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/board/board.c b/bsp/nrf52832/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/board/board.h b/bsp/nrf52832/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/board/uart.c b/bsp/nrf52832/board/uart.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/board/uart.h b/bsp/nrf52832/board/uart.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/Sconscript b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/Sconscript old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/SConscript b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_channel_config/ant_channel_config.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_channel_config/ant_channel_config.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_channel_config/ant_channel_config.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_channel_config/ant_channel_config.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_encryption/ant_encrypt_config.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_encryption/ant_encrypt_config.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_encryption/ant_encrypt_config.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_encryption/ant_encrypt_config.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_encryption/ant_encrypt_negotiation_slave.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_encryption/ant_encrypt_negotiation_slave.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_encryption/ant_encrypt_negotiation_slave.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_encryption/ant_encrypt_negotiation_slave.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_fs/antfs.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_fs/antfs.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_fs/antfs.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_fs/antfs.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_fs/crc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_fs/crc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_fs/crc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_fs/crc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_fs/defines.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_fs/defines.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_key_manager/ant_key_manager.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_key_manager/ant_key_manager.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_key_manager/ant_key_manager.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_key_manager/ant_key_manager.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_key_manager/config/ant_key_manager_config.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_key_manager/config/ant_key_manager_config.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/ant_bpwr.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/ant_bpwr.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/ant_bpwr.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/ant_bpwr.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/ant_bpwr_local.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/ant_bpwr_local.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_common_data.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_common_data.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_common_data.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_common_data.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_1.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_1.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_1.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_1.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_16.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_16.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_16.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_16.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_17.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_17.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_17.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_17.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_18.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_18.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_18.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_18.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_torque.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_torque.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_torque.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_torque.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_pages.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_pages.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/simulator/ant_bpwr_simulator.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/simulator/ant_bpwr_simulator.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/simulator/ant_bpwr_simulator.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/simulator/ant_bpwr_simulator.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/simulator/ant_bpwr_simulator_local.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/simulator/ant_bpwr_simulator_local.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/utils/ant_bpwr_utils.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/utils/ant_bpwr_utils.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/ant_bsc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/ant_bsc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/ant_bsc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/ant_bsc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/ant_bsc_local.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/ant_bsc_local.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_combined_page_0.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_combined_page_0.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_combined_page_0.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_combined_page_0.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_0.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_0.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_0.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_0.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_1.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_1.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_1.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_1.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_2.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_2.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_2.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_2.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_3.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_3.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_3.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_3.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_4.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_4.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_4.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_4.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_5.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_5.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_5.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_5.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_pages.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_pages.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/simulator/ant_bsc_simulator.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/simulator/ant_bsc_simulator.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/simulator/ant_bsc_simulator.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/simulator/ant_bsc_simulator.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/simulator/ant_bsc_simulator_local.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/simulator/ant_bsc_simulator_local.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/utils/ant_bsc_utils.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/utils/ant_bsc_utils.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/ant_request_controller/ant_request_controller.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/ant_request_controller/ant_request_controller.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/ant_request_controller/ant_request_controller.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/ant_request_controller/ant_request_controller.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_70.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_70.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_70.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_70.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_80.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_80.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_80.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_80.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_81.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_81.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_81.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_81.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/ant_hrm.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/ant_hrm.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/ant_hrm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/ant_hrm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/ant_hrm_local.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/ant_hrm_local.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_0.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_0.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_0.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_0.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_1.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_1.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_1.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_1.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_2.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_2.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_2.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_2.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_3.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_3.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_3.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_3.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_4.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_4.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_4.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_4.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_pages.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_pages.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/simulator/ant_hrm_simulator.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/simulator/ant_hrm_simulator.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/simulator/ant_hrm_simulator.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/simulator/ant_hrm_simulator.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/simulator/ant_hrm_simulator_local.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/simulator/ant_hrm_simulator_local.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/utils/ant_hrm_utils.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/utils/ant_hrm_utils.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/ant_sdm.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/ant_sdm.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/ant_sdm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/ant_sdm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/ant_sdm_local.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/ant_sdm_local.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_common_data.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_common_data.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_common_data.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_common_data.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_1.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_1.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_1.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_1.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_16.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_16.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_16.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_16.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_2.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_2.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_2.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_2.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_22.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_22.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_22.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_22.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_3.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_3.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_3.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_3.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_pages.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_pages.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/simulator/ant_sdm_simulator.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/simulator/ant_sdm_simulator.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/simulator/ant_sdm_simulator.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/simulator/ant_sdm_simulator.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/simulator/ant_sdm_simulator_local.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/simulator/ant_sdm_simulator_local.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/utils/ant_sdm_utils.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/utils/ant_sdm_utils.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_search_config/ant_search_config.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_search_config/ant_search_config.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_search_config/ant_search_config.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_search_config/ant_search_config.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_stack_config/ant_stack_config.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_stack_config/ant_stack_config.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_stack_config/ant_stack_config.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_stack_config/ant_stack_config.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_stack_config/config/ant_stack_config_defs.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_stack_config/config/ant_stack_config_defs.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_state_indicator/ant_state_indicator.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_state_indicator/ant_state_indicator.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_state_indicator/ant_state_indicator.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_state_indicator/ant_state_indicator.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_advertising/ble_advertising.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_advertising/ble_advertising.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_advertising/ble_advertising.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_advertising/ble_advertising.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_db_discovery/ble_db_discovery.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_db_discovery/ble_db_discovery.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_db_discovery/ble_db_discovery.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_db_discovery/ble_db_discovery.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_dtm/ble_dtm.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_dtm/ble_dtm.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_dtm/ble_dtm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_dtm/ble_dtm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_dtm/ble_dtm_hw.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_dtm/ble_dtm_hw.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_dtm/ble_dtm_hw_nrf51.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_dtm/ble_dtm_hw_nrf51.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_dtm/ble_dtm_hw_nrf52.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_dtm/ble_dtm_hw_nrf52.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_racp/ble_racp.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_racp/ble_racp.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_racp/ble_racp.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_racp/ble_racp.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_radio_notification/ble_radio_notification.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_radio_notification/ble_radio_notification.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_radio_notification/ble_radio_notification.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_radio_notification/ble_radio_notification.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_app_attr_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_app_attr_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_app_attr_get.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_app_attr_get.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_attr_parser.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_attr_parser.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_attr_parser.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_attr_parser.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_tx_buffer.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_tx_buffer.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_tx_buffer.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_tx_buffer.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/nrf_ble_ancs_c.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/nrf_ble_ancs_c.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/nrf_ble_ancs_c.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/nrf_ble_ancs_c.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ans_c/ble_ans_c.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ans_c/ble_ans_c.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ans_c/ble_ans_c.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ans_c/ble_ans_c.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bas/ble_bas.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bas/ble_bas.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bas/ble_bas.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bas/ble_bas.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bas_c/ble_bas_c.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bas_c/ble_bas_c.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bas_c/ble_bas_c.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bas_c/ble_bas_c.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bps/ble_bps.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bps/ble_bps.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bps/ble_bps.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bps/ble_bps.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cscs/ble_cscs.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cscs/ble_cscs.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cscs/ble_cscs.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cscs/ble_cscs.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cscs/ble_sc_ctrlpt.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cscs/ble_sc_ctrlpt.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cscs/ble_sc_ctrlpt.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cscs/ble_sc_ctrlpt.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cts_c/ble_cts_c.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cts_c/ble_cts_c.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cts_c/ble_cts_c.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cts_c/ble_cts_c.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_dfu/ble_dfu.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_dfu/ble_dfu.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_dfu/ble_dfu.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_dfu/ble_dfu.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_dis/ble_dis.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_dis/ble_dis.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_dis/ble_dis.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_dis/ble_dis.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_escs/escs_defs.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_escs/escs_defs.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_escs/nrf_ble_escs.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_escs/nrf_ble_escs.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_escs/nrf_ble_escs.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_escs/nrf_ble_escs.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_gls/ble_gls.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_gls/ble_gls.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_gls/ble_gls.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_gls/ble_gls.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_gls/ble_gls_db.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_gls/ble_gls_db.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_gls/ble_gls_db.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_gls/ble_gls_db.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hids/ble_hids.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hids/ble_hids.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hids/ble_hids.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hids/ble_hids.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hrs/ble_hrs.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hrs/ble_hrs.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hrs/ble_hrs.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hrs/ble_hrs.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hrs_c/ble_hrs_c.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hrs_c/ble_hrs_c.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hrs_c/ble_hrs_c.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hrs_c/ble_hrs_c.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hts/ble_hts.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hts/ble_hts.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hts/ble_hts.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hts/ble_hts.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ias/ble_ias.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ias/ble_ias.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ias/ble_ias.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ias/ble_ias.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ias_c/ble_ias_c.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ias_c/ble_ias_c.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ias_c/ble_ias_c.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ias_c/ble_ias_c.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lbs/ble_lbs.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lbs/ble_lbs.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lbs/ble_lbs.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lbs/ble_lbs.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lbs_c/ble_lbs_c.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lbs_c/ble_lbs_c.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lbs_c/ble_lbs_c.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lbs_c/ble_lbs_c.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lls/ble_lls.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lls/ble_lls.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lls/ble_lls.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lls/ble_lls.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_nus/ble_nus.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_nus/ble_nus.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_nus/ble_nus.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_nus/ble_nus.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_nus_c/ble_nus_c.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_nus_c/ble_nus_c.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_nus_c/ble_nus_c.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_nus_c/ble_nus_c.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_rscs/ble_rscs.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_rscs/ble_rscs.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_rscs/ble_rscs.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_rscs/ble_rscs.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_rscs_c/ble_rscs_c.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_rscs_c/ble_rscs_c.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_rscs_c/ble_rscs_c.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_rscs_c/ble_rscs_c.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_tps/ble_tps.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_tps/ble_tps.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_tps/ble_tps.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_tps/ble_tps.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_ln_common.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_ln_common.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_ln_cp.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_ln_cp.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_ln_cp.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_ln_cp.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_ln_db.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_ln_db.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_ln_db.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_ln_db.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_lns.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_lns.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_lns.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_lns.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_bms/nrf_ble_bms.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_bms/nrf_ble_bms.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_bms/nrf_ble_bms.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_bms/nrf_ble_bms.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_db.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_db.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_db.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_db.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_meas.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_meas.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_meas.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_meas.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_racp.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_racp.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_racp.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_racp.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_socp.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_socp.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_socp.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_socp.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_sst.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_sst.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_sst.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_sst.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/nrf_ble_cgms.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/nrf_ble_cgms.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/nrf_ble_cgms.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/nrf_ble_cgms.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_advdata.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_advdata.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_advdata.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_advdata.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_conn_params.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_conn_params.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_conn_params.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_conn_params.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_conn_state.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_conn_state.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_conn_state.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_conn_state.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_date_time.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_date_time.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_gatt_db.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_gatt_db.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_sensor_location.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_sensor_location.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_srv_common.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_srv_common.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_srv_common.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_srv_common.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/nrf_ble_gatt/nrf_ble_gatt.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/nrf_ble_gatt/nrf_ble_gatt.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/nrf_ble_gatt/nrf_ble_gatt.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/nrf_ble_gatt/nrf_ble_gatt.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/nrf_ble_qwr/nrf_ble_qwr.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/nrf_ble_qwr/nrf_ble_qwr.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/nrf_ble_qwr/nrf_ble_qwr.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/nrf_ble_qwr/nrf_ble_qwr.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/gatt_cache_manager.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/gatt_cache_manager.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/gatt_cache_manager.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/gatt_cache_manager.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/gatts_cache_manager.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/gatts_cache_manager.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/gatts_cache_manager.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/gatts_cache_manager.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/id_manager.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/id_manager.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/id_manager.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/id_manager.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_data_storage.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_data_storage.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_data_storage.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_data_storage.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_database.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_database.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_database.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_database.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_id.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_id.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_id.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_id.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_manager.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_manager.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_manager.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_manager.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_manager_internal.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_manager_internal.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_manager_types.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_manager_types.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/pm_buffer.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/pm_buffer.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/pm_buffer.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/pm_buffer.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/pm_mutex.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/pm_mutex.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/pm_mutex.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/pm_mutex.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/security_dispatcher.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/security_dispatcher.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/security_dispatcher.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/security_dispatcher.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/security_manager.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/security_manager.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/security_manager.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/security_manager.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/arduino_primo.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/arduino_primo.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/boards.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/boards.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/boards.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/boards.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/d52_starterkit.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/d52_starterkit.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/n5_starterkit.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/n5_starterkit.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/nrf6310.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/nrf6310.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10000.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10000.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10001.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10001.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10003.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10003.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10028.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10028.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10031.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10031.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10036.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10036.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10040.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10040.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10056.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10056.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca20006.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca20006.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/wt51822.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/wt51822.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/compiler_abstraction.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/compiler_abstraction.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51422_peripherals.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51422_peripherals.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51802_peripherals.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51802_peripherals.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51822_peripherals.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51822_peripherals.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51_bitfields.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51_bitfields.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51_deprecated.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51_deprecated.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51_to_nrf52.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51_to_nrf52.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51_to_nrf52840.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51_to_nrf52840.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52832_peripherals.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52832_peripherals.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52840.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52840.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52840_bitfields.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52840_bitfields.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52840_peripherals.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52840_peripherals.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52_bitfields.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52_bitfields.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52_name_change.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52_name_change.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52_to_nrf52840.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52_to_nrf52840.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/adns2080/adns2080.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/adns2080/adns2080.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/adns2080/adns2080.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/adns2080/adns2080.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/cherry8x16/cherry8x16.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/cherry8x16/cherry8x16.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/cherry8x16/cherry8x16.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/cherry8x16/cherry8x16.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/ds1624/ds1624.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/ds1624/ds1624.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/ds1624/ds1624.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/ds1624/ds1624.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/ili9341/ili9341.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/ili9341/ili9341.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/max9850/max9850.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/max9850/max9850.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/max9850/max9850.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/max9850/max9850.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/mcp4725/mcp4725.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/mcp4725/mcp4725.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/mcp4725/mcp4725.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/mcp4725/mcp4725.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/mpu6050/mpu6050.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/mpu6050/mpu6050.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/mpu6050/mpu6050.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/mpu6050/mpu6050.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/nrf6350/nrf6350.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/nrf6350/nrf6350.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/nrf6350/nrf6350.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/nrf6350/nrf6350.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/st7735/st7735.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/st7735/st7735.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/synaptics_touchpad/synaptics_touchpad.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/synaptics_touchpad/synaptics_touchpad.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/synaptics_touchpad/synaptics_touchpad.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/synaptics_touchpad/synaptics_touchpad.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/uda1380/uda1380.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/uda1380/uda1380.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/uda1380/uda1380.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/uda1380/uda1380.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/ble_flash/ble_flash.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/ble_flash/ble_flash.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/ble_flash/ble_flash.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/ble_flash/ble_flash.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/clock/nrf_drv_clock.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/clock/nrf_drv_clock.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/clock/nrf_drv_clock.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/clock/nrf_drv_clock.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/common/nrf_drv_common.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/common/nrf_drv_common.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/common/nrf_drv_common.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/common/nrf_drv_common.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/comp/nrf_drv_comp.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/comp/nrf_drv_comp.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/comp/nrf_drv_comp.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/comp/nrf_drv_comp.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/delay/nrf_delay.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/delay/nrf_delay.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/gpiote/nrf_drv_gpiote.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/gpiote/nrf_drv_gpiote.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/gpiote/nrf_drv_gpiote.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/gpiote/nrf_drv_gpiote.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_clock.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_clock.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_comp.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_comp.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_ecb.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_ecb.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_ecb.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_ecb.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_egu.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_egu.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_gpio.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_gpiote.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_gpiote.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_i2s.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_lpcomp.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_lpcomp.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_nvmc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_nvmc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_nvmc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_nvmc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_pdm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_pdm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_peripherals.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_peripherals.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_power.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_power.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_ppi.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_ppi.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_pwm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_qdec.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_qdec.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_qspi.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_qspi.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_rng.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_rng.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_rtc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_saadc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_saadc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_saadc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_saadc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_spi.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_spi.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_spim.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_spim.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_spis.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_spis.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_systick.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_systick.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_temp.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_temp.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_timer.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_timer.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_twi.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_twi.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_twim.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_twim.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_twis.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_twis.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_uart.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_uart.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_uarte.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_uarte.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_usbd.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_usbd.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_wdt.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/i2s/nrf_drv_i2s.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/i2s/nrf_drv_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/i2s/nrf_drv_i2s.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/i2s/nrf_drv_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/lpcomp/nrf_drv_lpcomp.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/lpcomp/nrf_drv_lpcomp.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/lpcomp/nrf_drv_lpcomp.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/lpcomp/nrf_drv_lpcomp.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/nrf_soc_nosd/nrf_error.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/nrf_soc_nosd/nrf_error.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/nrf_soc_nosd/nrf_nvic.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/nrf_soc_nosd/nrf_nvic.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/nrf_soc_nosd/nrf_nvic.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/nrf_soc_nosd/nrf_nvic.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/nrf_soc_nosd/nrf_soc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/nrf_soc_nosd/nrf_soc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/nrf_soc_nosd/nrf_soc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/nrf_soc_nosd/nrf_soc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/pdm/nrf_drv_pdm.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/pdm/nrf_drv_pdm.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/pdm/nrf_drv_pdm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/pdm/nrf_drv_pdm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/power/nrf_drv_power.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/power/nrf_drv_power.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/power/nrf_drv_power.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/power/nrf_drv_power.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/ppi/nrf_drv_ppi.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/ppi/nrf_drv_ppi.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/ppi/nrf_drv_ppi.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/ppi/nrf_drv_ppi.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/pwm/nrf_drv_pwm.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/pwm/nrf_drv_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/pwm/nrf_drv_pwm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/pwm/nrf_drv_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/qdec/nrf_drv_qdec.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/qdec/nrf_drv_qdec.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/qdec/nrf_drv_qdec.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/qdec/nrf_drv_qdec.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/qspi/nrf_drv_qspi.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/qspi/nrf_drv_qspi.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/qspi/nrf_drv_qspi.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/qspi/nrf_drv_qspi.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/radio_config/radio_config.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/radio_config/radio_config.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/radio_config/radio_config.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/radio_config/radio_config.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/rng/nrf_drv_rng.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/rng/nrf_drv_rng.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/rng/nrf_drv_rng.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/rng/nrf_drv_rng.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/rtc/nrf_drv_rtc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/rtc/nrf_drv_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/rtc/nrf_drv_rtc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/rtc/nrf_drv_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/saadc/nrf_drv_saadc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/saadc/nrf_drv_saadc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/saadc/nrf_drv_saadc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/saadc/nrf_drv_saadc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/sdio/config/sdio_config.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/sdio/config/sdio_config.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/sdio/sdio.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/sdio/sdio.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/sdio/sdio.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/sdio/sdio.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_master/nrf_drv_spi.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_master/nrf_drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_master/nrf_drv_spi.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_master/nrf_drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_master/spi_5W_master.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_master/spi_5W_master.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_master/spi_5W_master.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_master/spi_5W_master.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_slave/nrf_drv_spis.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_slave/nrf_drv_spis.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_slave/nrf_drv_spis.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_slave/nrf_drv_spis.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/swi/nrf_drv_swi.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/swi/nrf_drv_swi.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/swi/nrf_drv_swi.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/swi/nrf_drv_swi.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/systick/nrf_drv_systick.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/systick/nrf_drv_systick.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/systick/nrf_drv_systick.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/systick/nrf_drv_systick.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/timer/nrf_drv_timer.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/timer/nrf_drv_timer.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/timer/nrf_drv_timer.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/timer/nrf_drv_timer.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/deprecated/config/twi_master_config.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/deprecated/config/twi_master_config.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/deprecated/twi_hw_master.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/deprecated/twi_hw_master.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/deprecated/twi_master.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/deprecated/twi_master.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/deprecated/twi_sw_master.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/deprecated/twi_sw_master.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/nrf_drv_twi.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/nrf_drv_twi.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/nrf_drv_twi.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/nrf_drv_twi.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twis_slave/nrf_drv_twis.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twis_slave/nrf_drv_twis.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twis_slave/nrf_drv_twis.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twis_slave/nrf_drv_twis.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twis_slave/nrf_drv_twis_inst.def b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twis_slave/nrf_drv_twis_inst.def old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/uart/nrf_drv_uart.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/uart/nrf_drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/uart/nrf_drv_uart.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/uart/nrf_drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/usbd/nrf_drv_usbd.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/usbd/nrf_drv_usbd.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/usbd/nrf_drv_usbd.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/usbd/nrf_drv_usbd.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/wdt/nrf_drv_wdt.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/wdt/nrf_drv_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/wdt/nrf_drv_wdt.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/wdt/nrf_drv_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/802_15_4_config.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/802_15_4_config.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_atomic.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_atomic.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_clock.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_clock.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_debug_interface.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_debug_interface.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_delay.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_delay.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_led.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_led.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_mutex.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_mutex.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_rng.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_rng.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_sleep.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_sleep.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_task_scheduler.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_task_scheduler.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_timer.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_timer.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_timer_critical.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_timer_critical.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_trace_interface.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_trace_interface.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_uart.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_uart.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_uart_task_scheduler.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_uart_task_scheduler.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/nrf52_soc/hal_nrf52_exceptions.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/nrf52_soc/hal_nrf52_exceptions.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/nrf52_soc/hal_nrf52_rtc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/nrf52_soc/hal_nrf52_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/nrf52_soc/hal_nrf52_timer.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/nrf52_soc/hal_nrf52_timer.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_auto_request.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_auto_request.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_common.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_common.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mcps_data.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mcps_data.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mcps_purge.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mcps_purge.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_associate.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_associate.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_beacon_notify.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_beacon_notify.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_comm_status.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_comm_status.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_disassociate.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_disassociate.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_gts.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_gts.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_orphan.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_orphan.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_pib.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_pib.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_poll.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_poll.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_reset.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_reset.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_rx_enable.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_rx_enable.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_scan.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_scan.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_start.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_start.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_sync.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_sync.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_panid_conflict.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_panid_conflict.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_security.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_security.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_task_scheduler.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_task_scheduler.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_time.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_time.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_common.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_common.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_pd_data.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_pd_data.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_plme_cca.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_plme_cca.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_plme_ed.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_plme_ed.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_plme_pib.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_plme_pib.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_plme_trx.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_plme_trx.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_api_spec.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_api_spec.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_critical_queue.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_critical_queue.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_fsm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_fsm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_fsm_private.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_fsm_private.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_irq_handlers.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_irq_handlers.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_rf_init.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_rf_init.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/ral_api.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/ral_api.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SecAL/sec_aes_ccm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SecAL/sec_aes_ccm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SecAL/sec_aes_entity.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SecAL/sec_aes_entity.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_crc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_crc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_debug.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_debug.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_events.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_events.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_fsm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_fsm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_init.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_init.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_list.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_list.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_memory_manager.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_memory_manager.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_queue.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_queue.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_ringbuffer.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_ringbuffer.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_sleep.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_sleep.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_task_scheduler.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_task_scheduler.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_time.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_time.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_utils.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_utils.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/license.txt b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/license.txt old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/src/rng_entity.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/src/rng_entity.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/src/sec_aes_entity.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/src/sec_aes_entity.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic/nrf_atomic.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic/nrf_atomic.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic/nrf_atomic_internal.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic/nrf_atomic_internal.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic/nrf_atomic_sanity_check.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic/nrf_atomic_sanity_check.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic_fifo/app_atfifo.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic_fifo/app_atfifo.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic_fifo/app_atfifo.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic_fifo/app_atfifo.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic_fifo/app_atfifo_internal.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic_fifo/app_atfifo_internal.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/balloc/nrf_balloc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/balloc/nrf_balloc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/balloc/nrf_balloc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/balloc/nrf_balloc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/empty/nrf_block_dev_empty.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/empty/nrf_block_dev_empty.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/empty/nrf_block_dev_empty.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/empty/nrf_block_dev_empty.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/nrf_block_dev.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/nrf_block_dev.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/qspi/nrf_block_dev_qspi.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/qspi/nrf_block_dev_qspi.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/qspi/nrf_block_dev_qspi.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/qspi/nrf_block_dev_qspi.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/qspi/nrf_serial_flash_params.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/qspi/nrf_serial_flash_params.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/qspi/nrf_serial_flash_params.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/qspi/nrf_serial_flash_params.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/ram/nrf_block_dev_ram.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/ram/nrf_block_dev_ram.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/ram/nrf_block_dev_ram.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/ram/nrf_block_dev_ram.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/sdc/nrf_block_dev_sdc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/sdc/nrf_block_dev_sdc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/sdc/nrf_block_dev_sdc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/sdc/nrf_block_dev_sdc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/ble_dfu/nrf_ble_dfu.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/ble_dfu/nrf_ble_dfu.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/ble_dfu/nrf_ble_dfu.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/ble_dfu/nrf_ble_dfu.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_flash.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_flash.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_flash.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_flash.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_handling_error.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_handling_error.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_handling_error.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_handling_error.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_mbr.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_mbr.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_mbr.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_mbr.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_req_handler.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_req_handler.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_settings.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_settings.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_settings.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_settings.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_transport.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_transport.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_transport.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_transport.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_types.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_types.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_utils.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_utils.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_utils.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_utils.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_app_start.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_app_start.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_app_start.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_app_start.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_app_start_asm.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_app_start_asm.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_app_start_nosd.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_app_start_nosd.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_info.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_info.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_info.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_info.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/serial_dfu/nrf_serial_dfu.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/serial_dfu/nrf_serial_dfu.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/serial_dfu/nrf_serial_dfu.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/serial_dfu/nrf_serial_dfu.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_btn_ant.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_btn_ant.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_btn_ant.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_btn_ant.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_btn_ble.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_btn_ble.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_btn_ble.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_btn_ble.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_config.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_config.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_nfc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_nfc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_nfc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_nfc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/button/app_button.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/button/app_button.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/button/app_button.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/button/app_button.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/cdc_acm/nrf_cli_cdc_acm.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/cdc_acm/nrf_cli_cdc_acm.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/cdc_acm/nrf_cli_cdc_acm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/cdc_acm/nrf_cli_cdc_acm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/nrf_cli.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/nrf_cli.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/nrf_cli.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/nrf_cli.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/nrf_cli_vt100.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/nrf_cli_vt100.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/rtt/nrf_cli_rtt.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/rtt/nrf_cli_rtt.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/rtt/nrf_cli_rtt.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/rtt/nrf_cli_rtt.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/uart/nrf_cli_uart.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/uart/nrf_cli_uart.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/uart/nrf_cli_uart.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/uart/nrf_cli_uart.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crc16/crc16.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crc16/crc16.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crc16/crc16.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crc16/crc16.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crc32/crc32.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crc32/crc32.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crc32/crc32.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crc32/crc32.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_ecdh.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_ecdh.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_ecdsa.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_ecdsa.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_ecdsa.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_ecdsa.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_hash.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_hash.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_hash.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_hash.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_init.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_init.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_init.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_init.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_keys.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_keys.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_keys.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_keys.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_rng.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_rng.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_shared.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_shared.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_shared.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_shared.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_ecdh.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_ecdh.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_ecdh.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_ecdh.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_ecdsa.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_ecdsa.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_ecdsa.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_ecdsa.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_init.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_init.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_init.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_init.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_keys.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_keys.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_keys.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_keys.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_shared.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_shared.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_shared.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_shared.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/nrf_crypto_sw/nrf_crypto_sw_hash.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/nrf_crypto_sw/nrf_crypto_sw_hash.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/nrf_crypto_sw/nrf_crypto_sw_hash.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/nrf_crypto_sw/nrf_crypto_sw_hash.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/nrf_crypto_sw/nrf_crypto_sw_rng.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/nrf_crypto_sw/nrf_crypto_sw_rng.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/nrf_crypto_sw/nrf_crypto_sw_rng.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/nrf_crypto_sw/nrf_crypto_sw_rng.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_ecdh.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_ecdh.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_ecdh.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_ecdh.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_ecdsa.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_ecdsa.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_ecdsa.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_ecdsa.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_hash.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_hash.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_hash.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_hash.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_init.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_init.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_init.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_init.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_keys.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_keys.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_keys.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_keys.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_mem.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_mem.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_mem.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_mem.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_rng.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_rng.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_rng.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_rng.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_svc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_svc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_types.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_types.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/csense/nrf_csense.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/csense/nrf_csense.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/csense/nrf_csense.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/csense/nrf_csense.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/csense/nrf_csense_macros.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/csense/nrf_csense_macros.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/csense_drv/nrf_drv_csense.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/csense_drv/nrf_drv_csense.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/csense_drv/nrf_drv_csense.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/csense_drv/nrf_drv_csense.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/ecc/ecc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/ecc/ecc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/ecc/ecc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/ecc/ecc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_frame.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_frame.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_frame.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_frame.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_timing.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_timing.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_timing.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_timing.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_timing_resolver.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_timing_resolver.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_timing_resolver.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_timing_resolver.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_battery_voltage.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_battery_voltage.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_battery_voltage_adc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_battery_voltage_adc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_battery_voltage_saadc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_battery_voltage_saadc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_flash.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_flash.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_flash.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_flash.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts_read.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts_read.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts_read.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts_read.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts_write.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts_write.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts_write.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts_write.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_security.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_security.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_security.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_security.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_slot.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_slot.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_slot.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_slot.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_slot_reg.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_slot_reg.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_slot_reg.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_slot_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_stopwatch.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_stopwatch.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_stopwatch.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_stopwatch.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_tlm.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_tlm.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_tlm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_tlm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_util.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_util.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/nrf_ble_es.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/nrf_ble_es.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/nrf_ble_es.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/nrf_ble_es.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/experimental_section_vars/nrf_section.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/experimental_section_vars/nrf_section.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/experimental_section_vars/nrf_section_iter.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/experimental_section_vars/nrf_section_iter.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/experimental_section_vars/nrf_section_iter.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/experimental_section_vars/nrf_section_iter.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fds/fds.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fds/fds.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fds/fds.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fds/fds.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fds/fds_internal_defs.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fds/fds_internal_defs.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fifo/app_fifo.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fifo/app_fifo.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fifo/app_fifo.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fifo/app_fifo.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fstorage/fstorage.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fstorage/fstorage.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fstorage/fstorage.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fstorage/fstorage.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fstorage/fstorage_internal_defs.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fstorage/fstorage_internal_defs.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fstorage/fstorage_nosd.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fstorage/fstorage_nosd.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/gfx/nrf_gfx.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/gfx/nrf_gfx.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/gfx/nrf_gfx.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/gfx/nrf_gfx.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/gfx/nrf_lcd.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/gfx/nrf_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/gpiote/app_gpiote.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/gpiote/app_gpiote.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/gpiote/app_gpiote.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/gpiote/app_gpiote.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/hardfault.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/hardfault.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/hardfault_implementation.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/hardfault_implementation.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf51/handler/hardfault_handler_gcc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf51/handler/hardfault_handler_gcc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf51/handler/hardfault_handler_iar.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf51/handler/hardfault_handler_iar.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf51/handler/hardfault_handler_keil.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf51/handler/hardfault_handler_keil.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf52/handler/hardfault_handler_gcc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf52/handler/hardfault_handler_gcc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf52/handler/hardfault_handler_iar.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf52/handler/hardfault_handler_iar.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf52/handler/hardfault_handler_keil.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf52/handler/hardfault_handler_keil.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_mem_pool.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_mem_pool.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_mem_pool.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_mem_pool.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_slip.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_slip.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_slip.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_slip.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_transport.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_transport.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_transport.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_transport.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/led_softblink/led_softblink.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/led_softblink/led_softblink.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/led_softblink/led_softblink.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/led_softblink/led_softblink.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/nrf_log.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/nrf_log.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/nrf_log_backend.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/nrf_log_backend.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/nrf_log_ctrl.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/nrf_log_ctrl.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/src/nrf_log_backend_serial.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/src/nrf_log_backend_serial.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/src/nrf_log_ctrl_internal.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/src/nrf_log_ctrl_internal.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/src/nrf_log_frontend.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/src/nrf_log_frontend.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/src/nrf_log_internal.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/src/nrf_log_internal.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/low_power_pwm/low_power_pwm.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/low_power_pwm/low_power_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/low_power_pwm/low_power_pwm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/low_power_pwm/low_power_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/mem_manager/mem_manager.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/mem_manager/mem_manager.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/mem_manager/mem_manager.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/mem_manager/mem_manager.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/mutex/nrf_mtx.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/mutex/nrf_mtx.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/pwm/app_pwm.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/pwm/app_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/pwm/app_pwm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/pwm/app_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/pwr_mgmt/nrf_pwr_mgmt.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/pwr_mgmt/nrf_pwr_mgmt.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/pwr_mgmt/nrf_pwr_mgmt.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/pwr_mgmt/nrf_pwr_mgmt.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/queue/nrf_queue.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/queue/nrf_queue.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/queue/nrf_queue.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/queue/nrf_queue.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/scheduler/app_scheduler.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/scheduler/app_scheduler.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/scheduler/app_scheduler.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/scheduler/app_scheduler.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/scheduler/app_scheduler_serconn.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/scheduler/app_scheduler_serconn.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sdcard/app_sdcard.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sdcard/app_sdcard.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sdcard/app_sdcard.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sdcard/app_sdcard.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sensorsim/sensorsim.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sensorsim/sensorsim.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sensorsim/sensorsim.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sensorsim/sensorsim.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/serial/nrf_serial.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/serial/nrf_serial.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/serial/nrf_serial.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/serial/nrf_serial.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sha256/sha256.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sha256/sha256.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sha256/sha256.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sha256/sha256.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/simple_timer/app_simple_timer.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/simple_timer/app_simple_timer.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/simple_timer/app_simple_timer.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/simple_timer/app_simple_timer.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/slip/slip.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/slip/slip.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/slip/slip.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/slip/slip.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/spi_mngr/nrf_spi_mngr.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/spi_mngr/nrf_spi_mngr.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/spi_mngr/nrf_spi_mngr.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/spi_mngr/nrf_spi_mngr.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/strerror/nrf_strerror.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/strerror/nrf_strerror.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/strerror/nrf_strerror.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/strerror/nrf_strerror.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/svc/nrf_svc_function.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/svc/nrf_svc_function.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/svc/nrf_svc_handler.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/svc/nrf_svc_handler.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/svc/nrf_svci.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/svc/nrf_svci.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/timer/app_timer.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/timer/app_timer.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/timer/app_timer.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/timer/app_timer.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/timer/app_timer_freertos.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/timer/app_timer_freertos.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/timer/app_timer_rtthread.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/timer/app_timer_rtthread.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/timer/app_timer_rtx.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/timer/app_timer_rtx.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/twi/app_twi.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/twi/app_twi.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/twi/app_twi.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/twi/app_twi.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/uart/app_uart.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/uart/app_uart.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/uart/app_uart.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/uart/app_uart.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/uart/app_uart_fifo.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/uart/app_uart_fifo.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/uart/retarget.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/uart/retarget.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_class_base.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_class_base.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_core.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_core.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_core.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_core.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_descriptor.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_descriptor.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_langid.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_langid.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_request.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_request.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_string_desc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_string_desc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_string_desc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_string_desc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_types.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_types.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/audio/app_usbd_audio.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/audio/app_usbd_audio.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/audio/app_usbd_audio.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/audio/app_usbd_audio.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/audio/app_usbd_audio_desc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/audio/app_usbd_audio_desc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/audio/app_usbd_audio_internal.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/audio/app_usbd_audio_internal.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/audio/app_usbd_audio_types.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/audio/app_usbd_audio_types.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/cdc/acm/app_usbd_cdc_acm.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/cdc/acm/app_usbd_cdc_acm.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/cdc/acm/app_usbd_cdc_acm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/cdc/acm/app_usbd_cdc_acm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/cdc/acm/app_usbd_cdc_acm_internal.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/cdc/acm/app_usbd_cdc_acm_internal.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/cdc/app_usbd_cdc_desc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/cdc/app_usbd_cdc_desc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/cdc/app_usbd_cdc_types.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/cdc/app_usbd_cdc_types.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/app_usbd_hid.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/app_usbd_hid.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/app_usbd_hid.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/app_usbd_hid.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/app_usbd_hid_types.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/app_usbd_hid_types.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/generic/app_usbd_hid_generic.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/generic/app_usbd_hid_generic.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/generic/app_usbd_hid_generic.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/generic/app_usbd_hid_generic.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/generic/app_usbd_hid_generic_desc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/generic/app_usbd_hid_generic_desc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/generic/app_usbd_hid_generic_internal.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/generic/app_usbd_hid_generic_internal.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/kbd/app_usbd_hid_kbd.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/kbd/app_usbd_hid_kbd.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/kbd/app_usbd_hid_kbd.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/kbd/app_usbd_hid_kbd.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/kbd/app_usbd_hid_kbd_desc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/kbd/app_usbd_hid_kbd_desc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/kbd/app_usbd_hid_kbd_internal.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/kbd/app_usbd_hid_kbd_internal.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/mouse/app_usbd_hid_mouse.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/mouse/app_usbd_hid_mouse.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/mouse/app_usbd_hid_mouse.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/mouse/app_usbd_hid_mouse.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/mouse/app_usbd_hid_mouse_desc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/mouse/app_usbd_hid_mouse_desc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/mouse/app_usbd_hid_mouse_internal.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/mouse/app_usbd_hid_mouse_internal.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc_desc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc_desc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc_internal.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc_internal.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc_scsi.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc_scsi.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc_types.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc_types.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/config/app_usbd_string_config.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/config/app_usbd_string_config.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_error.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_error.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_error.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_error.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_error_weak.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_error_weak.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_error_weak.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_error_weak.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_util.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_util.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_util_bds.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_util_bds.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_util_platform.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_util_platform.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_util_platform.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_util_platform.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/nordic_common.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/nordic_common.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/nrf_assert.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/nrf_assert.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/nrf_assert.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/nrf_assert.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/nrf_bitmask.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/nrf_bitmask.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_common.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_common.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_errors.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_errors.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_macros.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_macros.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_mapped_flags.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_mapped_flags.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_mapped_flags.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_mapped_flags.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_os.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_os.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_resources.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_resources.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/ac_rec_parser/nfc_ac_rec_parser.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/ac_rec_parser/nfc_ac_rec_parser.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/ac_rec_parser/nfc_ac_rec_parser.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/ac_rec_parser/nfc_ac_rec_parser.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/ble_oob_advdata_parser/nfc_ble_oob_advdata_parser.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/ble_oob_advdata_parser/nfc_ble_oob_advdata_parser.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/ble_oob_advdata_parser/nfc_ble_oob_advdata_parser.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/ble_oob_advdata_parser/nfc_ble_oob_advdata_parser.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/le_oob_rec_parser/nfc_le_oob_rec_parser.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/le_oob_rec_parser/nfc_le_oob_rec_parser.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/le_oob_rec_parser/nfc_le_oob_rec_parser.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/le_oob_rec_parser/nfc_le_oob_rec_parser.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ac_rec/nfc_ac_rec.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ac_rec/nfc_ac_rec.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ac_rec/nfc_ac_rec.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ac_rec/nfc_ac_rec.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_oob_advdata/nfc_ble_oob_advdata.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_oob_advdata/nfc_ble_oob_advdata.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_oob_advdata/nfc_ble_oob_advdata.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_oob_advdata/nfc_ble_oob_advdata.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_pair_lib/nfc_ble_pair_lib.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_pair_lib/nfc_ble_pair_lib.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_pair_lib/nfc_ble_pair_lib.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_pair_lib/nfc_ble_pair_lib.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_pair_msg/nfc_ble_pair_msg.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_pair_msg/nfc_ble_pair_msg.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_pair_msg/nfc_ble_pair_msg.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_pair_msg/nfc_ble_pair_msg.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/common/nfc_ble_pair_common.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/common/nfc_ble_pair_common.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/common/nfc_ble_pair_common.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/common/nfc_ble_pair_common.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ep_oob_rec/nfc_ep_oob_rec.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ep_oob_rec/nfc_ep_oob_rec.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ep_oob_rec/nfc_ep_oob_rec.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ep_oob_rec/nfc_ep_oob_rec.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/hs_rec/nfc_hs_rec.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/hs_rec/nfc_hs_rec.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/hs_rec/nfc_hs_rec.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/hs_rec/nfc_hs_rec.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/le_oob_rec/nfc_le_oob_rec.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/le_oob_rec/nfc_le_oob_rec.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/le_oob_rec/nfc_le_oob_rec.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/le_oob_rec/nfc_le_oob_rec.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/generic/message/nfc_ndef_msg.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/generic/message/nfc_ndef_msg.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/generic/message/nfc_ndef_msg.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/generic/message/nfc_ndef_msg.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/generic/record/nfc_ndef_record.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/generic/record/nfc_ndef_record.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/generic/record/nfc_ndef_record.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/generic/record/nfc_ndef_record.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/launchapp/nfc_launchapp_msg.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/launchapp/nfc_launchapp_msg.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/launchapp/nfc_launchapp_msg.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/launchapp/nfc_launchapp_msg.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/launchapp/nfc_launchapp_rec.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/launchapp/nfc_launchapp_rec.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/launchapp/nfc_launchapp_rec.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/launchapp/nfc_launchapp_rec.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/message/nfc_ndef_msg_parser.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/message/nfc_ndef_msg_parser.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/message/nfc_ndef_msg_parser.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/message/nfc_ndef_msg_parser.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/message/nfc_ndef_msg_parser_local.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/message/nfc_ndef_msg_parser_local.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/message/nfc_ndef_msg_parser_local.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/message/nfc_ndef_msg_parser_local.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/record/nfc_ndef_record_parser.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/record/nfc_ndef_record_parser.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/record/nfc_ndef_record_parser.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/record/nfc_ndef_record_parser.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/text/nfc_text_rec.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/text/nfc_text_rec.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/text/nfc_text_rec.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/text/nfc_text_rec.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/uri/nfc_uri_msg.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/uri/nfc_uri_msg.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/uri/nfc_uri_msg.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/uri/nfc_uri_msg.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/uri/nfc_uri_rec.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/uri/nfc_uri_rec.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/uri/nfc_uri_rec.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/uri/nfc_uri_rec.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_lib/hal_t2t/hal_nfc_t2t.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_lib/hal_t2t/hal_nfc_t2t.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_lib/hal_t2t/hal_nfc_t2t.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_lib/hal_t2t/hal_nfc_t2t.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_lib/license.txt b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_lib/license.txt old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_lib/nfc_fixes.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_lib/nfc_fixes.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_lib/nfc_t2t_lib.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_lib/nfc_t2t_lib.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_parser/nfc_t2t_parser.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_parser/nfc_t2t_parser.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_parser/nfc_t2t_parser.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_parser/nfc_t2t_parser.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_parser/nfc_tlv_block.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_parser/nfc_tlv_block.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_lib/hal_t4t/hal_nfc_t4t.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_lib/hal_t4t/hal_nfc_t4t.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_lib/hal_t4t/hal_nfc_t4t.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_lib/hal_t4t/hal_nfc_t4t.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_lib/license.txt b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_lib/license.txt old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_lib/nfc_fixes.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_lib/nfc_fixes.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_lib/nfc_t4t_lib.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_lib/nfc_t4t_lib.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/apdu/nfc_t4t_apdu.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/apdu/nfc_t4t_apdu.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/apdu/nfc_t4t_apdu.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/apdu/nfc_t4t_apdu.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/cc_file/nfc_t4t_cc_file.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/cc_file/nfc_t4t_cc_file.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/cc_file/nfc_t4t_cc_file.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/cc_file/nfc_t4t_cc_file.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/hl_detection_procedure/nfc_t4t_hl_detection_procedures.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/hl_detection_procedure/nfc_t4t_hl_detection_procedures.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/hl_detection_procedure/nfc_t4t_hl_detection_procedures.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/hl_detection_procedure/nfc_t4t_hl_detection_procedures.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/tlv/nfc_t4t_tlv_block.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/tlv/nfc_t4t_tlv_block.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/tlv/nfc_t4t_tlv_block.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/tlv/nfc_t4t_tlv_block.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/esb/nrf_esb.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/esb/nrf_esb.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/esb/nrf_esb.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/esb/nrf_esb.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/esb/nrf_esb_error_codes.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/esb/nrf_esb_error_codes.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/esb/nrf_esb_resources.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/esb/nrf_esb_resources.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/arm/license.txt b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/arm/license.txt old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/config/nrf_gzp_config.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/config/nrf_gzp_config.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/gcc/license.txt b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/gcc/license.txt old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/iar/license.txt b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/iar/license.txt old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzll.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzll.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzll_constants.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzll_constants.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzll_error.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzll_error.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzll_resources.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzll_resources.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzp.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzp.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzp.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzp.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzp_device.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzp_device.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzp_host.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzp_host.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzp_host_nrf5x.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzp_host_nrf5x.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/sdk_validation.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/sdk_validation.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/middleware/app_mw_ant.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/middleware/app_mw_ant.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_acknowledge_message_tx.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_acknowledge_message_tx.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_active_search_sharing_cycles_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_active_search_sharing_cycles_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_active_search_sharing_cycles_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_active_search_sharing_cycles_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_adv_burst_config_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_adv_burst_config_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_broadcast_message_tx.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_broadcast_message_tx.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_capabilities_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_capabilities_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_assign.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_assign.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_close.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_close.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_id_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_id_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_id_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_id_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_low_priority_rx_search_timeout_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_low_priority_rx_search_timeout_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_open_with_offset.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_open_with_offset.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_period_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_period_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_period_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_period_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_radio_freq_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_radio_freq_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_radio_freq_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_radio_freq_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_radio_tx_power_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_radio_tx_power_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_rx_search_timeout_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_rx_search_timeout_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_status_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_status_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_unassign.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_unassign.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_coex_config_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_coex_config_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_coex_config_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_coex_config_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_crypto_channel_enable.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_crypto_channel_enable.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_crypto_info_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_crypto_info_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_crypto_info_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_crypto_info_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_crypto_key_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_crypto_key_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_cw_test_mode.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_cw_test_mode.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_cw_test_mode_init.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_cw_test_mode_init.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_enable.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_enable.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_event.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_event.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_event.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_event.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_id_list_add.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_id_list_add.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_id_list_config.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_id_list_config.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_lib_config_clear.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_lib_config_clear.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_lib_config_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_lib_config_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_lib_config_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_lib_config_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_network_address_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_network_address_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_prox_search_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_prox_search_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_rx_scan_mode_start.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_rx_scan_mode_start.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_search_channel_priority_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_search_channel_priority_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_search_waveform_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_search_waveform_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_stack_reset.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_stack_reset.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_version_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_version_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_ble.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_ble.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_ble_gap.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_ble_gap.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_ble_gattc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_ble_gattc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_ble_gatts.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_ble_gatts.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_ble_l2cap.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_ble_l2cap.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_nrf_soc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_nrf_soc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/app_ble_gap_sec_keys.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/app_ble_gap_sec_keys.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/app_ble_gap_sec_keys.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/app_ble_gap_sec_keys.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/app_ble_user_mem.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/app_ble_user_mem.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/app_ble_user_mem.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/app_ble_user_mem.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_app.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_app.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_event.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_event.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_evt_app.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_evt_app.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_evt_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_evt_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gap_app.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gap_app.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gap_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gap_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gap_evt_app.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gap_evt_app.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gap_evt_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gap_evt_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gattc_app.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gattc_app.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gattc_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gattc_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gattc_evt_app.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gattc_evt_app.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gattc_evt_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gattc_evt_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gatts_app.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gatts_app.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gatts_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gatts_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gatts_evt_app.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gatts_evt_app.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gatts_evt_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gatts_evt_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_l2cap_app.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_l2cap_app.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_l2cap_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_l2cap_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_l2cap_evt_app.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_l2cap_evt_app.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_l2cap_evt_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_l2cap_evt_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/nrf_soc_app.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/nrf_soc_app.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/nrf_soc_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/nrf_soc_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/common/ble_dtm_app.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/common/ble_dtm_app.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/common/ble_dtm_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/common/ble_dtm_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/common/ble_dtm_init.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/common/ble_dtm_init.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/common/conn_systemreset.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/common/conn_systemreset.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/common/conn_systemreset.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/common/conn_systemreset.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/hal/ser_app_hal.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/hal/ser_app_hal.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/hal/ser_app_hal_nrf5x.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/hal/ser_app_hal_nrf5x.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/hal/ser_app_power_system_off.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/hal/ser_app_power_system_off.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/hal/ser_app_power_system_off.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/hal/ser_app_power_system_off.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/transport/ser_sd_transport.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/transport/ser_sd_transport.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/transport/ser_sd_transport.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/transport/ser_sd_transport.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/transport/ser_softdevice_handler.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/transport/ser_softdevice_handler.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/transport/ser_softdevice_handler.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/transport/ser_softdevice_handler.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/ble_serialization.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/ble_serialization.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/ble_serialization.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/ble_serialization.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/cond_field_serialization.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/cond_field_serialization.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/cond_field_serialization.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/cond_field_serialization.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/ser_config.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/ser_config.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/ser_dbg_sd_str.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/ser_dbg_sd_str.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/ser_dbg_sd_str.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/ser_dbg_sd_str.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ant/ant_struct_serialization.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ant/ant_struct_serialization.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ant/ant_struct_serialization.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ant/ant_struct_serialization.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gap_struct_serialization.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gap_struct_serialization.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gap_struct_serialization.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gap_struct_serialization.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gatt_struct_serialization.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gatt_struct_serialization.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gatt_struct_serialization.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gatt_struct_serialization.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gattc_struct_serialization.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gattc_struct_serialization.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gattc_struct_serialization.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gattc_struct_serialization.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gatts_struct_serialization.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gatts_struct_serialization.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gatts_struct_serialization.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gatts_struct_serialization.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_struct_serialization.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_struct_serialization.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_struct_serialization.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_struct_serialization.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/nrf_soc_struct_serialization.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/nrf_soc_struct_serialization.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/nrf_soc_struct_serialization.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/nrf_soc_struct_serialization.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/dtm_uart_params.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/dtm_uart_params.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_hal_transport.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_hal_transport.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_hal_transport.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_hal_transport.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/config/ser_config_5W_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/config/ser_config_5W_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/config/ser_phy_config_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/config/ser_phy_config_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/config/ser_phy_config_conn.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/config/ser_phy_config_conn.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/config/ser_phy_debug_app.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/config/ser_phy_debug_app.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/config/ser_phy_debug_conn.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/config/ser_phy_debug_conn.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_hci.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_hci.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_hci.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_hci.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_hci_slip.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_hci_slip.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_hci_slip_cdc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_hci_slip_cdc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_nohci.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_nohci.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_spi_5W_master.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_spi_5W_master.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_spi_5W_slave.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_spi_5W_slave.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_spi_master.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_spi_master.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_spi_slave.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_spi_slave.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_uart.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_uart.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy_debug_comm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy_debug_comm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/middleware/conn_mw_ant.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/middleware/conn_mw_ant.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/middleware/conn_mw_ant.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/middleware/conn_mw_ant.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_acknowledge_message_tx.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_acknowledge_message_tx.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_active_search_sharing_cycles_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_active_search_sharing_cycles_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_active_search_sharing_cycles_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_active_search_sharing_cycles_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_adv_burst_config_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_adv_burst_config_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_broadcast_message_tx.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_broadcast_message_tx.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_capabilities_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_capabilities_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_assign.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_assign.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_close.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_close.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_id_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_id_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_id_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_id_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_low_priority_rx_search_timout_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_low_priority_rx_search_timout_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_open_with_offset.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_open_with_offset.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_period_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_period_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_period_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_period_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_radio_freq_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_radio_freq_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_radio_freq_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_radio_freq_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_radio_tx_power_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_radio_tx_power_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_rx_search_timeout_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_rx_search_timeout_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_status_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_status_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_unassign.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_unassign.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_coex_config_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_coex_config_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_coex_config_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_coex_config_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_conn.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_conn.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_crypto_channel_enable.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_crypto_channel_enable.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_crypto_info_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_crypto_info_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_crypto_info_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_crypto_info_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_crypto_key_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_crypto_key_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_cw_test_mode.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_cw_test_mode.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_cw_test_mode_init.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_cw_test_mode_init.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_enable.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_enable.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_event.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_event.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_event.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_event.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_event_rx.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_event_rx.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_event_rx.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_event_rx.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_id_list_add.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_id_list_add.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_id_list_config.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_id_list_config.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_lib_config_clear.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_lib_config_clear.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_lib_config_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_lib_config_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_lib_config_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_lib_config_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_network_address_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_network_address_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_prox_search_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_prox_search_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_rx_scan_mode_start.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_rx_scan_mode_start.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_search_channel_priority_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_search_channel_priority_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_search_waveform_set.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_search_waveform_set.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_stack_reset.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_stack_reset.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_version_get.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_version_get.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gap.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gap.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gap.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gap.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gattc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gattc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gattc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gattc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gatts.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gatts.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gatts.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gatts.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_l2cap.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_l2cap.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_l2cap.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_l2cap.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_conn.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_conn.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_conn.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_conn.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_event_enc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_event_enc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_evt_conn.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_evt_conn.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_evt_conn.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_evt_conn.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gap_conn.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gap_conn.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gap_conn.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gap_conn.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gap_evt_conn.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gap_evt_conn.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gap_evt_conn.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gap_evt_conn.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gattc_conn.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gattc_conn.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gattc_conn.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gattc_conn.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gattc_evt_conn.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gattc_evt_conn.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gattc_evt_conn.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gattc_evt_conn.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gatts_conn.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gatts_conn.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gatts_conn.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gatts_conn.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gatts_evt_conn.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gatts_evt_conn.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gatts_evt_conn.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gatts_evt_conn.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_l2cap_conn.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_l2cap_conn.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_l2cap_conn.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_l2cap_conn.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_l2cap_evt_conn.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_l2cap_evt_conn.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_l2cap_evt_conn.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_l2cap_evt_conn.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/conn_ble_gap_sec_keys.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/conn_ble_gap_sec_keys.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/conn_ble_gap_sec_keys.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/conn_ble_gap_sec_keys.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/conn_ble_user_mem.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/conn_ble_user_mem.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/conn_ble_user_mem.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/conn_ble_user_mem.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/nrf_soc_conn.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/nrf_soc_conn.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/nrf_soc_conn.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/nrf_soc_conn.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/ble_dtm_conn.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/ble_dtm_conn.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/ble_dtm_init.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/ble_dtm_init.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/conn_mw.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/conn_mw.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/conn_mw.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/conn_mw.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/conn_mw_items.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/conn_mw_items.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/conn_mw_nrf_soc.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/conn_mw_nrf_soc.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/conn_mw_nrf_soc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/conn_mw_nrf_soc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/hal/dtm_uart.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/hal/dtm_uart.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/hal/dtm_uart.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/hal/dtm_uart.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/pstorage_platform.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/pstorage_platform.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_cmd_decoder.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_cmd_decoder.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_cmd_decoder.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_cmd_decoder.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_dtm_cmd_decoder.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_dtm_cmd_decoder.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_dtm_cmd_decoder.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_dtm_cmd_decoder.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_error_handling.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_error_handling.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_event_encoder.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_event_encoder.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_event_encoder.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_event_encoder.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_handlers.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_handlers.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_handlers.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_handlers.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_pkt_decoder.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_pkt_decoder.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_pkt_decoder.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_pkt_decoder.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_reset_cmd_decoder.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_reset_cmd_decoder.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_reset_cmd_decoder.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_reset_cmd_decoder.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/ant_stack_handler_types.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/ant_stack_handler_types.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/ble_stack_handler_types.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/ble_stack_handler_types.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/softdevice_handler.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/softdevice_handler.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/softdevice_handler.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/softdevice_handler.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/softdevice_handler_appsh.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/softdevice_handler_appsh.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/softdevice_handler_appsh.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/softdevice_handler_appsh.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/doc/s132_nrf52_4.0.2_licence-agreement.pdf b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/doc/s132_nrf52_4.0.2_licence-agreement.pdf old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/doc/s132_nrf52_4.0.2_licence-agreement.txt b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/doc/s132_nrf52_4.0.2_licence-agreement.txt old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/doc/s132_nrf52_4.0.2_migration-document.pdf b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/doc/s132_nrf52_4.0.2_migration-document.pdf old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/doc/s132_nrf52_4.0.2_readme.txt b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/doc/s132_nrf52_4.0.2_readme.txt old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/doc/s132_nrf52_4.0.2_release-notes.pdf b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/doc/s132_nrf52_4.0.2_release-notes.pdf old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_err.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_err.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_gap.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_gap.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_gatt.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_gatt.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_gattc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_gattc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_gatts.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_gatts.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_hci.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_hci.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_l2cap.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_l2cap.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_ranges.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_ranges.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_types.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_types.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf52/nrf_mbr.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf52/nrf_mbr.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_error.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_error.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_error_sdm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_error_sdm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_error_soc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_error_soc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_nvic.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_nvic.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_sd_def.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_sd_def.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_sdm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_sdm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_soc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_soc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_svc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_svc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/hex/s132_nrf52_4.0.2_licence-agreement.txt b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/hex/s132_nrf52_4.0.2_licence-agreement.txt old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/hex/s132_nrf52_4.0.2_softdevice.hex b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/hex/s132_nrf52_4.0.2_softdevice.hex old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/toolchain/armgcc/armgcc_s132_nrf52832_xxaa.ld b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/toolchain/armgcc/armgcc_s132_nrf52832_xxaa.ld old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/toolchain/iar/iar_s132_nrf52832_xxaa.icf b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/toolchain/iar/iar_s132_nrf52832_xxaa.icf old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/doc/s140_nrf52840_5.0.0-2.alpha_licence-agreement.pdf b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/doc/s140_nrf52840_5.0.0-2.alpha_licence-agreement.pdf old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/doc/s140_nrf52840_5.0.0-2.alpha_licence-agreement.txt b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/doc/s140_nrf52840_5.0.0-2.alpha_licence-agreement.txt old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/doc/s140_nrf52840_5.0.0-2.alpha_migration-document.pdf b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/doc/s140_nrf52840_5.0.0-2.alpha_migration-document.pdf old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/doc/s140_nrf52840_5.0.0-2.alpha_readme.txt b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/doc/s140_nrf52840_5.0.0-2.alpha_readme.txt old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/doc/s140_nrf52840_5.0.0-2.alpha_release-notes-update-1.pdf b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/doc/s140_nrf52840_5.0.0-2.alpha_release-notes-update-1.pdf old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_err.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_err.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_gap.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_gap.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_gatt.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_gatt.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_gattc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_gattc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_gatts.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_gatts.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_hci.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_hci.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_l2cap.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_l2cap.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_ranges.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_ranges.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_types.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_types.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf52/nrf_mbr.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf52/nrf_mbr.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_error.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_error.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_error_sdm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_error_sdm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_error_soc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_error_soc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_nvic.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_nvic.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_sd_def.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_sd_def.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_sdm.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_sdm.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_soc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_soc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_svc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_svc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/hex/s140_nrf52840_5.0.0-2.alpha_licence-agreement.txt b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/hex/s140_nrf52840_5.0.0-2.alpha_licence-agreement.txt old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/hex/s140_nrf52840_5.0.0-2.alpha_softdevice.hex b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/hex/s140_nrf52840_5.0.0-2.alpha_softdevice.hex old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s212/headers/nrf_sd_def.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s212/headers/nrf_sd_def.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s212/toolchain/armgcc/armgcc_s212_nrf52832_xxaa.ld b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s212/toolchain/armgcc/armgcc_s212_nrf52832_xxaa.ld old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s212/toolchain/iar/iar_s212_nrf52832_xxaa.icf b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s212/toolchain/iar/iar_s212_nrf52832_xxaa.icf old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/arm/arm_startup_nrf51.s b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/arm/arm_startup_nrf51.s old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/arm/arm_startup_nrf52.s b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/arm/arm_startup_nrf52.s old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/arm/arm_startup_nrf52840.s b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/arm/arm_startup_nrf52840.s old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/arm/uicr_config.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/arm/uicr_config.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/dsp/license.txt b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/dsp/license.txt old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/arm_common_tables.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/arm_const_structs.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/arm_math.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/cmsis_armcc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/cmsis_armcc_V6.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/cmsis_armcc_V6.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/cmsis_gcc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cm0.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cm0plus.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cm3.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cm4.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cm7.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cmFunc.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cmInstr.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cmSimd.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_sc000.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_sc300.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/Makefile.common b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/Makefile.common old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/Makefile.posix b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/Makefile.posix old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/Makefile.windows b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/Makefile.windows old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/file_list.mk b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/file_list.mk old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/gcc_nrf51_common.ld b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/gcc_nrf51_common.ld old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/gcc_startup_nrf51.S b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/gcc_startup_nrf51.S old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/gcc_startup_nrf52.S b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/gcc_startup_nrf52.S old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/gcc_startup_nrf52840.S b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/gcc_startup_nrf52840.S old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf51_common.ld b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf51_common.ld old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf51_xxaa.ld b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf51_xxaa.ld old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf51_xxab.ld b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf51_xxab.ld old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf51_xxac.ld b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf51_xxac.ld old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf52840_xxaa.ld b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf52840_xxaa.ld old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf52_common.ld b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf52_common.ld old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf52_xxaa.ld b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf52_xxaa.ld old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf5x_common.ld b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf5x_common.ld old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/iar/iar_nrf51_blank_xxaa.icf b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/iar/iar_nrf51_blank_xxaa.icf old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/iar/iar_nrf51_blank_xxac.icf b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/iar/iar_nrf51_blank_xxac.icf old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/iar/iar_startup_nrf51.s b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/iar/iar_startup_nrf51.s old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/iar/iar_startup_nrf52.s b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/iar/iar_startup_nrf52.s old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/iar/iar_startup_nrf52840.s b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/iar/iar_startup_nrf52840.s old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf51.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf51.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf51.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf51.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf52.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf52.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf52.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf52.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf52840.c b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf52840.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf52840.h b/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf52840.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/project.uvoptx b/bsp/nrf52832/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/project.uvprojx b/bsp/nrf52832/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/rtconfig.h b/bsp/nrf52832/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/rtconfig.py b/bsp/nrf52832/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/rtthread-nrf52832.sct b/bsp/nrf52832/rtthread-nrf52832.sct old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/startups/Sconscript b/bsp/nrf52832/startups/Sconscript old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/startups/arm/arm_startup_nrf52.s b/bsp/nrf52832/startups/arm/arm_startup_nrf52.s old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/startups/system_nrf52.c b/bsp/nrf52832/startups/system_nrf52.c old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/startups/system_nrf52.h b/bsp/nrf52832/startups/system_nrf52.h old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/template.uvoptx b/bsp/nrf52832/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/nrf52832/template.uvprojx b/bsp/nrf52832/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/.config b/bsp/nuvoton_m05x/.config old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/.gitignore b/bsp/nuvoton_m05x/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Kconfig b/bsp/nuvoton_m05x/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf b/bsp/nuvoton_m05x/Libraries/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Include/arm_common_tables.h b/bsp/nuvoton_m05x/Libraries/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Include/arm_math.h b/bsp/nuvoton_m05x/Libraries/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cm0.h b/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cm0plus.h b/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cm3.h b/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cm4.h b/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cm4_simd.h b/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cmFunc.h b/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cmInstr.h b/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_sc000.h b/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_sc300.h b/bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Include/M051Series.h b/bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Include/M051Series.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Include/system_M051Series.h b/bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Include/system_M051Series.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Source/ARM/startup_M051Series.s b/bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Source/ARM/startup_M051Series.s old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Source/GCC/startup_M051Series.s b/bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Source/GCC/startup_M051Series.s old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Source/IAR/startup_M051Series.s b/bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Source/IAR/startup_M051Series.s old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Source/system_M051Series.c b/bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Source/system_M051Series.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/README.txt b/bsp/nuvoton_m05x/Libraries/CMSIS/README.txt old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/CMSIS/index.html b/bsp/nuvoton_m05x/Libraries/CMSIS/index.html old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/SConscript b/bsp/nuvoton_m05x/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/inc/acmp.h b/bsp/nuvoton_m05x/Libraries/StdDriver/inc/acmp.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/inc/adc.h b/bsp/nuvoton_m05x/Libraries/StdDriver/inc/adc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/inc/clk.h b/bsp/nuvoton_m05x/Libraries/StdDriver/inc/clk.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/inc/ebi.h b/bsp/nuvoton_m05x/Libraries/StdDriver/inc/ebi.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/inc/fmc.h b/bsp/nuvoton_m05x/Libraries/StdDriver/inc/fmc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/inc/gpio.h b/bsp/nuvoton_m05x/Libraries/StdDriver/inc/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/inc/hdiv.h b/bsp/nuvoton_m05x/Libraries/StdDriver/inc/hdiv.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/inc/i2c.h b/bsp/nuvoton_m05x/Libraries/StdDriver/inc/i2c.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/inc/pwm.h b/bsp/nuvoton_m05x/Libraries/StdDriver/inc/pwm.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/inc/spi.h b/bsp/nuvoton_m05x/Libraries/StdDriver/inc/spi.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/inc/sys.h b/bsp/nuvoton_m05x/Libraries/StdDriver/inc/sys.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/inc/timer.h b/bsp/nuvoton_m05x/Libraries/StdDriver/inc/timer.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/inc/uart.h b/bsp/nuvoton_m05x/Libraries/StdDriver/inc/uart.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/inc/wdt.h b/bsp/nuvoton_m05x/Libraries/StdDriver/inc/wdt.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/inc/wwdt.h b/bsp/nuvoton_m05x/Libraries/StdDriver/inc/wwdt.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/src/acmp.c b/bsp/nuvoton_m05x/Libraries/StdDriver/src/acmp.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/src/adc.c b/bsp/nuvoton_m05x/Libraries/StdDriver/src/adc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/src/clk.c b/bsp/nuvoton_m05x/Libraries/StdDriver/src/clk.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/src/ebi.c b/bsp/nuvoton_m05x/Libraries/StdDriver/src/ebi.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/src/fmc.c b/bsp/nuvoton_m05x/Libraries/StdDriver/src/fmc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/src/gpio.c b/bsp/nuvoton_m05x/Libraries/StdDriver/src/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/src/i2c.c b/bsp/nuvoton_m05x/Libraries/StdDriver/src/i2c.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/src/pwm.c b/bsp/nuvoton_m05x/Libraries/StdDriver/src/pwm.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/src/spi.c b/bsp/nuvoton_m05x/Libraries/StdDriver/src/spi.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/src/sys.c b/bsp/nuvoton_m05x/Libraries/StdDriver/src/sys.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/src/timer.c b/bsp/nuvoton_m05x/Libraries/StdDriver/src/timer.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/src/uart.c b/bsp/nuvoton_m05x/Libraries/StdDriver/src/uart.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/src/wdt.c b/bsp/nuvoton_m05x/Libraries/StdDriver/src/wdt.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/Libraries/StdDriver/src/wwdt.c b/bsp/nuvoton_m05x/Libraries/StdDriver/src/wwdt.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/SConscript b/bsp/nuvoton_m05x/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/SConstruct b/bsp/nuvoton_m05x/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/applications/SConscript b/bsp/nuvoton_m05x/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/applications/main.c b/bsp/nuvoton_m05x/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/drivers/SConscript b/bsp/nuvoton_m05x/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/drivers/board.c b/bsp/nuvoton_m05x/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/drivers/board.h b/bsp/nuvoton_m05x/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/drivers/led.c b/bsp/nuvoton_m05x/drivers/led.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/drivers/led.h b/bsp/nuvoton_m05x/drivers/led.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/drivers/usart.c b/bsp/nuvoton_m05x/drivers/usart.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/drivers/usart.h b/bsp/nuvoton_m05x/drivers/usart.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/nuvoton_m05x.ld b/bsp/nuvoton_m05x/nuvoton_m05x.ld old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/nuvoton_m05x.sct b/bsp/nuvoton_m05x/nuvoton_m05x.sct old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/project.uvprojx b/bsp/nuvoton_m05x/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/readme.txt b/bsp/nuvoton_m05x/readme.txt old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/rtconfig.h b/bsp/nuvoton_m05x/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/rtconfig.py b/bsp/nuvoton_m05x/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m05x/template.uvprojx b/bsp/nuvoton_m05x/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/.gitignore b/bsp/nuvoton_m451/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/CMSIS/Include/arm_common_tables.h b/bsp/nuvoton_m451/Libraries/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/CMSIS/Include/arm_math.h b/bsp/nuvoton_m451/Libraries/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cm0.h b/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cm0plus.h b/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cm3.h b/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cm4.h b/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cm4_simd.h b/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cmFunc.h b/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cmInstr.h b/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_sc000.h b/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_sc300.h b/bsp/nuvoton_m451/Libraries/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Include/M451Series.h b/bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Include/M451Series.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Include/system_M451Series.h b/bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Include/system_M451Series.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Source/ARM/startup_M451Series.s b/bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Source/ARM/startup_M451Series.s old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Source/GCC/startup_M451Series.s b/bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Source/GCC/startup_M451Series.s old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Source/IAR/startup_M451Series.s b/bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Source/IAR/startup_M451Series.s old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Source/system_M451Series.c b/bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Source/system_M451Series.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/Device/SConscript b/bsp/nuvoton_m451/Libraries/Device/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/SConscript b/bsp/nuvoton_m451/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/SConscript b/bsp/nuvoton_m451/Libraries/StdDriver/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/acmp.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/acmp.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/can.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/can.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/clk.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/clk.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/crc.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/crc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/dac.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/dac.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/eadc.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/eadc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/ebi.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/ebi.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/fmc.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/fmc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/gpio.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/i2c.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/i2c.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/otg.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/otg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/pdma.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/pdma.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/pwm.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/pwm.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/rtc.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/rtc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/sc.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/sc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/scuart.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/scuart.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/spi.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/spi.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/sys.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/sys.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/timer.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/timer.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/tk.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/tk.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/uart.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/uart.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/usbd.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/usbd.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/wdt.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/wdt.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/inc/wwdt.h b/bsp/nuvoton_m451/Libraries/StdDriver/inc/wwdt.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/acmp.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/acmp.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/can.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/can.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/clk.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/clk.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/crc.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/crc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/dac.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/dac.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/eadc.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/eadc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/ebi.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/ebi.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/fmc.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/fmc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/gpio.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/i2c.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/i2c.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/pdma.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/pdma.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/pwm.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/pwm.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/retarget.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/retarget.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/rtc.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/rtc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/sc.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/sc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/scuart.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/scuart.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/spi.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/spi.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/sys.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/sys.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/timer.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/timer.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/tk.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/tk.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/uart.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/uart.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/usbd.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/usbd.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/wdt.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/wdt.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/Libraries/StdDriver/src/wwdt.c b/bsp/nuvoton_m451/Libraries/StdDriver/src/wwdt.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/README.md b/bsp/nuvoton_m451/README.md old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/SConscript b/bsp/nuvoton_m451/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/SConstruct b/bsp/nuvoton_m451/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/applications/SConscript b/bsp/nuvoton_m451/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/applications/application.c b/bsp/nuvoton_m451/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/applications/startup.c b/bsp/nuvoton_m451/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/drivers/SConscript b/bsp/nuvoton_m451/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/drivers/board.c b/bsp/nuvoton_m451/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/drivers/board.h b/bsp/nuvoton_m451/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/drivers/led.c b/bsp/nuvoton_m451/drivers/led.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/drivers/led.h b/bsp/nuvoton_m451/drivers/led.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/drivers/usart.c b/bsp/nuvoton_m451/drivers/usart.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/drivers/usart.h b/bsp/nuvoton_m451/drivers/usart.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/nuvoton_m451.ld b/bsp/nuvoton_m451/nuvoton_m451.ld old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/nuvoton_m451.sct b/bsp/nuvoton_m451/nuvoton_m451.sct old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/project.uvproj b/bsp/nuvoton_m451/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/project.uvprojx b/bsp/nuvoton_m451/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/rtconfig.h b/bsp/nuvoton_m451/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/rtconfig.py b/bsp/nuvoton_m451/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m451/template.uvproj b/bsp/nuvoton_m451/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/.config b/bsp/nuvoton_m487/.config old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/Kconfig b/bsp/nuvoton_m487/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/README.md b/bsp/nuvoton_m487/README.md old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/SConscript b/bsp/nuvoton_m487/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/SConstruct b/bsp/nuvoton_m487/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/applications/SConscript b/bsp/nuvoton_m487/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/applications/main.c b/bsp/nuvoton_m487/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/applications/mnt.c b/bsp/nuvoton_m487/applications/mnt.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/driver/Kconfig b/bsp/nuvoton_m487/driver/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/driver/SConscript b/bsp/nuvoton_m487/driver/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/driver/board.c b/bsp/nuvoton_m487/driver/board.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/driver/board.h b/bsp/nuvoton_m487/driver/board.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/driver/drv_emac.c b/bsp/nuvoton_m487/driver/drv_emac.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/driver/drv_emac.h b/bsp/nuvoton_m487/driver/drv_emac.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/driver/drv_qspi.c b/bsp/nuvoton_m487/driver/drv_qspi.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/driver/drv_spiflash.c b/bsp/nuvoton_m487/driver/drv_spiflash.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/driver/drv_uart.c b/bsp/nuvoton_m487/driver/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/driver/drv_uart.h b/bsp/nuvoton_m487/driver/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/arm_common_tables.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/arm_const_structs.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/arm_math.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/cmsis_armcc.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/cmsis_armcc_V6.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/cmsis_armcc_V6.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/cmsis_gcc.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cm0.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cm0plus.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cm3.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cm4.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cm7.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cmFunc.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cmInstr.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cmSimd.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/core_sc000.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/Include/core_sc300.h b/bsp/nuvoton_m487/libraries/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/CMSIS/SConscript b/bsp/nuvoton_m487/libraries/CMSIS/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/M480.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/M480.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/NuMicro.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/NuMicro.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/acmp_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/acmp_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/bpwm_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/bpwm_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/can_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/can_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/clk_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/clk_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/crc_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/crc_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/crypto_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/crypto_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/dac_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/dac_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/eadc_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/eadc_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/ebi_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/ebi_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/ecap_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/ecap_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/emac_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/emac_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/epwm_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/epwm_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/fmc_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/fmc_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/gpio_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/gpio_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/hsotg_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/hsotg_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/hsusbd_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/hsusbd_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/hsusbh_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/hsusbh_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/i2c_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/i2c_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/i2s_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/i2s_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/opa_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/opa_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/otg_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/otg_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/pdma_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/pdma_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/qei_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/qei_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/qspi_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/qspi_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/rtc_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/rtc_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/sc_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/sc_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/sdh_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/sdh_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/spi_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/spi_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/spim_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/spim_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/sys_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/sys_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/system_M480.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/system_M480.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/timer_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/timer_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/uart_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/uart_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/ui2c_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/ui2c_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/usbd_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/usbd_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/usbh_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/usbh_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/uspi_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/uspi_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/uuart_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/uuart_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/wdt_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/wdt_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/wwdt_reg.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/wwdt_reg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/ARM/startup_M480.s b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/ARM/startup_M480.s old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/_syscalls.c b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/_syscalls.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/gcc_arm.ld b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/gcc_arm.ld old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/gcc_arm_128k.ld b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/gcc_arm_128k.ld old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/semihosting.h b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/semihosting.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/startup.s b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/startup.s old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/startup_M480.S b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/startup_M480.S old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/IAR/startup_M480.s b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/IAR/startup_M480.s old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/system_M480.c b/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/system_M480.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/Device/SConscript b/bsp/nuvoton_m487/libraries/Device/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/SConscript b/bsp/nuvoton_m487/libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/SConscript b/bsp/nuvoton_m487/libraries/StdDriver/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/acmp.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/acmp.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/bpwm.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/bpwm.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/can.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/can.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/clk.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/clk.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/crc.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/crc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/crypto.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/crypto.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/dac.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/dac.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/eadc.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/eadc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/ebi.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/ebi.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/ecap.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/ecap.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/emac.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/emac.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/epwm.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/epwm.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/fmc.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/fmc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/gpio.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/hsotg.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/hsotg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/hsusbd.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/hsusbd.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/i2c.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/i2c.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/i2s.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/i2s.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/opa.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/opa.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/otg.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/otg.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/pdma.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/pdma.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/qei.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/qei.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/qspi.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/qspi.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/rtc.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/rtc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/sc.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/sc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/scuart.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/scuart.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/sdh.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/sdh.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/spi.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/spi.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/spim.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/spim.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/sys.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/sys.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/timer.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/timer.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/timer_pwm.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/timer_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/uart.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/uart.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/usbd.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/usbd.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/usci_i2c.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/usci_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/usci_spi.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/usci_spi.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/usci_uart.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/usci_uart.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/wdt.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/wdt.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/inc/wwdt.h b/bsp/nuvoton_m487/libraries/StdDriver/inc/wwdt.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/acmp.c b/bsp/nuvoton_m487/libraries/StdDriver/src/acmp.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/bpwm.c b/bsp/nuvoton_m487/libraries/StdDriver/src/bpwm.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/can.c b/bsp/nuvoton_m487/libraries/StdDriver/src/can.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/clk.c b/bsp/nuvoton_m487/libraries/StdDriver/src/clk.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/crc.c b/bsp/nuvoton_m487/libraries/StdDriver/src/crc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/crypto.c b/bsp/nuvoton_m487/libraries/StdDriver/src/crypto.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/dac.c b/bsp/nuvoton_m487/libraries/StdDriver/src/dac.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/eadc.c b/bsp/nuvoton_m487/libraries/StdDriver/src/eadc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/ebi.c b/bsp/nuvoton_m487/libraries/StdDriver/src/ebi.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/ecap.c b/bsp/nuvoton_m487/libraries/StdDriver/src/ecap.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/emac.c b/bsp/nuvoton_m487/libraries/StdDriver/src/emac.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/epwm.c b/bsp/nuvoton_m487/libraries/StdDriver/src/epwm.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/fmc.c b/bsp/nuvoton_m487/libraries/StdDriver/src/fmc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/gpio.c b/bsp/nuvoton_m487/libraries/StdDriver/src/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/hsusbd.c b/bsp/nuvoton_m487/libraries/StdDriver/src/hsusbd.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/i2c.c b/bsp/nuvoton_m487/libraries/StdDriver/src/i2c.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/i2s.c b/bsp/nuvoton_m487/libraries/StdDriver/src/i2s.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/pdma.c b/bsp/nuvoton_m487/libraries/StdDriver/src/pdma.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/qei.c b/bsp/nuvoton_m487/libraries/StdDriver/src/qei.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/qspi.c b/bsp/nuvoton_m487/libraries/StdDriver/src/qspi.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/rtc.c b/bsp/nuvoton_m487/libraries/StdDriver/src/rtc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/sc.c b/bsp/nuvoton_m487/libraries/StdDriver/src/sc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/scuart.c b/bsp/nuvoton_m487/libraries/StdDriver/src/scuart.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/sdh.c b/bsp/nuvoton_m487/libraries/StdDriver/src/sdh.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/spi.c b/bsp/nuvoton_m487/libraries/StdDriver/src/spi.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/spim.c b/bsp/nuvoton_m487/libraries/StdDriver/src/spim.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/sys.c b/bsp/nuvoton_m487/libraries/StdDriver/src/sys.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/timer.c b/bsp/nuvoton_m487/libraries/StdDriver/src/timer.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/timer_pwm.c b/bsp/nuvoton_m487/libraries/StdDriver/src/timer_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/uart.c b/bsp/nuvoton_m487/libraries/StdDriver/src/uart.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/usbd.c b/bsp/nuvoton_m487/libraries/StdDriver/src/usbd.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/usci_i2c.c b/bsp/nuvoton_m487/libraries/StdDriver/src/usci_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/usci_spi.c b/bsp/nuvoton_m487/libraries/StdDriver/src/usci_spi.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/usci_uart.c b/bsp/nuvoton_m487/libraries/StdDriver/src/usci_uart.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/wdt.c b/bsp/nuvoton_m487/libraries/StdDriver/src/wdt.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/libraries/StdDriver/src/wwdt.c b/bsp/nuvoton_m487/libraries/StdDriver/src/wwdt.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/link.ld b/bsp/nuvoton_m487/link.ld old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/nuc487_flash.sct b/bsp/nuvoton_m487/nuc487_flash.sct old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/rtconfig.h b/bsp/nuvoton_m487/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/rtconfig.py b/bsp/nuvoton_m487/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_m487/template.uvproj b/bsp/nuvoton_m487/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/arm_common_tables.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/arm_const_structs.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/arm_math.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/cmsis_armcc.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/cmsis_armcc_V6.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/cmsis_armcc_V6.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/cmsis_gcc.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cm0.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cm0plus.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cm3.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cm4.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cm7.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cmFunc.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cmInstr.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cmSimd.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_sc000.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_sc300.h b/bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/CMSIS/SConscript b/bsp/nuvoton_nuc472/Libraries/CMSIS/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Include/NUC472_442.h b/bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Include/NUC472_442.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Include/system_NUC472_442.h b/bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Include/system_NUC472_442.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Source/ARM/startup_NUC472_442.s b/bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Source/ARM/startup_NUC472_442.s old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Source/GCC/startup.c b/bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Source/GCC/startup.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Source/IAR/startup_NUC472_442.s b/bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Source/IAR/startup_NUC472_442.s old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Source/system_NUC472_442.c b/bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Source/system_NUC472_442.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/Device/SConscript b/bsp/nuvoton_nuc472/Libraries/Device/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/SConscript b/bsp/nuvoton_nuc472/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/SConscript b/bsp/nuvoton_nuc472/Libraries/StdDriver/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/acmp.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/acmp.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/adc.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/adc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/can.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/can.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/cap.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/cap.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/clk.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/clk.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/crc.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/crc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/crypto.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/crypto.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/eadc.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/eadc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/ebi.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/ebi.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/emac.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/emac.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/epwm.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/epwm.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/fmc.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/fmc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/gpio.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/i2c.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/i2c.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/i2s.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/i2s.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/pdma.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/pdma.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/ps2.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/ps2.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/pwm.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/pwm.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/rtc.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/rtc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/sc.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/sc.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/scuart.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/scuart.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/sd.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/sd.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/spi.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/spi.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/sys.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/sys.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/timer.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/timer.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/uart.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/uart.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/usbd.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/usbd.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/wdt.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/wdt.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/wwdt.h b/bsp/nuvoton_nuc472/Libraries/StdDriver/inc/wwdt.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/acmp.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/acmp.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/adc.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/adc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/can.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/can.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/cap.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/cap.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/clk.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/clk.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/crc.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/crc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/crypto.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/crypto.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/eadc.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/eadc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/ebi.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/ebi.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/emac.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/emac.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/epwm.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/epwm.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/fmc.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/fmc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/gpio.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/i2c.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/i2c.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/i2s.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/i2s.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/pdma.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/pdma.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/ps2.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/ps2.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/pwm.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/pwm.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/rtc.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/rtc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/sc.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/sc.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/scuart.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/scuart.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/sd.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/sd.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/spi.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/spi.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/sys_.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/sys_.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/timer_.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/timer_.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/uart.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/uart.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/usbd.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/usbd.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/wdt.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/wdt.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/Libraries/StdDriver/src/wwdt.c b/bsp/nuvoton_nuc472/Libraries/StdDriver/src/wwdt.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/README.md b/bsp/nuvoton_nuc472/README.md old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/SConscript b/bsp/nuvoton_nuc472/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/SConstruct b/bsp/nuvoton_nuc472/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/applications/SConscript b/bsp/nuvoton_nuc472/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/applications/application.c b/bsp/nuvoton_nuc472/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/drivers/SConscript b/bsp/nuvoton_nuc472/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/drivers/board.c b/bsp/nuvoton_nuc472/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/drivers/board.h b/bsp/nuvoton_nuc472/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/drivers/nuc472_eth.c b/bsp/nuvoton_nuc472/drivers/nuc472_eth.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/drivers/nuc472_eth.h b/bsp/nuvoton_nuc472/drivers/nuc472_eth.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/drivers/usart.c b/bsp/nuvoton_nuc472/drivers/usart.c old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/drivers/usart.h b/bsp/nuvoton_nuc472/drivers/usart.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/ldscripts/sections.ld b/bsp/nuvoton_nuc472/ldscripts/sections.ld old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/nuc472_flash.icf b/bsp/nuvoton_nuc472/nuc472_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/nuc472_flash.sct b/bsp/nuvoton_nuc472/nuc472_flash.sct old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/project.ewp b/bsp/nuvoton_nuc472/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/project.eww b/bsp/nuvoton_nuc472/project.eww old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/project.uvproj b/bsp/nuvoton_nuc472/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/project.uvprojx b/bsp/nuvoton_nuc472/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/rtconfig.h b/bsp/nuvoton_nuc472/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/rtconfig.py b/bsp/nuvoton_nuc472/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/template.ewp b/bsp/nuvoton_nuc472/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/template.uvproj b/bsp/nuvoton_nuc472/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/nuvoton_nuc472/template.uvprojx b/bsp/nuvoton_nuc472/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/SConscript b/bsp/nv32f100x/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/SConstruct b/bsp/nv32f100x/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/app/SConscript b/bsp/nv32f100x/app/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/app/src/ledapp.c b/bsp/nv32f100x/app/src/ledapp.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/app/src/main.c b/bsp/nv32f100x/app/src/main.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/board/SConscript b/bsp/nv32f100x/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/board/inc/board.h b/bsp/nv32f100x/board/inc/board.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/board/inc/drv_uart.h b/bsp/nv32f100x/board/inc/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/board/inc/start.h b/bsp/nv32f100x/board/inc/start.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/board/inc/sysinit.h b/bsp/nv32f100x/board/inc/sysinit.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/board/src/board.c b/bsp/nv32f100x/board/src/board.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/board/src/drv_uart.c b/bsp/nv32f100x/board/src/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/board/src/start.c b/bsp/nv32f100x/board/src/start.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/board/src/sysinit.c b/bsp/nv32f100x/board/src/sysinit.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/SConscript b/bsp/nv32f100x/lib/SConscript old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/BME.h b/bsp/nv32f100x/lib/inc/BME.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/NV32.h b/bsp/nv32f100x/lib/inc/NV32.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/NV32_config.h b/bsp/nv32f100x/lib/inc/NV32_config.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/acmp.h b/bsp/nv32f100x/lib/inc/acmp.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/adc.h b/bsp/nv32f100x/lib/inc/adc.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/arm_cm0.h b/bsp/nv32f100x/lib/inc/arm_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/common.h b/bsp/nv32f100x/lib/inc/common.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/core_cm0plus.h b/bsp/nv32f100x/lib/inc/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/core_cmFunc.h b/bsp/nv32f100x/lib/inc/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/core_cmInstr.h b/bsp/nv32f100x/lib/inc/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/core_cmSimd.h b/bsp/nv32f100x/lib/inc/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/crc.h b/bsp/nv32f100x/lib/inc/crc.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/eeprom.h b/bsp/nv32f100x/lib/inc/eeprom.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/etm.h b/bsp/nv32f100x/lib/inc/etm.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/flash.h b/bsp/nv32f100x/lib/inc/flash.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/gpio.h b/bsp/nv32f100x/lib/inc/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/i2c.h b/bsp/nv32f100x/lib/inc/i2c.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/ics.h b/bsp/nv32f100x/lib/inc/ics.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/kbi.h b/bsp/nv32f100x/lib/inc/kbi.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/pit.h b/bsp/nv32f100x/lib/inc/pit.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/pmc.h b/bsp/nv32f100x/lib/inc/pmc.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/rtc.h b/bsp/nv32f100x/lib/inc/rtc.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/sim.h b/bsp/nv32f100x/lib/inc/sim.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/spi.h b/bsp/nv32f100x/lib/inc/spi.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/uart.h b/bsp/nv32f100x/lib/inc/uart.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/inc/wdog.h b/bsp/nv32f100x/lib/inc/wdog.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/acmp.c b/bsp/nv32f100x/lib/src/acmp.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/adc.c b/bsp/nv32f100x/lib/src/adc.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/arm_cm0.c b/bsp/nv32f100x/lib/src/arm_cm0.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/crc.c b/bsp/nv32f100x/lib/src/crc.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/eeprom.c b/bsp/nv32f100x/lib/src/eeprom.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/etm.c b/bsp/nv32f100x/lib/src/etm.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/flash.c b/bsp/nv32f100x/lib/src/flash.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/gpio.c b/bsp/nv32f100x/lib/src/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/i2c.c b/bsp/nv32f100x/lib/src/i2c.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/ics.c b/bsp/nv32f100x/lib/src/ics.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/kbi.c b/bsp/nv32f100x/lib/src/kbi.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/pit.c b/bsp/nv32f100x/lib/src/pit.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/pmc.c b/bsp/nv32f100x/lib/src/pmc.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/rtc.c b/bsp/nv32f100x/lib/src/rtc.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/sim.c b/bsp/nv32f100x/lib/src/sim.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/spi.c b/bsp/nv32f100x/lib/src/spi.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/startup_NV32.s b/bsp/nv32f100x/lib/src/startup_NV32.s old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/uart.c b/bsp/nv32f100x/lib/src/uart.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/lib/src/wdog.c b/bsp/nv32f100x/lib/src/wdog.c old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/project.uvprojx b/bsp/nv32f100x/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/rtconfig.h b/bsp/nv32f100x/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/rtconfig.py b/bsp/nv32f100x/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/nv32f100x/template.uvprojx b/bsp/nv32f100x/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/pic32ethernet/application.c b/bsp/pic32ethernet/application.c old mode 100644 new mode 100755 diff --git a/bsp/pic32ethernet/board.c b/bsp/pic32ethernet/board.c old mode 100644 new mode 100755 diff --git a/bsp/pic32ethernet/console.c b/bsp/pic32ethernet/console.c old mode 100644 new mode 100755 diff --git a/bsp/pic32ethernet/procdefs.ld b/bsp/pic32ethernet/procdefs.ld old mode 100644 new mode 100755 diff --git a/bsp/pic32ethernet/project.cbp b/bsp/pic32ethernet/project.cbp old mode 100644 new mode 100755 diff --git a/bsp/pic32ethernet/project.mcp b/bsp/pic32ethernet/project.mcp old mode 100644 new mode 100755 diff --git a/bsp/pic32ethernet/project.mcw b/bsp/pic32ethernet/project.mcw old mode 100644 new mode 100755 diff --git a/bsp/pic32ethernet/readme.txt b/bsp/pic32ethernet/readme.txt old mode 100644 new mode 100755 diff --git a/bsp/pic32ethernet/rtconfig.h b/bsp/pic32ethernet/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/pic32ethernet/startup.c b/bsp/pic32ethernet/startup.c old mode 100644 new mode 100755 diff --git a/bsp/pic32ethernet/uart.c b/bsp/pic32ethernet/uart.c old mode 100644 new mode 100755 diff --git a/bsp/pic32ethernet/uart.h b/bsp/pic32ethernet/uart.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/.config b/bsp/qemu-vexpress-a9/.config old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/.cproject b/bsp/qemu-vexpress-a9/.cproject old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/.gitignore b/bsp/qemu-vexpress-a9/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/.project b/bsp/qemu-vexpress-a9/.project old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/.vscode/launch.json b/bsp/qemu-vexpress-a9/.vscode/launch.json old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/.vscode/settings.json b/bsp/qemu-vexpress-a9/.vscode/settings.json old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/.vscode/tasks.json b/bsp/qemu-vexpress-a9/.vscode/tasks.json old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/Kconfig b/bsp/qemu-vexpress-a9/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/README.md b/bsp/qemu-vexpress-a9/README.md old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/SConscript b/bsp/qemu-vexpress-a9/SConscript old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/SConstruct b/bsp/qemu-vexpress-a9/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/applications/SConscript b/bsp/qemu-vexpress-a9/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/applications/lcd_init.c b/bsp/qemu-vexpress-a9/applications/lcd_init.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/applications/main.c b/bsp/qemu-vexpress-a9/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/applications/mnt.c b/bsp/qemu-vexpress-a9/applications/mnt.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/Kconfig b/bsp/qemu-vexpress-a9/drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/SConscript b/bsp/qemu-vexpress-a9/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/audio/SConscript b/bsp/qemu-vexpress-a9/drivers/audio/SConscript old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/audio/drv_ac97.c b/bsp/qemu-vexpress-a9/drivers/audio/drv_ac97.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/audio/drv_ac97.h b/bsp/qemu-vexpress-a9/drivers/audio/drv_ac97.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/audio/drv_pl041.c b/bsp/qemu-vexpress-a9/drivers/audio/drv_pl041.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/audio/drv_pl041.h b/bsp/qemu-vexpress-a9/drivers/audio/drv_pl041.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/audio/drv_sound.c b/bsp/qemu-vexpress-a9/drivers/audio/drv_sound.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/audio/drv_sound.h b/bsp/qemu-vexpress-a9/drivers/audio/drv_sound.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/automac.h b/bsp/qemu-vexpress-a9/drivers/automac.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/board.c b/bsp/qemu-vexpress-a9/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/board.h b/bsp/qemu-vexpress-a9/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/drv_clcd.c b/bsp/qemu-vexpress-a9/drivers/drv_clcd.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/drv_clcd.h b/bsp/qemu-vexpress-a9/drivers/drv_clcd.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/drv_keyboard.c b/bsp/qemu-vexpress-a9/drivers/drv_keyboard.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/drv_keyboard.h b/bsp/qemu-vexpress-a9/drivers/drv_keyboard.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/drv_mouse.c b/bsp/qemu-vexpress-a9/drivers/drv_mouse.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/drv_mouse.h b/bsp/qemu-vexpress-a9/drivers/drv_mouse.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/drv_sdio.c b/bsp/qemu-vexpress-a9/drivers/drv_sdio.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/drv_sdio.h b/bsp/qemu-vexpress-a9/drivers/drv_sdio.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/drv_smc911x.c b/bsp/qemu-vexpress-a9/drivers/drv_smc911x.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/drv_smc911x.h b/bsp/qemu-vexpress-a9/drivers/drv_smc911x.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/drv_timer.c b/bsp/qemu-vexpress-a9/drivers/drv_timer.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/drv_timer.h b/bsp/qemu-vexpress-a9/drivers/drv_timer.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/realview.h b/bsp/qemu-vexpress-a9/drivers/realview.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/secondary_cpu.c b/bsp/qemu-vexpress-a9/drivers/secondary_cpu.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/serial.c b/bsp/qemu-vexpress-a9/drivers/serial.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/serial.h b/bsp/qemu-vexpress-a9/drivers/serial.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/drivers/vexpress_a9.h b/bsp/qemu-vexpress-a9/drivers/vexpress_a9.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/link.lds b/bsp/qemu-vexpress-a9/link.lds old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/makefile.targets b/bsp/qemu-vexpress-a9/makefile.targets old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/qemu-dbg.bat b/bsp/qemu-vexpress-a9/qemu-dbg.bat old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/qemu-nographic.bat b/bsp/qemu-vexpress-a9/qemu-nographic.bat old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/qemu.bat b/bsp/qemu-vexpress-a9/qemu.bat old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/rtconfig.h b/bsp/qemu-vexpress-a9/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-a9/rtconfig.py b/bsp/qemu-vexpress-a9/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/.config b/bsp/qemu-vexpress-gemini/.config old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/Kconfig b/bsp/qemu-vexpress-gemini/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/SConscript b/bsp/qemu-vexpress-gemini/SConscript old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/SConstruct b/bsp/qemu-vexpress-gemini/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/applications/SConscript b/bsp/qemu-vexpress-gemini/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/applications/application.c b/bsp/qemu-vexpress-gemini/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/applications/startup.c b/bsp/qemu-vexpress-gemini/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/applications/vbus_echo.c b/bsp/qemu-vexpress-gemini/applications/vbus_echo.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/SConscript b/bsp/qemu-vexpress-gemini/cpu/SConscript old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/armv7.h b/bsp/qemu-vexpress-gemini/cpu/armv7.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/context_gcc.S b/bsp/qemu-vexpress-gemini/cpu/context_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/cp15.h b/bsp/qemu-vexpress-gemini/cpu/cp15.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/cp15_gcc.S b/bsp/qemu-vexpress-gemini/cpu/cp15_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/cpu.c b/bsp/qemu-vexpress-gemini/cpu/cpu.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/gic.c b/bsp/qemu-vexpress-gemini/cpu/gic.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/gic.h b/bsp/qemu-vexpress-gemini/cpu/gic.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/interrupt.c b/bsp/qemu-vexpress-gemini/cpu/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/interrupt.h b/bsp/qemu-vexpress-gemini/cpu/interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/mmu.c b/bsp/qemu-vexpress-gemini/cpu/mmu.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/pmu.c b/bsp/qemu-vexpress-gemini/cpu/pmu.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/pmu.h b/bsp/qemu-vexpress-gemini/cpu/pmu.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/stack.c b/bsp/qemu-vexpress-gemini/cpu/stack.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/start_gcc.S b/bsp/qemu-vexpress-gemini/cpu/start_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/trap.c b/bsp/qemu-vexpress-gemini/cpu/trap.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/cpu/vector_gcc.S b/bsp/qemu-vexpress-gemini/cpu/vector_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/drivers/Kconfig b/bsp/qemu-vexpress-gemini/drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/drivers/SConscript b/bsp/qemu-vexpress-gemini/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/drivers/board.c b/bsp/qemu-vexpress-gemini/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/drivers/board.h b/bsp/qemu-vexpress-gemini/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/drivers/realview.h b/bsp/qemu-vexpress-gemini/drivers/realview.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/drivers/serial.c b/bsp/qemu-vexpress-gemini/drivers/serial.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/drivers/serial.h b/bsp/qemu-vexpress-gemini/drivers/serial.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/drivers/vbus_drv.c b/bsp/qemu-vexpress-gemini/drivers/vbus_drv.c old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/drivers/vbus_hw.h b/bsp/qemu-vexpress-gemini/drivers/vbus_hw.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/rtconfig.h b/bsp/qemu-vexpress-gemini/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/rtconfig.py b/bsp/qemu-vexpress-gemini/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/qemu-vexpress-gemini/vexpress.lds b/bsp/qemu-vexpress-gemini/vexpress.lds old mode 100644 new mode 100755 diff --git a/bsp/raspi2/.config b/bsp/raspi2/.config old mode 100644 new mode 100755 diff --git a/bsp/raspi2/Kconfig b/bsp/raspi2/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/raspi2/README.md b/bsp/raspi2/README.md old mode 100644 new mode 100755 diff --git a/bsp/raspi2/SConscript b/bsp/raspi2/SConscript old mode 100644 new mode 100755 diff --git a/bsp/raspi2/SConstruct b/bsp/raspi2/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/raspi2/applications/SConscript b/bsp/raspi2/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/raspi2/applications/main.c b/bsp/raspi2/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/raspi2/applications/mnt.c b/bsp/raspi2/applications/mnt.c old mode 100644 new mode 100755 diff --git a/bsp/raspi2/cpu/SConscript b/bsp/raspi2/cpu/SConscript old mode 100644 new mode 100755 diff --git a/bsp/raspi2/cpu/armv7.h b/bsp/raspi2/cpu/armv7.h old mode 100644 new mode 100755 diff --git a/bsp/raspi2/cpu/context_gcc.S b/bsp/raspi2/cpu/context_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/raspi2/cpu/cp15.h b/bsp/raspi2/cpu/cp15.h old mode 100644 new mode 100755 diff --git a/bsp/raspi2/cpu/cp15_gcc.S b/bsp/raspi2/cpu/cp15_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/raspi2/cpu/cpu.c b/bsp/raspi2/cpu/cpu.c old mode 100644 new mode 100755 diff --git a/bsp/raspi2/cpu/interrupt.c b/bsp/raspi2/cpu/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/raspi2/cpu/mmu.c b/bsp/raspi2/cpu/mmu.c old mode 100644 new mode 100755 diff --git a/bsp/raspi2/cpu/stack.c b/bsp/raspi2/cpu/stack.c old mode 100644 new mode 100755 diff --git a/bsp/raspi2/cpu/start_gcc.S b/bsp/raspi2/cpu/start_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/raspi2/cpu/trap.c b/bsp/raspi2/cpu/trap.c old mode 100644 new mode 100755 diff --git a/bsp/raspi2/cpu/vector_gcc.S b/bsp/raspi2/cpu/vector_gcc.S old mode 100644 new mode 100755 diff --git a/bsp/raspi2/driver/Kconfig b/bsp/raspi2/driver/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/raspi2/driver/SConscript b/bsp/raspi2/driver/SConscript old mode 100644 new mode 100755 diff --git a/bsp/raspi2/driver/bcm283x.h b/bsp/raspi2/driver/bcm283x.h old mode 100644 new mode 100755 diff --git a/bsp/raspi2/driver/board.c b/bsp/raspi2/driver/board.c old mode 100644 new mode 100755 diff --git a/bsp/raspi2/driver/board.h b/bsp/raspi2/driver/board.h old mode 100644 new mode 100755 diff --git a/bsp/raspi2/driver/drv_uart.c b/bsp/raspi2/driver/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/raspi2/driver/drv_uart.h b/bsp/raspi2/driver/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/raspi2/figures/raspi2.png b/bsp/raspi2/figures/raspi2.png old mode 100644 new mode 100755 diff --git a/bsp/raspi2/figures/raspi_uart.png b/bsp/raspi2/figures/raspi_uart.png old mode 100644 new mode 100755 diff --git a/bsp/raspi2/link.lds b/bsp/raspi2/link.lds old mode 100644 new mode 100755 diff --git a/bsp/raspi2/rtconfig.h b/bsp/raspi2/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/raspi2/rtconfig.py b/bsp/raspi2/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/.gitignore b/bsp/realview-a8/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/README.md b/bsp/realview-a8/README.md old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/SConscript b/bsp/realview-a8/SConscript old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/SConstruct b/bsp/realview-a8/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/applications/SConscript b/bsp/realview-a8/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/applications/application.c b/bsp/realview-a8/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/applications/startup.c b/bsp/realview-a8/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/boot.sh b/bsp/realview-a8/boot.sh old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/drivers/SConscript b/bsp/realview-a8/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/drivers/board.c b/bsp/realview-a8/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/drivers/board.h b/bsp/realview-a8/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/drivers/realview.h b/bsp/realview-a8/drivers/realview.h old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/drivers/serial.c b/bsp/realview-a8/drivers/serial.c old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/drivers/serial.h b/bsp/realview-a8/drivers/serial.h old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/linux_vmm/.gitignore b/bsp/realview-a8/linux_vmm/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/linux_vmm/Makefile b/bsp/realview-a8/linux_vmm/Makefile old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/linux_vmm/build.sh b/bsp/realview-a8/linux_vmm/build.sh old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/linux_vmm/vmm_linux.c b/bsp/realview-a8/linux_vmm/vmm_linux.c old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/linux_vmm/vmm_linux.h b/bsp/realview-a8/linux_vmm/vmm_linux.h old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/mk.sh b/bsp/realview-a8/mk.sh old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/qemu.sh b/bsp/realview-a8/qemu.sh old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/realview.lds b/bsp/realview-a8/realview.lds old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/realview_vmm.lds.S b/bsp/realview-a8/realview_vmm.lds.S old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/rtconfig.h b/bsp/realview-a8/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/rtconfig.py b/bsp/realview-a8/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/realview-a8/rtt_api.h b/bsp/realview-a8/rtt_api.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/HALCoGen.dil b/bsp/rm48x50/HALCoGen/HALCoGen.dil old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/HALCoGen.hcg b/bsp/rm48x50/HALCoGen/HALCoGen.hcg old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/HALCoGen_bak.dil b/bsp/rm48x50/HALCoGen/HALCoGen_bak.dil old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/HALCoGen_bak.hcg b/bsp/rm48x50/HALCoGen/HALCoGen_bak.hcg old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/SConscript b/bsp/rm48x50/HALCoGen/SConscript old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/adc.h b/bsp/rm48x50/HALCoGen/include/adc.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/can.h b/bsp/rm48x50/HALCoGen/include/can.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/crc.h b/bsp/rm48x50/HALCoGen/include/crc.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/dcc.h b/bsp/rm48x50/HALCoGen/include/dcc.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/dmm.h b/bsp/rm48x50/HALCoGen/include/dmm.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/emac.h b/bsp/rm48x50/HALCoGen/include/emac.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/emif.h b/bsp/rm48x50/HALCoGen/include/emif.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/esm.h b/bsp/rm48x50/HALCoGen/include/esm.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/gio.h b/bsp/rm48x50/HALCoGen/include/gio.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/hal_stdtypes.h b/bsp/rm48x50/HALCoGen/include/hal_stdtypes.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/het.h b/bsp/rm48x50/HALCoGen/include/het.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/htu.h b/bsp/rm48x50/HALCoGen/include/htu.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/hw_emac.h b/bsp/rm48x50/HALCoGen/include/hw_emac.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/hw_emac_ctrl.h b/bsp/rm48x50/HALCoGen/include/hw_emac_ctrl.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/hw_mdio.h b/bsp/rm48x50/HALCoGen/include/hw_mdio.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/hw_reg_access.h b/bsp/rm48x50/HALCoGen/include/hw_reg_access.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/hw_usb.h b/bsp/rm48x50/HALCoGen/include/hw_usb.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/i2c.h b/bsp/rm48x50/HALCoGen/include/i2c.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/lin.h b/bsp/rm48x50/HALCoGen/include/lin.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/mdio.h b/bsp/rm48x50/HALCoGen/include/mdio.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/mibspi.h b/bsp/rm48x50/HALCoGen/include/mibspi.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/pinmux.h b/bsp/rm48x50/HALCoGen/include/pinmux.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/pom.h b/bsp/rm48x50/HALCoGen/include/pom.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_adc.h b/bsp/rm48x50/HALCoGen/include/reg_adc.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_can.h b/bsp/rm48x50/HALCoGen/include/reg_can.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_crc.h b/bsp/rm48x50/HALCoGen/include/reg_crc.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_dcc.h b/bsp/rm48x50/HALCoGen/include/reg_dcc.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_dma.h b/bsp/rm48x50/HALCoGen/include/reg_dma.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_dmm.h b/bsp/rm48x50/HALCoGen/include/reg_dmm.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_efc.h b/bsp/rm48x50/HALCoGen/include/reg_efc.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_emif.h b/bsp/rm48x50/HALCoGen/include/reg_emif.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_esm.h b/bsp/rm48x50/HALCoGen/include/reg_esm.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_flash.h b/bsp/rm48x50/HALCoGen/include/reg_flash.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_gio.h b/bsp/rm48x50/HALCoGen/include/reg_gio.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_het.h b/bsp/rm48x50/HALCoGen/include/reg_het.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_htu.h b/bsp/rm48x50/HALCoGen/include/reg_htu.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_i2c.h b/bsp/rm48x50/HALCoGen/include/reg_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_lin.h b/bsp/rm48x50/HALCoGen/include/reg_lin.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_mibspi.h b/bsp/rm48x50/HALCoGen/include/reg_mibspi.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_pbist.h b/bsp/rm48x50/HALCoGen/include/reg_pbist.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_pcr.h b/bsp/rm48x50/HALCoGen/include/reg_pcr.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_pinmux.h b/bsp/rm48x50/HALCoGen/include/reg_pinmux.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_pmm.h b/bsp/rm48x50/HALCoGen/include/reg_pmm.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_pom.h b/bsp/rm48x50/HALCoGen/include/reg_pom.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_rti.h b/bsp/rm48x50/HALCoGen/include/reg_rti.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_rtp.h b/bsp/rm48x50/HALCoGen/include/reg_rtp.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_sci.h b/bsp/rm48x50/HALCoGen/include/reg_sci.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_spi.h b/bsp/rm48x50/HALCoGen/include/reg_spi.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_stc.h b/bsp/rm48x50/HALCoGen/include/reg_stc.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_system.h b/bsp/rm48x50/HALCoGen/include/reg_system.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_tcram.h b/bsp/rm48x50/HALCoGen/include/reg_tcram.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/reg_vim.h b/bsp/rm48x50/HALCoGen/include/reg_vim.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/rti.h b/bsp/rm48x50/HALCoGen/include/rti.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/rtp.h b/bsp/rm48x50/HALCoGen/include/rtp.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/sci.h b/bsp/rm48x50/HALCoGen/include/sci.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/spi.h b/bsp/rm48x50/HALCoGen/include/spi.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/std_nhet.h b/bsp/rm48x50/HALCoGen/include/std_nhet.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/sys_common.h b/bsp/rm48x50/HALCoGen/include/sys_common.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/sys_core.h b/bsp/rm48x50/HALCoGen/include/sys_core.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/sys_dma.h b/bsp/rm48x50/HALCoGen/include/sys_dma.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/sys_mpu.h b/bsp/rm48x50/HALCoGen/include/sys_mpu.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/sys_pcr.h b/bsp/rm48x50/HALCoGen/include/sys_pcr.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/sys_pmm.h b/bsp/rm48x50/HALCoGen/include/sys_pmm.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/sys_pmu.h b/bsp/rm48x50/HALCoGen/include/sys_pmu.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/sys_selftest.h b/bsp/rm48x50/HALCoGen/include/sys_selftest.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/sys_vim.h b/bsp/rm48x50/HALCoGen/include/sys_vim.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/system.h b/bsp/rm48x50/HALCoGen/include/system.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/usb-ids.h b/bsp/rm48x50/HALCoGen/include/usb-ids.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/usb.h b/bsp/rm48x50/HALCoGen/include/usb.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/usb_serial_structs.h b/bsp/rm48x50/HALCoGen/include/usb_serial_structs.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/usbcdc.h b/bsp/rm48x50/HALCoGen/include/usbcdc.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/usbdcdc.h b/bsp/rm48x50/HALCoGen/include/usbdcdc.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/usbdevice.h b/bsp/rm48x50/HALCoGen/include/usbdevice.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/usbdevicepriv.h b/bsp/rm48x50/HALCoGen/include/usbdevicepriv.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/include/usblib.h b/bsp/rm48x50/HALCoGen/include/usblib.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/misra-c.txt b/bsp/rm48x50/HALCoGen/misra-c.txt old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/source/gio.c b/bsp/rm48x50/HALCoGen/source/gio.c old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/source/rti.c b/bsp/rm48x50/HALCoGen/source/rti.c old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/source/sys_link.cmd b/bsp/rm48x50/HALCoGen/source/sys_link.cmd old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/source/sys_startup.c b/bsp/rm48x50/HALCoGen/source/sys_startup.c old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/source/sys_vim.c b/bsp/rm48x50/HALCoGen/source/sys_vim.c old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/HALCoGen/source/system.c b/bsp/rm48x50/HALCoGen/source/system.c old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/SConscript b/bsp/rm48x50/SConscript old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/SConstruct b/bsp/rm48x50/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/application/SConscript b/bsp/rm48x50/application/SConscript old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/application/application.c b/bsp/rm48x50/application/application.c old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/application/startup.c b/bsp/rm48x50/application/startup.c old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/drivers/SConscript b/bsp/rm48x50/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/drivers/board.c b/bsp/rm48x50/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/drivers/board.h b/bsp/rm48x50/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/drivers/drv_uart.c b/bsp/rm48x50/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/drivers/drv_uart.h b/bsp/rm48x50/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/rm48x50.ld b/bsp/rm48x50/rm48x50.ld old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/rtconfig.h b/bsp/rm48x50/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/rm48x50/rtconfig.py b/bsp/rm48x50/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/README.md b/bsp/rv32m1_vega/README.md old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/.config b/bsp/rv32m1_vega/ri5cy/.config old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/Kconfig b/bsp/rv32m1_vega/ri5cy/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/SConscript b/bsp/rv32m1_vega/ri5cy/SConscript old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/SConstruct b/bsp/rv32m1_vega/ri5cy/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/applications/SConscript b/bsp/rv32m1_vega/ri5cy/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/applications/main.c b/bsp/rv32m1_vega/ri5cy/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/applications/mnt.c b/bsp/rv32m1_vega/ri5cy/applications/mnt.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/board/SConscript b/bsp/rv32m1_vega/ri5cy/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/board/board.c b/bsp/rv32m1_vega/ri5cy/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/board/board.h b/bsp/rv32m1_vega/ri5cy/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/board/clock_config.c b/bsp/rv32m1_vega/ri5cy/board/clock_config.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/board/clock_config.h b/bsp/rv32m1_vega/ri5cy/board/clock_config.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/board/fsl_host.c b/bsp/rv32m1_vega/ri5cy/board/fsl_host.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/board/pin_mux.c b/bsp/rv32m1_vega/ri5cy/board/pin_mux.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/board/pin_mux.h b/bsp/rv32m1_vega/ri5cy/board/pin_mux.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/driver/Kconfig b/bsp/rv32m1_vega/ri5cy/driver/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/driver/SConscript b/bsp/rv32m1_vega/ri5cy/driver/SConscript old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/driver/drv_gpio.c b/bsp/rv32m1_vega/ri5cy/driver/drv_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/driver/drv_gpio.h b/bsp/rv32m1_vega/ri5cy/driver/drv_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/driver/drv_sdcard.c b/bsp/rv32m1_vega/ri5cy/driver/drv_sdcard.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/driver/drv_sdcard.h b/bsp/rv32m1_vega/ri5cy/driver/drv_sdcard.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/driver/drv_uart.c b/bsp/rv32m1_vega/ri5cy/driver/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/driver/drv_uart.h b/bsp/rv32m1_vega/ri5cy/driver/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/link.lds b/bsp/rv32m1_vega/ri5cy/link.lds old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/rtconfig.h b/bsp/rv32m1_vega/ri5cy/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/ri5cy/rtconfig.py b/bsp/rv32m1_vega/ri5cy/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/RISCV/core_riscv32.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/RISCV/core_riscv32.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/SConscript b/bsp/rv32m1_vega/rv32m1_sdk_riscv/SConscript old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/RV32M1_ri5cy.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/RV32M1_ri5cy.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/RV32M1_ri5cy_features.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/RV32M1_ri5cy_features.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/RV32M1_zero_riscy.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/RV32M1_zero_riscy.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/RV32M1_zero_riscy_features.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/RV32M1_zero_riscy_features.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/SConscript b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/SConscript old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_cau3.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_cau3.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_cau3.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_cau3.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_clock.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_clock.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_clock.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_clock.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_common.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_common.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_common.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_common.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_crc.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_crc.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_crc.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_crc.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_dac.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_dac.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_dac.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_dac.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_dmamux.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_dmamux.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_dmamux.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_dmamux.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_edma.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_edma.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_edma.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_edma.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_ewm.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_ewm.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_ewm.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_ewm.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flash.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flash.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flash.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flash.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_i2c_master.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_i2c_master.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_i2c_master.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_i2c_master.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_spi.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_spi.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_spi.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_spi.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_spi_edma.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_spi_edma.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_spi_edma.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_spi_edma.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_uart.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_uart.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_uart.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_uart.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_uart_edma.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_uart_edma.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_uart_edma.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_uart_edma.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_gpio.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_gpio.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_intmux.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_intmux.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_intmux.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_intmux.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_llwu.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_llwu.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_llwu.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_llwu.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpadc.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpadc.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpadc.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpadc.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpcmp.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpcmp.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpcmp.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpcmp.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpi2c.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpi2c.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpi2c.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpi2c.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpi2c_edma.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpi2c_edma.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpi2c_edma.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpi2c_edma.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpit.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpit.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpit.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpit.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpspi.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpspi.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpspi.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpspi.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpspi_edma.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpspi_edma.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpspi_edma.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpspi_edma.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lptmr.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lptmr.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lptmr.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lptmr.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpuart.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpuart.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpuart.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpuart.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpuart_edma.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpuart_edma.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpuart_edma.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpuart_edma.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_mmdvsq.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_mmdvsq.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_mmdvsq.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_mmdvsq.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_msmc.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_msmc.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_msmc.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_msmc.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_mu.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_mu.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_mu.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_mu.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_port.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_port.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_rtc.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_rtc.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_sema42.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_sema42.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_sema42.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_sema42.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_sim.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_sim.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_sim.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_sim.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_spm.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_spm.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_spm.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_spm.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_tpm.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_tpm.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_tpm.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_tpm.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_trng.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_trng.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_trng.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_trng.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_tstmr.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_tstmr.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_usdhc.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_usdhc.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_usdhc.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_usdhc.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_wdog32.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_wdog32.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_wdog32.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_wdog32.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_xrdc.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_xrdc.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_xrdc.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_xrdc.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/fsl_device_registers.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/fsl_device_registers.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/gcc/startup_RV32M1_ri5cy.S b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/gcc/startup_RV32M1_ri5cy.S old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/gcc/startup_RV32M1_zero_riscy.S b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/gcc/startup_RV32M1_zero_riscy.S old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/system_RV32M1_ri5cy.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/system_RV32M1_ri5cy.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/system_RV32M1_ri5cy.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/system_RV32M1_ri5cy.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/system_RV32M1_zero_riscy.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/system_RV32M1_zero_riscy.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/system_RV32M1_zero_riscy.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/system_RV32M1_zero_riscy.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_debug_console.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_debug_console.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_debug_console.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_debug_console.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_debug_console_conf.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_debug_console_conf.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_io.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_io.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_io.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_io.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_log.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_log.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_log.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_log.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_shell.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_shell.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_shell.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_shell.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_str.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_str.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_str.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_str.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/SConscript b/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/SConscript old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/SConscript b/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/SConscript old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/inc/fsl_card.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/inc/fsl_card.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/inc/fsl_host.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/inc/fsl_host.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/inc/fsl_sdmmc.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/inc/fsl_sdmmc.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/inc/fsl_specification.h b/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/inc/fsl_specification.h old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/src/fsl_sd.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/src/fsl_sd.c old mode 100644 new mode 100755 diff --git a/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/src/fsl_sdmmc.c b/bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/src/fsl_sdmmc.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/Interrupt_INTC.c b/bsp/rx/RPDL/Interrupt_INTC.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/Interrupt_RTC.c b/bsp/rx/RPDL/Interrupt_RTC.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/Interrupt_SPI.c b/bsp/rx/RPDL/Interrupt_SPI.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/Interrupt_TMR.c b/bsp/rx/RPDL/Interrupt_TMR.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/RX62N_library_LQFP_100.a b/bsp/rx/RPDL/RX62N_library_LQFP_100.a old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/interrupt_adc_10.c b/bsp/rx/RPDL/interrupt_adc_10.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/interrupt_adc_12.c b/bsp/rx/RPDL/interrupt_adc_12.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/interrupt_bsc.c b/bsp/rx/RPDL/interrupt_bsc.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/interrupt_cmt.c b/bsp/rx/RPDL/interrupt_cmt.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/interrupt_dmac.c b/bsp/rx/RPDL/interrupt_dmac.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/interrupt_exdmac.c b/bsp/rx/RPDL/interrupt_exdmac.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/interrupt_iic.c b/bsp/rx/RPDL/interrupt_iic.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/interrupt_mtu2.c b/bsp/rx/RPDL/interrupt_mtu2.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/interrupt_not_rpdl.c b/bsp/rx/RPDL/interrupt_not_rpdl.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/interrupt_poe.c b/bsp/rx/RPDL/interrupt_poe.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/interrupt_sci.c b/bsp/rx/RPDL/interrupt_sci.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/interrupt_wdt.c b/bsp/rx/RPDL/interrupt_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/macro.h b/bsp/rx/RPDL/macro.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_adc_10.h b/bsp/rx/RPDL/r_pdl_adc_10.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_adc_10_RX62Nxx.h b/bsp/rx/RPDL/r_pdl_adc_10_RX62Nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_adc_12.h b/bsp/rx/RPDL/r_pdl_adc_12.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_adc_12_RX62Nxx.h b/bsp/rx/RPDL/r_pdl_adc_12_RX62Nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_bsc.h b/bsp/rx/RPDL/r_pdl_bsc.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_bsc_rx62nxx.h b/bsp/rx/RPDL/r_pdl_bsc_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_cgc.h b/bsp/rx/RPDL/r_pdl_cgc.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_cgc_rx62nxx.h b/bsp/rx/RPDL/r_pdl_cgc_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_cmt.h b/bsp/rx/RPDL/r_pdl_cmt.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_cmt_rx62nxx.h b/bsp/rx/RPDL/r_pdl_cmt_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_common_defs_rx62nxx.h b/bsp/rx/RPDL/r_pdl_common_defs_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_crc.h b/bsp/rx/RPDL/r_pdl_crc.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_crc_rx62nxx.h b/bsp/rx/RPDL/r_pdl_crc_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_dac_10.h b/bsp/rx/RPDL/r_pdl_dac_10.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_dac_10_rx62nxx.h b/bsp/rx/RPDL/r_pdl_dac_10_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_definitions.h b/bsp/rx/RPDL/r_pdl_definitions.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_dmac.h b/bsp/rx/RPDL/r_pdl_dmac.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_dmac_rx62nxx.h b/bsp/rx/RPDL/r_pdl_dmac_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_dtc.h b/bsp/rx/RPDL/r_pdl_dtc.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_dtc_rx62nxx.h b/bsp/rx/RPDL/r_pdl_dtc_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_exdmac.h b/bsp/rx/RPDL/r_pdl_exdmac.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_exdmac_rx62nxx.h b/bsp/rx/RPDL/r_pdl_exdmac_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_iic.h b/bsp/rx/RPDL/r_pdl_iic.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_iic_rx62nxfp.h b/bsp/rx/RPDL/r_pdl_iic_rx62nxfp.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_iic_rx62nxnfp.h b/bsp/rx/RPDL/r_pdl_iic_rx62nxnfp.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_intc.h b/bsp/rx/RPDL/r_pdl_intc.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_intc_rx62nxx.h b/bsp/rx/RPDL/r_pdl_intc_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_io_port.h b/bsp/rx/RPDL/r_pdl_io_port.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_io_port_rx62nxbg.h b/bsp/rx/RPDL/r_pdl_io_port_rx62nxbg.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_io_port_rx62nxfb.h b/bsp/rx/RPDL/r_pdl_io_port_rx62nxfb.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_io_port_rx62nxfp.h b/bsp/rx/RPDL/r_pdl_io_port_rx62nxfp.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_io_port_rx62nxld.h b/bsp/rx/RPDL/r_pdl_io_port_rx62nxld.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_io_port_rx62nxle.h b/bsp/rx/RPDL/r_pdl_io_port_rx62nxle.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_iwdt.h b/bsp/rx/RPDL/r_pdl_iwdt.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_iwdt_RX62Nxx.h b/bsp/rx/RPDL/r_pdl_iwdt_RX62Nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_lpc.h b/bsp/rx/RPDL/r_pdl_lpc.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_lpc_rx62nxx.h b/bsp/rx/RPDL/r_pdl_lpc_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_lvd.h b/bsp/rx/RPDL/r_pdl_lvd.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_lvd_RX62Nxx.h b/bsp/rx/RPDL/r_pdl_lvd_RX62Nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_mcu.h b/bsp/rx/RPDL/r_pdl_mcu.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_mcu_rx62nxx.h b/bsp/rx/RPDL/r_pdl_mcu_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_mtu2.h b/bsp/rx/RPDL/r_pdl_mtu2.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_mtu2_rx62nxx.h b/bsp/rx/RPDL/r_pdl_mtu2_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_pfc.h b/bsp/rx/RPDL/r_pdl_pfc.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_pfc_rx62nxx.h b/bsp/rx/RPDL/r_pdl_pfc_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_poe.h b/bsp/rx/RPDL/r_pdl_poe.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_poe_rx62nxx.h b/bsp/rx/RPDL/r_pdl_poe_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_ppg.h b/bsp/rx/RPDL/r_pdl_ppg.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_ppg_rx62nxx.h b/bsp/rx/RPDL/r_pdl_ppg_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_rtc.h b/bsp/rx/RPDL/r_pdl_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_rtc_RX62Nxx.h b/bsp/rx/RPDL/r_pdl_rtc_RX62Nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_sci.h b/bsp/rx/RPDL/r_pdl_sci.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_sci_rx62nxx.h b/bsp/rx/RPDL/r_pdl_sci_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_spi.h b/bsp/rx/RPDL/r_pdl_spi.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_spi_rx62nxx.h b/bsp/rx/RPDL/r_pdl_spi_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_tmr.h b/bsp/rx/RPDL/r_pdl_tmr.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_tmr_rx62nxx.h b/bsp/rx/RPDL/r_pdl_tmr_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_user_definitions.h b/bsp/rx/RPDL/r_pdl_user_definitions.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_wdt.h b/bsp/rx/RPDL/r_pdl_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/rx/RPDL/r_pdl_wdt_rx62nxx.h b/bsp/rx/RPDL/r_pdl_wdt_rx62nxx.h old mode 100644 new mode 100755 diff --git a/bsp/rx/ReadMe.txt b/bsp/rx/ReadMe.txt old mode 100644 new mode 100755 diff --git a/bsp/rx/applications/SConscript b/bsp/rx/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/rx/applications/application.c b/bsp/rx/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/rx/applications/startup.c b/bsp/rx/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/rx/drivers/Uart.h b/bsp/rx/drivers/Uart.h old mode 100644 new mode 100755 diff --git a/bsp/rx/drivers/board.c b/bsp/rx/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/rx/drivers/board.h b/bsp/rx/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/rx/drivers/uart.c b/bsp/rx/drivers/uart.c old mode 100644 new mode 100755 diff --git a/bsp/rx/lnkr5f562n8.icf b/bsp/rx/lnkr5f562n8.icf old mode 100644 new mode 100755 diff --git a/bsp/rx/project.vpj b/bsp/rx/project.vpj old mode 100644 new mode 100755 diff --git a/bsp/rx/project.vpw b/bsp/rx/project.vpw old mode 100644 new mode 100755 diff --git a/bsp/rx/project.vpwhist b/bsp/rx/project.vpwhist old mode 100644 new mode 100755 diff --git a/bsp/rx/project.vtg b/bsp/rx/project.vtg old mode 100644 new mode 100755 diff --git a/bsp/rx/rt.ewd b/bsp/rx/rt.ewd old mode 100644 new mode 100755 diff --git a/bsp/rx/rt.ewp b/bsp/rx/rt.ewp old mode 100644 new mode 100755 diff --git a/bsp/rx/rtconfig.h b/bsp/rx/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/rx/rx62n.eww b/bsp/rx/rx62n.eww old mode 100644 new mode 100755 diff --git a/bsp/sam7x/SConscript b/bsp/sam7x/SConscript old mode 100644 new mode 100755 diff --git a/bsp/sam7x/SConstruct b/bsp/sam7x/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/sam7x/applications/SConscript b/bsp/sam7x/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/sam7x/applications/application.c b/bsp/sam7x/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/sam7x/applications/startup.c b/bsp/sam7x/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/sam7x/drivers/AT91SAM7X.h b/bsp/sam7x/drivers/AT91SAM7X.h old mode 100644 new mode 100755 diff --git a/bsp/sam7x/drivers/AT91SAM7X256.h b/bsp/sam7x/drivers/AT91SAM7X256.h old mode 100644 new mode 100755 diff --git a/bsp/sam7x/drivers/SConscript b/bsp/sam7x/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/sam7x/drivers/board.c b/bsp/sam7x/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/sam7x/drivers/board.h b/bsp/sam7x/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/sam7x/drivers/mii.h b/bsp/sam7x/drivers/mii.h old mode 100644 new mode 100755 diff --git a/bsp/sam7x/drivers/sam7x_emac.c b/bsp/sam7x/drivers/sam7x_emac.c old mode 100644 new mode 100755 diff --git a/bsp/sam7x/drivers/sam7x_emac.h b/bsp/sam7x/drivers/sam7x_emac.h old mode 100644 new mode 100755 diff --git a/bsp/sam7x/drivers/sd.c b/bsp/sam7x/drivers/sd.c old mode 100644 new mode 100755 diff --git a/bsp/sam7x/drivers/sd.h b/bsp/sam7x/drivers/sd.h old mode 100644 new mode 100755 diff --git a/bsp/sam7x/drivers/serial.c b/bsp/sam7x/drivers/serial.c old mode 100644 new mode 100755 diff --git a/bsp/sam7x/drivers/serial.h b/bsp/sam7x/drivers/serial.h old mode 100644 new mode 100755 diff --git a/bsp/sam7x/project.uvproj b/bsp/sam7x/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/sam7x/rtconfig.h b/bsp/sam7x/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/sam7x/rtconfig.py b/bsp/sam7x/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/sam7x/sam7x_rom.ld b/bsp/sam7x/sam7x_rom.ld old mode 100644 new mode 100755 diff --git a/bsp/sam7x/sam7x_rom.sct b/bsp/sam7x/sam7x_rom.sct old mode 100644 new mode 100755 diff --git a/bsp/sam7x/template.uvproj b/bsp/sam7x/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/samd21/README.txt b/bsp/samd21/README.txt old mode 100644 new mode 100755 diff --git a/bsp/samd21/SAM_D2X_RTT.sct b/bsp/samd21/SAM_D2X_RTT.sct old mode 100644 new mode 100755 diff --git a/bsp/samd21/SConscript b/bsp/samd21/SConscript old mode 100644 new mode 100755 diff --git a/bsp/samd21/SConstruct b/bsp/samd21/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/samd21/applications/SConscript b/bsp/samd21/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/samd21/applications/application.c b/bsp/samd21/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/applications/startup.c b/bsp/samd21/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/asflib_config/clock_samd20/conf_clocks.h b/bsp/samd21/asflib_config/clock_samd20/conf_clocks.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/asflib_config/clock_samd21_r21_da_ha1/conf_clocks.h b/bsp/samd21/asflib_config/clock_samd21_r21_da_ha1/conf_clocks.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/asflib_config/conf_extint.h b/bsp/samd21/asflib_config/conf_extint.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/board/SConscript b/bsp/samd21/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/samd21/board/board.c b/bsp/samd21/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/board/board.h b/bsp/samd21/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/board/sleep_timer.c b/bsp/samd21/board/sleep_timer.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/board/sleep_timer.h b/bsp/samd21/board/sleep_timer.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/board/uart.c b/bsp/samd21/board/uart.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/project.uvprojx b/bsp/samd21/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/samd21/rtconfig.h b/bsp/samd21/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/rtconfig.py b/bsp/samd21/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/CMSIS/Include/arm_common_tables.h b/bsp/samd21/sam_d2x_asflib/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/CMSIS/Include/arm_const_structs.h b/bsp/samd21/sam_d2x_asflib/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/CMSIS/Include/arm_math.h b/bsp/samd21/sam_d2x_asflib/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cm0.h b/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cm0plus.h b/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cm3.h b/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cm4.h b/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cm7.h b/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cmFunc.h b/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cmInstr.h b/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cmSimd.h b/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_sc000.h b/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_sc300.h b/bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/SConscript b/bsp/samd21/sam_d2x_asflib/SConscript old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/boards/board.h b/bsp/samd21/sam_d2x_asflib/common/boards/board.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/boards/security_xplained/security_xplained.c b/bsp/samd21/sam_d2x_asflib/common/boards/security_xplained/security_xplained.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/boards/security_xplained/security_xplained.h b/bsp/samd21/sam_d2x_asflib/common/boards/security_xplained/security_xplained.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/boards/sensors_xplained/sensors_xplained.c b/bsp/samd21/sam_d2x_asflib/common/boards/sensors_xplained/sensors_xplained.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/boards/sensors_xplained/sensors_xplained.h b/bsp/samd21/sam_d2x_asflib/common/boards/sensors_xplained/sensors_xplained.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/boards/sensors_xplained/xplained_headers.h b/bsp/samd21/sam_d2x_asflib/common/boards/sensors_xplained/xplained_headers.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/boards/user_board/board_config/conf_board.h b/bsp/samd21/sam_d2x_asflib/common/boards/user_board/board_config/conf_board.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/boards/user_board/debug_config/flash.gdb b/bsp/samd21/sam_d2x_asflib/common/boards/user_board/debug_config/flash.gdb old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/boards/user_board/debug_config/flash.mac b/bsp/samd21/sam_d2x_asflib/common/boards/user_board/debug_config/flash.mac old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/boards/user_board/debug_config/ram.gdb b/bsp/samd21/sam_d2x_asflib/common/boards/user_board/debug_config/ram.gdb old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/boards/user_board/debug_config/ram.mac b/bsp/samd21/sam_d2x_asflib/common/boards/user_board/debug_config/ram.mac old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/boards/user_board/init.c b/bsp/samd21/sam_d2x_asflib/common/boards/user_board/init.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/boards/user_board/user_board.h b/bsp/samd21/sam_d2x_asflib/common/boards/user_board/user_board.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/module_config/conf_atsha204.h b/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/module_config/conf_atsha204.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_comm.c b/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_comm.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_comm.h b/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_comm.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_command_marshaling.c b/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_command_marshaling.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_command_marshaling.h b/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_command_marshaling.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_config.h b/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_config.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_i2c.c b/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_lib_return_codes.h b/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_lib_return_codes.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_physical.h b/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_physical.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/drivers/nvm/common_nvm.h b/bsp/samd21/sam_d2x_asflib/common/drivers/nvm/common_nvm.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/drivers/nvm/sam/module_config/conf_nvm.h b/bsp/samd21/sam_d2x_asflib/common/drivers/nvm/sam/module_config/conf_nvm.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/drivers/nvm/sam/sam_nvm.c b/bsp/samd21/sam_d2x_asflib/common/drivers/nvm/sam/sam_nvm.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/adp/adp.c b/bsp/samd21/sam_d2x_asflib/common/services/adp/adp.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/adp/adp.h b/bsp/samd21/sam_d2x_asflib/common/services/adp/adp.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/adp/adp_interface.h b/bsp/samd21/sam_d2x_asflib/common/services/adp/adp_interface.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/adp/sam/adp_interface_spi.c b/bsp/samd21/sam_d2x_asflib/common/services/adp/sam/adp_interface_spi.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/adp/sam/adp_interface_twi.c b/bsp/samd21/sam_d2x_asflib/common/services/adp/sam/adp_interface_twi.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/adp/sam0/adp_interface_spi.c b/bsp/samd21/sam_d2x_asflib/common/services/adp/sam0/adp_interface_spi.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/adp/sam0/adp_interface_twi.c b/bsp/samd21/sam_d2x_asflib/common/services/adp/sam0/adp_interface_twi.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/calendar/calendar.c b/bsp/samd21/sam_d2x_asflib/common/services/calendar/calendar.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/calendar/calendar.h b/bsp/samd21/sam_d2x_asflib/common/services/calendar/calendar.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/clock/dfll.h b/bsp/samd21/sam_d2x_asflib/common/services/clock/dfll.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/clock/genclk.h b/bsp/samd21/sam_d2x_asflib/common/services/clock/genclk.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/clock/osc.h b/bsp/samd21/sam_d2x_asflib/common/services/clock/osc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/clock/pll.h b/bsp/samd21/sam_d2x_asflib/common/services/clock/pll.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/clock/sysclk.h b/bsp/samd21/sam_d2x_asflib/common/services/clock/sysclk.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/cpu/reset_cause.h b/bsp/samd21/sam_d2x_asflib/common/services/cpu/reset_cause.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/crc32/crc32.c b/bsp/samd21/sam_d2x_asflib/common/services/crc32/crc32.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/crc32/crc32.h b/bsp/samd21/sam_d2x_asflib/common/services/crc32/crc32.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/delay/delay.h b/bsp/samd21/sam_d2x_asflib/common/services/delay/delay.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/delay/sam/cycle_counter.c b/bsp/samd21/sam_d2x_asflib/common/services/delay/sam/cycle_counter.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/delay/sam/cycle_counter.h b/bsp/samd21/sam_d2x_asflib/common/services/delay/sam/cycle_counter.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/fifo/fifo.c b/bsp/samd21/sam_d2x_asflib/common/services/fifo/fifo.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/fifo/fifo.h b/bsp/samd21/sam_d2x_asflib/common/services/fifo/fifo.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/gpio/gpio.h b/bsp/samd21/sam_d2x_asflib/common/services/gpio/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/gpio/sam_gpio/sam_gpio.h b/bsp/samd21/sam_d2x_asflib/common/services/gpio/sam_gpio/sam_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/hugemem/generic/hugemem.h b/bsp/samd21/sam_d2x_asflib/common/services/hugemem/generic/hugemem.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/hugemem/hugemem.h b/bsp/samd21/sam_d2x_asflib/common/services/hugemem/hugemem.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/ioport/ioport.h b/bsp/samd21/sam_d2x_asflib/common/services/ioport/ioport.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/ioport/sam/ioport_gpio.h b/bsp/samd21/sam_d2x_asflib/common/services/ioport/sam/ioport_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/ioport/sam/ioport_pio.h b/bsp/samd21/sam_d2x_asflib/common/services/ioport/sam/ioport_pio.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/ioport/sam0/ioport.h b/bsp/samd21/sam_d2x_asflib/common/services/ioport/sam0/ioport.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/isp/flip/flip_protocol.h b/bsp/samd21/sam_d2x_asflib/common/services/isp/flip/flip_protocol.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/isp/flip/isp.h b/bsp/samd21/sam_d2x_asflib/common/services/isp/flip/isp.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/isp/flip/module_config/conf_isp.h b/bsp/samd21/sam_d2x_asflib/common/services/isp/flip/module_config/conf_isp.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/serial/sam0_usart/usart_serial.h b/bsp/samd21/sam_d2x_asflib/common/services/serial/sam0_usart/usart_serial.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/serial/sam_uart/module_config/conf_uart_serial.h b/bsp/samd21/sam_d2x_asflib/common/services/serial/sam_uart/module_config/conf_uart_serial.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/serial/sam_uart/uart_serial.h b/bsp/samd21/sam_d2x_asflib/common/services/serial/sam_uart/uart_serial.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/serial/serial.h b/bsp/samd21/sam_d2x_asflib/common/services/serial/serial.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/serial/usart_serial.c b/bsp/samd21/sam_d2x_asflib/common/services/serial/usart_serial.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/sam/module_config/conf_sleepmgr.h b/bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/sam/module_config/conf_sleepmgr.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/sam/sleepmgr.c b/bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/sam/sleepmgr.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/sam/sleepmgr.h b/bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/sam/sleepmgr.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/samd/module_config/conf_sleepmgr.h b/bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/samd/module_config/conf_sleepmgr.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/samd/sleepmgr.c b/bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/samd/sleepmgr.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/samd/sleepmgr.h b/bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/samd/sleepmgr.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/sleepmgr.h b/bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/sleepmgr.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/spi/sam_spi/module_config/conf_spi_master.h b/bsp/samd21/sam_d2x_asflib/common/services/spi/sam_spi/module_config/conf_spi_master.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/spi/sam_spi/spi_master.c b/bsp/samd21/sam_d2x_asflib/common/services/spi/sam_spi/spi_master.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/spi/sam_spi/spi_master.h b/bsp/samd21/sam_d2x_asflib/common/services/spi/sam_spi/spi_master.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/spi/sam_usart_spi/module_config/conf_usart_spi.h b/bsp/samd21/sam_d2x_asflib/common/services/spi/sam_usart_spi/module_config/conf_usart_spi.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/spi/sam_usart_spi/usart_spi.c b/bsp/samd21/sam_d2x_asflib/common/services/spi/sam_usart_spi/usart_spi.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/spi/sam_usart_spi/usart_spi.h b/bsp/samd21/sam_d2x_asflib/common/services/spi/sam_usart_spi/usart_spi.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/spi/spi_master.h b/bsp/samd21/sam_d2x_asflib/common/services/spi/spi_master.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/spi/usart_spi.h b/bsp/samd21/sam_d2x_asflib/common/services/spi/usart_spi.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/storage/ctrl_access/ctrl_access.c b/bsp/samd21/sam_d2x_asflib/common/services/storage/ctrl_access/ctrl_access.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/storage/ctrl_access/ctrl_access.h b/bsp/samd21/sam_d2x_asflib/common/services/storage/ctrl_access/ctrl_access.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/storage/ctrl_access/module_config/conf_access.h b/bsp/samd21/sam_d2x_asflib/common/services/storage/ctrl_access/module_config/conf_access.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/storage/ecc_hamming/ecc-sw.c b/bsp/samd21/sam_d2x_asflib/common/services/storage/ecc_hamming/ecc-sw.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/storage/ecc_hamming/ecc-sw.h b/bsp/samd21/sam_d2x_asflib/common/services/storage/ecc_hamming/ecc-sw.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/twi/sam_twi/twi_master.h b/bsp/samd21/sam_d2x_asflib/common/services/twi/sam_twi/twi_master.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/twi/sam_twi/twi_slave.h b/bsp/samd21/sam_d2x_asflib/common/services/twi/sam_twi/twi_slave.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/twi/sam_twihs/twihs_master.h b/bsp/samd21/sam_d2x_asflib/common/services/twi/sam_twihs/twihs_master.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/twi/sam_twihs/twihs_slave.h b/bsp/samd21/sam_d2x_asflib/common/services/twi/sam_twihs/twihs_slave.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/twi/sam_twim/twi_master.h b/bsp/samd21/sam_d2x_asflib/common/services/twi/sam_twim/twi_master.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/twi/twi_master.h b/bsp/samd21/sam_d2x_asflib/common/services/twi/twi_master.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/twi/twi_slave.h b/bsp/samd21/sam_d2x_asflib/common/services/twi/twi_slave.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/twi/twihs_master.h b/bsp/samd21/sam_d2x_asflib/common/services/twi/twihs_master.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/services/twi/twihs_slave.h b/bsp/samd21/sam_d2x_asflib/common/services/twi/twihs_slave.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/interrupt.h b/bsp/samd21/sam_d2x_asflib/common/utils/interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/interrupt/interrupt_avr32.h b/bsp/samd21/sam_d2x_asflib/common/utils/interrupt/interrupt_avr32.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/interrupt/interrupt_avr8.h b/bsp/samd21/sam_d2x_asflib/common/utils/interrupt/interrupt_avr8.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/interrupt/interrupt_sam_nvic.c b/bsp/samd21/sam_d2x_asflib/common/utils/interrupt/interrupt_sam_nvic.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/interrupt/interrupt_sam_nvic.h b/bsp/samd21/sam_d2x_asflib/common/utils/interrupt/interrupt_sam_nvic.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/make/Makefile.avr.in b/bsp/samd21/sam_d2x_asflib/common/utils/make/Makefile.avr.in old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/membag/membag.c b/bsp/samd21/sam_d2x_asflib/common/utils/membag/membag.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/membag/membag.h b/bsp/samd21/sam_d2x_asflib/common/utils/membag/membag.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/membag/module_config/conf_membag.h b/bsp/samd21/sam_d2x_asflib/common/utils/membag/module_config/conf_membag.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/osprintf/osprintf.c b/bsp/samd21/sam_d2x_asflib/common/utils/osprintf/osprintf.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/osprintf/osprintf.h b/bsp/samd21/sam_d2x_asflib/common/utils/osprintf/osprintf.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/parts.h b/bsp/samd21/sam_d2x_asflib/common/utils/parts.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/stdio/read.c b/bsp/samd21/sam_d2x_asflib/common/utils/stdio/read.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_serial/stdio_serial.h b/bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_serial/stdio_serial.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_usb/stdio_usb.c b/bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_usb/stdio_usb.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_usb/stdio_usb.h b/bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_usb/stdio_usb.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common/utils/stdio/write.c b/bsp/samd21/sam_d2x_asflib/common/utils/stdio/write.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/delay/delay.h b/bsp/samd21/sam_d2x_asflib/common2/services/delay/delay.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/delay/sam0/cycle_counter.c b/bsp/samd21/sam_d2x_asflib/common2/services/delay/sam0/cycle_counter.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/delay/sam0/cycle_counter.h b/bsp/samd21/sam_d2x_asflib/common2/services/delay/sam0/cycle_counter.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/delay/sam0/systick_counter.c b/bsp/samd21/sam_d2x_asflib/common2/services/delay/sam0/systick_counter.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/delay/sam0/systick_counter.h b/bsp/samd21/sam_d2x_asflib/common2/services/delay/sam0/systick_counter.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono.h b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_c12832_a1z.c b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_c12832_a1z.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_c12832_a1z.h b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_c12832_a1z.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_framebuffer.c b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_framebuffer.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_framebuffer.h b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_framebuffer.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_generic.c b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_generic.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_generic.h b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_generic.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_menu.c b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_menu.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_menu.h b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_menu.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_null.c b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_null.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_null.h b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_null.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_screen_dump.h b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_screen_dump.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_spinctrl.c b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_spinctrl.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_spinctrl.h b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_spinctrl.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_text.c b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_text.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_text.h b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_text.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_ug_2832hsweg04.c b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_ug_2832hsweg04.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_ug_2832hsweg04.h b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_ug_2832hsweg04.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/module_config/conf_menu.h b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/module_config/conf_menu.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/module_config/conf_spinctrl.h b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/module_config/conf_spinctrl.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/module_config/conf_sysfont.h b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/module_config/conf_sysfont.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/sysfont.c b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/sysfont.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/sysfont.h b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/sysfont.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/tools/bitmap.py b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/tools/bitmap.py old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/tools/dump_display_over_serial.py b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/tools/dump_display_over_serial.py old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/tools/readme.txt b/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/tools/readme.txt old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/boards/dummy/dummy_board.h b/bsp/samd21/sam_d2x_asflib/sam0/boards/dummy/dummy_board.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/board_config/conf_board.h b/bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/board_config/conf_board.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/board_init.c b/bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/board_init.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/debug_scripts/gcc/samd20_xplained_pro_flash.gdb b/bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/debug_scripts/gcc/samd20_xplained_pro_flash.gdb old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/debug_scripts/gcc/samd20_xplained_pro_sram.gdb b/bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/debug_scripts/gcc/samd20_xplained_pro_sram.gdb old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/debug_scripts/iar/samd20_xplained_pro_flash.mac b/bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/debug_scripts/iar/samd20_xplained_pro_flash.mac old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/debug_scripts/iar/samd20_xplained_pro_sram.mac b/bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/debug_scripts/iar/samd20_xplained_pro_sram.mac old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/samd20_xplained_pro.h b/bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/samd20_xplained_pro.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/board_config/conf_board.h b/bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/board_config/conf_board.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/board_init.c b/bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/board_init.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/debug_scripts/gcc/samd21_xplained_pro_flash.gdb b/bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/debug_scripts/gcc/samd21_xplained_pro_flash.gdb old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/debug_scripts/gcc/samd21_xplained_pro_sram.gdb b/bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/debug_scripts/gcc/samd21_xplained_pro_sram.gdb old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/debug_scripts/iar/samd21_xplained_pro_flash.mac b/bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/debug_scripts/iar/samd21_xplained_pro_flash.mac old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/debug_scripts/iar/samd21_xplained_pro_sram.mac b/bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/debug_scripts/iar/samd21_xplained_pro_sram.mac old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/samd21_xplained_pro.h b/bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/samd21_xplained_pro.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac_callback.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac_callback.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac_sam_d_r_h/ac.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac_sam_d_r_h/ac.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac_sam_l_c/ac.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac_sam_l_c/ac.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_callback.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_callback.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_b.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_b/adc_sam_b.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_b/adc_sam_b.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_d_r_h/adc.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_d_r_h/adc.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_d_r_h/adc_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_d_r_h/adc_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_d_r_h/adc_feature.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_d_r_h/adc_feature.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_l_c/adc.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_l_c/adc.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_l_c/adc_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_l_c/adc_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_l_c/adc_feature.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_l_c/adc_feature.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/aes/aes.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/aes/aes.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/aes/aes.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/aes/aes.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/aes/aes_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/aes/aes_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/aes/aes_callback.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/aes/aes_callback.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/aon_sleep_timer/aon_sleep_timer.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/aon_sleep_timer/aon_sleep_timer.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/aon_sleep_timer/aon_sleep_timer.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/aon_sleep_timer/aon_sleep_timer.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_c/bod.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_c/bod.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_c/bod_feature.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_c/bod_feature.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_d_r_h/bod.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_d_r_h/bod.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_d_r_h/bod_feature.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_d_r_h/bod_feature.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_l/bod.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_l/bod.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_l/bod_feature.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_l/bod_feature.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/can/can.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/can/can.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/can/can.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/can/can.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/can/module_config/conf_can.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/can/module_config/conf_can.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/ccl/ccl.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/ccl/ccl.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/ccl/ccl.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/ccl/ccl.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_callback.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_callback.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_d_c_h/dac.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_d_c_h/dac.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_d_c_h/dac_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_d_c_h/dac_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_d_c_h/dac_feature.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_d_c_h/dac_feature.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_l/dac.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_l/dac.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_l/dac_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_l/dac_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_l/dac_feature.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_l/dac_feature.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/divas/divas.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/divas/divas.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/divas/divas.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/divas/divas.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/dma.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/dma.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/dma.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/dma.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/dma_crc.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/dma_crc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/dma_sam_b.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/dma_sam_b.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/dma_sam_b.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/dma_sam_b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/module_config/conf_dma.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/module_config/conf_dma.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dsu/crc32/crc32.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dsu/crc32/crc32.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dsu/crc32/crc32.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dsu/crc32/crc32.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dualtimer/dualtimer.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dualtimer/dualtimer.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/dualtimer/dualtimer.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/dualtimer/dualtimer.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_common.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_common.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_hooks.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_hooks.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_hooks.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_hooks.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_sam_d_r_h/events.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_sam_d_r_h/events.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_sam_l_c/events.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_sam_l_c/events.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_callback.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_callback.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_sam_d_r_h/extint.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_sam_d_r_h/extint.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_sam_l_c/extint.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_sam_l_c/extint.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/module_config/conf_extint.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/module_config/conf_extint.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/freqm/freqm.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/freqm/freqm.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/freqm/freqm.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/freqm/freqm.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/freqm/freqm_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/freqm/freqm_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/freqm/freqm_callback.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/freqm/freqm_callback.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/gpio/gpio.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/gpio/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/gpio/gpio.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/gpio/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_common.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_common.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_master.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_master.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_master.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_master.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_master_interrupt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_master_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_master_interrupt.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_master_interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_slave.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_slave.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_slave.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_slave.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_slave_interrupt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_slave_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_slave_interrupt.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_slave_interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2s/i2s.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2s/i2s.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2s/i2s.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2s/i2s.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2s/i2s_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2s/i2s_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2s/i2s_callback.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2s/i2s_callback.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/nvm/nvm.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/nvm/nvm.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/nvm/nvm.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/nvm/nvm.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/opamp/opamp.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/opamp/opamp.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/opamp/opamp.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/opamp/opamp.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/pac/pac.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/pac/pac.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/pac/pac_sam_d_r_h/pac.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/pac/pac_sam_d_r_h/pac.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/pac/pac_sam_l_c/pac.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/pac/pac_sam_l_c/pac.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/port/port.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/port/port.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/port/port.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/port/port.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/pwm/pwm.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/pwm/pwm.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/pwm/pwm.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/pwm/pwm.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/quad_decoder/quad_decoder.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/quad_decoder/quad_decoder.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/quad_decoder/quad_decoder.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/quad_decoder/quad_decoder.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_calendar.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_calendar.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_calendar_interrupt.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_calendar_interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_count.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_count.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_count_interrupt.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_count_interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_d_r_h/rtc_calendar.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_d_r_h/rtc_calendar.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_d_r_h/rtc_calendar_interrupt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_d_r_h/rtc_calendar_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_d_r_h/rtc_count.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_d_r_h/rtc_count.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_d_r_h/rtc_count_interrupt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_d_r_h/rtc_count_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/module_config/conf_rtc.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/module_config/conf_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/rtc_calendar.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/rtc_calendar.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/rtc_calendar_interrupt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/rtc_calendar_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/rtc_count.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/rtc_count.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/rtc_count_interrupt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/rtc_count_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_tamper.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_tamper.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/sdadc.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/sdadc.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/sdadc.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/sdadc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/sdadc_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/sdadc_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/sdadc_callback.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/sdadc_callback.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_common.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_common.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_master.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_master.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_master_interrupt.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_master_interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/i2c_master.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/i2c_master.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/i2c_master_interrupt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/i2c_master_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/i2c_slave.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/i2c_slave.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/i2c_slave_interrupt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/i2c_slave_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/i2c_master.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/i2c_master.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/i2c_master_interrupt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/i2c_master_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/i2c_slave.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/i2c_slave.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/i2c_slave_interrupt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/i2c_slave_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_slave.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_slave.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_slave_interrupt.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_slave_interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/sercom.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/sercom.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/sercom.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/sercom.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/sercom_interrupt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/sercom_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/sercom_interrupt.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/sercom_interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/sercom_pinout.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/sercom_pinout.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/module_config/conf_spi.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/module_config/conf_spi.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/spi.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/spi.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/spi.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/spi.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/spi_interrupt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/spi_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/spi_interrupt.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/spi_interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi_master_vec/module-config/conf_spi.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi_master_vec/module-config/conf_spi.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi_master_vec/module-config/conf_spi_master_vec.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi_master_vec/module-config/conf_spi_master_vec.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi_master_vec/spi_master_vec.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi_master_vec/spi_master_vec.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi_master_vec/spi_master_vec.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi_master_vec/spi_master_vec.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/usart.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/usart.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/usart.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/usart.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/usart_interrupt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/usart_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/usart_interrupt.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/usart_interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/slcd/module_config/conf_slcd.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/slcd/module_config/conf_slcd.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/slcd/slcd.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/slcd/slcd.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/slcd/slcd.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/slcd/slcd.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/slcd/slcd_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/slcd/slcd_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/slcd/slcd_callback.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/slcd/slcd_callback.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/module_config/conf_spi.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/module_config/conf_spi.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/spi.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/spi.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/spi.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/spi.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/spi_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/spi_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/spi_callback.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/spi_callback.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi_flash/spi_flash.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi_flash/spi_flash.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi_flash/spi_flash.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi_flash/spi_flash.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/clock.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/clock.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/clock_config_check.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/clock_config_check.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/clock_feature.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/clock_feature.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/gclk.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/gclk.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/module_config/conf_clocks.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/module_config/conf_clocks.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/clock.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/clock.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/clock_config_check.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/clock_config_check.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/clock_feature.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/clock_feature.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/gclk.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/gclk.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/module_config/conf_clocks.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/module_config/conf_clocks.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/gclk.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/gclk.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/system_interrupt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/system_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/system_interrupt.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/system_interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/system_interrupt_samd20/system_interrupt_features.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/system_interrupt_samd20/system_interrupt_features.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/system_interrupt_samd21/system_interrupt_features.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/system_interrupt_samd21/system_interrupt_features.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/pinmux/pinmux.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/pinmux/pinmux.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/pinmux/pinmux.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/pinmux/pinmux.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/power/power_sam_c/power.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/power/power_sam_c/power.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/power/power_sam_d_r_h/power.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/power/power_sam_d_r_h/power.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/power/power_sam_l/power.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/power/power_sam_l/power.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/reset/reset_sam_c/reset.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/reset/reset_sam_c/reset.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/reset/reset_sam_d_r_h/reset.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/reset/reset_sam_d_r_h/reset.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/reset/reset_sam_l/reset.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/reset/reset_sam_l/reset.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/system.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/system.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/system.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/system.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/system_sam_b.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/system_sam_b.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/system_sam_b.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/system_sam_b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_interrupt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_interrupt.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_sam_d_r_h/tc.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_sam_d_r_h/tc.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_sam_l_c/tc.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_sam_l_c/tc.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/tcc.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/tcc.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/tcc.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/tcc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/tcc_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/tcc_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/tcc_callback.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/tcc_callback.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/timer/timer.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/timer/timer.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/timer/timer.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/timer/timer.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/trng/trng.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/trng/trng.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/trng/trng.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/trng/trng.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/trng/trng_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/trng/trng_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/trng/trng_callback.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/trng/trng_callback.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/tsens/tsens.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/tsens/tsens.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/tsens/tsens.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/tsens/tsens.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/tsens/tsens_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/tsens/tsens_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/tsens/tsens_callback.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/tsens/tsens_callback.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/uart/uart.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/uart/uart.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/uart/uart.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/uart/uart.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/usb_device_udd.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/usb_device_udd.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/usb_dual.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/usb_dual.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/usb_dual.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/usb_dual.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/usb_host_uhd.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/usb_host_uhd.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_d_r/usb.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_d_r/usb.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_l/usb.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_l/usb.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt_callback.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt_callback.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt_callback.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt_callback.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt_sam_b.c b/bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt_sam_b.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt_sam_b.h b/bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt_sam_b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/ac.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/ac.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/adc.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/adc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/dac.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/dac.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/dsu.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/dsu.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/eic.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/eic.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/evsys.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/evsys.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/gclk.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/gclk.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/nvmctrl.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/nvmctrl.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/pac.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/pac.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/pm.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/pm.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/port.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/port.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/rtc.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/rtc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/sercom.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/sercom.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/sysctrl.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/sysctrl.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/tc.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/tc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/wdt.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/wdt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/ac.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/ac.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/adc.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/adc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/dac.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/dac.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/dsu.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/dsu.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/eic.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/eic.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/evsys.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/evsys.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/gclk.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/gclk.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/nvmctrl.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/nvmctrl.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/pac0.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/pac0.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/pac1.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/pac1.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/pac2.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/pac2.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/pm.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/pm.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/port.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/port.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/rtc.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/rtc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom0.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom0.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom1.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom1.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom2.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom2.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom3.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom3.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom4.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom4.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom5.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom5.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sysctrl.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sysctrl.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc0.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc0.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc1.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc1.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc2.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc2.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc3.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc3.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc4.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc4.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc5.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc5.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc6.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc6.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc7.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc7.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/wdt.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/wdt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20e14.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20e14.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20e15.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20e15.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20e16.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20e16.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20e17.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20e17.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20e18.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20e18.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g14.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g14.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g15.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g15.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g16.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g16.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g17.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g17.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g17u.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g17u.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g18.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g18.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g18u.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g18u.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20j14.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20j14.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20j15.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20j15.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20j16.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20j16.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20j17.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20j17.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20j18.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20j18.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20e14.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20e14.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20e15.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20e15.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20e16.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20e16.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20e17.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20e17.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20e18.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20e18.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g14.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g14.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g15.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g15.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g16.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g16.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g17.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g17.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g17u.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g17u.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g18.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g18.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g18u.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g18u.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20j14.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20j14.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20j15.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20j15.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20j16.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20j16.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20j17.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20j17.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20j18.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20j18.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/arm/startup_SAMD20.s b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/arm/startup_SAMD20.s old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/gcc/startup_samd20.c b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/gcc/startup_samd20.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/iar/startup_samd20.c b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/iar/startup_samd20.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/system_samd20.c b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/system_samd20.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/system_samd20.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/system_samd20.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/ac.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/ac.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/adc.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/adc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/dac.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/dac.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/dmac.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/dmac.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/dsu.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/dsu.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/eic.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/eic.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/evsys.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/evsys.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/gclk.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/gclk.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/hmatrixb.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/hmatrixb.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/i2s.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/i2s.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/mtb.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/mtb.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/nvmctrl.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/nvmctrl.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/pac.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/pac.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/pm.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/pm.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/port.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/port.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/rtc.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/rtc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/sercom.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/sercom.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/sysctrl.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/sysctrl.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/tc.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/tc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/tcc.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/tcc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/tcc_lighting.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/tcc_lighting.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/usb.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/usb.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/wdt.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/wdt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/ac.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/ac.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/ac1.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/ac1.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/adc.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/adc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/dac.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/dac.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/dmac.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/dmac.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/dsu.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/dsu.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/eic.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/eic.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/evsys.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/evsys.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/gclk.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/gclk.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/i2s.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/i2s.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/mtb.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/mtb.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/nvmctrl.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/nvmctrl.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/pac0.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/pac0.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/pac1.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/pac1.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/pac2.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/pac2.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/pm.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/pm.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/port.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/port.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/rtc.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/rtc.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sbmatrix.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sbmatrix.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom0.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom0.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom1.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom1.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom2.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom2.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom3.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom3.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom4.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom4.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom5.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom5.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sysctrl.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sysctrl.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tc3.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tc3.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tc4.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tc4.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tc5.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tc5.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tc6.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tc6.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tc7.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tc7.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tcc0.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tcc0.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tcc1.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tcc1.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tcc2.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tcc2.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/usb.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/usb.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/wdt.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/wdt.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e15a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e15a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e15b.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e15b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e15bu.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e15bu.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e15l.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e15l.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e16a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e16a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e16b.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e16b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e16bu.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e16bu.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e16l.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e16l.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e17a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e17a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e18a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e18a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g15a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g15a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g15b.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g15b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g15l.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g15l.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g16a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g16a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g16b.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g16b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g16l.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g16l.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g17a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g17a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g17au.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g17au.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g18a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g18a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g18au.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g18au.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j15a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j15a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j15b.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j15b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j16a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j16a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j16b.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j16b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j17a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j17a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j18a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j18a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e15a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e15a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e15b.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e15b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e15bu.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e15bu.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e15l.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e15l.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e16a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e16a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e16b.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e16b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e16bu.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e16bu.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e16l.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e16l.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e17a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e17a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e18a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e18a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g15a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g15a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g15b.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g15b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g15l.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g15l.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g16a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g16a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g16b.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g16b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g16l.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g16l.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g17a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g17a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g17au.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g17au.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g18a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g18a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g18au.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g18au.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j15a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j15a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j15b.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j15b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j16a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j16a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j16b.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j16b.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j17a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j17a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j18a.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j18a.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/arm/startup_SAMD21.s b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/arm/startup_SAMD21.s old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/gcc/startup_samd21.c b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/gcc/startup_samd21.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/iar/startup_samd21.c b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/iar/startup_samd21.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/system_samd21.c b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/system_samd21.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/system_samd21.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/system_samd21.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/compiler.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/compiler.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/header_files/io.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/header_files/io.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e14_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e14_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e14_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e14_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e15_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e15_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e15_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e15_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e16_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e16_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e16_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e16_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e17_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e17_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e17_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e17_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e18_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e18_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e18_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e18_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g14_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g14_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g14_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g14_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g15_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g15_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g15_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g15_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g16_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g16_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g16_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g16_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g17_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g17_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g17_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g17_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g17u_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g17u_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g17u_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g17u_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g18_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g18_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g18_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g18_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g18u_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g18u_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g18u_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g18u_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j14_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j14_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j14_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j14_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j15_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j15_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j15_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j15_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j16_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j16_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j16_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j16_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j17_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j17_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j17_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j17_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j18_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j18_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j18_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j18_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e14_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e14_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e14_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e14_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e15_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e15_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e15_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e15_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e16_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e16_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e16_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e16_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e17_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e17_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e17_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e17_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e18_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e18_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e18_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e18_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g14_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g14_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g14_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g14_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g15_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g15_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g15_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g15_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g16_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g16_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g16_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g16_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g17_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g17_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g17_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g17_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g17u_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g17u_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g17u_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g17u_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g18_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g18_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g18_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g18_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g18u_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g18u_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g18u_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g18u_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j14_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j14_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j14_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j14_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j15_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j15_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j15_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j15_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j16_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j16_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j16_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j16_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j17_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j17_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j17_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j17_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j18_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j18_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j18_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j18_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15a_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15a_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15a_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15a_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15b_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15b_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15b_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15b_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15bu_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15bu_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15bu_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15bu_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15l_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15l_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15l_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15l_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16a_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16a_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16a_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16a_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16b_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16b_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16b_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16b_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16bu_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16bu_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16bu_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16bu_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16l_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16l_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16l_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16l_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e17a_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e17a_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e17a_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e17a_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e18a_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e18a_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e18a_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e18a_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15a_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15a_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15a_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15a_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15b_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15b_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15b_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15b_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15l_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15l_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15l_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15l_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16a_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16a_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16a_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16a_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16b_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16b_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16b_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16b_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16l_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16l_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16l_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16l_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g17a_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g17a_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g17a_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g17a_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g17au_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g17au_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g17au_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g17au_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g18a_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g18a_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g18a_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g18a_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g18au_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g18au_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g18au_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g18au_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j15a_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j15a_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j15a_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j15a_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j15b_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j15b_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j15b_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j15b_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j16a_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j16a_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j16a_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j16a_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j16b_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j16b_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j16b_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j16b_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j17a_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j17a_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j17a_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j17a_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j18a_flash.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j18a_flash.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j18a_sram.ld b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j18a_sram.ld old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15a_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15a_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15a_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15a_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15b_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15b_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15b_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15b_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15bu_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15bu_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15bu_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15bu_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15l_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15l_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15l_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15l_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16a_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16a_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16a_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16a_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16b_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16b_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16b_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16b_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16bu_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16bu_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16bu_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16bu_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16l_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16l_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16l_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16l_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e17a_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e17a_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e17a_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e17a_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e18a_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e18a_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e18a_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e18a_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15a_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15a_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15a_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15a_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15b_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15b_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15b_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15b_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15l_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15l_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15l_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15l_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16a_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16a_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16a_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16a_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16b_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16b_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16b_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16b_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16l_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16l_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16l_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16l_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g17a_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g17a_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g17a_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g17a_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g17au_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g17au_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g17au_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g17au_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g18a_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g18a_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g18a_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g18a_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g18au_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g18au_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g18au_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g18au_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j15a_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j15a_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j15a_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j15a_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j15b_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j15b_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j15b_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j15b_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j16a_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j16a_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j16a_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j16a_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j16b_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j16b_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j16b_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j16b_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j17a_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j17a_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j17a_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j17a_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j18a_flash.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j18a_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j18a_sram.icf b/bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j18a_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/make/Makefile.sam.in b/bsp/samd21/sam_d2x_asflib/sam0/utils/make/Makefile.sam.in old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/mrecursion.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/mrecursion.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/mrepeat.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/mrepeat.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/preprocessor.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/preprocessor.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/stringz.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/stringz.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/tpaste.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/tpaste.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/status_codes.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/status_codes.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/stdio/read.c b/bsp/samd21/sam_d2x_asflib/sam0/utils/stdio/read.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/stdio/stdio_serial/stdio_serial.h b/bsp/samd21/sam_d2x_asflib/sam0/utils/stdio/stdio_serial/stdio_serial.h old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/stdio/write.c b/bsp/samd21/sam_d2x_asflib/sam0/utils/stdio/write.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/sam_d2x_asflib/sam0/utils/syscalls/gcc/syscalls.c b/bsp/samd21/sam_d2x_asflib/sam0/utils/syscalls/gcc/syscalls.c old mode 100644 new mode 100755 diff --git a/bsp/samd21/template.uvprojx b/bsp/samd21/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/sep6200/SConscript b/bsp/sep6200/SConscript old mode 100644 new mode 100755 diff --git a/bsp/sep6200/SConstruct b/bsp/sep6200/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/sep6200/application/SConscript b/bsp/sep6200/application/SConscript old mode 100644 new mode 100755 diff --git a/bsp/sep6200/application/application.c b/bsp/sep6200/application/application.c old mode 100644 new mode 100755 diff --git a/bsp/sep6200/application/startup.c b/bsp/sep6200/application/startup.c old mode 100644 new mode 100755 diff --git a/bsp/sep6200/board.h b/bsp/sep6200/board.h old mode 100644 new mode 100755 diff --git a/bsp/sep6200/drivers/SConscript b/bsp/sep6200/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/sep6200/drivers/board.c b/bsp/sep6200/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/sep6200/rtconfig.h b/bsp/sep6200/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/sep6200/rtconfig.py b/bsp/sep6200/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/sep6200/sep6200.ld b/bsp/sep6200/sep6200.ld old mode 100644 new mode 100755 diff --git a/bsp/simulator/.config b/bsp/simulator/.config old mode 100644 new mode 100755 diff --git a/bsp/simulator/.gdbinit b/bsp/simulator/.gdbinit old mode 100644 new mode 100755 diff --git a/bsp/simulator/.gitignore b/bsp/simulator/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/simulator/Debug/SDL2.dll b/bsp/simulator/Debug/SDL2.dll old mode 100644 new mode 100755 diff --git a/bsp/simulator/Kconfig b/bsp/simulator/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/simulator/SConscript b/bsp/simulator/SConscript old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL.h b/bsp/simulator/SDL2-2.0.7/include/SDL.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_assert.h b/bsp/simulator/SDL2-2.0.7/include/SDL_assert.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_atomic.h b/bsp/simulator/SDL2-2.0.7/include/SDL_atomic.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_audio.h b/bsp/simulator/SDL2-2.0.7/include/SDL_audio.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_bits.h b/bsp/simulator/SDL2-2.0.7/include/SDL_bits.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_blendmode.h b/bsp/simulator/SDL2-2.0.7/include/SDL_blendmode.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_clipboard.h b/bsp/simulator/SDL2-2.0.7/include/SDL_clipboard.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_config.h b/bsp/simulator/SDL2-2.0.7/include/SDL_config.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_config.h.cmake b/bsp/simulator/SDL2-2.0.7/include/SDL_config.h.cmake old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_config.h.in b/bsp/simulator/SDL2-2.0.7/include/SDL_config.h.in old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_config_android.h b/bsp/simulator/SDL2-2.0.7/include/SDL_config_android.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_config_iphoneos.h b/bsp/simulator/SDL2-2.0.7/include/SDL_config_iphoneos.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_config_macosx.h b/bsp/simulator/SDL2-2.0.7/include/SDL_config_macosx.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_config_macosx.h.orig b/bsp/simulator/SDL2-2.0.7/include/SDL_config_macosx.h.orig old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_config_minimal.h b/bsp/simulator/SDL2-2.0.7/include/SDL_config_minimal.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_config_pandora.h b/bsp/simulator/SDL2-2.0.7/include/SDL_config_pandora.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_config_psp.h b/bsp/simulator/SDL2-2.0.7/include/SDL_config_psp.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_config_windows.h b/bsp/simulator/SDL2-2.0.7/include/SDL_config_windows.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_config_winrt.h b/bsp/simulator/SDL2-2.0.7/include/SDL_config_winrt.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_config_wiz.h b/bsp/simulator/SDL2-2.0.7/include/SDL_config_wiz.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_copying.h b/bsp/simulator/SDL2-2.0.7/include/SDL_copying.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_cpuinfo.h b/bsp/simulator/SDL2-2.0.7/include/SDL_cpuinfo.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_egl.h b/bsp/simulator/SDL2-2.0.7/include/SDL_egl.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_endian.h b/bsp/simulator/SDL2-2.0.7/include/SDL_endian.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_error.h b/bsp/simulator/SDL2-2.0.7/include/SDL_error.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_events.h b/bsp/simulator/SDL2-2.0.7/include/SDL_events.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_filesystem.h b/bsp/simulator/SDL2-2.0.7/include/SDL_filesystem.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_gamecontroller.h b/bsp/simulator/SDL2-2.0.7/include/SDL_gamecontroller.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_gesture.h b/bsp/simulator/SDL2-2.0.7/include/SDL_gesture.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_haptic.h b/bsp/simulator/SDL2-2.0.7/include/SDL_haptic.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_hints.h b/bsp/simulator/SDL2-2.0.7/include/SDL_hints.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_joystick.h b/bsp/simulator/SDL2-2.0.7/include/SDL_joystick.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_keyboard.h b/bsp/simulator/SDL2-2.0.7/include/SDL_keyboard.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_keycode.h b/bsp/simulator/SDL2-2.0.7/include/SDL_keycode.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_loadso.h b/bsp/simulator/SDL2-2.0.7/include/SDL_loadso.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_log.h b/bsp/simulator/SDL2-2.0.7/include/SDL_log.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_main.h b/bsp/simulator/SDL2-2.0.7/include/SDL_main.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_messagebox.h b/bsp/simulator/SDL2-2.0.7/include/SDL_messagebox.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_mouse.h b/bsp/simulator/SDL2-2.0.7/include/SDL_mouse.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_mutex.h b/bsp/simulator/SDL2-2.0.7/include/SDL_mutex.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_name.h b/bsp/simulator/SDL2-2.0.7/include/SDL_name.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_opengl.h b/bsp/simulator/SDL2-2.0.7/include/SDL_opengl.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_opengl_glext.h b/bsp/simulator/SDL2-2.0.7/include/SDL_opengl_glext.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_opengles.h b/bsp/simulator/SDL2-2.0.7/include/SDL_opengles.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_opengles2.h b/bsp/simulator/SDL2-2.0.7/include/SDL_opengles2.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_opengles2_gl2.h b/bsp/simulator/SDL2-2.0.7/include/SDL_opengles2_gl2.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_opengles2_gl2ext.h b/bsp/simulator/SDL2-2.0.7/include/SDL_opengles2_gl2ext.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_opengles2_gl2platform.h b/bsp/simulator/SDL2-2.0.7/include/SDL_opengles2_gl2platform.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_opengles2_khrplatform.h b/bsp/simulator/SDL2-2.0.7/include/SDL_opengles2_khrplatform.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_pixels.h b/bsp/simulator/SDL2-2.0.7/include/SDL_pixels.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_platform.h b/bsp/simulator/SDL2-2.0.7/include/SDL_platform.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_power.h b/bsp/simulator/SDL2-2.0.7/include/SDL_power.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_quit.h b/bsp/simulator/SDL2-2.0.7/include/SDL_quit.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_rect.h b/bsp/simulator/SDL2-2.0.7/include/SDL_rect.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_render.h b/bsp/simulator/SDL2-2.0.7/include/SDL_render.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_revision.h b/bsp/simulator/SDL2-2.0.7/include/SDL_revision.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_rwops.h b/bsp/simulator/SDL2-2.0.7/include/SDL_rwops.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_scancode.h b/bsp/simulator/SDL2-2.0.7/include/SDL_scancode.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_shape.h b/bsp/simulator/SDL2-2.0.7/include/SDL_shape.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_stdinc.h b/bsp/simulator/SDL2-2.0.7/include/SDL_stdinc.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_surface.h b/bsp/simulator/SDL2-2.0.7/include/SDL_surface.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_system.h b/bsp/simulator/SDL2-2.0.7/include/SDL_system.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_syswm.h b/bsp/simulator/SDL2-2.0.7/include/SDL_syswm.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_test.h b/bsp/simulator/SDL2-2.0.7/include/SDL_test.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_test_assert.h b/bsp/simulator/SDL2-2.0.7/include/SDL_test_assert.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_test_common.h b/bsp/simulator/SDL2-2.0.7/include/SDL_test_common.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_test_compare.h b/bsp/simulator/SDL2-2.0.7/include/SDL_test_compare.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_test_crc32.h b/bsp/simulator/SDL2-2.0.7/include/SDL_test_crc32.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_test_font.h b/bsp/simulator/SDL2-2.0.7/include/SDL_test_font.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_test_fuzzer.h b/bsp/simulator/SDL2-2.0.7/include/SDL_test_fuzzer.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_test_harness.h b/bsp/simulator/SDL2-2.0.7/include/SDL_test_harness.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_test_images.h b/bsp/simulator/SDL2-2.0.7/include/SDL_test_images.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_test_log.h b/bsp/simulator/SDL2-2.0.7/include/SDL_test_log.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_test_md5.h b/bsp/simulator/SDL2-2.0.7/include/SDL_test_md5.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_test_memory.h b/bsp/simulator/SDL2-2.0.7/include/SDL_test_memory.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_test_random.h b/bsp/simulator/SDL2-2.0.7/include/SDL_test_random.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_thread.h b/bsp/simulator/SDL2-2.0.7/include/SDL_thread.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_timer.h b/bsp/simulator/SDL2-2.0.7/include/SDL_timer.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_touch.h b/bsp/simulator/SDL2-2.0.7/include/SDL_touch.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_types.h b/bsp/simulator/SDL2-2.0.7/include/SDL_types.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_version.h b/bsp/simulator/SDL2-2.0.7/include/SDL_version.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_video.h b/bsp/simulator/SDL2-2.0.7/include/SDL_video.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/SDL_vulkan.h b/bsp/simulator/SDL2-2.0.7/include/SDL_vulkan.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/begin_code.h b/bsp/simulator/SDL2-2.0.7/include/begin_code.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/include/close_code.h b/bsp/simulator/SDL2-2.0.7/include/close_code.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/lib/x86/SDL2.dll b/bsp/simulator/SDL2-2.0.7/lib/x86/SDL2.dll old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/lib/x86/SDL2.lib b/bsp/simulator/SDL2-2.0.7/lib/x86/SDL2.lib old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/lib/x86/SDL2main.lib b/bsp/simulator/SDL2-2.0.7/lib/x86/SDL2main.lib old mode 100644 new mode 100755 diff --git a/bsp/simulator/SDL2-2.0.7/lib/x86/SDL2test.lib b/bsp/simulator/SDL2-2.0.7/lib/x86/SDL2test.lib old mode 100644 new mode 100755 diff --git a/bsp/simulator/applications/SConscript b/bsp/simulator/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/simulator/applications/mnt.c b/bsp/simulator/applications/mnt.c old mode 100644 new mode 100755 diff --git a/bsp/simulator/applications/platform.c b/bsp/simulator/applications/platform.c old mode 100644 new mode 100755 diff --git a/bsp/simulator/applications/startup.c b/bsp/simulator/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/simulator/createdef.py b/bsp/simulator/createdef.py old mode 100644 new mode 100755 diff --git a/bsp/simulator/disk/nand/nothing b/bsp/simulator/disk/nand/nothing old mode 100644 new mode 100755 diff --git a/bsp/simulator/disk/nor/nothing b/bsp/simulator/disk/nor/nothing old mode 100644 new mode 100755 diff --git a/bsp/simulator/disk/sd/nothing b/bsp/simulator/disk/sd/nothing old mode 100644 new mode 100755 diff --git a/bsp/simulator/drivers/SConscript b/bsp/simulator/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/simulator/drivers/board.h b/bsp/simulator/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/drivers/dfs_win32.c b/bsp/simulator/drivers/dfs_win32.c old mode 100644 new mode 100755 diff --git a/bsp/simulator/drivers/module_win32.c b/bsp/simulator/drivers/module_win32.c old mode 100644 new mode 100755 diff --git a/bsp/simulator/drivers/nanddrv_file.c b/bsp/simulator/drivers/nanddrv_file.c old mode 100644 new mode 100755 diff --git a/bsp/simulator/drivers/sst25vfxx_mtd.h b/bsp/simulator/drivers/sst25vfxx_mtd.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/drivers/sst25vfxx_mtd_sim.c b/bsp/simulator/drivers/sst25vfxx_mtd_sim.c old mode 100644 new mode 100755 diff --git a/bsp/simulator/drivers/tap_netif.c b/bsp/simulator/drivers/tap_netif.c old mode 100644 new mode 100755 diff --git a/bsp/simulator/drivers/uart_console.c b/bsp/simulator/drivers/uart_console.c old mode 100644 new mode 100755 diff --git a/bsp/simulator/drivers/uart_console.h b/bsp/simulator/drivers/uart_console.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/dummy.c b/bsp/simulator/dummy.c old mode 100644 new mode 100755 diff --git a/bsp/simulator/gcc.ld b/bsp/simulator/gcc.ld old mode 100644 new mode 100755 diff --git a/bsp/simulator/mingw.ld b/bsp/simulator/mingw.ld old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/Packet32.h b/bsp/simulator/pcap/Include/Packet32.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/Win32-Extensions.h b/bsp/simulator/pcap/Include/Win32-Extensions.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/bittypes.h b/bsp/simulator/pcap/Include/bittypes.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/ip6_misc.h b/bsp/simulator/pcap/Include/ip6_misc.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/pcap-bpf.h b/bsp/simulator/pcap/Include/pcap-bpf.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/pcap-namedb.h b/bsp/simulator/pcap/Include/pcap-namedb.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/pcap-stdinc.h b/bsp/simulator/pcap/Include/pcap-stdinc.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/pcap.h b/bsp/simulator/pcap/Include/pcap.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/pcap/bluetooth.h b/bsp/simulator/pcap/Include/pcap/bluetooth.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/pcap/bpf.h b/bsp/simulator/pcap/Include/pcap/bpf.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/pcap/namedb.h b/bsp/simulator/pcap/Include/pcap/namedb.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/pcap/pcap.h b/bsp/simulator/pcap/Include/pcap/pcap.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/pcap/sll.h b/bsp/simulator/pcap/Include/pcap/sll.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/pcap/usb.h b/bsp/simulator/pcap/Include/pcap/usb.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/pcap/vlan.h b/bsp/simulator/pcap/Include/pcap/vlan.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Include/remote-ext.h b/bsp/simulator/pcap/Include/remote-ext.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Lib/Packet.lib b/bsp/simulator/pcap/Lib/Packet.lib old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Lib/wpcap.lib b/bsp/simulator/pcap/Lib/wpcap.lib old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Lib/x64/Packet.lib b/bsp/simulator/pcap/Lib/x64/Packet.lib old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/Lib/x64/wpcap.lib b/bsp/simulator/pcap/Lib/x64/wpcap.lib old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/SConscript b/bsp/simulator/pcap/SConscript old mode 100644 new mode 100755 diff --git a/bsp/simulator/pcap/pcap_netif.c b/bsp/simulator/pcap/pcap_netif.c old mode 100644 new mode 100755 diff --git a/bsp/simulator/readme.txt b/bsp/simulator/readme.txt old mode 100644 new mode 100755 diff --git a/bsp/simulator/readme_en.txt b/bsp/simulator/readme_en.txt old mode 100644 new mode 100755 diff --git a/bsp/simulator/rtconfig_project.h b/bsp/simulator/rtconfig_project.h old mode 100644 new mode 100755 diff --git a/bsp/simulator/template_vs2005.vcproj b/bsp/simulator/template_vs2005.vcproj old mode 100644 new mode 100755 diff --git a/bsp/simulator/template_vs2012.vcxproj b/bsp/simulator/template_vs2012.vcxproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/README.md b/bsp/stm32/README.md old mode 100644 new mode 100755 diff --git "a/bsp/stm32/docs/STM32\347\263\273\345\210\227BSP\345\210\266\344\275\234\346\225\231\347\250\213.md" "b/bsp/stm32/docs/STM32\347\263\273\345\210\227BSP\345\210\266\344\275\234\346\225\231\347\250\213.md" old mode 100644 new mode 100755 diff --git "a/bsp/stm32/docs/STM32\347\263\273\345\210\227BSP\345\244\226\350\256\276\351\251\261\345\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" "b/bsp/stm32/docs/STM32\347\263\273\345\210\227BSP\345\244\226\350\256\276\351\251\261\345\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" old mode 100644 new mode 100755 diff --git "a/bsp/stm32/docs/STM32\347\263\273\345\210\227\345\244\226\350\256\276\351\251\261\345\212\250\346\267\273\345\212\240\346\214\207\345\215\227.md" "b/bsp/stm32/docs/STM32\347\263\273\345\210\227\345\244\226\350\256\276\351\251\261\345\212\250\346\267\273\345\212\240\346\214\207\345\215\227.md" old mode 100644 new mode 100755 diff --git "a/bsp/stm32/docs/STM32\347\263\273\345\210\227\351\251\261\345\212\250\344\273\213\347\273\215.md" "b/bsp/stm32/docs/STM32\347\263\273\345\210\227\351\251\261\345\212\250\344\273\213\347\273\215.md" old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/CubeMX_1.png b/bsp/stm32/docs/figures/CubeMX_1.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/CubeMX_2.png b/bsp/stm32/docs/figures/CubeMX_2.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/CubeMX_3.png b/bsp/stm32/docs/figures/CubeMX_3.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/CubeMX_4.png b/bsp/stm32/docs/figures/CubeMX_4.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/CubeMX_5.png b/bsp/stm32/docs/figures/CubeMX_5.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/Kconfig.png b/bsp/stm32/docs/figures/Kconfig.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/Kconfig2.png b/bsp/stm32/docs/figures/Kconfig2.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/Peripheral.png b/bsp/stm32/docs/figures/Peripheral.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/SConscript.png b/bsp/stm32/docs/figures/SConscript.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/adc_config1.png b/bsp/stm32/docs/figures/adc_config1.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/adc_config2.png b/bsp/stm32/docs/figures/adc_config2.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/adc_config3.png b/bsp/stm32/docs/figures/adc_config3.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/adc_config4.png b/bsp/stm32/docs/figures/adc_config4.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/board_1.png b/bsp/stm32/docs/figures/board_1.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/board_2.png b/bsp/stm32/docs/figures/board_2.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/board_h.png b/bsp/stm32/docs/figures/board_h.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/bsp_template_dir.png b/bsp/stm32/docs/figures/bsp_template_dir.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/complise.png b/bsp/stm32/docs/figures/complise.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/config.png b/bsp/stm32/docs/figures/config.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/config1.png b/bsp/stm32/docs/figures/config1.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/config2.png b/bsp/stm32/docs/figures/config2.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/config3.png b/bsp/stm32/docs/figures/config3.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/config4.png b/bsp/stm32/docs/figures/config4.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/config5.png b/bsp/stm32/docs/figures/config5.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/copy.png b/bsp/stm32/docs/figures/copy.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/cube_spi3.png b/bsp/stm32/docs/figures/cube_spi3.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/cubemx.png b/bsp/stm32/docs/figures/cubemx.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/exit.png b/bsp/stm32/docs/figures/exit.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/frame.png b/bsp/stm32/docs/figures/frame.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/heap_config.png b/bsp/stm32/docs/figures/heap_config.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/i2c_device.png b/bsp/stm32/docs/figures/i2c_device.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/link_icf.png b/bsp/stm32/docs/figures/link_icf.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/link_lds.png b/bsp/stm32/docs/figures/link_lds.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/linker_scripts.png b/bsp/stm32/docs/figures/linker_scripts.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/linkscripts_change.png b/bsp/stm32/docs/figures/linkscripts_change.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/menuconfig.png b/bsp/stm32/docs/figures/menuconfig.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/menuconfig_1.png b/bsp/stm32/docs/figures/menuconfig_1.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/menuconfig_2.png b/bsp/stm32/docs/figures/menuconfig_2.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/menuconfig_3.png b/bsp/stm32/docs/figures/menuconfig_3.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/menuconfig_4.png b/bsp/stm32/docs/figures/menuconfig_4.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/menuconfig_apolo.png b/bsp/stm32/docs/figures/menuconfig_apolo.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/on_chip_config.png b/bsp/stm32/docs/figures/on_chip_config.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/open_cubemx.png b/bsp/stm32/docs/figures/open_cubemx.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/pulse_encoder_config1.png b/bsp/stm32/docs/figures/pulse_encoder_config1.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/pulse_encoder_config2.png b/bsp/stm32/docs/figures/pulse_encoder_config2.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/pulse_encoder_config3.png b/bsp/stm32/docs/figures/pulse_encoder_config3.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/pulse_encoder_config4.png b/bsp/stm32/docs/figures/pulse_encoder_config4.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/pwm_config1.png b/bsp/stm32/docs/figures/pwm_config1.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/pwm_config2.png b/bsp/stm32/docs/figures/pwm_config2.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/pwm_config3.png b/bsp/stm32/docs/figures/pwm_config3.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/pwm_config4.png b/bsp/stm32/docs/figures/pwm_config4.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/rt_device.png b/bsp/stm32/docs/figures/rt_device.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/run_flash.png b/bsp/stm32/docs/figures/run_flash.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/run_spi3.png b/bsp/stm32/docs/figures/run_spi3.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/save.png b/bsp/stm32/docs/figures/save.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/scons_mdk5.png b/bsp/stm32/docs/figures/scons_mdk5.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/spi_code.png b/bsp/stm32/docs/figures/spi_code.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/spi_config.png b/bsp/stm32/docs/figures/spi_config.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/spi_flash.png b/bsp/stm32/docs/figures/spi_flash.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/template_1.png b/bsp/stm32/docs/figures/template_1.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/template_2.png b/bsp/stm32/docs/figures/template_2.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/template_3.png b/bsp/stm32/docs/figures/template_3.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/timer_config1.png b/bsp/stm32/docs/figures/timer_config1.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/timer_config2.png b/bsp/stm32/docs/figures/timer_config2.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/timer_config3.png b/bsp/stm32/docs/figures/timer_config3.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/timer_config4.png b/bsp/stm32/docs/figures/timer_config4.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/update.png b/bsp/stm32/docs/figures/update.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/docs/figures/xCubeMX_1.png b/bsp/stm32/docs/figures/xCubeMX_1.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/Kconfig b/bsp/stm32/libraries/HAL_Drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/SConscript b/bsp/stm32/libraries/HAL_Drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f0/adc_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f0/adc_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f0/dma_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f0/dma_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f0/pwm_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f0/pwm_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f0/spi_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f0/spi_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f0/tim_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f0/tim_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f0/uart_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f0/uart_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f1/adc_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f1/adc_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f1/dma_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f1/dma_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f1/pulse_encoder_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f1/pulse_encoder_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f1/pwm_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f1/pwm_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f1/sdio_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f1/sdio_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f1/spi_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f1/spi_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f1/tim_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f1/tim_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f1/uart_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f1/uart_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f1/usbd_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f1/usbd_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f2/adc_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f2/adc_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f2/dma_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f2/dma_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f2/pwm_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f2/pwm_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f2/sdio_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f2/sdio_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f2/spi_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f2/spi_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f2/tim_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f2/tim_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f2/uart_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f2/uart_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f4/adc_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f4/adc_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f4/dma_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f4/dma_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f4/pulse_encoder_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f4/pulse_encoder_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f4/pwm_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f4/pwm_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f4/qspi_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f4/qspi_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f4/sdio_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f4/sdio_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f4/spi_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f4/spi_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f4/tim_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f4/tim_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f4/uart_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f4/uart_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f4/usbd_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f4/usbd_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f7/adc_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f7/adc_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f7/dma_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f7/dma_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f7/pwm_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f7/pwm_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f7/qspi_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f7/qspi_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f7/sdio_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f7/sdio_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f7/spi_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f7/spi_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f7/tim_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f7/tim_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f7/uart_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f7/uart_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g0/adc_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g0/adc_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g0/dma_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g0/dma_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g0/pwm_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g0/pwm_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g0/spi_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g0/spi_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g0/tim_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g0/tim_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g0/uart_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g0/uart_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g4/adc_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g4/adc_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g4/dma_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g4/dma_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g4/pulse_encoder_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g4/pulse_encoder_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g4/pwm_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g4/pwm_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g4/qspi_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g4/qspi_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g4/sdio_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g4/sdio_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g4/spi_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g4/spi_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g4/tim_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g4/tim_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g4/uart_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g4/uart_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/g4/usbd_config.h b/bsp/stm32/libraries/HAL_Drivers/config/g4/usbd_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/h7/adc_config.h b/bsp/stm32/libraries/HAL_Drivers/config/h7/adc_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/h7/dma_config.h b/bsp/stm32/libraries/HAL_Drivers/config/h7/dma_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/h7/pwm_config.h b/bsp/stm32/libraries/HAL_Drivers/config/h7/pwm_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/h7/qspi_config.h b/bsp/stm32/libraries/HAL_Drivers/config/h7/qspi_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/h7/sdio_config.h b/bsp/stm32/libraries/HAL_Drivers/config/h7/sdio_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/h7/spi_config.h b/bsp/stm32/libraries/HAL_Drivers/config/h7/spi_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/h7/tim_config.h b/bsp/stm32/libraries/HAL_Drivers/config/h7/tim_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/h7/uart_config.h b/bsp/stm32/libraries/HAL_Drivers/config/h7/uart_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/h7/usbd_config.h b/bsp/stm32/libraries/HAL_Drivers/config/h7/usbd_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/l0/dma_config.h b/bsp/stm32/libraries/HAL_Drivers/config/l0/dma_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/l0/uart_config.h b/bsp/stm32/libraries/HAL_Drivers/config/l0/uart_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/l4/adc_config.h b/bsp/stm32/libraries/HAL_Drivers/config/l4/adc_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/l4/dma_config.h b/bsp/stm32/libraries/HAL_Drivers/config/l4/dma_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/l4/pwm_config.h b/bsp/stm32/libraries/HAL_Drivers/config/l4/pwm_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/l4/qspi_config.h b/bsp/stm32/libraries/HAL_Drivers/config/l4/qspi_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/l4/sdio_config.h b/bsp/stm32/libraries/HAL_Drivers/config/l4/sdio_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/l4/spi_config.h b/bsp/stm32/libraries/HAL_Drivers/config/l4/spi_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/l4/tim_config.h b/bsp/stm32/libraries/HAL_Drivers/config/l4/tim_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/l4/uart_config.h b/bsp/stm32/libraries/HAL_Drivers/config/l4/uart_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/config/l4/usbd_config.h b/bsp/stm32/libraries/HAL_Drivers/config/l4/usbd_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_adc.c b/bsp/stm32/libraries/HAL_Drivers/drv_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_can.c b/bsp/stm32/libraries/HAL_Drivers/drv_can.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_can.h b/bsp/stm32/libraries/HAL_Drivers/drv_can.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_common.c b/bsp/stm32/libraries/HAL_Drivers/drv_common.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_common.h b/bsp/stm32/libraries/HAL_Drivers/drv_common.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_config.h b/bsp/stm32/libraries/HAL_Drivers/drv_config.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_crypto.c b/bsp/stm32/libraries/HAL_Drivers/drv_crypto.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_crypto.h b/bsp/stm32/libraries/HAL_Drivers/drv_crypto.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_dma.h b/bsp/stm32/libraries/HAL_Drivers/drv_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_eth.c b/bsp/stm32/libraries/HAL_Drivers/drv_eth.c old mode 100644 new mode 100755 index 097a1622e5c3f6ca971309c59f7f8eca99f03fc3..c333a1a3b71ae9d88c7f8776ecb49d1fa92f731b --- a/bsp/stm32/libraries/HAL_Drivers/drv_eth.c +++ b/bsp/stm32/libraries/HAL_Drivers/drv_eth.c @@ -539,7 +539,17 @@ static void phy_monitor_thread_entry(void *parameter) } #endif /* PHY_USING_INTERRUPT_MODE */ } - +#ifdef RT_USING_DEVICE_OPS +const static struct rt_device_ops eth_ops = +{ + rt_stm32_eth_init, + rt_stm32_eth_open, + rt_stm32_eth_close, + rt_stm32_eth_read, + rt_stm32_eth_write, + rt_stm32_eth_control +}; +#endif /* Register the EMAC device */ static int rt_hw_stm32_eth_init(void) { @@ -589,13 +599,16 @@ static int rt_hw_stm32_eth_init(void) stm32_eth_device.dev_addr[3] = *(rt_uint8_t *)(UID_BASE + 4); stm32_eth_device.dev_addr[4] = *(rt_uint8_t *)(UID_BASE + 2); stm32_eth_device.dev_addr[5] = *(rt_uint8_t *)(UID_BASE + 0); - +#ifdef RT_USING_DEVICE_OPS + stm32_eth_device.parent.parent.ops = ð_ops; +#else stm32_eth_device.parent.parent.init = rt_stm32_eth_init; stm32_eth_device.parent.parent.open = rt_stm32_eth_open; stm32_eth_device.parent.parent.close = rt_stm32_eth_close; stm32_eth_device.parent.parent.read = rt_stm32_eth_read; stm32_eth_device.parent.parent.write = rt_stm32_eth_write; stm32_eth_device.parent.parent.control = rt_stm32_eth_control; +#endif stm32_eth_device.parent.parent.user_data = RT_NULL; stm32_eth_device.parent.eth_rx = rt_stm32_eth_rx; diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_eth.h b/bsp/stm32/libraries/HAL_Drivers/drv_eth.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash.h b/bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_f0.c b/bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_f0.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_f1.c b/bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_f1.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_f2.c b/bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_f2.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_f4.c b/bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_f4.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_f7.c b/bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_f7.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_l4.c b/bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_l4.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_gpio.c b/bsp/stm32/libraries/HAL_Drivers/drv_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_gpio.h b/bsp/stm32/libraries/HAL_Drivers/drv_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_hwtimer.c b/bsp/stm32/libraries/HAL_Drivers/drv_hwtimer.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_lcd.c b/bsp/stm32/libraries/HAL_Drivers/drv_lcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_lcd_mipi.c b/bsp/stm32/libraries/HAL_Drivers/drv_lcd_mipi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_log.h b/bsp/stm32/libraries/HAL_Drivers/drv_log.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_lptim.c b/bsp/stm32/libraries/HAL_Drivers/drv_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_lptim.h b/bsp/stm32/libraries/HAL_Drivers/drv_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_pm.c b/bsp/stm32/libraries/HAL_Drivers/drv_pm.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_pulse_encoder.c b/bsp/stm32/libraries/HAL_Drivers/drv_pulse_encoder.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_pwm.c b/bsp/stm32/libraries/HAL_Drivers/drv_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_qspi.c b/bsp/stm32/libraries/HAL_Drivers/drv_qspi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_qspi.h b/bsp/stm32/libraries/HAL_Drivers/drv_qspi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_rtc.c b/bsp/stm32/libraries/HAL_Drivers/drv_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_sdio.c b/bsp/stm32/libraries/HAL_Drivers/drv_sdio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_sdio.h b/bsp/stm32/libraries/HAL_Drivers/drv_sdio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_sdram.c b/bsp/stm32/libraries/HAL_Drivers/drv_sdram.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_soft_i2c.c b/bsp/stm32/libraries/HAL_Drivers/drv_soft_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_soft_i2c.h b/bsp/stm32/libraries/HAL_Drivers/drv_soft_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_spi.c b/bsp/stm32/libraries/HAL_Drivers/drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_spi.h b/bsp/stm32/libraries/HAL_Drivers/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_usart.c b/bsp/stm32/libraries/HAL_Drivers/drv_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_usart.h b/bsp/stm32/libraries/HAL_Drivers/drv_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_usbd.c b/bsp/stm32/libraries/HAL_Drivers/drv_usbd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/HAL_Drivers/drv_wdt.c b/bsp/stm32/libraries/HAL_Drivers/drv_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/Kconfig b/bsp/stm32/libraries/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x6.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f030xc.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f030xc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f031x6.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f031x6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f038xx.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f038xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f048xx.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f048xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f051x8.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f051x8.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f058xx.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f058xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f070x6.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f070x6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f070xb.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f070xb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f071xb.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f071xb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f072xb.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f072xb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f078xx.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f078xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f091xc.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f091xc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f098xx.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f098xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030x6.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030x8.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030x8.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030xc.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030xc.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f031x6.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f031x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f038xx.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f038xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f042x6.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f042x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f048xx.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f048xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f051x8.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f051x8.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f058xx.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f058xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f070x6.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f070x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f070xb.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f070xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f071xb.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f071xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f072xb.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f072xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f078xx.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f078xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f091xc.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f091xc.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f098xx.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f098xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030x6.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030x8.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030x8.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030xc.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030xc.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f031x6.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f031x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f038xx.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f038xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f042x6.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f042x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f048xx.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f048xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f051x8.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f051x8.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f058xx.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f058xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f070x6.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f070x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f070xb.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f070xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f071xb.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f071xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f072xb.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f072xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f078xx.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f078xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f091xc.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f091xc.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f098xx.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f098xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f030x6_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f030x6_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f030x8_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f030x8_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f030xc_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f030xc_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f031x6_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f031x6_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f038xx_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f038xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f042x6_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f042x6_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f048xx_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f048xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f051x8_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f051x8_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f058xx_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f058xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f070x6_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f070x6_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f070xb_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f070xb_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f071xb_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f071xb_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f072xb_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f072xb_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f078xx_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f078xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f091xc_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f091xc_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f091xc_sram.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f091xc_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f098xx_flash.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f098xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f098xx_sram.icf b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f098xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f030x6.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f030x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f030x8.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f030x8.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f030xc.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f030xc.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f031x6.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f031x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f038xx.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f038xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f042x6.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f042x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f048xx.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f048xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f051x8.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f051x8.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f058xx.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f058xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f070x6.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f070x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f070xb.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f070xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f071xb.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f071xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f072xb.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f072xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f078xx.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f078xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f091xc.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f091xc.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f098xx.s b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f098xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/system_stm32f0xx.c b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/system_stm32f0xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/arm_common_tables.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/arm_const_structs.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/arm_math.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/cmsis_armcc.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/cmsis_armcc_V6.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/cmsis_armcc_V6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/cmsis_gcc.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cm0.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cm0plus.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cm3.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cm4.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cm7.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cmFunc.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cmInstr.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cmSimd.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_sc000.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_sc300.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/RTOS/Template/cmsis_os.h b/bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/RTOS/Template/cmsis_os.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/SConscript b/bsp/stm32/libraries/STM32F0xx_HAL/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/Legacy/stm32f0xx_hal_can_legacy.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/Legacy/stm32f0xx_hal_can_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32_assert_template.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32_assert_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_adc.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_adc_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_adc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_can.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_can.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_cec.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_cec.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_comp.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_comp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_conf_template.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_conf_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_cortex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_crc.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_crc_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_crc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dac.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dac_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dac_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_def.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_def.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2s.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_irda.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_irda.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_irda_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_irda_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_iwdg.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rtc.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rtc_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rtc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_smartcard.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_smartcard.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_smartcard_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_smartcard_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_smbus.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_smbus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_spi.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_spi_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_spi_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tsc.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tsc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_uart.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_uart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_uart_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_uart_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_usart.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_usart_ex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_usart_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_wwdg.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_adc.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_comp.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_comp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crc.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dac.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_i2c.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_iwdg.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rtc.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_spi.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_tim.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_usart.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_wwdg.h b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/Legacy/stm32f0xx_hal_can.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/Legacy/stm32f0xx_hal_can.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc_ex.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_can.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_can.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cec.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cec.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_comp.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_comp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cortex.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cortex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_crc.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_crc_ex.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_crc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dac.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dac_ex.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dac_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c_ex.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2s.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_irda.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_irda.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_iwdg.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_iwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_msp_template.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_msp_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd_ex.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr_ex.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rtc.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rtc_ex.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rtc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_smartcard.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_smartcard.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_smartcard_ex.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_smartcard_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_smbus.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_smbus.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi_ex.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_timebase_rtc_alarm_template.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_timebase_rtc_alarm_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_timebase_rtc_wakeup_template.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_timebase_rtc_wakeup_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_timebase_tim_template.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_timebase_tim_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tsc.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tsc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart_ex.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_usart.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_wwdg.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_wwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_adc.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_comp.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_comp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_crc.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_crs.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_crs.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dac.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dma.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_i2c.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rtc.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_spi.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_tim.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usart.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c b/bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Release_Notes.html b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Release_Notes.html old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xe.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xe.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xg.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xg.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f105xc.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f105xc.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f107xc.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f107xc.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F100XB_FLASH.ld b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F100XB_FLASH.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F100XE_FLASH.ld b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F100XE_FLASH.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F101X6_FLASH.ld b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F101X6_FLASH.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F101XB_FLASH.ld b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F101XB_FLASH.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F101XE_FLASH.ld b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F101XE_FLASH.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F101XG_FLASH.ld b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F101XG_FLASH.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F102X6_FLASH.ld b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F102X6_FLASH.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F102XB_FLASH.ld b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F102XB_FLASH.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F103X6_FLASH.ld b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F103X6_FLASH.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F103XB_FLASH.ld b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F103XB_FLASH.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F103XE_FLASH.ld b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F103XE_FLASH.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F103XG_FLASH.ld b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F103XG_FLASH.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F105XC_FLASH.ld b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F105XC_FLASH.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F107XC_FLASH.ld b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F107XC_FLASH.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_flash.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_sram.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_flash.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_sram.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_flash.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_sram.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_flash.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_sram.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_flash.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_sram.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_flash.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_sram.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_flash.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_sram.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_flash.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_sram.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_flash.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_sram.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_flash.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_sram.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_flash.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_sram.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_flash.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_sram.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_flash.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_sram.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_flash.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_sram.icf b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xb.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xe.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xe.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101x6.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xb.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xe.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xe.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xg.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xg.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102x6.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102xb.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103x6.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xb.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xe.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xe.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xg.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xg.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f105xc.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f105xc.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f107xc.s b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f107xc.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/arm_common_tables.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/arm_const_structs.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/arm_math.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_armcc.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_armcc_V6.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_armcc_V6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_armclang.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_armclang.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_compiler.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_compiler.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_gcc.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_iccarm.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_iccarm.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_version.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_version.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_armv8mbl.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_armv8mbl.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_armv8mml.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_armv8mml.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm0.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm0plus.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm1.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm1.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm23.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm23.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm3.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm33.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm33.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm4.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm7.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cmFunc.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cmInstr.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cmSimd.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_sc000.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_sc300.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/mpu_armv7.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/mpu_armv7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/mpu_armv8.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/mpu_armv8.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/tz_context.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/tz_context.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Lib/license.txt b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Lib/license.txt old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/RTOS/Template/cmsis_os.h b/bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/RTOS/Template/cmsis_os.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/SConscript b/bsp/stm32/libraries/STM32F1xx_HAL/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_ex_legacy.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_ex_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_legacy.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32_assert_template.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32_assert_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cec.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cec.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_conf_template.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_conf_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_crc.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_eth.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_eth.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_hcd.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_hcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2s.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_irda.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_irda.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_mmc.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_mmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nand.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nand.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nor.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nor.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pccard.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pccard.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_smartcard.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_smartcard.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_usart.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_wwdg.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_crc.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dac.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_iwdg.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rtc.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_wwdg.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/Legacy/stm32f1xx_hal_can.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/Legacy/stm32f1xx_hal_can.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_msp_template.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_msp_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nand.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nand.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nor.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nor.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pccard.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pccard.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_rtc_alarm_template.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_rtc_alarm_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_tim_template.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_tim_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dac.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_i2c.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rtc.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/stm32f205xx.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/stm32f205xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/stm32f207xx.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/stm32f207xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/stm32f215xx.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/stm32f215xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/stm32f217xx.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/stm32f217xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/stm32f2xx.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/stm32f2xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/system_stm32f2xx.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/system_stm32f2xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f205xx.s b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f205xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f207xx.s b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f207xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f215xx.s b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f215xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f217xx.s b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f217xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f205xx.s b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f205xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f207xx.s b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f207xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f215xx.s b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f215xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f217xx.s b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f217xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f205xx_flash.icf b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f205xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f205xx_sram.icf b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f205xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f207xx_flash.icf b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f207xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f207xx_sram.icf b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f207xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f215xx_flash.icf b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f215xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f215xx_sram.icf b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f215xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f217xx_flash.icf b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f217xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f217xx_sram.icf b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f217xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f205xx.s b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f205xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f207xx.s b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f207xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f215xx.s b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f215xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f217xx.s b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f217xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/system_stm32f2xx.c b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/system_stm32f2xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/arm_common_tables.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/arm_const_structs.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/arm_math.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_armcc.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_armcc_V6.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_armcc_V6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_armclang.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_armclang.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_compiler.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_compiler.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_gcc.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_iccarm.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_iccarm.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_version.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_version.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_armv8mbl.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_armv8mbl.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_armv8mml.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_armv8mml.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm0.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm0plus.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm1.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm1.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm23.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm23.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm3.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm33.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm33.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm4.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm7.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cmFunc.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cmInstr.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cmSimd.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_sc000.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_sc300.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/mpu_armv7.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/mpu_armv7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/mpu_armv8.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/mpu_armv8.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/tz_context.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/tz_context.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/RTOS/Template/cmsis_os.h b/bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/RTOS/Template/cmsis_os.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/SConscript b/bsp/stm32/libraries/STM32F2xx_HAL/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/Legacy/stm32f2xx_hal_can_legacy.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/Legacy/stm32f2xx_hal_can_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32_assert_template.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32_assert_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_adc.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_adc_ex.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_adc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_can.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_can.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_conf_template.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_conf_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_cortex.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_crc.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_cryp.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_cryp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dac.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dac_ex.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dac_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dcmi.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dcmi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dcmi_ex.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dcmi_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_def.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_def.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dma.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dma_ex.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dma_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_eth.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_eth.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_exti.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_flash.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_flash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_flash_ex.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_flash_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_gpio.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_gpio_ex.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_gpio_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_hash.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_hash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_hcd.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_hcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_i2c.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_i2s.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_irda.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_irda.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_iwdg.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_mmc.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_mmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_nand.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_nand.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_nor.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_nor.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pccard.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pccard.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pcd.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pcd_ex.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pcd_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pwr.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pwr_ex.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pwr_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rcc.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rcc_ex.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rcc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rng.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rtc.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rtc_ex.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rtc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_sd.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_sd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_smartcard.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_smartcard.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_spi.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_sram.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_sram.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_tim.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_tim_ex.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_tim_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_uart.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_uart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_usart.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_wwdg.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_adc.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_bus.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_bus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_cortex.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_crc.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_dac.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_dma.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_exti.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_fsmc.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_fsmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_gpio.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_i2c.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_iwdg.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_pwr.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_rcc.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_rng.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_rtc.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_sdmmc.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_sdmmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_spi.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_system.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_system.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_tim.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_usart.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_usb.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_usb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_utils.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_utils.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_wwdg.h b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/Legacy/stm32f2xx_hal_can.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/Legacy/stm32f2xx_hal_can.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_adc.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_adc_ex.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_adc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_can.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_can.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_cortex.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_cortex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_crc.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_cryp.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_cryp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dac.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dac_ex.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dac_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dcmi.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dcmi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dcmi_ex.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dcmi_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dma.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dma_ex.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dma_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_eth.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_eth.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_exti.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_flash.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_flash_ex.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_flash_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_gpio.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_hash.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_hash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_hcd.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_hcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_i2c.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_i2s.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_irda.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_irda.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_iwdg.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_iwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_mmc.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_mmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_msp_template.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_msp_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_nand.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_nand.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_nor.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_nor.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pccard.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pccard.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd_ex.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pwr.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pwr_ex.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pwr_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rcc.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rcc_ex.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rcc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rng.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rtc.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rtc_ex.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rtc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_sd.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_sd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_smartcard.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_smartcard.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_spi.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_sram.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_sram.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_tim.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_tim_ex.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_tim_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_timebase_rtc_alarm_template.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_timebase_rtc_alarm_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_timebase_rtc_wakeup_template.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_timebase_rtc_wakeup_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_timebase_tim_template.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_timebase_tim_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_uart.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_uart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_usart.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_wwdg.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_wwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_adc.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_crc.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_dac.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_dma.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_exti.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_fsmc.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_fsmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_gpio.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_i2c.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_pwr.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_rcc.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_rng.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_rtc.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_sdmmc.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_sdmmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_spi.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_tim.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_usart.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_usb.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_usb.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_utils.c b/bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_utils.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xe.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xe.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f410cx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f410cx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f410rx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f410rx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f410tx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f410tx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f412cx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f412cx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f412rx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f412rx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f412vx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f412vx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f412zx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f412zx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f413xx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f413xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f415xx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f415xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f417xx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f417xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f423xx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f423xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f427xx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f427xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f429xx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f429xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f437xx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f437xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f439xx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f439xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f469xx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f469xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f479xx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f479xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Release_Notes.html b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Release_Notes.html old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xc.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xc.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xe.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xe.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f405xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f405xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f407xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f407xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410cx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410cx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410rx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410rx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410tx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410tx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f411xe.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f411xe.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412cx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412cx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412rx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412rx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412vx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412vx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412zx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412zx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f413xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f413xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f415xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f415xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f417xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f417xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f423xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f423xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f429xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f429xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f437xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f437xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f439xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f439xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f446xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f446xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f469xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f469xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f479xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f479xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f401xc.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f401xc.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f401xe.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f401xe.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f405xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f405xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f407xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f407xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f410cx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f410cx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f410rx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f410rx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f410tx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f410tx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f411xe.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f411xe.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412cx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412cx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412rx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412rx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412vx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412vx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412zx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412zx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f413xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f413xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f415xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f415xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f417xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f417xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f423xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f423xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f427xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f427xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f429xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f429xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f437xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f437xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f439xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f439xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f446xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f446xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f469xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f469xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f479xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f479xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f401xc_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f401xc_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f401xc_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f401xc_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f401xe_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f401xe_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f401xe_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f401xe_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f405xx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f405xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f405xx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f405xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f407xx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f407xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f407xx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f407xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410cx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410cx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410cx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410cx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410rx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410rx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410rx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410rx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410tx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410tx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410tx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410tx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f411xe_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f411xe_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f411xe_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f411xe_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412cx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412cx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412cx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412cx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412rx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412rx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412rx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412rx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412vx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412vx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412vx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412vx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412zx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412zx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412zx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412zx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f413xx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f413xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f413xx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f413xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f415xx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f415xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f415xx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f415xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f417xx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f417xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f417xx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f417xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f423xx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f423xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f423xx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f423xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f427xx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f427xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f427xx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f427xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f429xx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f429xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f429xx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f429xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f437xx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f437xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f437xx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f437xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f439xx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f439xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f439xx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f439xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f446xx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f446xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f446xx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f446xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f469xx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f469xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f469xx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f469xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f479xx_flash.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f479xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f479xx_sram.icf b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f479xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f401xc.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f401xc.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f401xe.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f401xe.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f405xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f405xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f407xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f407xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410cx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410cx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410rx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410rx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410tx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410tx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f411xe.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f411xe.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412cx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412cx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412rx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412rx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412vx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412vx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412zx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412zx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f413xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f413xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f415xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f415xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f417xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f417xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f423xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f423xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f427xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f427xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f429xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f429xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f437xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f437xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f439xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f439xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f446xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f446xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f469xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f469xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f479xx.s b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f479xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Documentation/index.html b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Documentation/index.html old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_armcc.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_armclang.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_armclang.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_compiler.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_compiler.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_gcc.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_iccarm.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_iccarm.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_version.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_version.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_armv8mbl.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_armv8mbl.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_armv8mml.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_armv8mml.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm0.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm0plus.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm1.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm1.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm23.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm23.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm3.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm33.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm33.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm4.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm7.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_sc000.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_sc300.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/mpu_armv7.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/mpu_armv7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/mpu_armv8.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/mpu_armv8.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/tz_context.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/tz_context.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/RTOS/Template/cmsis_os.h b/bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/RTOS/Template/cmsis_os.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/SConscript b/bsp/stm32/libraries/STM32F4xx_HAL/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/Legacy/stm32f4xx_hal_can_legacy.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/Legacy/stm32f4xx_hal_can_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32_assert_template.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32_assert_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_can.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_can.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cec.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cec.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_conf_template.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_conf_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_crc.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cryp.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cryp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cryp_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cryp_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dac.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dac_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dac_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dcmi.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dcmi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dcmi_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dcmi_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dfsdm.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dfsdm.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma2d.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma2d.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dsi.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dsi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_eth.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_eth.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_fmpi2c.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_fmpi2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_fmpi2c_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_fmpi2c_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_hash.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_hash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_hash_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_hash_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_hcd.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_hcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_irda.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_irda.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_iwdg.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_lptim.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_ltdc.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_ltdc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_ltdc_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_ltdc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_mmc.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_mmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_nand.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_nand.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_nor.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_nor.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pccard.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pccard.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_qspi.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_qspi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rng.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rtc.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rtc_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rtc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sai.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sai.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sai_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sai_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sd.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sdram.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sdram.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_smartcard.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_smartcard.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_smbus.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_smbus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spdifrx.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spdifrx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sram.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sram.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_usart.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_wwdg.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_bus.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_bus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_cortex.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_crc.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_dac.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_dma.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_dma2d.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_dma2d.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_exti.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_fmc.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_fmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_fsmc.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_fsmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_gpio.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_i2c.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_iwdg.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_lptim.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_pwr.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_rcc.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_rng.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_rtc.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_sdmmc.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_sdmmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_spi.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_system.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_system.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_tim.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_usart.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_usb.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_usb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_utils.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_utils.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_wwdg.h b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Release_Notes.html b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Release_Notes.html old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/Legacy/stm32f4xx_hal_can.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/Legacy/stm32f4xx_hal_can.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cec.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cec.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dcmi.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dcmi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dcmi_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dcmi_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dfsdm.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dfsdm.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma2d.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma2d.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dsi.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dsi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpi2c.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpi2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpi2c_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpi2c_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hash.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hash_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hash_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hcd.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_irda.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_irda.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_iwdg.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_iwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_lptim.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_ltdc.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_ltdc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_ltdc_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_ltdc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_mmc.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_mmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_msp_template.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_msp_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_nand.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_nand.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_nor.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_nor.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pccard.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pccard.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_qspi.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_qspi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sai.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sai.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sai_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sai_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sd.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sdram.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sdram.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_smartcard.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_smartcard.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_smbus.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_smbus.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spdifrx.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spdifrx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_timebase_rtc_alarm_template.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_timebase_rtc_alarm_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_timebase_rtc_wakeup_template.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_timebase_rtc_wakeup_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_timebase_tim_template.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_timebase_tim_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_usart.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_wwdg.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_wwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_crc.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_dac.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_dma.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_dma2d.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_dma2d.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_exti.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fsmc.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fsmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_gpio.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_i2c.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_lptim.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_pwr.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_rcc.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_rng.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_rtc.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_sdmmc.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_sdmmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_spi.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_tim.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usart.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_utils.c b/bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_utils.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f722xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f722xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f723xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f723xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f730xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f730xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f732xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f732xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f733xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f733xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f745xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f745xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f746xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f746xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f750xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f750xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f756xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f756xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f765xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f765xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f767xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f767xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f769xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f769xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f777xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f777xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f779xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f779xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f7xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f7xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/system_stm32f7xx.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/system_stm32f7xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Release_Notes.html b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Release_Notes.html old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f722xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f722xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f723xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f723xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f730xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f730xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f732xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f732xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f733xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f733xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f745xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f745xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f746xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f746xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f750xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f750xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f756xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f756xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f765xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f765xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f767xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f767xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f769xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f769xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f777xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f777xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f779xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f779xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f722xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f722xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f723xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f723xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f730xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f730xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f732xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f732xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f733xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f733xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f745xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f745xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f746xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f746xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f750xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f750xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f756xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f756xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f765xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f765xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f767xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f767xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f769xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f769xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f777xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f777xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f779xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f779xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f722xx_ITCM_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f722xx_ITCM_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f722xx_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f722xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f722xx_sram.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f722xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f723xx_ITCM_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f723xx_ITCM_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f723xx_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f723xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f723xx_sram.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f723xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f730xx_ITCM_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f730xx_ITCM_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f730xx_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f730xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f730xx_sram.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f730xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f732xx_ITCM_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f732xx_ITCM_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f732xx_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f732xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f732xx_sram.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f732xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f733xx_ITCM_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f733xx_ITCM_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f733xx_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f733xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f733xx_sram.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f733xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f745xx_ITCM_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f745xx_ITCM_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f745xx_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f745xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f745xx_sram.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f745xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f746xx_ITCM_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f746xx_ITCM_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f746xx_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f746xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f746xx_sram.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f746xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f750xx_ITCM_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f750xx_ITCM_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f750xx_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f750xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f750xx_sram.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f750xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f756xx_ITCM_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f756xx_ITCM_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f756xx_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f756xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f756xx_sram.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f756xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f765xx_ITCM_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f765xx_ITCM_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f765xx_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f765xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f765xx_sram.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f765xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f767xx_ITCM_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f767xx_ITCM_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f767xx_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f767xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f767xx_sram.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f767xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f769xx_ITCM_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f769xx_ITCM_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f769xx_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f769xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f769xx_sram.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f769xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f777xx_ITCM_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f777xx_ITCM_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f777xx_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f777xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f777xx_sram.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f777xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f779xx_ITCM_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f779xx_ITCM_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f779xx_flash.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f779xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f779xx_sram.icf b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f779xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f722xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f722xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f723xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f723xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f730xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f730xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f732xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f732xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f733xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f733xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f745xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f745xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f746xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f746xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f750xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f750xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f756xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f756xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f765xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f765xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f767xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f767xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f769xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f769xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f777xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f777xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f779xx.s b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f779xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/system_stm32f7xx.c b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/system_stm32f7xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Documentation/index.html b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Documentation/index.html old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/arm_common_tables.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/arm_const_structs.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/arm_math.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_armcc.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_armcc_V6.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_armcc_V6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_armclang.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_armclang.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_compiler.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_compiler.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_gcc.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_iccarm.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_iccarm.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_version.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_version.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_armv8mbl.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_armv8mbl.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_armv8mml.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_armv8mml.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm0.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm0plus.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm1.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm1.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm23.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm23.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm3.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm33.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm33.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm4.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm7.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cmFunc.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cmInstr.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cmSimd.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_sc000.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_sc300.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/mpu_armv7.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/mpu_armv7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/mpu_armv8.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/mpu_armv8.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/tz_context.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/tz_context.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/RTOS/Template/cmsis_os.h b/bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/RTOS/Template/cmsis_os.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/SConscript b/bsp/stm32/libraries/STM32F7xx_HAL/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/Legacy/stm32f7xx_hal_can_legacy.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/Legacy/stm32f7xx_hal_can_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32_assert_template.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32_assert_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_can.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_can.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cec.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cec.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_conf_template.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_conf_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cortex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_crc.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_crc_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_crc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cryp.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cryp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cryp_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cryp_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dac.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dac_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dac_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dcmi.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dcmi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dcmi_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dcmi_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_def.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_def.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dfsdm.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dfsdm.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma2d.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma2d.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dsi.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dsi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_eth.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_eth.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_exti.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_hash.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_hash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_hash_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_hash_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_hcd.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_hcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2s.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_irda.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_irda.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_irda_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_irda_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_iwdg.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_jpeg.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_jpeg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_lptim.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_ltdc.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_ltdc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_ltdc_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_ltdc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_mdios.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_mdios.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_mmc.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_mmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_nand.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_nand.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_nor.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_nor.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pcd.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pcd_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pcd_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pwr.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pwr_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pwr_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_qspi.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_qspi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rng.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rtc.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rtc_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rtc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sai.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sai.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sai_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sai_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sd.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sdram.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sdram.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_smartcard.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_smartcard.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_smartcard_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_smartcard_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_smbus.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_smbus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_spdifrx.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_spdifrx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_spi.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_spi_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_spi_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sram.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sram.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_tim.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_tim_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_tim_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_uart.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_uart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_uart_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_uart_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_usart.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_usart_ex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_usart_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_wwdg.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_adc.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_cortex.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_crc.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dac.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma2d.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma2d.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_fmc.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_fmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_gpio.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_i2c.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_iwdg.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_lptim.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_pwr.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_rcc.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_rng.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_rtc.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_sdmmc.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_sdmmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_system.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_system.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_tim.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usb.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_utils.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_utils.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_wwdg.h b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Release_Notes.html b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Release_Notes.html old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/Legacy/stm32f7xx_hal_can.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/Legacy/stm32f7xx_hal_can.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_adc.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_adc_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_adc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_can.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_can.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cec.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cec.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cortex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cortex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_crc.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_crc_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_crc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cryp.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cryp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cryp_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cryp_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dac.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dac_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dac_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dcmi.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dcmi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dcmi_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dcmi_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dfsdm.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dfsdm.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma2d.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma2d.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dsi.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dsi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_eth.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_eth.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_exti.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_gpio.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_hash.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_hash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_hash_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_hash_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_hcd.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_hcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_i2c.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_i2c_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_i2c_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_i2s.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_irda.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_irda.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_iwdg.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_iwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_jpeg.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_jpeg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_lptim.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_ltdc.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_ltdc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_ltdc_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_ltdc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_mdios.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_mdios.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_mmc.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_mmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_msp_template.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_msp_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_nand.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_nand.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_nor.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_nor.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pcd.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pcd_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pcd_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_qspi.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_qspi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rng.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rtc.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rtc_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rtc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sai.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sai.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sai_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sai_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sd.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sdram.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sdram.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_smartcard.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_smartcard.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_smartcard_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_smartcard_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_smbus.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_smbus.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_spdifrx.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_spdifrx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_spi.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_spi_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_spi_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sram.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sram.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_tim.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_tim_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_tim_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_timebase_rtc_alarm_template.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_timebase_rtc_alarm_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_timebase_rtc_wakeup_template.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_timebase_rtc_wakeup_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_timebase_tim_template.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_timebase_tim_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_uart.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_uart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_uart_ex.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_uart_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_usart.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_wwdg.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_wwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_adc.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_crc.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dac.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma2d.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma2d.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_exti.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_fmc.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_fmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_gpio.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_i2c.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_lptim.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_pwr.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_rcc.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_rng.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_rtc.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_sdmmc.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_sdmmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_tim.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usb.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usb.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_utils.c b/bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_utils.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/arm_common_tables.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/arm_const_structs.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/arm_math.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/cmsis_armcc.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/cmsis_armcc_V6.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/cmsis_armcc_V6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/cmsis_gcc.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cm0.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cm0plus.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cm3.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cm4.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cm7.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cmFunc.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cmInstr.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cmSimd.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_sc000.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_sc300.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g030xx.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g030xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g031xx.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g031xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g041xx.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g041xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g070xx.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g070xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g071xx.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g071xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g081xx.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g081xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g0xx.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g0xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/system_stm32g0xx.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/system_stm32g0xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g030xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g030xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g031xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g031xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g041xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g041xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g070xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g070xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g071xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g071xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g081xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g081xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g030xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g030xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g031xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g031xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g041xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g041xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g070xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g070xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g071xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g071xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g081xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g081xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g030xx_flash.icf b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g030xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g030xx_sram.icf b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g030xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g031xx_flash.icf b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g031xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g031xx_sram.icf b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g031xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g041xx_flash.icf b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g041xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g041xx_sram.icf b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g041xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g070xx_flash.icf b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g070xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g070xx_sram.icf b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g070xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g071xx_flash.icf b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g071xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g071xx_sram.icf b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g071xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g081xx_flash.icf b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g081xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g081xx_sram.icf b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g081xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g030xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g030xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g031xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g031xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g041xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g041xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g070xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g070xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g071xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g071xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g081xx.s b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g081xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/system_stm32g0xx.c b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/system_stm32g0xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/arm_common_tables.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/arm_const_structs.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/arm_math.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/cmsis_armcc.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/cmsis_armcc_V6.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/cmsis_armcc_V6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/cmsis_gcc.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cm0.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cm0plus.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cm3.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cm4.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cm7.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cmFunc.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cmInstr.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cmSimd.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_sc000.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_sc300.h b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/README.txt b/bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/README.txt old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/SConscript b/bsp/stm32/libraries/STM32G0xx_HAL/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32_assert_template.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32_assert_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_adc.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_adc_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_adc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cec.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cec.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_comp.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_comp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_conf_template.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_conf_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cortex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_crc.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_crc_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_crc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cryp.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cryp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cryp_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cryp_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dac.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dac_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dac_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_def.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_def.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_exti.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_i2c.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_i2c_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_i2c_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_i2s.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_irda.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_irda.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_irda_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_irda_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_iwdg.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_lptim.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rng.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rtc.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rtc_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rtc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_smartcard.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_smartcard.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_smartcard_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_smartcard_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_smbus.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_smbus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_spi.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_spi_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_spi_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_uart.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_uart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_uart_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_uart_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_usart.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_usart_ex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_usart_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_wwdg.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_adc.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_bus.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_bus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_comp.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_comp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_cortex.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_crc.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dac.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dma.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dmamux.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dmamux.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_exti.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_gpio.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_i2c.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_iwdg.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_lptim.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_lpuart.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_lpuart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_pwr.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rcc.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rng.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rtc.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_spi.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_system.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_system.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_tim.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_ucpd.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_ucpd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_usart.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_utils.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_utils.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_wwdg.h b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_adc.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_adc_ex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_adc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cec.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cec.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_comp.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_comp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_crc.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_crc_ex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_crc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cryp.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cryp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cryp_ex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cryp_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dac.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dac_ex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dac_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_i2c.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_i2c_ex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_i2c_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_i2s.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_irda.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_irda.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_iwdg.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_iwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_lptim.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_msp_template.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_msp_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rng.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rtc.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rtc_ex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rtc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_smartcard.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_smartcard.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_smartcard_ex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_smartcard_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_smbus.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_smbus.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_spi.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_spi_ex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_spi_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_timebase_rtc_alarm_template.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_timebase_rtc_alarm_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_timebase_rtc_wakeup_template.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_timebase_rtc_wakeup_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_timebase_tim_template.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_timebase_tim_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_uart.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_uart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_uart_ex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_uart_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_usart.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_usart_ex.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_usart_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_wwdg.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_wwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_adc.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_comp.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_comp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crc.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dac.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_i2c.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_lptim.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_lpuart.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_lpuart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_pwr.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rng.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rtc.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_spi.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_tim.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_ucpd.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_ucpd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_usart.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c b/bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g431xx.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g431xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g441xx.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g441xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g471xx.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g471xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g473xx.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g473xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g474xx.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g474xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g483xx.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g483xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g484xx.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g484xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g4xx.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g4xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32gbk1cb.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32gbk1cb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/system_stm32g4xx.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/system_stm32g4xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Release_Notes.html b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Release_Notes.html old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g431xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g431xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g441xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g441xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g471xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g471xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g473xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g473xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g474xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g474xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g483xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g483xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g484xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g484xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32gbk1cb.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32gbk1cb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g431xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g431xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g441xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g441xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g471xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g471xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g473xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g473xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g474xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g474xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g483xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g483xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g484xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g484xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32gbk1cb.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32gbk1cb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g431xx_flash.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g431xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g431xx_sram.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g431xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g441xx_flash.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g441xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g441xx_sram.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g441xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g471xx_flash.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g471xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g471xx_sram.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g471xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g473xx_flash.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g473xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g473xx_sram.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g473xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g474xx_flash.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g474xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g474xx_sram.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g474xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g481xx_flash.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g481xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g481xx_sram.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g481xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g483xx_flash.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g483xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g483xx_sram.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g483xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g484xx_flash.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g484xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g484xx_sram.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g484xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32gbk1cb_flash.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32gbk1cb_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32gbk1cb_sram.icf b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32gbk1cb_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g431xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g431xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g441xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g441xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g471xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g471xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g473xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g473xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g474xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g474xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g483xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g483xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g484xx.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g484xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32gbk1cb.s b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32gbk1cb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/system_stm32g4xx.c b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/system_stm32g4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_armcc.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_armclang.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_armclang.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_compiler.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_compiler.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_gcc.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_iccarm.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_iccarm.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_version.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_version.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_armv8mbl.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_armv8mbl.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_armv8mml.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_armv8mml.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm0.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm0plus.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm1.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm1.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm23.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm23.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm3.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm33.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm33.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm4.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm7.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_sc000.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_sc300.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/mpu_armv7.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/mpu_armv7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/mpu_armv8.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/mpu_armv8.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/tz_context.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/tz_context.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS/Template/cmsis_os.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS/Template/cmsis_os.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Include/cmsis_os2.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Include/cmsis_os2.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Include/os_tick.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Include/os_tick.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Source/os_systick.c b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Source/os_systick.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Source/os_tick_gtim.c b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Source/os_tick_gtim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Source/os_tick_ptim.c b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Source/os_tick_ptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Template/cmsis_os.h b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Template/cmsis_os.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Template/cmsis_os1.c b/bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Template/cmsis_os1.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/SConscript b/bsp/stm32/libraries/STM32G4xx_HAL/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32_assert_template.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32_assert_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_comp.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_comp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_conf_template.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_conf_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cordic.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cordic.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_crc.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_crc_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_crc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cryp.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cryp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cryp_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cryp_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fdcan.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fdcan.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fmac.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fmac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_hrtim.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_hrtim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2s.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_irda.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_irda.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_irda_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_irda_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_iwdg.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_lptim.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_nand.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_nand.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_nor.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_nor.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_opamp.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_opamp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_opamp_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_opamp_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_qspi.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_qspi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rng.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rtc.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rtc_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rtc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_sai.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_sai.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_sai_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_sai_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_smartcard.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_smartcard.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_smartcard_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_smartcard_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_smbus.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_smbus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_sram.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_sram.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_usart.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_usart_ex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_usart_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_wwdg.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_adc.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_bus.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_bus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_comp.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_comp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_cordic.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_cordic.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_cortex.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_crc.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_crs.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_crs.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dac.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dma.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dmamux.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dmamux.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_exti.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_fmac.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_fmac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_fmc.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_fmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_gpio.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_hrtim.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_hrtim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_i2c.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_iwdg.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_lptim.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_lpuart.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_lpuart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_opamp.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_opamp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_pwr.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_rcc.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_rng.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_rtc.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_spi.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_system.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_system.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_tim.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_ucpd.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_ucpd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usart.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usb.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_utils.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_utils.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_wwdg.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Release_Notes.html b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Release_Notes.html old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_comp.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_comp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cordic.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cordic.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cryp.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cryp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cryp_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cryp_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dac.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dac_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dac_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_fdcan.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_fdcan.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_fmac.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_fmac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_hrtim.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_hrtim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2s.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_irda.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_irda.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_iwdg.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_iwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_lptim.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_msp_template.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_msp_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_nand.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_nand.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_nor.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_nor.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_opamp.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_opamp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_opamp_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_opamp_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_qspi.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_qspi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rng.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rtc.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rtc_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rtc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_sai.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_sai.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_sai_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_sai_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_smartcard.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_smartcard.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_smartcard_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_smartcard_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_smbus.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_smbus.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_sram.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_sram.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_timebase_tim_template.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_timebase_tim_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_usart.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_usart_ex.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_usart_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_wwdg.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_wwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_adc.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_comp.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_comp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_cordic.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_cordic.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_crc.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_crs.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_crs.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_dac.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_dma.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_exti.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_fmac.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_fmac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_fmc.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_fmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_gpio.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_hrtim.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_hrtim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_i2c.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_lptim.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_lpuart.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_lpuart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_opamp.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_opamp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_pwr.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_rcc.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_rng.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_rtc.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_spi.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_tim.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_ucpd.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_ucpd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_usart.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_usb.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_usb.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_utils.c b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_utils.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h742xx.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h742xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h743xx.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h743xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h745xx.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h745xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h747xx.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h747xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h750xx.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h750xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h753xx.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h753xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h755xx.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h755xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h757xx.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h757xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Release_Notes.html b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Release_Notes.html old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h745xx_flash_CM4.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h745xx_flash_CM4.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h745xx_flash_CM7.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h745xx_flash_CM7.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h745xx_sram1_CM7.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h745xx_sram1_CM7.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h745xx_sram2_CM4.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h745xx_sram2_CM4.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h747xx_flash_CM4.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h747xx_flash_CM4.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h747xx_flash_CM7.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h747xx_flash_CM7.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h747xx_sram1_CM7.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h747xx_sram1_CM7.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h747xx_sram2_CM4.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h747xx_sram2_CM4.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h755xx_flash_CM4.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h755xx_flash_CM4.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h755xx_flash_CM7.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h755xx_flash_CM7.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h755xx_sram1_CM7.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h755xx_sram1_CM7.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h755xx_sram2_CM4.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h755xx_sram2_CM4.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h757xx_flash_CM4.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h757xx_flash_CM4.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h757xx_flash_CM7.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h757xx_flash_CM7.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h757xx_sram1_CM7.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h757xx_sram1_CM7.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h757xx_sram2_CM4.sct b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h757xx_sram2_CM4.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h742xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h742xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h743xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h743xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h745xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h745xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h747xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h747xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h750xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h750xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h753xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h753xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h755xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h755xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h757xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h757xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h745xx_flash_CM4.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h745xx_flash_CM4.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h745xx_flash_CM7.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h745xx_flash_CM7.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h745xx_sram1_CM7.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h745xx_sram1_CM7.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h745xx_sram2_CM4.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h745xx_sram2_CM4.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h747xx_flash_CM4.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h747xx_flash_CM4.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h747xx_flash_CM7.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h747xx_flash_CM7.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h747xx_sram1_CM7.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h747xx_sram1_CM7.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h747xx_sram2_CM4.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h747xx_sram2_CM4.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h755xx_flash_CM4.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h755xx_flash_CM4.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h755xx_flash_CM7.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h755xx_flash_CM7.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h755xx_sram1_CM7.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h755xx_sram1_CM7.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h755xx_sram2_CM4.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h755xx_sram2_CM4.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h757xx_flash_CM4.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h757xx_flash_CM4.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h757xx_flash_CM7.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h757xx_flash_CM7.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h757xx_sram1_CM7.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h757xx_sram1_CM7.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h757xx_sram2_CM4.ld b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h757xx_sram2_CM4.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h742xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h742xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h743xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h743xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h745xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h745xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h747xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h747xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h750xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h750xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h753xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h753xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h755xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h755xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h757xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h757xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h742xx_dtcmram.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h742xx_dtcmram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h742xx_flash.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h742xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h742xx_flash_rw_sram1.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h742xx_flash_rw_sram1.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h742xx_flash_rw_sram2.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h742xx_flash_rw_sram2.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h742xx_sram1.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h742xx_sram1.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h743xx_dtcmram.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h743xx_dtcmram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h743xx_flash.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h743xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h743xx_flash_rw_sram1.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h743xx_flash_rw_sram1.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h743xx_flash_rw_sram2.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h743xx_flash_rw_sram2.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h743xx_sram1.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h743xx_sram1.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_dtcmram_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_dtcmram_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_flash_CM4.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_flash_CM4.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_flash_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_flash_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_flash_rw_sram1_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_flash_rw_sram1_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_flash_rw_sram2_CM4.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_flash_rw_sram2_CM4.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_sram1_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_sram1_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_sram2_CM4.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_sram2_CM4.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_dtcmram_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_dtcmram_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_flash_CM4.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_flash_CM4.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_flash_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_flash_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_flash_rw_sram1_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_flash_rw_sram1_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_flash_rw_sram2_CM4.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_flash_rw_sram2_CM4.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_sram1_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_sram1_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_sram2_CM4.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_sram2_CM4.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h750xx_dtcmram.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h750xx_dtcmram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h750xx_flash.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h750xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h750xx_flash_rw_sram1.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h750xx_flash_rw_sram1.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h750xx_flash_rw_sram2.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h750xx_flash_rw_sram2.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h750xx_sram1.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h750xx_sram1.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h753xx_dtcmram.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h753xx_dtcmram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h753xx_flash.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h753xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h753xx_flash_rw_sram1.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h753xx_flash_rw_sram1.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h753xx_flash_rw_sram2.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h753xx_flash_rw_sram2.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h753xx_sram1.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h753xx_sram1.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_dtcmram_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_dtcmram_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_flash_CM4.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_flash_CM4.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_flash_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_flash_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_flash_rw_sram1_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_flash_rw_sram1_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_flash_rw_sram2_CM4.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_flash_rw_sram2_CM4.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_sram1_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_sram1_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_sram2_CM4.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_sram2_CM4.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_dtcmram_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_dtcmram_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_flash_CM4.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_flash_CM4.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_flash_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_flash_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_flash_rw_sram1_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_flash_rw_sram1_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_flash_rw_sram2_CM4.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_flash_rw_sram2_CM4.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_sram1_CM7.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_sram1_CM7.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_sram2_CM4.icf b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_sram2_CM4.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h742xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h742xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h743xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h743xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h745xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h745xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h747xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h747xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h750xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h750xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h753xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h753xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h755xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h755xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h757xx.s b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h757xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx.c b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx_dualcore_boot_cm4_cm7.c b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx_dualcore_boot_cm4_cm7.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx_dualcore_bootcm4_cm7gated.c b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx_dualcore_bootcm4_cm7gated.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx_dualcore_bootcm7_cm4gated.c b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx_dualcore_bootcm7_cm4gated.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx_singlecore.c b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx_singlecore.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_armcc.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_armclang.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_armclang.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_compiler.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_compiler.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_gcc.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_iccarm.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_iccarm.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_version.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_version.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_armv8mbl.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_armv8mbl.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_armv8mml.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_armv8mml.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm0.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm0plus.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm1.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm1.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm23.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm23.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm3.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm33.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm33.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm4.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm7.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_sc000.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_sc300.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/mpu_armv7.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/mpu_armv7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/mpu_armv8.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/mpu_armv8.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/tz_context.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/tz_context.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/RTOS/Template/cmsis_os.h b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/RTOS/Template/cmsis_os.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/docs/index.html b/bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/docs/index.html old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/SConscript b/bsp/stm32/libraries/STM32H7xx_HAL/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32_assert_template.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32_assert_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cec.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cec.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_comp.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_comp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_conf_template.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_conf_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_crc.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_crc_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_crc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cryp.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cryp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cryp_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cryp_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dac.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dac_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dac_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dcmi.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dcmi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dfsdm.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dfsdm.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma2d.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma2d.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dsi.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dsi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_eth.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_eth.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_eth_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_eth_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hash.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hash_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hash_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hcd.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hrtim.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hrtim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2s.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2s_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2s_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_irda.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_irda.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_irda_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_irda_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_iwdg.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_jpeg.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_jpeg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_lptim.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_ltdc.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_ltdc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_ltdc_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_ltdc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdios.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdios.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mmc.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mmc_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mmc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_nand.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_nand.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_nor.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_nor.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_opamp.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_opamp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_opamp_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_opamp_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pcd.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pcd_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pcd_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_qspi.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_qspi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_ramecc.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_ramecc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rng.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rtc.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rtc_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rtc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sd.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sd_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sd_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sdram.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sdram.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_smartcard.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_smartcard.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_smartcard_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_smartcard_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_smbus.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_smbus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_spdifrx.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_spdifrx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_spi.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_spi_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_spi_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sram.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sram.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_swpmi.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_swpmi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_usart.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_usart_ex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_usart_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_wwdg.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_bdma.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_bdma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_bus.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_bus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_comp.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_comp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_cortex.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_crc.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_dac.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_delayblock.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_delayblock.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_dma.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_dma2d.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_dma2d.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_dmamux.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_dmamux.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_exti.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_fmc.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_fmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_gpio.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_hrtim.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_hrtim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_hsem.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_hsem.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_i2c.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_iwdg.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_lptim.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_lpuart.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_lpuart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_mdma.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_mdma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_opamp.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_opamp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_pwr.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_rcc.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_rng.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_rtc.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_sdmmc.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_sdmmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_spi.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_swpmi.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_swpmi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_system.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_system.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_tim.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_usart.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_usb.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_usb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_utils.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_utils.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_wwdg.h b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Release_Notes.html b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Release_Notes.html old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cec.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cec.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_comp.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_comp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cryp.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cryp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cryp_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cryp_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dac.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dac_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dac_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dcmi.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dcmi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dfsdm.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dfsdm.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma2d.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma2d.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dsi.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dsi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_eth.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_eth.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_eth_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_eth_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_exti.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_fdcan.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_fdcan.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hash.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hash_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hash_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hcd.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hrtim.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hrtim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_irda.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_irda.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_iwdg.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_iwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_jpeg.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_jpeg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_lptim.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_ltdc.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_ltdc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_ltdc_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_ltdc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdios.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdios.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mmc.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mmc_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mmc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_msp_template.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_msp_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_nand.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_nand.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_nor.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_nor.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_opamp.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_opamp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_opamp_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_opamp_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pcd.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pcd_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pcd_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_qspi.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_qspi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_ramecc.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_ramecc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rng.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rtc.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rtc_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rtc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sai.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sai.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sai_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sai_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sd.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sd_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sd_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sdram.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sdram.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_smartcard.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_smartcard.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_smartcard_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_smartcard_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_smbus.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_smbus.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spdifrx.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spdifrx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spi.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spi_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spi_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sram.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sram.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_swpmi.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_swpmi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_timebase_rtc_alarm_template.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_timebase_rtc_alarm_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_timebase_rtc_wakeup_template.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_timebase_rtc_wakeup_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_timebase_tim_template.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_timebase_tim_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_usart.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_usart_ex.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_usart_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_wwdg.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_wwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_adc.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_bdma.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_bdma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_comp.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_comp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_crc.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_dac.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_delayblock.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_delayblock.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_dma.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_dma2d.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_dma2d.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_exti.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_fmc.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_fmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_gpio.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_hrtim.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_hrtim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_i2c.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_lptim.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_lpuart.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_lpuart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_mdma.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_mdma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_opamp.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_opamp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_pwr.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_rcc.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_rng.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_rtc.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_spi.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_swpmi.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_swpmi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_tim.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_usart.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_usb.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_usb.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_utils.c b/bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_utils.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l010x4.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l010x4.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l010x6.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l010x6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l010x8.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l010x8.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l010xb.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l010xb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l011xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l011xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l021xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l021xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l031xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l031xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l041xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l041xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l051xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l051xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l052xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l052xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l053xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l053xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l061xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l061xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l062xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l062xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l063xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l063xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l071xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l071xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l072xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l072xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l073xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l073xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l081xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l081xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l082xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l082xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l083xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l083xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/system_stm32l0xx.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/system_stm32l0xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l010x4.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l010x4.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l010x6.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l010x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l010x8.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l010x8.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l010xb.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l010xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l011xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l011xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l021xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l021xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l031xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l031xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l041xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l041xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l051xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l051xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l052xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l052xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l053xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l053xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l061xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l061xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l062xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l062xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l063xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l063xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l071xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l071xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l072xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l072xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l073xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l073xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l081xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l081xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l082xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l082xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l083xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l083xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l010x4.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l010x4.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l010x6.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l010x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l010x8.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l010x8.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l010xb.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l010xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l011xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l011xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l021xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l021xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l031xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l031xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l041xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l041xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l051xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l051xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l052xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l052xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l053xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l053xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l061xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l061xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l062xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l062xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l063xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l063xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l071xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l071xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l072xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l072xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l073xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l073xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l081xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l081xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l082xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l082xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l083xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l083xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l010x4_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l010x4_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l010x6_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l010x6_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l010x8_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l010x8_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l010xb_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l010xb_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l011xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l011xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l011xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l011xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l021xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l021xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l021xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l021xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l031xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l031xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l031xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l031xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l041xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l041xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l041xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l041xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l051xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l051xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l051xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l051xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l052xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l052xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l052xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l052xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l053xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l053xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l053xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l053xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l061xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l061xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l061xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l061xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l062xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l062xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l062xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l062xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l063xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l063xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l063xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l063xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l071xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l071xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l071xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l071xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l072xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l072xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l072xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l072xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l073xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l073xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l073xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l073xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l081xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l081xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l081xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l081xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l082xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l082xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l082xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l082xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l083xx_flash.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l083xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l083xx_sram.icf b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l083xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l010x4.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l010x4.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l010x6.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l010x6.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l010x8.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l010x8.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l010xb.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l010xb.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l011xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l011xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l021xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l021xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l031xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l031xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l041xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l041xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l051xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l051xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l052xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l052xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l053xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l053xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l061xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l061xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l062xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l062xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l063xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l063xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l071xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l071xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l072xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l072xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l073xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l073xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l081xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l081xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l082xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l082xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l083xx.s b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l083xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/system_stm32l0xx.c b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/system_stm32l0xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/arm_common_tables.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/arm_const_structs.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/arm_math.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/cmsis_armcc.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/cmsis_armcc_V6.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/cmsis_armcc_V6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/cmsis_gcc.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cm0.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cm0plus.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cm3.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cm4.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cm7.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cmFunc.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cmInstr.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cmSimd.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_sc000.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_sc300.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/RTOS/Template/cmsis_os.h b/bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/RTOS/Template/cmsis_os.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/SConscript b/bsp/stm32/libraries/STM32L0xx_HAL/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32_assert_template.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32_assert_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_adc.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_adc_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_adc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_comp.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_comp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_comp_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_comp_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_conf_template.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_conf_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_cortex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_crc.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_crc_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_crc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_cryp.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_cryp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_cryp_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_cryp_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_dac.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_dac_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_dac_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_def.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_def.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_dma.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_firewall.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_firewall.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_flash.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_flash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_flash_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_flash_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_flash_ramfunc.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_flash_ramfunc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_gpio.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_gpio_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_gpio_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_i2c.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_i2c_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_i2c_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_i2s.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_irda.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_irda.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_irda_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_irda_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_iwdg.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_lcd.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_lptim.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_lptim_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_lptim_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_pcd.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_pcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_pcd_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_pcd_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_pwr.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_pwr_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_pwr_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rcc.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rcc_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rcc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rng.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rtc.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rtc_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rtc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_smartcard.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_smartcard.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_smartcard_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_smartcard_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_smbus.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_smbus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_spi.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_tim.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_tim_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_tim_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_tsc.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_tsc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_usart.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_usart_ex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_usart_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_wwdg.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_adc.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_bus.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_bus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_comp.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_comp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_cortex.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_crc.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_crs.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_crs.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_dac.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_dma.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_exti.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_gpio.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_i2c.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_iwdg.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_lptim.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_lpuart.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_lpuart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_pwr.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_rcc.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_rng.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_rtc.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_spi.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_system.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_system.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_tim.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_usart.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_usb.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_usb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_utils.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_utils.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_wwdg.h b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_adc.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_adc_ex.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_adc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_comp.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_comp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_comp_ex.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_comp_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_crc.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_crc_ex.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_crc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cryp.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cryp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cryp_ex.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cryp_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dac.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dac_ex.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dac_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_firewall.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_firewall.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2s.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_irda.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_irda.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_iwdg.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_iwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_lcd.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_lcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_lptim.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_msp_template.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_msp_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pcd.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pcd_ex.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pcd_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rng.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rtc.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rtc_ex.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rtc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_smartcard.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_smartcard.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_smartcard_ex.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_smartcard_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_smbus.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_smbus.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_spi.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tsc.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tsc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_usart.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_wwdg.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_wwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_adc.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_comp.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_comp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_crc.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_crs.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_crs.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_dac.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_dma.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_exti.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_gpio.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_i2c.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_lptim.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_lpuart.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_lpuart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_pwr.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_rcc.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_rng.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_rtc.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_spi.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_tim.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_usart.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_usb.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_usb.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_utils.c b/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_utils.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l412xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l412xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l422xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l422xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l431xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l431xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l432xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l432xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l433xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l433xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l442xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l442xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l443xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l443xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l451xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l451xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l452xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l452xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l462xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l462xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l471xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l471xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l476xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l476xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l485xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l485xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l486xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l486xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l496xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l496xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4a6xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4a6xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4r5xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4r5xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4r7xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4r7xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4r9xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4r9xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4s5xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4s5xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4s7xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4s7xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4s9xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4s9xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/system_stm32l4xx.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/system_stm32l4xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Release_Notes.html b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Release_Notes.html old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l412xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l412xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l422xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l422xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l431xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l431xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l432xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l432xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l433xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l433xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l442xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l442xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l443xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l443xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l451xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l451xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l452xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l452xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l462xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l462xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l471xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l471xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l475xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l475xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l476xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l476xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l485xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l485xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l486xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l486xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l496xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l496xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4a6xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4a6xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r5xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r5xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r7xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r7xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r9xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r9xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4s5xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4s5xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4s7xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4s7xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4s9xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4s9xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l412xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l412xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l422xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l422xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l431xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l431xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l432xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l432xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l433xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l433xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l442xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l442xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l443xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l443xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l451xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l451xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l452xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l452xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l462xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l462xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l471xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l471xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l475xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l475xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l476xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l476xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l485xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l485xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l486xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l486xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l496xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l496xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4a6xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4a6xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4r5xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4r5xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4r7xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4r7xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4r9xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4r9xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4s5xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4s5xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4s7xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4s7xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4s9xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4s9xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l412xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l412xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l412xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l412xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l422xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l422xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l422xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l422xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l431xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l431xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l431xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l431xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l432xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l432xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l432xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l432xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l433xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l433xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l433xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l433xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l442xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l442xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l442xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l442xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l443xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l443xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l443xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l443xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l451xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l451xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l451xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l451xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l452xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l452xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l452xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l452xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l462xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l462xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l462xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l462xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l471xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l471xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l471xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l471xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l475xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l475xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l475xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l475xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l476xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l476xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l476xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l476xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l485xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l485xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l485xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l485xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l486xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l486xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l486xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l486xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l496xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l496xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l496xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l496xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4a6xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4a6xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4a6xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4a6xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r5xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r5xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r5xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r5xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r7xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r7xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r7xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r7xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r9xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r9xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r9xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r9xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s5xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s5xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s5xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s5xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s7xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s7xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s7xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s7xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s9xx_flash.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s9xx_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s9xx_sram.icf b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s9xx_sram.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l412xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l412xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l422xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l422xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l431xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l431xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l432xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l432xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l433xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l433xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l442xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l442xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l443xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l443xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l451xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l451xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l452xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l452xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l462xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l462xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l471xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l471xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l475xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l475xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l476xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l476xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l485xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l485xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l486xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l486xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l496xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l496xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4a6xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4a6xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4r5xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4r5xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4r7xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4r7xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4r9xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4r9xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4s5xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4s5xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4s7xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4s7xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4s9xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4s9xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/system_stm32l4xx.c b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/system_stm32l4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/arm_common_tables.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/arm_const_structs.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/arm_math.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_armcc.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_armcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_armcc_V6.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_armcc_V6.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_armclang.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_armclang.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_compiler.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_compiler.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_gcc.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_gcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_iccarm.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_iccarm.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_version.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_version.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_armv8mbl.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_armv8mbl.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_armv8mml.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_armv8mml.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm0.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm0plus.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm1.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm1.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm23.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm23.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm3.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm33.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm33.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm4.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm7.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cmFunc.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cmInstr.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cmSimd.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_sc000.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_sc300.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/mpu_armv7.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/mpu_armv7.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/mpu_armv8.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/mpu_armv8.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/tz_context.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/tz_context.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Lib/license.txt b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Lib/license.txt old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/RTOS/Template/cmsis_os.h b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/RTOS/Template/cmsis_os.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/SConscript b/bsp/stm32/libraries/STM32L4xx_HAL/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/Legacy/stm32l4xx_hal_can_legacy.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/Legacy/stm32l4xx_hal_can_legacy.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32_assert_template.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32_assert_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_adc.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_adc_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_adc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_can.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_can.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_comp.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_comp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_conf_template.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_conf_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_crc.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_crc_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_crc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cryp.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cryp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cryp_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cryp_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dac.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dac_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dac_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dcmi.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dcmi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma2d.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma2d.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dsi.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dsi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_firewall.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_firewall.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gfxmmu.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gfxmmu.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_hash.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_hash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_hash_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_hash_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_hcd.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_hcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_irda.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_irda.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_irda_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_irda_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_iwdg.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_lcd.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_lptim.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_ltdc.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_ltdc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_ltdc_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_ltdc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_mmc.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_mmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_mmc_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_mmc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_nand.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_nand.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_nor.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_nor.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_opamp.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_opamp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_opamp_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_opamp_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_ospi.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_ospi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rng.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rtc.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rtc_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rtc_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_sai.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_sai.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_sai_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_sai_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_sd.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_sd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_sd_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_sd_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_smartcard.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_smartcard.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_smartcard_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_smartcard_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_smbus.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_smbus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_sram.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_sram.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_swpmi.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_swpmi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tsc.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tsc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_usart.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_usart_ex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_usart_ex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_wwdg.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_adc.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_bus.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_bus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_comp.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_comp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_cortex.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_cortex.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_crc.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_crs.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_crs.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_dac.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_dma.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_dma2d.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_dma2d.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_dmamux.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_dmamux.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_exti.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_fmc.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_fmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_gpio.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_i2c.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_iwdg.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_lptim.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_lptim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_lpuart.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_lpuart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_opamp.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_opamp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_pwr.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_rcc.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_rng.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_rtc.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_sdmmc.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_sdmmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_spi.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_swpmi.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_swpmi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_system.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_system.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_tim.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usart.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_utils.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_utils.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_wwdg.h b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Release_Notes.html b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Release_Notes.html old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/Legacy/stm32l4xx_hal_can.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/Legacy/stm32l4xx_hal_can.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_adc.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_adc_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_adc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_can.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_can.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_comp.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_comp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_crc.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_crc_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_crc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cryp.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cryp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cryp_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cryp_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dac.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dac_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dac_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dcmi.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dcmi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dfsdm.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dfsdm.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dfsdm_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dfsdm_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma2d.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma2d.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dsi.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dsi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_firewall.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_firewall.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gfxmmu.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gfxmmu.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_hash.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_hash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_hash_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_hash_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_hcd.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_hcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_irda.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_irda.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_iwdg.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_iwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_lcd.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_lcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_lptim.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_ltdc.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_ltdc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_ltdc_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_ltdc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_mmc.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_mmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_mmc_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_mmc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_msp_template.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_msp_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_nand.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_nand.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_nor.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_nor.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_opamp.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_opamp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_opamp_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_opamp_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_ospi.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_ospi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pcd.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pcd_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pcd_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_qspi.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_qspi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rng.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rtc.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rtc_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rtc_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_sai.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_sai.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_sai_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_sai_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_sd.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_sd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_sd_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_sd_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_smartcard.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_smartcard.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_smartcard_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_smartcard_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_smbus.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_smbus.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_spi.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_spi_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_spi_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_sram.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_sram.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_swpmi.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_swpmi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_timebase_tim_template.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_timebase_tim_template.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tsc.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tsc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_usart.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_usart_ex.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_usart_ex.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_wwdg.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_wwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_adc.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_comp.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_comp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_crc.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_crs.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_crs.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dac.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma2d.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma2d.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_fmc.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_fmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_i2c.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_lptim.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_lptim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_lpuart.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_lpuart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_opamp.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_opamp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_pwr.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rng.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rtc.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_sdmmc.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_sdmmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_spi.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_swpmi.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_swpmi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_tim.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usb.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usb.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c b/bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/.config b/bsp/stm32/libraries/templates/stm32f0xx/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/.gitignore b/bsp/stm32/libraries/templates/stm32f0xx/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/Kconfig b/bsp/stm32/libraries/templates/stm32f0xx/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/README.md b/bsp/stm32/libraries/templates/stm32f0xx/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/SConscript b/bsp/stm32/libraries/templates/stm32f0xx/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/SConstruct b/bsp/stm32/libraries/templates/stm32f0xx/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/applications/SConscript b/bsp/stm32/libraries/templates/stm32f0xx/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/applications/main.c b/bsp/stm32/libraries/templates/stm32f0xx/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/.mxproject b/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Inc/main.h b/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Inc/stm32f0xx_hal_conf.h b/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Inc/stm32f0xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Inc/stm32f0xx_it.h b/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Inc/stm32f0xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Src/main.c b/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Src/stm32f0xx_hal_msp.c b/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Src/stm32f0xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Src/stm32f0xx_it.c b/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Src/stm32f0xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Src/system_stm32f1xx.c b/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Src/system_stm32f1xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/Kconfig b/bsp/stm32/libraries/templates/stm32f0xx/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/SConscript b/bsp/stm32/libraries/templates/stm32f0xx/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/board.c b/bsp/stm32/libraries/templates/stm32f0xx/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/board.h b/bsp/stm32/libraries/templates/stm32f0xx/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/linker_scripts/link.icf b/bsp/stm32/libraries/templates/stm32f0xx/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/linker_scripts/link.lds b/bsp/stm32/libraries/templates/stm32f0xx/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/board/linker_scripts/link.sct b/bsp/stm32/libraries/templates/stm32f0xx/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/figures/board.png b/bsp/stm32/libraries/templates/stm32f0xx/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/project.ewd b/bsp/stm32/libraries/templates/stm32f0xx/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/project.ewp b/bsp/stm32/libraries/templates/stm32f0xx/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/project.eww b/bsp/stm32/libraries/templates/stm32f0xx/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/project.uvopt b/bsp/stm32/libraries/templates/stm32f0xx/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/project.uvoptx b/bsp/stm32/libraries/templates/stm32f0xx/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/project.uvproj b/bsp/stm32/libraries/templates/stm32f0xx/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/project.uvprojx b/bsp/stm32/libraries/templates/stm32f0xx/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/rtconfig.h b/bsp/stm32/libraries/templates/stm32f0xx/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/rtconfig.py b/bsp/stm32/libraries/templates/stm32f0xx/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/template.ewd b/bsp/stm32/libraries/templates/stm32f0xx/template.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/template.ewp b/bsp/stm32/libraries/templates/stm32f0xx/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/template.eww b/bsp/stm32/libraries/templates/stm32f0xx/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/template.uvgui.zylx b/bsp/stm32/libraries/templates/stm32f0xx/template.uvgui.zylx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/template.uvopt b/bsp/stm32/libraries/templates/stm32f0xx/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/template.uvoptx b/bsp/stm32/libraries/templates/stm32f0xx/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/template.uvproj b/bsp/stm32/libraries/templates/stm32f0xx/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f0xx/template.uvprojx b/bsp/stm32/libraries/templates/stm32f0xx/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/.config b/bsp/stm32/libraries/templates/stm32f10x/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/.gitignore b/bsp/stm32/libraries/templates/stm32f10x/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/Kconfig b/bsp/stm32/libraries/templates/stm32f10x/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/README.md b/bsp/stm32/libraries/templates/stm32f10x/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/SConscript b/bsp/stm32/libraries/templates/stm32f10x/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/SConstruct b/bsp/stm32/libraries/templates/stm32f10x/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/applications/SConscript b/bsp/stm32/libraries/templates/stm32f10x/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/applications/main.c b/bsp/stm32/libraries/templates/stm32f10x/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/.mxproject b/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Inc/main.h b/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h b/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Inc/stm32f1xx_it.h b/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Inc/stm32f1xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Src/main.c b/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c b/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Src/stm32f1xx_it.c b/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Src/stm32f1xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Src/system_stm32f1xx.c b/bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Src/system_stm32f1xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/Kconfig b/bsp/stm32/libraries/templates/stm32f10x/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/SConscript b/bsp/stm32/libraries/templates/stm32f10x/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/board.c b/bsp/stm32/libraries/templates/stm32f10x/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/board.h b/bsp/stm32/libraries/templates/stm32f10x/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/linker_scripts/link.icf b/bsp/stm32/libraries/templates/stm32f10x/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/linker_scripts/link.lds b/bsp/stm32/libraries/templates/stm32f10x/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/board/linker_scripts/link.sct b/bsp/stm32/libraries/templates/stm32f10x/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/figures/board.png b/bsp/stm32/libraries/templates/stm32f10x/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/project.ewd b/bsp/stm32/libraries/templates/stm32f10x/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/project.ewp b/bsp/stm32/libraries/templates/stm32f10x/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/project.eww b/bsp/stm32/libraries/templates/stm32f10x/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/project.uvopt b/bsp/stm32/libraries/templates/stm32f10x/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/project.uvoptx b/bsp/stm32/libraries/templates/stm32f10x/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/project.uvproj b/bsp/stm32/libraries/templates/stm32f10x/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/project.uvprojx b/bsp/stm32/libraries/templates/stm32f10x/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/rtconfig.h b/bsp/stm32/libraries/templates/stm32f10x/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/rtconfig.py b/bsp/stm32/libraries/templates/stm32f10x/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/template.ewp b/bsp/stm32/libraries/templates/stm32f10x/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/template.eww b/bsp/stm32/libraries/templates/stm32f10x/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/template.uvopt b/bsp/stm32/libraries/templates/stm32f10x/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/template.uvoptx b/bsp/stm32/libraries/templates/stm32f10x/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/template.uvproj b/bsp/stm32/libraries/templates/stm32f10x/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f10x/template.uvprojx b/bsp/stm32/libraries/templates/stm32f10x/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/.config b/bsp/stm32/libraries/templates/stm32f2xx/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/.gitignore b/bsp/stm32/libraries/templates/stm32f2xx/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/Kconfig b/bsp/stm32/libraries/templates/stm32f2xx/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/README.md b/bsp/stm32/libraries/templates/stm32f2xx/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/SConscript b/bsp/stm32/libraries/templates/stm32f2xx/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/SConstruct b/bsp/stm32/libraries/templates/stm32f2xx/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/applications/SConscript b/bsp/stm32/libraries/templates/stm32f2xx/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/applications/main.c b/bsp/stm32/libraries/templates/stm32f2xx/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/.mxproject b/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Inc/main.h b/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Inc/stm32f2xx_hal_conf.h b/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Inc/stm32f2xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Inc/stm32f2xx_it.h b/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Inc/stm32f2xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Src/main.c b/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Src/stm32f2xx_hal_msp.c b/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Src/stm32f2xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Src/stm32f2xx_it.c b/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Src/stm32f2xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Src/system_stm32f2xx.c b/bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Src/system_stm32f2xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/Kconfig b/bsp/stm32/libraries/templates/stm32f2xx/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/SConscript b/bsp/stm32/libraries/templates/stm32f2xx/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/board.c b/bsp/stm32/libraries/templates/stm32f2xx/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/board.h b/bsp/stm32/libraries/templates/stm32f2xx/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/linker_scripts/link.icf b/bsp/stm32/libraries/templates/stm32f2xx/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/linker_scripts/link.lds b/bsp/stm32/libraries/templates/stm32f2xx/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/board/linker_scripts/link.sct b/bsp/stm32/libraries/templates/stm32f2xx/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/figures/board.png b/bsp/stm32/libraries/templates/stm32f2xx/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/project.ewd b/bsp/stm32/libraries/templates/stm32f2xx/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/project.ewp b/bsp/stm32/libraries/templates/stm32f2xx/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/project.eww b/bsp/stm32/libraries/templates/stm32f2xx/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/project.uvopt b/bsp/stm32/libraries/templates/stm32f2xx/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/project.uvoptx b/bsp/stm32/libraries/templates/stm32f2xx/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/project.uvproj b/bsp/stm32/libraries/templates/stm32f2xx/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/project.uvprojx b/bsp/stm32/libraries/templates/stm32f2xx/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/rtconfig.h b/bsp/stm32/libraries/templates/stm32f2xx/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/rtconfig.py b/bsp/stm32/libraries/templates/stm32f2xx/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/template.ewp b/bsp/stm32/libraries/templates/stm32f2xx/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/template.eww b/bsp/stm32/libraries/templates/stm32f2xx/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/template.uvopt b/bsp/stm32/libraries/templates/stm32f2xx/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/template.uvoptx b/bsp/stm32/libraries/templates/stm32f2xx/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/template.uvproj b/bsp/stm32/libraries/templates/stm32f2xx/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f2xx/template.uvprojx b/bsp/stm32/libraries/templates/stm32f2xx/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/.config b/bsp/stm32/libraries/templates/stm32f4xx/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/.gitignore b/bsp/stm32/libraries/templates/stm32f4xx/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/Kconfig b/bsp/stm32/libraries/templates/stm32f4xx/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/README.md b/bsp/stm32/libraries/templates/stm32f4xx/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/SConscript b/bsp/stm32/libraries/templates/stm32f4xx/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/SConstruct b/bsp/stm32/libraries/templates/stm32f4xx/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/applications/SConscript b/bsp/stm32/libraries/templates/stm32f4xx/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/applications/main.c b/bsp/stm32/libraries/templates/stm32f4xx/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/.mxproject b/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Inc/main.h b/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h b/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Inc/stm32f4xx_it.h b/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Inc/stm32f4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Src/main.c b/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c b/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Src/stm32f4xx_it.c b/bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Src/stm32f4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/board/Kconfig b/bsp/stm32/libraries/templates/stm32f4xx/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/board/SConscript b/bsp/stm32/libraries/templates/stm32f4xx/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/board/board.c b/bsp/stm32/libraries/templates/stm32f4xx/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/board/board.h b/bsp/stm32/libraries/templates/stm32f4xx/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/board/linker_scripts/link.icf b/bsp/stm32/libraries/templates/stm32f4xx/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/board/linker_scripts/link.lds b/bsp/stm32/libraries/templates/stm32f4xx/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/board/linker_scripts/link.sct b/bsp/stm32/libraries/templates/stm32f4xx/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/figures/board.png b/bsp/stm32/libraries/templates/stm32f4xx/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/project.ewd b/bsp/stm32/libraries/templates/stm32f4xx/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/project.ewp b/bsp/stm32/libraries/templates/stm32f4xx/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/project.eww b/bsp/stm32/libraries/templates/stm32f4xx/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/project.uvopt b/bsp/stm32/libraries/templates/stm32f4xx/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/project.uvoptx b/bsp/stm32/libraries/templates/stm32f4xx/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/project.uvproj b/bsp/stm32/libraries/templates/stm32f4xx/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/project.uvprojx b/bsp/stm32/libraries/templates/stm32f4xx/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/rtconfig.h b/bsp/stm32/libraries/templates/stm32f4xx/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/rtconfig.py b/bsp/stm32/libraries/templates/stm32f4xx/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/template.ewp b/bsp/stm32/libraries/templates/stm32f4xx/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/template.eww b/bsp/stm32/libraries/templates/stm32f4xx/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/template.uvopt b/bsp/stm32/libraries/templates/stm32f4xx/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/template.uvoptx b/bsp/stm32/libraries/templates/stm32f4xx/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/template.uvproj b/bsp/stm32/libraries/templates/stm32f4xx/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f4xx/template.uvprojx b/bsp/stm32/libraries/templates/stm32f4xx/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/.config b/bsp/stm32/libraries/templates/stm32f7xx/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/.gitignore b/bsp/stm32/libraries/templates/stm32f7xx/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/Kconfig b/bsp/stm32/libraries/templates/stm32f7xx/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/README.md b/bsp/stm32/libraries/templates/stm32f7xx/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/SConscript b/bsp/stm32/libraries/templates/stm32f7xx/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/SConstruct b/bsp/stm32/libraries/templates/stm32f7xx/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/applications/SConscript b/bsp/stm32/libraries/templates/stm32f7xx/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/applications/main.c b/bsp/stm32/libraries/templates/stm32f7xx/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/.mxproject b/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Inc/main.h b/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h b/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Inc/stm32f7xx_it.h b/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Inc/stm32f7xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Src/main.c b/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c b/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Src/stm32f7xx_it.c b/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Src/stm32f7xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Src/system_stm32f7xx.c b/bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Src/system_stm32f7xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/Kconfig b/bsp/stm32/libraries/templates/stm32f7xx/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/SConscript b/bsp/stm32/libraries/templates/stm32f7xx/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/board.c b/bsp/stm32/libraries/templates/stm32f7xx/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/board.h b/bsp/stm32/libraries/templates/stm32f7xx/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/linker_scripts/link.icf b/bsp/stm32/libraries/templates/stm32f7xx/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/linker_scripts/link.lds b/bsp/stm32/libraries/templates/stm32f7xx/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/board/linker_scripts/link.sct b/bsp/stm32/libraries/templates/stm32f7xx/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/figures/board.png b/bsp/stm32/libraries/templates/stm32f7xx/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/project.ewd b/bsp/stm32/libraries/templates/stm32f7xx/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/project.ewp b/bsp/stm32/libraries/templates/stm32f7xx/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/project.eww b/bsp/stm32/libraries/templates/stm32f7xx/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/project.uvoptx b/bsp/stm32/libraries/templates/stm32f7xx/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/project.uvprojx b/bsp/stm32/libraries/templates/stm32f7xx/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/rtconfig.h b/bsp/stm32/libraries/templates/stm32f7xx/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/rtconfig.py b/bsp/stm32/libraries/templates/stm32f7xx/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/template.ewp b/bsp/stm32/libraries/templates/stm32f7xx/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/template.eww b/bsp/stm32/libraries/templates/stm32f7xx/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/template.uvoptx b/bsp/stm32/libraries/templates/stm32f7xx/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32f7xx/template.uvprojx b/bsp/stm32/libraries/templates/stm32f7xx/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/.config b/bsp/stm32/libraries/templates/stm32h7xx/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/.gitignore b/bsp/stm32/libraries/templates/stm32h7xx/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/Kconfig b/bsp/stm32/libraries/templates/stm32h7xx/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/README.md b/bsp/stm32/libraries/templates/stm32h7xx/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/SConscript b/bsp/stm32/libraries/templates/stm32h7xx/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/SConstruct b/bsp/stm32/libraries/templates/stm32h7xx/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/applications/SConscript b/bsp/stm32/libraries/templates/stm32h7xx/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/applications/main.c b/bsp/stm32/libraries/templates/stm32h7xx/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/.mxproject b/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Inc/main.h b/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h b/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Inc/stm32h7xx_it.h b/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Inc/stm32h7xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Src/main.c b/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Src/stm32h7xx_hal_msp.c b/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Src/stm32h7xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Src/stm32h7xx_it.c b/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Src/stm32h7xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Src/system_stm32h7xx.c b/bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Src/system_stm32h7xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/Kconfig b/bsp/stm32/libraries/templates/stm32h7xx/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/SConscript b/bsp/stm32/libraries/templates/stm32h7xx/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/board.c b/bsp/stm32/libraries/templates/stm32h7xx/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/board.h b/bsp/stm32/libraries/templates/stm32h7xx/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/linker_scripts/link.icf b/bsp/stm32/libraries/templates/stm32h7xx/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/linker_scripts/link.lds b/bsp/stm32/libraries/templates/stm32h7xx/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/board/linker_scripts/link.sct b/bsp/stm32/libraries/templates/stm32h7xx/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/figures/board.jpg b/bsp/stm32/libraries/templates/stm32h7xx/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/project.ewp b/bsp/stm32/libraries/templates/stm32h7xx/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/project.eww b/bsp/stm32/libraries/templates/stm32h7xx/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/project.uvoptx b/bsp/stm32/libraries/templates/stm32h7xx/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/project.uvprojx b/bsp/stm32/libraries/templates/stm32h7xx/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/rtconfig.h b/bsp/stm32/libraries/templates/stm32h7xx/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/rtconfig.py b/bsp/stm32/libraries/templates/stm32h7xx/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/template.ewp b/bsp/stm32/libraries/templates/stm32h7xx/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/template.eww b/bsp/stm32/libraries/templates/stm32h7xx/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/template.uvoptx b/bsp/stm32/libraries/templates/stm32h7xx/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32h7xx/template.uvprojx b/bsp/stm32/libraries/templates/stm32h7xx/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/.config b/bsp/stm32/libraries/templates/stm32l4xx/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/.gitignore b/bsp/stm32/libraries/templates/stm32l4xx/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/Kconfig b/bsp/stm32/libraries/templates/stm32l4xx/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/README.md b/bsp/stm32/libraries/templates/stm32l4xx/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/SConscript b/bsp/stm32/libraries/templates/stm32l4xx/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/SConstruct b/bsp/stm32/libraries/templates/stm32l4xx/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/applications/SConscript b/bsp/stm32/libraries/templates/stm32l4xx/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/applications/main.c b/bsp/stm32/libraries/templates/stm32l4xx/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/.mxproject b/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Inc/main.h b/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h b/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Inc/stm32l4xx_it.h b/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Inc/stm32l4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Src/main.c b/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c b/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Src/stm32l4xx_it.c b/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Src/stm32l4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Src/system_stm32l4xx.c b/bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Src/system_stm32l4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/Kconfig b/bsp/stm32/libraries/templates/stm32l4xx/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/SConscript b/bsp/stm32/libraries/templates/stm32l4xx/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/board.c b/bsp/stm32/libraries/templates/stm32l4xx/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/board.h b/bsp/stm32/libraries/templates/stm32l4xx/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/linker_scripts/link.icf b/bsp/stm32/libraries/templates/stm32l4xx/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/linker_scripts/link.lds b/bsp/stm32/libraries/templates/stm32l4xx/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/board/linker_scripts/link.sct b/bsp/stm32/libraries/templates/stm32l4xx/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/figures/board.png b/bsp/stm32/libraries/templates/stm32l4xx/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/project.ewd b/bsp/stm32/libraries/templates/stm32l4xx/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/project.ewp b/bsp/stm32/libraries/templates/stm32l4xx/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/project.eww b/bsp/stm32/libraries/templates/stm32l4xx/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/project.uvoptx b/bsp/stm32/libraries/templates/stm32l4xx/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/project.uvprojx b/bsp/stm32/libraries/templates/stm32l4xx/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/rtconfig.h b/bsp/stm32/libraries/templates/stm32l4xx/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/rtconfig.py b/bsp/stm32/libraries/templates/stm32l4xx/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/template.ewp b/bsp/stm32/libraries/templates/stm32l4xx/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/template.eww b/bsp/stm32/libraries/templates/stm32l4xx/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/template.uvoptx b/bsp/stm32/libraries/templates/stm32l4xx/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32l4xx/template.uvprojx b/bsp/stm32/libraries/templates/stm32l4xx/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/libraries/templates/stm32xx_board_Kconfig b/bsp/stm32/libraries/templates/stm32xx_board_Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/.config b/bsp/stm32/stm32f072-st-nucleo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/.gitignore b/bsp/stm32/stm32f072-st-nucleo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/Kconfig b/bsp/stm32/stm32f072-st-nucleo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/README.md b/bsp/stm32/stm32f072-st-nucleo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/SConscript b/bsp/stm32/stm32f072-st-nucleo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/SConstruct b/bsp/stm32/stm32f072-st-nucleo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/applications/SConscript b/bsp/stm32/stm32f072-st-nucleo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/applications/main.c b/bsp/stm32/stm32f072-st-nucleo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Inc/stm32f0xx_hal_conf.h b/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Inc/stm32f0xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Inc/stm32f0xx_it.h b/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Inc/stm32f0xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Src/stm32f0xx_hal_msp.c b/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Src/stm32f0xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Src/stm32f0xx_it.c b/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Src/stm32f0xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Src/system_stm32f0xx.c b/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Src/system_stm32f0xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/Kconfig b/bsp/stm32/stm32f072-st-nucleo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/SConscript b/bsp/stm32/stm32f072-st-nucleo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/board.c b/bsp/stm32/stm32f072-st-nucleo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/board.h b/bsp/stm32/stm32f072-st-nucleo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/linker_scripts/link.icf b/bsp/stm32/stm32f072-st-nucleo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/linker_scripts/link.lds b/bsp/stm32/stm32f072-st-nucleo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/board/linker_scripts/link.sct b/bsp/stm32/stm32f072-st-nucleo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/figures/board.jpg b/bsp/stm32/stm32f072-st-nucleo/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/project.ewd b/bsp/stm32/stm32f072-st-nucleo/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/project.ewp b/bsp/stm32/stm32f072-st-nucleo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/project.eww b/bsp/stm32/stm32f072-st-nucleo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/project.uvoptx b/bsp/stm32/stm32f072-st-nucleo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/project.uvproj b/bsp/stm32/stm32f072-st-nucleo/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/project.uvprojx b/bsp/stm32/stm32f072-st-nucleo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/rtconfig.h b/bsp/stm32/stm32f072-st-nucleo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/rtconfig.py b/bsp/stm32/stm32f072-st-nucleo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/template.ewd b/bsp/stm32/stm32f072-st-nucleo/template.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/template.ewp b/bsp/stm32/stm32f072-st-nucleo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/template.eww b/bsp/stm32/stm32f072-st-nucleo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/template.uvoptx b/bsp/stm32/stm32f072-st-nucleo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/template.uvproj b/bsp/stm32/stm32f072-st-nucleo/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f072-st-nucleo/template.uvprojx b/bsp/stm32/stm32f072-st-nucleo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/.config b/bsp/stm32/stm32f091-st-nucleo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/.gitignore b/bsp/stm32/stm32f091-st-nucleo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/Kconfig b/bsp/stm32/stm32f091-st-nucleo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/README.md b/bsp/stm32/stm32f091-st-nucleo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/SConscript b/bsp/stm32/stm32f091-st-nucleo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/SConstruct b/bsp/stm32/stm32f091-st-nucleo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/applications/SConscript b/bsp/stm32/stm32f091-st-nucleo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/applications/main.c b/bsp/stm32/stm32f091-st-nucleo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Inc/stm32f0xx_hal_conf.h b/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Inc/stm32f0xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Inc/stm32f0xx_it.h b/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Inc/stm32f0xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Src/stm32f0xx_hal_msp.c b/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Src/stm32f0xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Src/stm32f0xx_it.c b/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Src/stm32f0xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Src/system_stm32f1xx.c b/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Src/system_stm32f1xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/Kconfig b/bsp/stm32/stm32f091-st-nucleo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/SConscript b/bsp/stm32/stm32f091-st-nucleo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/board.c b/bsp/stm32/stm32f091-st-nucleo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/board.h b/bsp/stm32/stm32f091-st-nucleo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/linker_scripts/link.icf b/bsp/stm32/stm32f091-st-nucleo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/linker_scripts/link.lds b/bsp/stm32/stm32f091-st-nucleo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/linker_scripts/link.sct b/bsp/stm32/stm32f091-st-nucleo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/board/ports/fal_cfg.h b/bsp/stm32/stm32f091-st-nucleo/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/figures/board.jpg b/bsp/stm32/stm32f091-st-nucleo/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/project.ewd b/bsp/stm32/stm32f091-st-nucleo/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/project.ewp b/bsp/stm32/stm32f091-st-nucleo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/project.eww b/bsp/stm32/stm32f091-st-nucleo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/project.uvopt b/bsp/stm32/stm32f091-st-nucleo/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/project.uvoptx b/bsp/stm32/stm32f091-st-nucleo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/project.uvprojx b/bsp/stm32/stm32f091-st-nucleo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/rtconfig.h b/bsp/stm32/stm32f091-st-nucleo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/rtconfig.py b/bsp/stm32/stm32f091-st-nucleo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/template.ewd b/bsp/stm32/stm32f091-st-nucleo/template.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/template.ewp b/bsp/stm32/stm32f091-st-nucleo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/template.eww b/bsp/stm32/stm32f091-st-nucleo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/template.uvgui.zylx b/bsp/stm32/stm32f091-st-nucleo/template.uvgui.zylx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/template.uvoptx b/bsp/stm32/stm32f091-st-nucleo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f091-st-nucleo/template.uvprojx b/bsp/stm32/stm32f091-st-nucleo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/.config b/bsp/stm32/stm32f103-atk-nano/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/.gitignore b/bsp/stm32/stm32f103-atk-nano/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/Kconfig b/bsp/stm32/stm32f103-atk-nano/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/README.md b/bsp/stm32/stm32f103-atk-nano/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/SConscript b/bsp/stm32/stm32f103-atk-nano/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/SConstruct b/bsp/stm32/stm32f103-atk-nano/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/applications/SConscript b/bsp/stm32/stm32f103-atk-nano/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/applications/main.c b/bsp/stm32/stm32f103-atk-nano/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h b/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Inc/stm32f1xx_it.h b/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Inc/stm32f1xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c b/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Src/stm32f1xx_it.c b/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Src/stm32f1xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Src/system_stm32f1xx.c b/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Src/system_stm32f1xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/stm32f103rbt6.ioc b/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/stm32f103rbt6.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/Kconfig b/bsp/stm32/stm32f103-atk-nano/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/SConscript b/bsp/stm32/stm32f103-atk-nano/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/board.c b/bsp/stm32/stm32f103-atk-nano/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/board.h b/bsp/stm32/stm32f103-atk-nano/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/linker_scripts/link.icf b/bsp/stm32/stm32f103-atk-nano/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/linker_scripts/link.lds b/bsp/stm32/stm32f103-atk-nano/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/linker_scripts/link.sct b/bsp/stm32/stm32f103-atk-nano/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/ports/fal_cfg.h b/bsp/stm32/stm32f103-atk-nano/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/board/ports/spi_flash_init.c b/bsp/stm32/stm32f103-atk-nano/board/ports/spi_flash_init.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/figures/board.png b/bsp/stm32/stm32f103-atk-nano/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/project.ewd b/bsp/stm32/stm32f103-atk-nano/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/project.ewp b/bsp/stm32/stm32f103-atk-nano/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/project.eww b/bsp/stm32/stm32f103-atk-nano/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/project.uvopt b/bsp/stm32/stm32f103-atk-nano/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/project.uvoptx b/bsp/stm32/stm32f103-atk-nano/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/project.uvproj b/bsp/stm32/stm32f103-atk-nano/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/project.uvprojx b/bsp/stm32/stm32f103-atk-nano/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/rtconfig.h b/bsp/stm32/stm32f103-atk-nano/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/rtconfig.py b/bsp/stm32/stm32f103-atk-nano/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/template.ewp b/bsp/stm32/stm32f103-atk-nano/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/template.eww b/bsp/stm32/stm32f103-atk-nano/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/template.uvopt b/bsp/stm32/stm32f103-atk-nano/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/template.uvoptx b/bsp/stm32/stm32f103-atk-nano/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/template.uvproj b/bsp/stm32/stm32f103-atk-nano/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-nano/template.uvprojx b/bsp/stm32/stm32f103-atk-nano/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/.config b/bsp/stm32/stm32f103-atk-warshipv3/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/.gitignore b/bsp/stm32/stm32f103-atk-warshipv3/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/Kconfig b/bsp/stm32/stm32f103-atk-warshipv3/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/README.md b/bsp/stm32/stm32f103-atk-warshipv3/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/SConscript b/bsp/stm32/stm32f103-atk-warshipv3/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/SConstruct b/bsp/stm32/stm32f103-atk-warshipv3/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/applications/SConscript b/bsp/stm32/stm32f103-atk-warshipv3/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/applications/main.c b/bsp/stm32/stm32f103-atk-warshipv3/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h b/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Inc/stm32f1xx_it.h b/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Inc/stm32f1xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c b/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Src/stm32f1xx_it.c b/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Src/stm32f1xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Src/system_stm32f1xx.c b/bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Src/system_stm32f1xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig b/bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/SConscript b/bsp/stm32/stm32f103-atk-warshipv3/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/board.c b/bsp/stm32/stm32f103-atk-warshipv3/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/board.h b/bsp/stm32/stm32f103-atk-warshipv3/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/linker_scripts/link.icf b/bsp/stm32/stm32f103-atk-warshipv3/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/linker_scripts/link.lds b/bsp/stm32/stm32f103-atk-warshipv3/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/linker_scripts/link.sct b/bsp/stm32/stm32f103-atk-warshipv3/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/figures/board.jpg b/bsp/stm32/stm32f103-atk-warshipv3/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/project.ewd b/bsp/stm32/stm32f103-atk-warshipv3/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/project.ewp b/bsp/stm32/stm32f103-atk-warshipv3/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/project.eww b/bsp/stm32/stm32f103-atk-warshipv3/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/project.uvopt b/bsp/stm32/stm32f103-atk-warshipv3/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/project.uvoptx b/bsp/stm32/stm32f103-atk-warshipv3/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/project.uvproj b/bsp/stm32/stm32f103-atk-warshipv3/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/project.uvprojx b/bsp/stm32/stm32f103-atk-warshipv3/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/rtconfig.h b/bsp/stm32/stm32f103-atk-warshipv3/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/rtconfig.py b/bsp/stm32/stm32f103-atk-warshipv3/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/template.ewp b/bsp/stm32/stm32f103-atk-warshipv3/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/template.eww b/bsp/stm32/stm32f103-atk-warshipv3/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/template.uvopt b/bsp/stm32/stm32f103-atk-warshipv3/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/template.uvoptx b/bsp/stm32/stm32f103-atk-warshipv3/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/template.uvproj b/bsp/stm32/stm32f103-atk-warshipv3/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-atk-warshipv3/template.uvprojx b/bsp/stm32/stm32f103-atk-warshipv3/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/.config b/bsp/stm32/stm32f103-dofly-M3S/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/.cproject b/bsp/stm32/stm32f103-dofly-M3S/.cproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/.gitignore b/bsp/stm32/stm32f103-dofly-M3S/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/.project b/bsp/stm32/stm32f103-dofly-M3S/.project old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/.settings/language.settings.xml b/bsp/stm32/stm32f103-dofly-M3S/.settings/language.settings.xml old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/.settings/org.eclipse.core.runtime.prefs b/bsp/stm32/stm32f103-dofly-M3S/.settings/org.eclipse.core.runtime.prefs old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/Kconfig b/bsp/stm32/stm32f103-dofly-M3S/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/README.md b/bsp/stm32/stm32f103-dofly-M3S/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/SConscript b/bsp/stm32/stm32f103-dofly-M3S/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/SConstruct b/bsp/stm32/stm32f103-dofly-M3S/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/applications/SConscript b/bsp/stm32/stm32f103-dofly-M3S/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/applications/main.c b/bsp/stm32/stm32f103-dofly-M3S/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/applications/nrf24l01_init.c b/bsp/stm32/stm32f103-dofly-M3S/applications/nrf24l01_init.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h b/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Inc/stm32f1xx_it.h b/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Inc/stm32f1xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c b/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Src/stm32f1xx_it.c b/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Src/stm32f1xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Src/system_stm32f1xx.c b/bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Src/system_stm32f1xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/Kconfig b/bsp/stm32/stm32f103-dofly-M3S/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/SConscript b/bsp/stm32/stm32f103-dofly-M3S/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/board.c b/bsp/stm32/stm32f103-dofly-M3S/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/board.h b/bsp/stm32/stm32f103-dofly-M3S/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/linker_scripts/link.icf b/bsp/stm32/stm32f103-dofly-M3S/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/linker_scripts/link.lds b/bsp/stm32/stm32f103-dofly-M3S/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/linker_scripts/link.sct b/bsp/stm32/stm32f103-dofly-M3S/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/ports/drv_sdcard.c b/bsp/stm32/stm32f103-dofly-M3S/board/ports/drv_sdcard.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/ports/fal_cfg.h b/bsp/stm32/stm32f103-dofly-M3S/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/board/ports/spi_flash_init.c b/bsp/stm32/stm32f103-dofly-M3S/board/ports/spi_flash_init.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/figures/board.png b/bsp/stm32/stm32f103-dofly-M3S/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/makefile.targets b/bsp/stm32/stm32f103-dofly-M3S/makefile.targets old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/project.ewd b/bsp/stm32/stm32f103-dofly-M3S/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/project.ewp b/bsp/stm32/stm32f103-dofly-M3S/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/project.eww b/bsp/stm32/stm32f103-dofly-M3S/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/project.uvopt b/bsp/stm32/stm32f103-dofly-M3S/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/project.uvoptx b/bsp/stm32/stm32f103-dofly-M3S/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/project.uvproj b/bsp/stm32/stm32f103-dofly-M3S/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/project.uvprojx b/bsp/stm32/stm32f103-dofly-M3S/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/rtconfig.h b/bsp/stm32/stm32f103-dofly-M3S/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/rtconfig.py b/bsp/stm32/stm32f103-dofly-M3S/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/template.ewp b/bsp/stm32/stm32f103-dofly-M3S/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/template.eww b/bsp/stm32/stm32f103-dofly-M3S/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/template.uvopt b/bsp/stm32/stm32f103-dofly-M3S/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/template.uvoptx b/bsp/stm32/stm32f103-dofly-M3S/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/template.uvproj b/bsp/stm32/stm32f103-dofly-M3S/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-M3S/template.uvprojx b/bsp/stm32/stm32f103-dofly-M3S/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/.config b/bsp/stm32/stm32f103-dofly-lyc8/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/.gitignore b/bsp/stm32/stm32f103-dofly-lyc8/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/Kconfig b/bsp/stm32/stm32f103-dofly-lyc8/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/README.md b/bsp/stm32/stm32f103-dofly-lyc8/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/SConscript b/bsp/stm32/stm32f103-dofly-lyc8/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/SConstruct b/bsp/stm32/stm32f103-dofly-lyc8/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/applications/SConscript b/bsp/stm32/stm32f103-dofly-lyc8/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/applications/main.c b/bsp/stm32/stm32f103-dofly-lyc8/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h b/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Inc/stm32f1xx_it.h b/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Inc/stm32f1xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c b/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Src/stm32f1xx_it.c b/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Src/stm32f1xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Src/system_stm32f1xx.c b/bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Src/system_stm32f1xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/Kconfig b/bsp/stm32/stm32f103-dofly-lyc8/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/SConscript b/bsp/stm32/stm32f103-dofly-lyc8/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/board.c b/bsp/stm32/stm32f103-dofly-lyc8/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/board.h b/bsp/stm32/stm32f103-dofly-lyc8/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/linker_scripts/link.icf b/bsp/stm32/stm32f103-dofly-lyc8/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/linker_scripts/link.lds b/bsp/stm32/stm32f103-dofly-lyc8/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/board/linker_scripts/link.sct b/bsp/stm32/stm32f103-dofly-lyc8/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/figures/board.jpg b/bsp/stm32/stm32f103-dofly-lyc8/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/project.ewd b/bsp/stm32/stm32f103-dofly-lyc8/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/project.ewp b/bsp/stm32/stm32f103-dofly-lyc8/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/project.eww b/bsp/stm32/stm32f103-dofly-lyc8/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/project.uvopt b/bsp/stm32/stm32f103-dofly-lyc8/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/project.uvoptx b/bsp/stm32/stm32f103-dofly-lyc8/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/project.uvproj b/bsp/stm32/stm32f103-dofly-lyc8/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/project.uvprojx b/bsp/stm32/stm32f103-dofly-lyc8/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/rtconfig.h b/bsp/stm32/stm32f103-dofly-lyc8/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/rtconfig.py b/bsp/stm32/stm32f103-dofly-lyc8/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/template.ewd b/bsp/stm32/stm32f103-dofly-lyc8/template.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/template.ewp b/bsp/stm32/stm32f103-dofly-lyc8/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/template.eww b/bsp/stm32/stm32f103-dofly-lyc8/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/template.uvopt b/bsp/stm32/stm32f103-dofly-lyc8/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/template.uvoptx b/bsp/stm32/stm32f103-dofly-lyc8/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/template.uvproj b/bsp/stm32/stm32f103-dofly-lyc8/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-dofly-lyc8/template.uvprojx b/bsp/stm32/stm32f103-dofly-lyc8/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/.config b/bsp/stm32/stm32f103-fire-arbitrary/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/.gitignore b/bsp/stm32/stm32f103-fire-arbitrary/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/Kconfig b/bsp/stm32/stm32f103-fire-arbitrary/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/README.md b/bsp/stm32/stm32f103-fire-arbitrary/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/SConscript b/bsp/stm32/stm32f103-fire-arbitrary/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/SConstruct b/bsp/stm32/stm32f103-fire-arbitrary/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/applications/SConscript b/bsp/stm32/stm32f103-fire-arbitrary/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/applications/main.c b/bsp/stm32/stm32f103-fire-arbitrary/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h b/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Inc/stm32f1xx_it.h b/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Inc/stm32f1xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c b/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Src/stm32f1xx_it.c b/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Src/stm32f1xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Src/system_stm32f1xx.c b/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Src/system_stm32f1xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/stm32f103zet6.ioc b/bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/stm32f103zet6.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/Kconfig b/bsp/stm32/stm32f103-fire-arbitrary/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/SConscript b/bsp/stm32/stm32f103-fire-arbitrary/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/board.c b/bsp/stm32/stm32f103-fire-arbitrary/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/board.h b/bsp/stm32/stm32f103-fire-arbitrary/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/linker_scripts/link.icf b/bsp/stm32/stm32f103-fire-arbitrary/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/linker_scripts/link.lds b/bsp/stm32/stm32f103-fire-arbitrary/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/linker_scripts/link.sct b/bsp/stm32/stm32f103-fire-arbitrary/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/ports/fal_cfg.h b/bsp/stm32/stm32f103-fire-arbitrary/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/ports/sdcard_port.c b/bsp/stm32/stm32f103-fire-arbitrary/board/ports/sdcard_port.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/ports/spi_flash_init.c b/bsp/stm32/stm32f103-fire-arbitrary/board/ports/spi_flash_init.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/board/ports/w5500_device.c b/bsp/stm32/stm32f103-fire-arbitrary/board/ports/w5500_device.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/figures/board.png b/bsp/stm32/stm32f103-fire-arbitrary/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/project.ewd b/bsp/stm32/stm32f103-fire-arbitrary/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/project.ewp b/bsp/stm32/stm32f103-fire-arbitrary/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/project.eww b/bsp/stm32/stm32f103-fire-arbitrary/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/project.uvopt b/bsp/stm32/stm32f103-fire-arbitrary/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/project.uvoptx b/bsp/stm32/stm32f103-fire-arbitrary/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/project.uvproj b/bsp/stm32/stm32f103-fire-arbitrary/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/project.uvprojx b/bsp/stm32/stm32f103-fire-arbitrary/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/rtconfig.h b/bsp/stm32/stm32f103-fire-arbitrary/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/rtconfig.py b/bsp/stm32/stm32f103-fire-arbitrary/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/template.ewp b/bsp/stm32/stm32f103-fire-arbitrary/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/template.eww b/bsp/stm32/stm32f103-fire-arbitrary/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/template.uvopt b/bsp/stm32/stm32f103-fire-arbitrary/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/template.uvoptx b/bsp/stm32/stm32f103-fire-arbitrary/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/template.uvproj b/bsp/stm32/stm32f103-fire-arbitrary/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-fire-arbitrary/template.uvprojx b/bsp/stm32/stm32f103-fire-arbitrary/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/.config b/bsp/stm32/stm32f103-gizwits-gokitv21/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/.gitignore b/bsp/stm32/stm32f103-gizwits-gokitv21/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/Kconfig b/bsp/stm32/stm32f103-gizwits-gokitv21/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/README.md b/bsp/stm32/stm32f103-gizwits-gokitv21/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/SConscript b/bsp/stm32/stm32f103-gizwits-gokitv21/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/SConstruct b/bsp/stm32/stm32f103-gizwits-gokitv21/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/applications/SConscript b/bsp/stm32/stm32f103-gizwits-gokitv21/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/applications/main.c b/bsp/stm32/stm32f103-gizwits-gokitv21/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h b/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Inc/stm32f1xx_it.h b/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Inc/stm32f1xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c b/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Src/stm32f1xx_it.c b/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Src/stm32f1xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Src/system_stm32f1xx.c b/bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Src/system_stm32f1xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/Kconfig b/bsp/stm32/stm32f103-gizwits-gokitv21/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/SConscript b/bsp/stm32/stm32f103-gizwits-gokitv21/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/board.c b/bsp/stm32/stm32f103-gizwits-gokitv21/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/board.h b/bsp/stm32/stm32f103-gizwits-gokitv21/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/linker_scripts/link.icf b/bsp/stm32/stm32f103-gizwits-gokitv21/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/linker_scripts/link.lds b/bsp/stm32/stm32f103-gizwits-gokitv21/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/board/linker_scripts/link.sct b/bsp/stm32/stm32f103-gizwits-gokitv21/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/figures/board.png b/bsp/stm32/stm32f103-gizwits-gokitv21/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/project.ewd b/bsp/stm32/stm32f103-gizwits-gokitv21/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/project.ewp b/bsp/stm32/stm32f103-gizwits-gokitv21/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/project.eww b/bsp/stm32/stm32f103-gizwits-gokitv21/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/project.uvopt b/bsp/stm32/stm32f103-gizwits-gokitv21/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/project.uvoptx b/bsp/stm32/stm32f103-gizwits-gokitv21/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/project.uvproj b/bsp/stm32/stm32f103-gizwits-gokitv21/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/project.uvprojx b/bsp/stm32/stm32f103-gizwits-gokitv21/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/rtconfig.h b/bsp/stm32/stm32f103-gizwits-gokitv21/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/rtconfig.py b/bsp/stm32/stm32f103-gizwits-gokitv21/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/template.ewp b/bsp/stm32/stm32f103-gizwits-gokitv21/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/template.eww b/bsp/stm32/stm32f103-gizwits-gokitv21/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/template.uvopt b/bsp/stm32/stm32f103-gizwits-gokitv21/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/template.uvoptx b/bsp/stm32/stm32f103-gizwits-gokitv21/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/template.uvproj b/bsp/stm32/stm32f103-gizwits-gokitv21/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-gizwits-gokitv21/template.uvprojx b/bsp/stm32/stm32f103-gizwits-gokitv21/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/.config b/bsp/stm32/stm32f103-hw100k-ibox/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/.gitignore b/bsp/stm32/stm32f103-hw100k-ibox/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/Kconfig b/bsp/stm32/stm32f103-hw100k-ibox/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/README.md b/bsp/stm32/stm32f103-hw100k-ibox/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/SConscript b/bsp/stm32/stm32f103-hw100k-ibox/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/SConstruct b/bsp/stm32/stm32f103-hw100k-ibox/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/applications/SConscript b/bsp/stm32/stm32f103-hw100k-ibox/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/applications/main.c b/bsp/stm32/stm32f103-hw100k-ibox/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h b/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Inc/stm32f1xx_it.h b/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Inc/stm32f1xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c b/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Src/stm32f1xx_it.c b/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Src/stm32f1xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/Kconfig b/bsp/stm32/stm32f103-hw100k-ibox/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/SConscript b/bsp/stm32/stm32f103-hw100k-ibox/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/board.c b/bsp/stm32/stm32f103-hw100k-ibox/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/board.h b/bsp/stm32/stm32f103-hw100k-ibox/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/linker_scripts/link.icf b/bsp/stm32/stm32f103-hw100k-ibox/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/linker_scripts/link.lds b/bsp/stm32/stm32f103-hw100k-ibox/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/linker_scripts/link.sct b/bsp/stm32/stm32f103-hw100k-ibox/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/ports/esp02_device.c b/bsp/stm32/stm32f103-hw100k-ibox/board/ports/esp02_device.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/ports/fal_cfg.h b/bsp/stm32/stm32f103-hw100k-ibox/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/ports/on_chip_flash_init.c b/bsp/stm32/stm32f103-hw100k-ibox/board/ports/on_chip_flash_init.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/board/ports/w5500_device.c b/bsp/stm32/stm32f103-hw100k-ibox/board/ports/w5500_device.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/figures/board.png b/bsp/stm32/stm32f103-hw100k-ibox/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/project.ewd b/bsp/stm32/stm32f103-hw100k-ibox/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/project.ewp b/bsp/stm32/stm32f103-hw100k-ibox/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/project.eww b/bsp/stm32/stm32f103-hw100k-ibox/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/project.uvopt b/bsp/stm32/stm32f103-hw100k-ibox/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/project.uvoptx b/bsp/stm32/stm32f103-hw100k-ibox/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/project.uvproj b/bsp/stm32/stm32f103-hw100k-ibox/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/project.uvprojx b/bsp/stm32/stm32f103-hw100k-ibox/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/rtconfig.h b/bsp/stm32/stm32f103-hw100k-ibox/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/rtconfig.py b/bsp/stm32/stm32f103-hw100k-ibox/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/template.ewp b/bsp/stm32/stm32f103-hw100k-ibox/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/template.eww b/bsp/stm32/stm32f103-hw100k-ibox/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/template.uvopt b/bsp/stm32/stm32f103-hw100k-ibox/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/template.uvoptx b/bsp/stm32/stm32f103-hw100k-ibox/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/template.uvproj b/bsp/stm32/stm32f103-hw100k-ibox/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-hw100k-ibox/template.uvprojx b/bsp/stm32/stm32f103-hw100k-ibox/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/.config b/bsp/stm32/stm32f103-mini-system/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/.gitignore b/bsp/stm32/stm32f103-mini-system/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/Kconfig b/bsp/stm32/stm32f103-mini-system/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/README.md b/bsp/stm32/stm32f103-mini-system/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/SConscript b/bsp/stm32/stm32f103-mini-system/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/SConstruct b/bsp/stm32/stm32f103-mini-system/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/applications/SConscript b/bsp/stm32/stm32f103-mini-system/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/applications/main.c b/bsp/stm32/stm32f103-mini-system/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h b/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Inc/stm32f1xx_it.h b/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Inc/stm32f1xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c b/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Src/stm32f1xx_it.c b/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Src/stm32f1xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Src/system_stm32f1xx.c b/bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Src/system_stm32f1xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/Kconfig b/bsp/stm32/stm32f103-mini-system/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/SConscript b/bsp/stm32/stm32f103-mini-system/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/board.c b/bsp/stm32/stm32f103-mini-system/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/board.h b/bsp/stm32/stm32f103-mini-system/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/linker_scripts/link.icf b/bsp/stm32/stm32f103-mini-system/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/linker_scripts/link.lds b/bsp/stm32/stm32f103-mini-system/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/board/linker_scripts/link.sct b/bsp/stm32/stm32f103-mini-system/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/figures/board1.jpg b/bsp/stm32/stm32f103-mini-system/figures/board1.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/figures/board2.jpg b/bsp/stm32/stm32f103-mini-system/figures/board2.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/figures/board3.jpg b/bsp/stm32/stm32f103-mini-system/figures/board3.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/project.ewd b/bsp/stm32/stm32f103-mini-system/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/project.ewp b/bsp/stm32/stm32f103-mini-system/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/project.eww b/bsp/stm32/stm32f103-mini-system/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/project.uvopt b/bsp/stm32/stm32f103-mini-system/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/project.uvoptx b/bsp/stm32/stm32f103-mini-system/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/project.uvproj b/bsp/stm32/stm32f103-mini-system/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/project.uvprojx b/bsp/stm32/stm32f103-mini-system/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/rtconfig.h b/bsp/stm32/stm32f103-mini-system/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/rtconfig.py b/bsp/stm32/stm32f103-mini-system/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/template.ewp b/bsp/stm32/stm32f103-mini-system/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/template.eww b/bsp/stm32/stm32f103-mini-system/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/template.uvopt b/bsp/stm32/stm32f103-mini-system/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/template.uvoptx b/bsp/stm32/stm32f103-mini-system/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/template.uvproj b/bsp/stm32/stm32f103-mini-system/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-mini-system/template.uvprojx b/bsp/stm32/stm32f103-mini-system/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/.config b/bsp/stm32/stm32f103-yf-ufun/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/.cproject b/bsp/stm32/stm32f103-yf-ufun/.cproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/.gitignore b/bsp/stm32/stm32f103-yf-ufun/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/.project b/bsp/stm32/stm32f103-yf-ufun/.project old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/.settings/language.settings.xml b/bsp/stm32/stm32f103-yf-ufun/.settings/language.settings.xml old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/.settings/org.eclipse.core.runtime.prefs b/bsp/stm32/stm32f103-yf-ufun/.settings/org.eclipse.core.runtime.prefs old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/Kconfig b/bsp/stm32/stm32f103-yf-ufun/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/README.md b/bsp/stm32/stm32f103-yf-ufun/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/SConscript b/bsp/stm32/stm32f103-yf-ufun/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/SConstruct b/bsp/stm32/stm32f103-yf-ufun/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/applications/SConscript b/bsp/stm32/stm32f103-yf-ufun/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/applications/main.c b/bsp/stm32/stm32f103-yf-ufun/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h b/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Inc/stm32f1xx_it.h b/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Inc/stm32f1xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c b/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Src/stm32f1xx_it.c b/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Src/stm32f1xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Src/system_stm32f1xx.c b/bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Src/system_stm32f1xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/Kconfig b/bsp/stm32/stm32f103-yf-ufun/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/SConscript b/bsp/stm32/stm32f103-yf-ufun/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/board.c b/bsp/stm32/stm32f103-yf-ufun/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/board.h b/bsp/stm32/stm32f103-yf-ufun/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/linker_scripts/link.icf b/bsp/stm32/stm32f103-yf-ufun/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/linker_scripts/link.lds b/bsp/stm32/stm32f103-yf-ufun/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/board/linker_scripts/link.sct b/bsp/stm32/stm32f103-yf-ufun/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/figures/board.jpg b/bsp/stm32/stm32f103-yf-ufun/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/makefile.targets b/bsp/stm32/stm32f103-yf-ufun/makefile.targets old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/project.ewd b/bsp/stm32/stm32f103-yf-ufun/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/project.ewp b/bsp/stm32/stm32f103-yf-ufun/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/project.eww b/bsp/stm32/stm32f103-yf-ufun/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/project.uvopt b/bsp/stm32/stm32f103-yf-ufun/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/project.uvoptx b/bsp/stm32/stm32f103-yf-ufun/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/project.uvproj b/bsp/stm32/stm32f103-yf-ufun/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/project.uvprojx b/bsp/stm32/stm32f103-yf-ufun/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/rtconfig.h b/bsp/stm32/stm32f103-yf-ufun/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/rtconfig.py b/bsp/stm32/stm32f103-yf-ufun/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/template.ewp b/bsp/stm32/stm32f103-yf-ufun/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/template.eww b/bsp/stm32/stm32f103-yf-ufun/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/template.uvopt b/bsp/stm32/stm32f103-yf-ufun/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/template.uvoptx b/bsp/stm32/stm32f103-yf-ufun/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/template.uvproj b/bsp/stm32/stm32f103-yf-ufun/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f103-yf-ufun/template.uvprojx b/bsp/stm32/stm32f103-yf-ufun/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/.config b/bsp/stm32/stm32f107-uc-eval/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/.gitignore b/bsp/stm32/stm32f107-uc-eval/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/Kconfig b/bsp/stm32/stm32f107-uc-eval/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/README.md b/bsp/stm32/stm32f107-uc-eval/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/SConscript b/bsp/stm32/stm32f107-uc-eval/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/SConstruct b/bsp/stm32/stm32f107-uc-eval/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/applications/SConscript b/bsp/stm32/stm32f107-uc-eval/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/applications/main.c b/bsp/stm32/stm32f107-uc-eval/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h b/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Inc/stm32f1xx_it.h b/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Inc/stm32f1xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c b/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Src/stm32f1xx_it.c b/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Src/stm32f1xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Src/system_stm32f1xx.c b/bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Src/system_stm32f1xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/Kconfig b/bsp/stm32/stm32f107-uc-eval/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/SConscript b/bsp/stm32/stm32f107-uc-eval/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/board.c b/bsp/stm32/stm32f107-uc-eval/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/board.h b/bsp/stm32/stm32f107-uc-eval/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/linker_scripts/link.icf b/bsp/stm32/stm32f107-uc-eval/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/linker_scripts/link.lds b/bsp/stm32/stm32f107-uc-eval/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/board/linker_scripts/link.sct b/bsp/stm32/stm32f107-uc-eval/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/figures/board.png b/bsp/stm32/stm32f107-uc-eval/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/project.ewd b/bsp/stm32/stm32f107-uc-eval/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/project.ewp b/bsp/stm32/stm32f107-uc-eval/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/project.eww b/bsp/stm32/stm32f107-uc-eval/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/project.uvopt b/bsp/stm32/stm32f107-uc-eval/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/project.uvoptx b/bsp/stm32/stm32f107-uc-eval/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/project.uvproj b/bsp/stm32/stm32f107-uc-eval/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/project.uvprojx b/bsp/stm32/stm32f107-uc-eval/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/rtconfig.h b/bsp/stm32/stm32f107-uc-eval/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/rtconfig.py b/bsp/stm32/stm32f107-uc-eval/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/template.ewp b/bsp/stm32/stm32f107-uc-eval/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/template.eww b/bsp/stm32/stm32f107-uc-eval/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/template.uvopt b/bsp/stm32/stm32f107-uc-eval/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/template.uvoptx b/bsp/stm32/stm32f107-uc-eval/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/template.uvproj b/bsp/stm32/stm32f107-uc-eval/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f107-uc-eval/template.uvprojx b/bsp/stm32/stm32f107-uc-eval/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/.config b/bsp/stm32/stm32f401-st-nucleo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/.cproject b/bsp/stm32/stm32f401-st-nucleo/.cproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/.gitignore b/bsp/stm32/stm32f401-st-nucleo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/.project b/bsp/stm32/stm32f401-st-nucleo/.project old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/.settings/language.settings.xml b/bsp/stm32/stm32f401-st-nucleo/.settings/language.settings.xml old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/.settings/org.eclipse.core.runtime.prefs b/bsp/stm32/stm32f401-st-nucleo/.settings/org.eclipse.core.runtime.prefs old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/Kconfig b/bsp/stm32/stm32f401-st-nucleo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/README.md b/bsp/stm32/stm32f401-st-nucleo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/SConscript b/bsp/stm32/stm32f401-st-nucleo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/SConstruct b/bsp/stm32/stm32f401-st-nucleo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/applications/SConscript b/bsp/stm32/stm32f401-st-nucleo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/applications/main.c b/bsp/stm32/stm32f401-st-nucleo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h b/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_it.h b/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c b/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_it.c b/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Src/system_stm32f4xx.c b/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Src/system_stm32f4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/Kconfig b/bsp/stm32/stm32f401-st-nucleo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/SConscript b/bsp/stm32/stm32f401-st-nucleo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/board.c b/bsp/stm32/stm32f401-st-nucleo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/board.h b/bsp/stm32/stm32f401-st-nucleo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/linker_scripts/link.icf b/bsp/stm32/stm32f401-st-nucleo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/linker_scripts/link.lds b/bsp/stm32/stm32f401-st-nucleo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/board/linker_scripts/link.sct b/bsp/stm32/stm32f401-st-nucleo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/figures/board.jpg b/bsp/stm32/stm32f401-st-nucleo/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/makefile.targets b/bsp/stm32/stm32f401-st-nucleo/makefile.targets old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/project.ewd b/bsp/stm32/stm32f401-st-nucleo/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/project.ewp b/bsp/stm32/stm32f401-st-nucleo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/project.eww b/bsp/stm32/stm32f401-st-nucleo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/project.uvoptx b/bsp/stm32/stm32f401-st-nucleo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/project.uvprojx b/bsp/stm32/stm32f401-st-nucleo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/rtconfig.h b/bsp/stm32/stm32f401-st-nucleo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/rtconfig.py b/bsp/stm32/stm32f401-st-nucleo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/template.ewp b/bsp/stm32/stm32f401-st-nucleo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/template.eww b/bsp/stm32/stm32f401-st-nucleo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/template.uvopt b/bsp/stm32/stm32f401-st-nucleo/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/template.uvoptx b/bsp/stm32/stm32f401-st-nucleo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f401-st-nucleo/template.uvprojx b/bsp/stm32/stm32f401-st-nucleo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/.config b/bsp/stm32/stm32f405-smdz-breadfruit/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/.cproject b/bsp/stm32/stm32f405-smdz-breadfruit/.cproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/.gitignore b/bsp/stm32/stm32f405-smdz-breadfruit/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/.project b/bsp/stm32/stm32f405-smdz-breadfruit/.project old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/.settings/language.settings.xml b/bsp/stm32/stm32f405-smdz-breadfruit/.settings/language.settings.xml old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/.settings/org.eclipse.core.runtime.prefs b/bsp/stm32/stm32f405-smdz-breadfruit/.settings/org.eclipse.core.runtime.prefs old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/Kconfig b/bsp/stm32/stm32f405-smdz-breadfruit/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/README.md b/bsp/stm32/stm32f405-smdz-breadfruit/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/SConscript b/bsp/stm32/stm32f405-smdz-breadfruit/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/SConstruct b/bsp/stm32/stm32f405-smdz-breadfruit/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/applications/SConscript b/bsp/stm32/stm32f405-smdz-breadfruit/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/applications/main.c b/bsp/stm32/stm32f405-smdz-breadfruit/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h b/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Inc/stm32f4xx_it.h b/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Inc/stm32f4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c b/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Src/stm32f4xx_it.c b/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Src/stm32f4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Src/system_stm32f4xx.c b/bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Src/system_stm32f4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/Kconfig b/bsp/stm32/stm32f405-smdz-breadfruit/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/SConscript b/bsp/stm32/stm32f405-smdz-breadfruit/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/board.c b/bsp/stm32/stm32f405-smdz-breadfruit/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/board.h b/bsp/stm32/stm32f405-smdz-breadfruit/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/linker_scripts/link.icf b/bsp/stm32/stm32f405-smdz-breadfruit/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/linker_scripts/link.lds b/bsp/stm32/stm32f405-smdz-breadfruit/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/board/linker_scripts/link.sct b/bsp/stm32/stm32f405-smdz-breadfruit/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/makefile.targets b/bsp/stm32/stm32f405-smdz-breadfruit/makefile.targets old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/project.ewd b/bsp/stm32/stm32f405-smdz-breadfruit/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/project.ewp b/bsp/stm32/stm32f405-smdz-breadfruit/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/project.eww b/bsp/stm32/stm32f405-smdz-breadfruit/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/project.uvopt b/bsp/stm32/stm32f405-smdz-breadfruit/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/project.uvoptx b/bsp/stm32/stm32f405-smdz-breadfruit/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/project.uvproj b/bsp/stm32/stm32f405-smdz-breadfruit/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/project.uvprojx b/bsp/stm32/stm32f405-smdz-breadfruit/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/rtconfig.h b/bsp/stm32/stm32f405-smdz-breadfruit/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/rtconfig.py b/bsp/stm32/stm32f405-smdz-breadfruit/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/template.ewp b/bsp/stm32/stm32f405-smdz-breadfruit/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/template.eww b/bsp/stm32/stm32f405-smdz-breadfruit/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/template.uvopt b/bsp/stm32/stm32f405-smdz-breadfruit/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/template.uvoptx b/bsp/stm32/stm32f405-smdz-breadfruit/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/template.uvproj b/bsp/stm32/stm32f405-smdz-breadfruit/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f405-smdz-breadfruit/template.uvprojx b/bsp/stm32/stm32f405-smdz-breadfruit/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/.config b/bsp/stm32/stm32f407-atk-explorer/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/.cproject b/bsp/stm32/stm32f407-atk-explorer/.cproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/.gitignore b/bsp/stm32/stm32f407-atk-explorer/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/.project b/bsp/stm32/stm32f407-atk-explorer/.project old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/.settings/language.settings.xml b/bsp/stm32/stm32f407-atk-explorer/.settings/language.settings.xml old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/.settings/org.eclipse.core.runtime.prefs b/bsp/stm32/stm32f407-atk-explorer/.settings/org.eclipse.core.runtime.prefs old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/Kconfig b/bsp/stm32/stm32f407-atk-explorer/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/README.md b/bsp/stm32/stm32f407-atk-explorer/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/SConscript b/bsp/stm32/stm32f407-atk-explorer/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/SConstruct b/bsp/stm32/stm32f407-atk-explorer/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/applications/SConscript b/bsp/stm32/stm32f407-atk-explorer/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/applications/main.c b/bsp/stm32/stm32f407-atk-explorer/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h b/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Inc/stm32f4xx_it.h b/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Inc/stm32f4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c b/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Src/stm32f4xx_it.c b/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Src/stm32f4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Src/system_stm32f4xx.c b/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Src/system_stm32f4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/Kconfig b/bsp/stm32/stm32f407-atk-explorer/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/SConscript b/bsp/stm32/stm32f407-atk-explorer/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/board.c b/bsp/stm32/stm32f407-atk-explorer/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/board.h b/bsp/stm32/stm32f407-atk-explorer/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/linker_scripts/link.icf b/bsp/stm32/stm32f407-atk-explorer/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/linker_scripts/link.lds b/bsp/stm32/stm32f407-atk-explorer/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/linker_scripts/link.sct b/bsp/stm32/stm32f407-atk-explorer/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/ports/fal_cfg.h b/bsp/stm32/stm32f407-atk-explorer/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/ports/phy_reset.c b/bsp/stm32/stm32f407-atk-explorer/board/ports/phy_reset.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/ports/sdcard_port.c b/bsp/stm32/stm32f407-atk-explorer/board/ports/sdcard_port.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/board/ports/spi_flash_init.c b/bsp/stm32/stm32f407-atk-explorer/board/ports/spi_flash_init.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/figures/board.png b/bsp/stm32/stm32f407-atk-explorer/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/makefile.targets b/bsp/stm32/stm32f407-atk-explorer/makefile.targets old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/project.ewd b/bsp/stm32/stm32f407-atk-explorer/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/project.ewp b/bsp/stm32/stm32f407-atk-explorer/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/project.eww b/bsp/stm32/stm32f407-atk-explorer/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/project.uvopt b/bsp/stm32/stm32f407-atk-explorer/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/project.uvoptx b/bsp/stm32/stm32f407-atk-explorer/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/project.uvproj b/bsp/stm32/stm32f407-atk-explorer/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/project.uvprojx b/bsp/stm32/stm32f407-atk-explorer/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/rtconfig.h b/bsp/stm32/stm32f407-atk-explorer/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/rtconfig.py b/bsp/stm32/stm32f407-atk-explorer/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/template.ewp b/bsp/stm32/stm32f407-atk-explorer/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/template.eww b/bsp/stm32/stm32f407-atk-explorer/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/template.uvopt b/bsp/stm32/stm32f407-atk-explorer/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/template.uvoptx b/bsp/stm32/stm32f407-atk-explorer/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/template.uvproj b/bsp/stm32/stm32f407-atk-explorer/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-atk-explorer/template.uvprojx b/bsp/stm32/stm32f407-atk-explorer/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/.config b/bsp/stm32/stm32f407-st-discovery/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/.gitignore b/bsp/stm32/stm32f407-st-discovery/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/Kconfig b/bsp/stm32/stm32f407-st-discovery/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/README.md b/bsp/stm32/stm32f407-st-discovery/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/SConscript b/bsp/stm32/stm32f407-st-discovery/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/SConstruct b/bsp/stm32/stm32f407-st-discovery/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/applications/SConscript b/bsp/stm32/stm32f407-st-discovery/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/applications/main.c b/bsp/stm32/stm32f407-st-discovery/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h b/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Inc/stm32f4xx_it.h b/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Inc/stm32f4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c b/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Src/stm32f4xx_it.c b/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Src/stm32f4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Src/system_stm32f4xx.c b/bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Src/system_stm32f4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/Kconfig b/bsp/stm32/stm32f407-st-discovery/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/SConscript b/bsp/stm32/stm32f407-st-discovery/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/board.c b/bsp/stm32/stm32f407-st-discovery/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/board.h b/bsp/stm32/stm32f407-st-discovery/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/linker_scripts/link.icf b/bsp/stm32/stm32f407-st-discovery/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/linker_scripts/link.lds b/bsp/stm32/stm32f407-st-discovery/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/board/linker_scripts/link.sct b/bsp/stm32/stm32f407-st-discovery/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/figures/board.png b/bsp/stm32/stm32f407-st-discovery/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/project.ewd b/bsp/stm32/stm32f407-st-discovery/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/project.ewp b/bsp/stm32/stm32f407-st-discovery/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/project.eww b/bsp/stm32/stm32f407-st-discovery/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/project.uvopt b/bsp/stm32/stm32f407-st-discovery/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/project.uvoptx b/bsp/stm32/stm32f407-st-discovery/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/project.uvproj b/bsp/stm32/stm32f407-st-discovery/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/project.uvprojx b/bsp/stm32/stm32f407-st-discovery/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/rtconfig.h b/bsp/stm32/stm32f407-st-discovery/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/rtconfig.py b/bsp/stm32/stm32f407-st-discovery/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/template.ewp b/bsp/stm32/stm32f407-st-discovery/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/template.eww b/bsp/stm32/stm32f407-st-discovery/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/template.uvopt b/bsp/stm32/stm32f407-st-discovery/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/template.uvoptx b/bsp/stm32/stm32f407-st-discovery/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/template.uvproj b/bsp/stm32/stm32f407-st-discovery/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f407-st-discovery/template.uvprojx b/bsp/stm32/stm32f407-st-discovery/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/.config b/bsp/stm32/stm32f411-st-nucleo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/.cproject b/bsp/stm32/stm32f411-st-nucleo/.cproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/.gitignore b/bsp/stm32/stm32f411-st-nucleo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/.project b/bsp/stm32/stm32f411-st-nucleo/.project old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/.settings/language.settings.xml b/bsp/stm32/stm32f411-st-nucleo/.settings/language.settings.xml old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/.settings/org.eclipse.core.runtime.prefs b/bsp/stm32/stm32f411-st-nucleo/.settings/org.eclipse.core.runtime.prefs old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/Kconfig b/bsp/stm32/stm32f411-st-nucleo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/README.md b/bsp/stm32/stm32f411-st-nucleo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/SConscript b/bsp/stm32/stm32f411-st-nucleo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/SConstruct b/bsp/stm32/stm32f411-st-nucleo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/applications/SConscript b/bsp/stm32/stm32f411-st-nucleo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/applications/main.c b/bsp/stm32/stm32f411-st-nucleo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h b/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_it.h b/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c b/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_it.c b/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Src/system_stm32f4xx.c b/bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Src/system_stm32f4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/Kconfig b/bsp/stm32/stm32f411-st-nucleo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/SConscript b/bsp/stm32/stm32f411-st-nucleo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/board.c b/bsp/stm32/stm32f411-st-nucleo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/board.h b/bsp/stm32/stm32f411-st-nucleo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/linker_scripts/link.icf b/bsp/stm32/stm32f411-st-nucleo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/linker_scripts/link.lds b/bsp/stm32/stm32f411-st-nucleo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/board/linker_scripts/link.sct b/bsp/stm32/stm32f411-st-nucleo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/figures/board.png b/bsp/stm32/stm32f411-st-nucleo/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/makefile.targets b/bsp/stm32/stm32f411-st-nucleo/makefile.targets old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/project.ewd b/bsp/stm32/stm32f411-st-nucleo/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/project.ewp b/bsp/stm32/stm32f411-st-nucleo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/project.eww b/bsp/stm32/stm32f411-st-nucleo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/project.uvopt b/bsp/stm32/stm32f411-st-nucleo/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/project.uvoptx b/bsp/stm32/stm32f411-st-nucleo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/project.uvprojx b/bsp/stm32/stm32f411-st-nucleo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/rtconfig.h b/bsp/stm32/stm32f411-st-nucleo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/rtconfig.py b/bsp/stm32/stm32f411-st-nucleo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/template.ewp b/bsp/stm32/stm32f411-st-nucleo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/template.eww b/bsp/stm32/stm32f411-st-nucleo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/template.uvopt b/bsp/stm32/stm32f411-st-nucleo/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/template.uvoptx b/bsp/stm32/stm32f411-st-nucleo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f411-st-nucleo/template.uvprojx b/bsp/stm32/stm32f411-st-nucleo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/.config b/bsp/stm32/stm32f412-st-nucleo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/.gitignore b/bsp/stm32/stm32f412-st-nucleo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/Kconfig b/bsp/stm32/stm32f412-st-nucleo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/README.md b/bsp/stm32/stm32f412-st-nucleo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/SConscript b/bsp/stm32/stm32f412-st-nucleo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/SConstruct b/bsp/stm32/stm32f412-st-nucleo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/applications/SConscript b/bsp/stm32/stm32f412-st-nucleo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/applications/main.c b/bsp/stm32/stm32f412-st-nucleo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h b/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_it.h b/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c b/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_it.c b/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Src/system_stm32f4xx.c b/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Src/system_stm32f4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/Kconfig b/bsp/stm32/stm32f412-st-nucleo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/SConscript b/bsp/stm32/stm32f412-st-nucleo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/board.c b/bsp/stm32/stm32f412-st-nucleo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/board.h b/bsp/stm32/stm32f412-st-nucleo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/linker_scripts/link.icf b/bsp/stm32/stm32f412-st-nucleo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/linker_scripts/link.lds b/bsp/stm32/stm32f412-st-nucleo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/board/linker_scripts/link.sct b/bsp/stm32/stm32f412-st-nucleo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/figures/board.png b/bsp/stm32/stm32f412-st-nucleo/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/project.ewd b/bsp/stm32/stm32f412-st-nucleo/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/project.ewp b/bsp/stm32/stm32f412-st-nucleo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/project.eww b/bsp/stm32/stm32f412-st-nucleo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/project.uvoptx b/bsp/stm32/stm32f412-st-nucleo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/project.uvprojx b/bsp/stm32/stm32f412-st-nucleo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/rtconfig.h b/bsp/stm32/stm32f412-st-nucleo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/rtconfig.py b/bsp/stm32/stm32f412-st-nucleo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/template.ewp b/bsp/stm32/stm32f412-st-nucleo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/template.eww b/bsp/stm32/stm32f412-st-nucleo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/template.uvoptx b/bsp/stm32/stm32f412-st-nucleo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f412-st-nucleo/template.uvprojx b/bsp/stm32/stm32f412-st-nucleo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/.config b/bsp/stm32/stm32f427-robomaster-a/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/.gitignore b/bsp/stm32/stm32f427-robomaster-a/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/EventRecorderStub.scvd b/bsp/stm32/stm32f427-robomaster-a/EventRecorderStub.scvd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/Kconfig b/bsp/stm32/stm32f427-robomaster-a/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/README.md b/bsp/stm32/stm32f427-robomaster-a/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/SConscript b/bsp/stm32/stm32f427-robomaster-a/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/SConstruct b/bsp/stm32/stm32f427-robomaster-a/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/applications/SConscript b/bsp/stm32/stm32f427-robomaster-a/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/applications/main.c b/bsp/stm32/stm32f427-robomaster-a/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h b/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Inc/stm32f4xx_it.h b/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Inc/stm32f4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c b/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Src/stm32f4xx_it.c b/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Src/stm32f4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Src/system_stm32f4xx.c b/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Src/system_stm32f4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/Kconfig b/bsp/stm32/stm32f427-robomaster-a/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/SConscript b/bsp/stm32/stm32f427-robomaster-a/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/board.c b/bsp/stm32/stm32f427-robomaster-a/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/board.h b/bsp/stm32/stm32f427-robomaster-a/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/linker_scripts/link.icf b/bsp/stm32/stm32f427-robomaster-a/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/linker_scripts/link.lds b/bsp/stm32/stm32f427-robomaster-a/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/board/linker_scripts/link.sct b/bsp/stm32/stm32f427-robomaster-a/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/figures/board.png b/bsp/stm32/stm32f427-robomaster-a/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/project.ewd b/bsp/stm32/stm32f427-robomaster-a/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/project.ewp b/bsp/stm32/stm32f427-robomaster-a/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/project.eww b/bsp/stm32/stm32f427-robomaster-a/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/project.uvopt b/bsp/stm32/stm32f427-robomaster-a/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/project.uvoptx b/bsp/stm32/stm32f427-robomaster-a/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/project.uvproj b/bsp/stm32/stm32f427-robomaster-a/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/project.uvprojx b/bsp/stm32/stm32f427-robomaster-a/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/rtconfig.h b/bsp/stm32/stm32f427-robomaster-a/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/rtconfig.py b/bsp/stm32/stm32f427-robomaster-a/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/template.ewd b/bsp/stm32/stm32f427-robomaster-a/template.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/template.ewp b/bsp/stm32/stm32f427-robomaster-a/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/template.eww b/bsp/stm32/stm32f427-robomaster-a/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/template.uvopt b/bsp/stm32/stm32f427-robomaster-a/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/template.uvoptx b/bsp/stm32/stm32f427-robomaster-a/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/template.uvproj b/bsp/stm32/stm32f427-robomaster-a/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f427-robomaster-a/template.uvprojx b/bsp/stm32/stm32f427-robomaster-a/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/.config b/bsp/stm32/stm32f429-armfly-v6/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/.gitignore b/bsp/stm32/stm32f429-armfly-v6/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/Kconfig b/bsp/stm32/stm32f429-armfly-v6/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/README.md b/bsp/stm32/stm32f429-armfly-v6/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/SConscript b/bsp/stm32/stm32f429-armfly-v6/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/SConstruct b/bsp/stm32/stm32f429-armfly-v6/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/applications/SConscript b/bsp/stm32/stm32f429-armfly-v6/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/applications/main.c b/bsp/stm32/stm32f429-armfly-v6/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h b/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Inc/stm32f4xx_it.h b/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Inc/stm32f4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c b/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Src/stm32f4xx_it.c b/bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Src/stm32f4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/Kconfig b/bsp/stm32/stm32f429-armfly-v6/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/SConscript b/bsp/stm32/stm32f429-armfly-v6/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/board.c b/bsp/stm32/stm32f429-armfly-v6/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/board.h b/bsp/stm32/stm32f429-armfly-v6/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/linker_scripts/link.icf b/bsp/stm32/stm32f429-armfly-v6/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/linker_scripts/link.lds b/bsp/stm32/stm32f429-armfly-v6/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/linker_scripts/link.sct b/bsp/stm32/stm32f429-armfly-v6/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/ports/drv_ext_io.c b/bsp/stm32/stm32f429-armfly-v6/board/ports/drv_ext_io.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/ports/drv_ext_io.h b/bsp/stm32/stm32f429-armfly-v6/board/ports/drv_ext_io.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/ports/fal_cfg.h b/bsp/stm32/stm32f429-armfly-v6/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/ports/lcd_port.h b/bsp/stm32/stm32f429-armfly-v6/board/ports/lcd_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/ports/phy_reset.c b/bsp/stm32/stm32f429-armfly-v6/board/ports/phy_reset.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/ports/sdcard_port.c b/bsp/stm32/stm32f429-armfly-v6/board/ports/sdcard_port.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/ports/sdram_port.h b/bsp/stm32/stm32f429-armfly-v6/board/ports/sdram_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/board/ports/spi_flash_init.c b/bsp/stm32/stm32f429-armfly-v6/board/ports/spi_flash_init.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/figures/board.png b/bsp/stm32/stm32f429-armfly-v6/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/project.ewd b/bsp/stm32/stm32f429-armfly-v6/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/project.ewp b/bsp/stm32/stm32f429-armfly-v6/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/project.eww b/bsp/stm32/stm32f429-armfly-v6/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/project.uvopt b/bsp/stm32/stm32f429-armfly-v6/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/project.uvoptx b/bsp/stm32/stm32f429-armfly-v6/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/project.uvproj b/bsp/stm32/stm32f429-armfly-v6/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/project.uvprojx b/bsp/stm32/stm32f429-armfly-v6/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/rtconfig.h b/bsp/stm32/stm32f429-armfly-v6/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/rtconfig.py b/bsp/stm32/stm32f429-armfly-v6/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/template.ewp b/bsp/stm32/stm32f429-armfly-v6/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/template.eww b/bsp/stm32/stm32f429-armfly-v6/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/template.uvopt b/bsp/stm32/stm32f429-armfly-v6/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/template.uvoptx b/bsp/stm32/stm32f429-armfly-v6/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/template.uvproj b/bsp/stm32/stm32f429-armfly-v6/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-armfly-v6/template.uvprojx b/bsp/stm32/stm32f429-armfly-v6/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/.config b/bsp/stm32/stm32f429-atk-apollo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/.cproject b/bsp/stm32/stm32f429-atk-apollo/.cproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/.gitignore b/bsp/stm32/stm32f429-atk-apollo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/.project b/bsp/stm32/stm32f429-atk-apollo/.project old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/.settings/language.settings.xml b/bsp/stm32/stm32f429-atk-apollo/.settings/language.settings.xml old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/.settings/org.eclipse.core.runtime.prefs b/bsp/stm32/stm32f429-atk-apollo/.settings/org.eclipse.core.runtime.prefs old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/Kconfig b/bsp/stm32/stm32f429-atk-apollo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/README.md b/bsp/stm32/stm32f429-atk-apollo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/SConscript b/bsp/stm32/stm32f429-atk-apollo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/SConstruct b/bsp/stm32/stm32f429-atk-apollo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/applications/SConscript b/bsp/stm32/stm32f429-atk-apollo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/applications/main.c b/bsp/stm32/stm32f429-atk-apollo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/applications/mnt.c b/bsp/stm32/stm32f429-atk-apollo/applications/mnt.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h b/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Inc/stm32f4xx_it.h b/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Inc/stm32f4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/STM32F429IG.ioc b/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/STM32F429IG.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c b/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Src/stm32f4xx_it.c b/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Src/stm32f4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Src/system_stm32f4xx.c b/bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Src/system_stm32f4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/Kconfig b/bsp/stm32/stm32f429-atk-apollo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/SConscript b/bsp/stm32/stm32f429-atk-apollo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/board.c b/bsp/stm32/stm32f429-atk-apollo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/board.h b/bsp/stm32/stm32f429-atk-apollo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/linker_scripts/link.icf b/bsp/stm32/stm32f429-atk-apollo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/linker_scripts/link.lds b/bsp/stm32/stm32f429-atk-apollo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/linker_scripts/link.sct b/bsp/stm32/stm32f429-atk-apollo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_mic.c b/bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_mic.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_mic.h b/bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_mic.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_sound.c b/bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_sound.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_sound.h b/bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_sound.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_wm8978.c b/bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_wm8978.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_wm8978.h b/bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_wm8978.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/ports/fal_cfg.h b/bsp/stm32/stm32f429-atk-apollo/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/ports/phy_reset.c b/bsp/stm32/stm32f429-atk-apollo/board/ports/phy_reset.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/ports/sdcard_port.c b/bsp/stm32/stm32f429-atk-apollo/board/ports/sdcard_port.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/ports/sdram_port.h b/bsp/stm32/stm32f429-atk-apollo/board/ports/sdram_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/board/ports/spi_flash_init.c b/bsp/stm32/stm32f429-atk-apollo/board/ports/spi_flash_init.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/figures/board.png b/bsp/stm32/stm32f429-atk-apollo/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/makefile.targets b/bsp/stm32/stm32f429-atk-apollo/makefile.targets old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/project.ewd b/bsp/stm32/stm32f429-atk-apollo/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/project.ewp b/bsp/stm32/stm32f429-atk-apollo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/project.eww b/bsp/stm32/stm32f429-atk-apollo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/project.uvopt b/bsp/stm32/stm32f429-atk-apollo/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/project.uvoptx b/bsp/stm32/stm32f429-atk-apollo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/project.uvproj b/bsp/stm32/stm32f429-atk-apollo/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/project.uvprojx b/bsp/stm32/stm32f429-atk-apollo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/rtconfig.h b/bsp/stm32/stm32f429-atk-apollo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/rtconfig.py b/bsp/stm32/stm32f429-atk-apollo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/template.ewp b/bsp/stm32/stm32f429-atk-apollo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/template.eww b/bsp/stm32/stm32f429-atk-apollo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/template.uvopt b/bsp/stm32/stm32f429-atk-apollo/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/template.uvoptx b/bsp/stm32/stm32f429-atk-apollo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/template.uvproj b/bsp/stm32/stm32f429-atk-apollo/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-atk-apollo/template.uvprojx b/bsp/stm32/stm32f429-atk-apollo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/.config b/bsp/stm32/stm32f429-fire-challenger/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/.cproject b/bsp/stm32/stm32f429-fire-challenger/.cproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/.gitignore b/bsp/stm32/stm32f429-fire-challenger/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/.project b/bsp/stm32/stm32f429-fire-challenger/.project old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/.settings/language.settings.xml b/bsp/stm32/stm32f429-fire-challenger/.settings/language.settings.xml old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/.settings/org.eclipse.core.runtime.prefs b/bsp/stm32/stm32f429-fire-challenger/.settings/org.eclipse.core.runtime.prefs old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/Kconfig b/bsp/stm32/stm32f429-fire-challenger/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/README.md b/bsp/stm32/stm32f429-fire-challenger/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/SConscript b/bsp/stm32/stm32f429-fire-challenger/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/SConstruct b/bsp/stm32/stm32f429-fire-challenger/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/applications/SConscript b/bsp/stm32/stm32f429-fire-challenger/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/applications/main.c b/bsp/stm32/stm32f429-fire-challenger/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h b/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Inc/stm32f4xx_it.h b/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Inc/stm32f4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c b/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Src/stm32f4xx_it.c b/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Src/stm32f4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Src/system_stm32f4xx.c b/bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Src/system_stm32f4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/Kconfig b/bsp/stm32/stm32f429-fire-challenger/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/SConscript b/bsp/stm32/stm32f429-fire-challenger/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/board.c b/bsp/stm32/stm32f429-fire-challenger/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/board.h b/bsp/stm32/stm32f429-fire-challenger/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/linker_scripts/link.icf b/bsp/stm32/stm32f429-fire-challenger/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/linker_scripts/link.lds b/bsp/stm32/stm32f429-fire-challenger/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/linker_scripts/link.sct b/bsp/stm32/stm32f429-fire-challenger/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/ports/fal_cfg.h b/bsp/stm32/stm32f429-fire-challenger/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/ports/lcd_port.h b/bsp/stm32/stm32f429-fire-challenger/board/ports/lcd_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/ports/phy_reset.c b/bsp/stm32/stm32f429-fire-challenger/board/ports/phy_reset.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/ports/sdcard_port.c b/bsp/stm32/stm32f429-fire-challenger/board/ports/sdcard_port.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/ports/sdram_port.h b/bsp/stm32/stm32f429-fire-challenger/board/ports/sdram_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/board/ports/spi_flash_init.c b/bsp/stm32/stm32f429-fire-challenger/board/ports/spi_flash_init.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/figures/board.jpg b/bsp/stm32/stm32f429-fire-challenger/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/makefile.targets b/bsp/stm32/stm32f429-fire-challenger/makefile.targets old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/project.ewd b/bsp/stm32/stm32f429-fire-challenger/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/project.ewp b/bsp/stm32/stm32f429-fire-challenger/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/project.eww b/bsp/stm32/stm32f429-fire-challenger/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/project.uvopt b/bsp/stm32/stm32f429-fire-challenger/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/project.uvoptx b/bsp/stm32/stm32f429-fire-challenger/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/project.uvproj b/bsp/stm32/stm32f429-fire-challenger/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/project.uvprojx b/bsp/stm32/stm32f429-fire-challenger/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/rtconfig.h b/bsp/stm32/stm32f429-fire-challenger/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/rtconfig.py b/bsp/stm32/stm32f429-fire-challenger/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/template.ewp b/bsp/stm32/stm32f429-fire-challenger/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/template.eww b/bsp/stm32/stm32f429-fire-challenger/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/template.uvopt b/bsp/stm32/stm32f429-fire-challenger/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/template.uvoptx b/bsp/stm32/stm32f429-fire-challenger/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/template.uvproj b/bsp/stm32/stm32f429-fire-challenger/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-fire-challenger/template.uvprojx b/bsp/stm32/stm32f429-fire-challenger/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/.config b/bsp/stm32/stm32f429-st-disco/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/Kconfig b/bsp/stm32/stm32f429-st-disco/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/SConscript b/bsp/stm32/stm32f429-st-disco/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/SConstruct b/bsp/stm32/stm32f429-st-disco/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/applications/SConscript b/bsp/stm32/stm32f429-st-disco/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/applications/lcd_init.c b/bsp/stm32/stm32f429-st-disco/applications/lcd_init.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/applications/main.c b/bsp/stm32/stm32f429-st-disco/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h b/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Inc/stm32f4xx_it.h b/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Inc/stm32f4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c b/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Src/stm32f4xx_it.c b/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Src/stm32f4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Src/system_stm32f4xx.c b/bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Src/system_stm32f4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/Kconfig b/bsp/stm32/stm32f429-st-disco/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/SConscript b/bsp/stm32/stm32f429-st-disco/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/board.c b/bsp/stm32/stm32f429-st-disco/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/board.h b/bsp/stm32/stm32f429-st-disco/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.icf b/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.lds b/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.sct b/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/ports/fal_cfg.h b/bsp/stm32/stm32f429-st-disco/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/ports/touch/SConscript b/bsp/stm32/stm32f429-st-disco/board/ports/touch/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/ports/touch/drv_touch.c b/bsp/stm32/stm32f429-st-disco/board/ports/touch/drv_touch.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/board/ports/touch/drv_touch.h b/bsp/stm32/stm32f429-st-disco/board/ports/touch/drv_touch.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/project.ewp b/bsp/stm32/stm32f429-st-disco/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/project.eww b/bsp/stm32/stm32f429-st-disco/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/project.uvopt b/bsp/stm32/stm32f429-st-disco/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/project.uvoptx b/bsp/stm32/stm32f429-st-disco/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/project.uvproj b/bsp/stm32/stm32f429-st-disco/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/project.uvprojx b/bsp/stm32/stm32f429-st-disco/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/readme.md b/bsp/stm32/stm32f429-st-disco/readme.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/rtconfig.h b/bsp/stm32/stm32f429-st-disco/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/rtconfig.py b/bsp/stm32/stm32f429-st-disco/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/stm32_rom.ld b/bsp/stm32/stm32f429-st-disco/stm32_rom.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/stm32_rom.sct b/bsp/stm32/stm32f429-st-disco/stm32_rom.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/stm32f429_flash.icf b/bsp/stm32/stm32f429-st-disco/stm32f429_flash.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/template.ewp b/bsp/stm32/stm32f429-st-disco/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/template.uvopt b/bsp/stm32/stm32f429-st-disco/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/template.uvoptx b/bsp/stm32/stm32f429-st-disco/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/template.uvproj b/bsp/stm32/stm32f429-st-disco/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f429-st-disco/template.uvprojx b/bsp/stm32/stm32f429-st-disco/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/.config b/bsp/stm32/stm32f446-st-nucleo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/.gitignore b/bsp/stm32/stm32f446-st-nucleo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/Kconfig b/bsp/stm32/stm32f446-st-nucleo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/README.md b/bsp/stm32/stm32f446-st-nucleo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/SConscript b/bsp/stm32/stm32f446-st-nucleo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/SConstruct b/bsp/stm32/stm32f446-st-nucleo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/applications/SConscript b/bsp/stm32/stm32f446-st-nucleo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/applications/main.c b/bsp/stm32/stm32f446-st-nucleo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h b/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_it.h b/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c b/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_it.c b/bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/board/Kconfig b/bsp/stm32/stm32f446-st-nucleo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/board/SConscript b/bsp/stm32/stm32f446-st-nucleo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/board/board.c b/bsp/stm32/stm32f446-st-nucleo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/board/board.h b/bsp/stm32/stm32f446-st-nucleo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/board/linker_scripts/link.icf b/bsp/stm32/stm32f446-st-nucleo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/board/linker_scripts/link.lds b/bsp/stm32/stm32f446-st-nucleo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/board/linker_scripts/link.sct b/bsp/stm32/stm32f446-st-nucleo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/figures/board.jpg b/bsp/stm32/stm32f446-st-nucleo/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/project.ewd b/bsp/stm32/stm32f446-st-nucleo/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/project.ewp b/bsp/stm32/stm32f446-st-nucleo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/project.eww b/bsp/stm32/stm32f446-st-nucleo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/project.uvoptx b/bsp/stm32/stm32f446-st-nucleo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/project.uvprojx b/bsp/stm32/stm32f446-st-nucleo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/rtconfig.h b/bsp/stm32/stm32f446-st-nucleo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/rtconfig.py b/bsp/stm32/stm32f446-st-nucleo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/template.ewp b/bsp/stm32/stm32f446-st-nucleo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/template.eww b/bsp/stm32/stm32f446-st-nucleo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/template.uvoptx b/bsp/stm32/stm32f446-st-nucleo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f446-st-nucleo/template.uvprojx b/bsp/stm32/stm32f446-st-nucleo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/.config b/bsp/stm32/stm32f469-st-disco/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/.gitignore b/bsp/stm32/stm32f469-st-disco/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/Kconfig b/bsp/stm32/stm32f469-st-disco/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/README.md b/bsp/stm32/stm32f469-st-disco/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/SConscript b/bsp/stm32/stm32f469-st-disco/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/SConstruct b/bsp/stm32/stm32f469-st-disco/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/applications/SConscript b/bsp/stm32/stm32f469-st-disco/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/applications/lcd_init.c b/bsp/stm32/stm32f469-st-disco/applications/lcd_init.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/applications/main.c b/bsp/stm32/stm32f469-st-disco/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Inc/pdm2pcm.h b/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Inc/pdm2pcm.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h b/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Inc/stm32f4xx_it.h b/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Inc/stm32f4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/pdm2pcm.c b/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/pdm2pcm.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c b/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/stm32f4xx_it.c b/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/stm32f4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/system_stm32f4xx.c b/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/system_stm32f4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/Kconfig b/bsp/stm32/stm32f469-st-disco/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/SConscript b/bsp/stm32/stm32f469-st-disco/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/board.c b/bsp/stm32/stm32f469-st-disco/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/board.h b/bsp/stm32/stm32f469-st-disco/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/linker_scripts/link.icf b/bsp/stm32/stm32f469-st-disco/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/linker_scripts/link.lds b/bsp/stm32/stm32f469-st-disco/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/linker_scripts/link.sct b/bsp/stm32/stm32f469-st-disco/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/ports/drv_otm8009a.c b/bsp/stm32/stm32f469-st-disco/board/ports/drv_otm8009a.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/ports/drv_qspi_flash.c b/bsp/stm32/stm32f469-st-disco/board/ports/drv_qspi_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/ports/drv_sdcard.c b/bsp/stm32/stm32f469-st-disco/board/ports/drv_sdcard.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/ports/fal_cfg.h b/bsp/stm32/stm32f469-st-disco/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/ports/lcd_port.h b/bsp/stm32/stm32f469-st-disco/board/ports/lcd_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/ports/qspi_mnt.c b/bsp/stm32/stm32f469-st-disco/board/ports/qspi_mnt.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/ports/sdram_port.h b/bsp/stm32/stm32f469-st-disco/board/ports/sdram_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/ports/touch/SConscript b/bsp/stm32/stm32f469-st-disco/board/ports/touch/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/ports/touch/drv_touch.c b/bsp/stm32/stm32f469-st-disco/board/ports/touch/drv_touch.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/ports/touch/drv_touch.h b/bsp/stm32/stm32f469-st-disco/board/ports/touch/drv_touch.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/board/ports/touch/drv_touch_ft.c b/bsp/stm32/stm32f469-st-disco/board/ports/touch/drv_touch_ft.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/figures/board.png b/bsp/stm32/stm32f469-st-disco/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/project.ewd b/bsp/stm32/stm32f469-st-disco/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/project.ewp b/bsp/stm32/stm32f469-st-disco/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/project.eww b/bsp/stm32/stm32f469-st-disco/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/project.uvopt b/bsp/stm32/stm32f469-st-disco/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/project.uvoptx b/bsp/stm32/stm32f469-st-disco/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/project.uvproj b/bsp/stm32/stm32f469-st-disco/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/project.uvprojx b/bsp/stm32/stm32f469-st-disco/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/rtconfig.h b/bsp/stm32/stm32f469-st-disco/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/rtconfig.py b/bsp/stm32/stm32f469-st-disco/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/template.ewp b/bsp/stm32/stm32f469-st-disco/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/template.eww b/bsp/stm32/stm32f469-st-disco/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/template.uvopt b/bsp/stm32/stm32f469-st-disco/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/template.uvoptx b/bsp/stm32/stm32f469-st-disco/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/template.uvproj b/bsp/stm32/stm32f469-st-disco/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f469-st-disco/template.uvprojx b/bsp/stm32/stm32f469-st-disco/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/.config b/bsp/stm32/stm32f746-st-disco/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/.gitignore b/bsp/stm32/stm32f746-st-disco/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/Kconfig b/bsp/stm32/stm32f746-st-disco/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/README.md b/bsp/stm32/stm32f746-st-disco/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/SConscript b/bsp/stm32/stm32f746-st-disco/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/SConstruct b/bsp/stm32/stm32f746-st-disco/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/applications/SConscript b/bsp/stm32/stm32f746-st-disco/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/applications/main.c b/bsp/stm32/stm32f746-st-disco/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h b/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Inc/stm32f7xx_it.h b/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Inc/stm32f7xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c b/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Src/stm32f7xx_it.c b/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Src/stm32f7xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Src/system_stm32f7xx.c b/bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Src/system_stm32f7xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/Kconfig b/bsp/stm32/stm32f746-st-disco/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/SConscript b/bsp/stm32/stm32f746-st-disco/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/board.c b/bsp/stm32/stm32f746-st-disco/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/board.h b/bsp/stm32/stm32f746-st-disco/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/linker_scripts/link.icf b/bsp/stm32/stm32f746-st-disco/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/linker_scripts/link.lds b/bsp/stm32/stm32f746-st-disco/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/linker_scripts/link.sct b/bsp/stm32/stm32f746-st-disco/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/ports/drv_qspi_flash.c b/bsp/stm32/stm32f746-st-disco/board/ports/drv_qspi_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/ports/fal_cfg.h b/bsp/stm32/stm32f746-st-disco/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/ports/lcd_port.h b/bsp/stm32/stm32f746-st-disco/board/ports/lcd_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/ports/phy_reset.c b/bsp/stm32/stm32f746-st-disco/board/ports/phy_reset.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/ports/sdcard_port.c b/bsp/stm32/stm32f746-st-disco/board/ports/sdcard_port.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/board/ports/sdram_port.h b/bsp/stm32/stm32f746-st-disco/board/ports/sdram_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/figures/board.jpg b/bsp/stm32/stm32f746-st-disco/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/project.ewd b/bsp/stm32/stm32f746-st-disco/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/project.ewp b/bsp/stm32/stm32f746-st-disco/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/project.eww b/bsp/stm32/stm32f746-st-disco/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/project.uvoptx b/bsp/stm32/stm32f746-st-disco/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/project.uvprojx b/bsp/stm32/stm32f746-st-disco/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/rtconfig.h b/bsp/stm32/stm32f746-st-disco/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/rtconfig.py b/bsp/stm32/stm32f746-st-disco/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/template.ewd b/bsp/stm32/stm32f746-st-disco/template.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/template.ewp b/bsp/stm32/stm32f746-st-disco/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/template.eww b/bsp/stm32/stm32f746-st-disco/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/template.uvoptx b/bsp/stm32/stm32f746-st-disco/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f746-st-disco/template.uvprojx b/bsp/stm32/stm32f746-st-disco/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/.config b/bsp/stm32/stm32f767-atk-apollo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/.cproject b/bsp/stm32/stm32f767-atk-apollo/.cproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/.gitignore b/bsp/stm32/stm32f767-atk-apollo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/.project b/bsp/stm32/stm32f767-atk-apollo/.project old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/.settings/language.settings.xml b/bsp/stm32/stm32f767-atk-apollo/.settings/language.settings.xml old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/.settings/org.eclipse.core.runtime.prefs b/bsp/stm32/stm32f767-atk-apollo/.settings/org.eclipse.core.runtime.prefs old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/Kconfig b/bsp/stm32/stm32f767-atk-apollo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/README.md b/bsp/stm32/stm32f767-atk-apollo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/SConscript b/bsp/stm32/stm32f767-atk-apollo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/SConstruct b/bsp/stm32/stm32f767-atk-apollo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/applications/SConscript b/bsp/stm32/stm32f767-atk-apollo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/applications/main.c b/bsp/stm32/stm32f767-atk-apollo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h b/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Inc/stm32f7xx_it.h b/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Inc/stm32f7xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c b/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Src/stm32f7xx_it.c b/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Src/stm32f7xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Src/system_stm32f7xx.c b/bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Src/system_stm32f7xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/Kconfig b/bsp/stm32/stm32f767-atk-apollo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/SConscript b/bsp/stm32/stm32f767-atk-apollo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/board.c b/bsp/stm32/stm32f767-atk-apollo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/board.h b/bsp/stm32/stm32f767-atk-apollo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/linker_scripts/link.icf b/bsp/stm32/stm32f767-atk-apollo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/linker_scripts/link.lds b/bsp/stm32/stm32f767-atk-apollo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/linker_scripts/link.sct b/bsp/stm32/stm32f767-atk-apollo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/ports/drv_qspi_flash.c b/bsp/stm32/stm32f767-atk-apollo/board/ports/drv_qspi_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/ports/fal_cfg.h b/bsp/stm32/stm32f767-atk-apollo/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/ports/lcd_port.h b/bsp/stm32/stm32f767-atk-apollo/board/ports/lcd_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/ports/phy_reset.c b/bsp/stm32/stm32f767-atk-apollo/board/ports/phy_reset.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/ports/sdcard_port.c b/bsp/stm32/stm32f767-atk-apollo/board/ports/sdcard_port.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/board/ports/sdram_port.h b/bsp/stm32/stm32f767-atk-apollo/board/ports/sdram_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/figures/board.jpg b/bsp/stm32/stm32f767-atk-apollo/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/makefile.targets b/bsp/stm32/stm32f767-atk-apollo/makefile.targets old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/project.ewp b/bsp/stm32/stm32f767-atk-apollo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/project.eww b/bsp/stm32/stm32f767-atk-apollo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/project.uvoptx b/bsp/stm32/stm32f767-atk-apollo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/project.uvprojx b/bsp/stm32/stm32f767-atk-apollo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/rtconfig.h b/bsp/stm32/stm32f767-atk-apollo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/rtconfig.py b/bsp/stm32/stm32f767-atk-apollo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/template.ewp b/bsp/stm32/stm32f767-atk-apollo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/template.eww b/bsp/stm32/stm32f767-atk-apollo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/template.uvoptx b/bsp/stm32/stm32f767-atk-apollo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-atk-apollo/template.uvprojx b/bsp/stm32/stm32f767-atk-apollo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/.config b/bsp/stm32/stm32f767-fire-challenger/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/.gitignore b/bsp/stm32/stm32f767-fire-challenger/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/Kconfig b/bsp/stm32/stm32f767-fire-challenger/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/README.md b/bsp/stm32/stm32f767-fire-challenger/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/SConscript b/bsp/stm32/stm32f767-fire-challenger/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/SConstruct b/bsp/stm32/stm32f767-fire-challenger/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/applications/SConscript b/bsp/stm32/stm32f767-fire-challenger/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/applications/main.c b/bsp/stm32/stm32f767-fire-challenger/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h b/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Inc/stm32f7xx_it.h b/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Inc/stm32f7xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/MDK-ARM/CubeMX_Config.uvoptx b/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/MDK-ARM/CubeMX_Config.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/MDK-ARM/CubeMX_Config.uvprojx b/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/MDK-ARM/CubeMX_Config.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/MDK-ARM/startup_stm32f767xx.s b/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/MDK-ARM/startup_stm32f767xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c b/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Src/stm32f7xx_it.c b/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Src/stm32f7xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Src/system_stm32f7xx.c b/bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Src/system_stm32f7xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/Kconfig b/bsp/stm32/stm32f767-fire-challenger/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/SConscript b/bsp/stm32/stm32f767-fire-challenger/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/board.c b/bsp/stm32/stm32f767-fire-challenger/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/board.h b/bsp/stm32/stm32f767-fire-challenger/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/linker_scripts/link.icf b/bsp/stm32/stm32f767-fire-challenger/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/linker_scripts/link.lds b/bsp/stm32/stm32f767-fire-challenger/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/linker_scripts/link.sct b/bsp/stm32/stm32f767-fire-challenger/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/ports/drv_qspi_flash.c b/bsp/stm32/stm32f767-fire-challenger/board/ports/drv_qspi_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/ports/fal_cfg.h b/bsp/stm32/stm32f767-fire-challenger/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/ports/lcd_port.h b/bsp/stm32/stm32f767-fire-challenger/board/ports/lcd_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/ports/phy_reset.c b/bsp/stm32/stm32f767-fire-challenger/board/ports/phy_reset.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/ports/sdcard_port.c b/bsp/stm32/stm32f767-fire-challenger/board/ports/sdcard_port.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/board/ports/sdram_port.h b/bsp/stm32/stm32f767-fire-challenger/board/ports/sdram_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/figures/board.jpg b/bsp/stm32/stm32f767-fire-challenger/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/project.ewd b/bsp/stm32/stm32f767-fire-challenger/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/project.ewp b/bsp/stm32/stm32f767-fire-challenger/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/project.eww b/bsp/stm32/stm32f767-fire-challenger/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/project.uvopt b/bsp/stm32/stm32f767-fire-challenger/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/project.uvoptx b/bsp/stm32/stm32f767-fire-challenger/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/project.uvprojx b/bsp/stm32/stm32f767-fire-challenger/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/rtconfig.h b/bsp/stm32/stm32f767-fire-challenger/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/rtconfig.py b/bsp/stm32/stm32f767-fire-challenger/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/template.ewp b/bsp/stm32/stm32f767-fire-challenger/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/template.eww b/bsp/stm32/stm32f767-fire-challenger/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/template.uvoptx b/bsp/stm32/stm32f767-fire-challenger/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-fire-challenger/template.uvprojx b/bsp/stm32/stm32f767-fire-challenger/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/Kconfig b/bsp/stm32/stm32f767-st-nucleo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/README.md b/bsp/stm32/stm32f767-st-nucleo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/SConscript b/bsp/stm32/stm32f767-st-nucleo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/SConstruct b/bsp/stm32/stm32f767-st-nucleo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/applications/SConscript b/bsp/stm32/stm32f767-st-nucleo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/applications/main.c b/bsp/stm32/stm32f767-st-nucleo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h b/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Inc/stm32f7xx_it.h b/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Inc/stm32f7xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c b/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Src/stm32f7xx_it.c b/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Src/stm32f7xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Src/system_stm32f7xx.c b/bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Src/system_stm32f7xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/Kconfig b/bsp/stm32/stm32f767-st-nucleo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/SConscript b/bsp/stm32/stm32f767-st-nucleo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/board.c b/bsp/stm32/stm32f767-st-nucleo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/board.h b/bsp/stm32/stm32f767-st-nucleo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/linker_scripts/link.icf b/bsp/stm32/stm32f767-st-nucleo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/linker_scripts/link.lds b/bsp/stm32/stm32f767-st-nucleo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/linker_scripts/link.sct b/bsp/stm32/stm32f767-st-nucleo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/board/ports/phy_reset.c b/bsp/stm32/stm32f767-st-nucleo/board/ports/phy_reset.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/figures/en.high-perf_nucleo-144_mbed.jpg b/bsp/stm32/stm32f767-st-nucleo/figures/en.high-perf_nucleo-144_mbed.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/project.ewd b/bsp/stm32/stm32f767-st-nucleo/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/project.ewp b/bsp/stm32/stm32f767-st-nucleo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/project.eww b/bsp/stm32/stm32f767-st-nucleo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/project.uvoptx b/bsp/stm32/stm32f767-st-nucleo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/project.uvprojx b/bsp/stm32/stm32f767-st-nucleo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/rtconfig.h b/bsp/stm32/stm32f767-st-nucleo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/rtconfig.py b/bsp/stm32/stm32f767-st-nucleo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/template.ewp b/bsp/stm32/stm32f767-st-nucleo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/template.eww b/bsp/stm32/stm32f767-st-nucleo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/template.uvoptx b/bsp/stm32/stm32f767-st-nucleo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f767-st-nucleo/template.uvprojx b/bsp/stm32/stm32f767-st-nucleo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/.config b/bsp/stm32/stm32f769-st-disco/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/.gitignore b/bsp/stm32/stm32f769-st-disco/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/Kconfig b/bsp/stm32/stm32f769-st-disco/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/README.md b/bsp/stm32/stm32f769-st-disco/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/SConscript b/bsp/stm32/stm32f769-st-disco/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/SConstruct b/bsp/stm32/stm32f769-st-disco/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/applications/SConscript b/bsp/stm32/stm32f769-st-disco/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/applications/main.c b/bsp/stm32/stm32f769-st-disco/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h b/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Inc/stm32f7xx_it.h b/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Inc/stm32f7xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c b/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Src/stm32f7xx_it.c b/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Src/stm32f7xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Src/system_stm32f7xx.c b/bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Src/system_stm32f7xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/Kconfig b/bsp/stm32/stm32f769-st-disco/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/SConscript b/bsp/stm32/stm32f769-st-disco/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/board.c b/bsp/stm32/stm32f769-st-disco/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/board.h b/bsp/stm32/stm32f769-st-disco/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/linker_scripts/link.icf b/bsp/stm32/stm32f769-st-disco/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/linker_scripts/link.lds b/bsp/stm32/stm32f769-st-disco/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/board/linker_scripts/link.sct b/bsp/stm32/stm32f769-st-disco/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/figures/board.jpg b/bsp/stm32/stm32f769-st-disco/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/project.ewd b/bsp/stm32/stm32f769-st-disco/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/project.ewp b/bsp/stm32/stm32f769-st-disco/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/project.eww b/bsp/stm32/stm32f769-st-disco/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/project.uvoptx b/bsp/stm32/stm32f769-st-disco/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/project.uvprojx b/bsp/stm32/stm32f769-st-disco/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/rtconfig.h b/bsp/stm32/stm32f769-st-disco/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/rtconfig.py b/bsp/stm32/stm32f769-st-disco/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/template.ewp b/bsp/stm32/stm32f769-st-disco/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/template.eww b/bsp/stm32/stm32f769-st-disco/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/template.uvoptx b/bsp/stm32/stm32f769-st-disco/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32f769-st-disco/template.uvprojx b/bsp/stm32/stm32f769-st-disco/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/.config b/bsp/stm32/stm32g071-st-nucleo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/.gitignore b/bsp/stm32/stm32g071-st-nucleo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/Kconfig b/bsp/stm32/stm32g071-st-nucleo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/README.md b/bsp/stm32/stm32g071-st-nucleo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/SConscript b/bsp/stm32/stm32g071-st-nucleo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/SConstruct b/bsp/stm32/stm32g071-st-nucleo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/applications/SConscript b/bsp/stm32/stm32g071-st-nucleo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/applications/main.c b/bsp/stm32/stm32g071-st-nucleo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Inc/stm32g0xx_hal_conf.h b/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Inc/stm32g0xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Inc/stm32g0xx_it.h b/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Inc/stm32g0xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Src/stm32g0xx_hal_msp.c b/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Src/stm32g0xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Src/stm32g0xx_it.c b/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Src/stm32g0xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Src/system_stm32g0xx.c b/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Src/system_stm32g0xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/stm32g071rbt6.ioc b/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/stm32g071rbt6.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/Kconfig b/bsp/stm32/stm32g071-st-nucleo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/SConscript b/bsp/stm32/stm32g071-st-nucleo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/board.c b/bsp/stm32/stm32g071-st-nucleo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/board.h b/bsp/stm32/stm32g071-st-nucleo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/linker_scripts/link.icf b/bsp/stm32/stm32g071-st-nucleo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/linker_scripts/link.lds b/bsp/stm32/stm32g071-st-nucleo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/linker_scripts/link.sct b/bsp/stm32/stm32g071-st-nucleo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/board/ports/fal_cfg.h b/bsp/stm32/stm32g071-st-nucleo/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/figures/board.jpg b/bsp/stm32/stm32g071-st-nucleo/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/project.ewp b/bsp/stm32/stm32g071-st-nucleo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/project.eww b/bsp/stm32/stm32g071-st-nucleo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/project.uvprojx b/bsp/stm32/stm32g071-st-nucleo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/rtconfig.h b/bsp/stm32/stm32g071-st-nucleo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/rtconfig.py b/bsp/stm32/stm32g071-st-nucleo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/template.ewp b/bsp/stm32/stm32g071-st-nucleo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/template.eww b/bsp/stm32/stm32g071-st-nucleo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g071-st-nucleo/template.uvprojx b/bsp/stm32/stm32g071-st-nucleo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/.config b/bsp/stm32/stm32g431-st-nucleo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/.gitignore b/bsp/stm32/stm32g431-st-nucleo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/Kconfig b/bsp/stm32/stm32g431-st-nucleo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/README.md b/bsp/stm32/stm32g431-st-nucleo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/SConscript b/bsp/stm32/stm32g431-st-nucleo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/SConstruct b/bsp/stm32/stm32g431-st-nucleo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/applications/SConscript b/bsp/stm32/stm32g431-st-nucleo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/applications/main.c b/bsp/stm32/stm32g431-st-nucleo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Inc/stm32g4xx_hal_conf.h b/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Inc/stm32g4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Inc/stm32g4xx_it.h b/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Inc/stm32g4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Src/stm32g4xx_hal_msp.c b/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Src/stm32g4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Src/stm32g4xx_it.c b/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Src/stm32g4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Src/system_stm32g4xx.c b/bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Src/system_stm32g4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/Kconfig b/bsp/stm32/stm32g431-st-nucleo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/SConscript b/bsp/stm32/stm32g431-st-nucleo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/board.c b/bsp/stm32/stm32g431-st-nucleo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/board.h b/bsp/stm32/stm32g431-st-nucleo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/linker_scripts/link.icf b/bsp/stm32/stm32g431-st-nucleo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/linker_scripts/link.lds b/bsp/stm32/stm32g431-st-nucleo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/board/linker_scripts/link.sct b/bsp/stm32/stm32g431-st-nucleo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/figures/board.jpg b/bsp/stm32/stm32g431-st-nucleo/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/project.ewd b/bsp/stm32/stm32g431-st-nucleo/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/project.ewp b/bsp/stm32/stm32g431-st-nucleo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/project.eww b/bsp/stm32/stm32g431-st-nucleo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/project.uvoptx b/bsp/stm32/stm32g431-st-nucleo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/project.uvprojx b/bsp/stm32/stm32g431-st-nucleo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/rtconfig.h b/bsp/stm32/stm32g431-st-nucleo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/rtconfig.py b/bsp/stm32/stm32g431-st-nucleo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/template.ewp b/bsp/stm32/stm32g431-st-nucleo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/template.eww b/bsp/stm32/stm32g431-st-nucleo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/template.uvoptx b/bsp/stm32/stm32g431-st-nucleo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32g431-st-nucleo/template.uvprojx b/bsp/stm32/stm32g431-st-nucleo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/.config b/bsp/stm32/stm32h743-atk-apollo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/.gitignore b/bsp/stm32/stm32h743-atk-apollo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/Kconfig b/bsp/stm32/stm32h743-atk-apollo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/README.md b/bsp/stm32/stm32h743-atk-apollo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/SConscript b/bsp/stm32/stm32h743-atk-apollo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/SConstruct b/bsp/stm32/stm32h743-atk-apollo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/applications/SConscript b/bsp/stm32/stm32h743-atk-apollo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/applications/main.c b/bsp/stm32/stm32h743-atk-apollo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h b/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Inc/stm32h7xx_it.h b/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Inc/stm32h7xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Src/stm32h7xx_hal_msp.c b/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Src/stm32h7xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Src/stm32h7xx_it.c b/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Src/stm32h7xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Src/system_stm32h7xx.c b/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Src/system_stm32h7xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/Kconfig b/bsp/stm32/stm32h743-atk-apollo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/SConscript b/bsp/stm32/stm32h743-atk-apollo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/board.c b/bsp/stm32/stm32h743-atk-apollo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/board.h b/bsp/stm32/stm32h743-atk-apollo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/drv_mpu.c b/bsp/stm32/stm32h743-atk-apollo/board/drv_mpu.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/linker_scripts/link.icf b/bsp/stm32/stm32h743-atk-apollo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/linker_scripts/link.lds b/bsp/stm32/stm32h743-atk-apollo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/linker_scripts/link.sct b/bsp/stm32/stm32h743-atk-apollo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/ports/drv_qspi_flash.c b/bsp/stm32/stm32h743-atk-apollo/board/ports/drv_qspi_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/ports/lcd_port.h b/bsp/stm32/stm32h743-atk-apollo/board/ports/lcd_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/board/ports/sdram_port.h b/bsp/stm32/stm32h743-atk-apollo/board/ports/sdram_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/figures/board.jpg b/bsp/stm32/stm32h743-atk-apollo/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/project.ewp b/bsp/stm32/stm32h743-atk-apollo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/project.eww b/bsp/stm32/stm32h743-atk-apollo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/project.uvoptx b/bsp/stm32/stm32h743-atk-apollo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/project.uvprojx b/bsp/stm32/stm32h743-atk-apollo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/rtconfig.h b/bsp/stm32/stm32h743-atk-apollo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/rtconfig.py b/bsp/stm32/stm32h743-atk-apollo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/template.ewp b/bsp/stm32/stm32h743-atk-apollo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/template.eww b/bsp/stm32/stm32h743-atk-apollo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/template.uvoptx b/bsp/stm32/stm32h743-atk-apollo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-atk-apollo/template.uvprojx b/bsp/stm32/stm32h743-atk-apollo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/.config b/bsp/stm32/stm32h743-st-nucleo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/.gitignore b/bsp/stm32/stm32h743-st-nucleo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/Kconfig b/bsp/stm32/stm32h743-st-nucleo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/README.md b/bsp/stm32/stm32h743-st-nucleo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/SConscript b/bsp/stm32/stm32h743-st-nucleo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/SConstruct b/bsp/stm32/stm32h743-st-nucleo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/applications/SConscript b/bsp/stm32/stm32h743-st-nucleo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/applications/main.c b/bsp/stm32/stm32h743-st-nucleo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h b/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Inc/stm32h7xx_it.h b/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Inc/stm32h7xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Src/stm32h7xx_hal_msp.c b/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Src/stm32h7xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Src/stm32h7xx_it.c b/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Src/stm32h7xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Src/system_stm32h7xx.c b/bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Src/system_stm32h7xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/Kconfig b/bsp/stm32/stm32h743-st-nucleo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/SConscript b/bsp/stm32/stm32h743-st-nucleo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/board.c b/bsp/stm32/stm32h743-st-nucleo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/board.h b/bsp/stm32/stm32h743-st-nucleo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/linker_scripts/link.icf b/bsp/stm32/stm32h743-st-nucleo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/linker_scripts/link.lds b/bsp/stm32/stm32h743-st-nucleo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/board/linker_scripts/link.sct b/bsp/stm32/stm32h743-st-nucleo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/figures/board.jpg b/bsp/stm32/stm32h743-st-nucleo/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/project.ewp b/bsp/stm32/stm32h743-st-nucleo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/project.eww b/bsp/stm32/stm32h743-st-nucleo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/project.uvoptx b/bsp/stm32/stm32h743-st-nucleo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/project.uvprojx b/bsp/stm32/stm32h743-st-nucleo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/rtconfig.h b/bsp/stm32/stm32h743-st-nucleo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/rtconfig.py b/bsp/stm32/stm32h743-st-nucleo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/template.ewp b/bsp/stm32/stm32h743-st-nucleo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/template.eww b/bsp/stm32/stm32h743-st-nucleo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/template.uvoptx b/bsp/stm32/stm32h743-st-nucleo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h743-st-nucleo/template.uvprojx b/bsp/stm32/stm32h743-st-nucleo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/.config b/bsp/stm32/stm32h750-armfly-h7-tool/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/.gitignore b/bsp/stm32/stm32h750-armfly-h7-tool/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/EventRecorderStub.scvd b/bsp/stm32/stm32h750-armfly-h7-tool/EventRecorderStub.scvd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/Kconfig b/bsp/stm32/stm32h750-armfly-h7-tool/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/README.md b/bsp/stm32/stm32h750-armfly-h7-tool/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/SConscript b/bsp/stm32/stm32h750-armfly-h7-tool/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/SConstruct b/bsp/stm32/stm32h750-armfly-h7-tool/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/applications/SConscript b/bsp/stm32/stm32h750-armfly-h7-tool/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/applications/main.c b/bsp/stm32/stm32h750-armfly-h7-tool/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h b/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Inc/stm32h7xx_it.h b/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Inc/stm32h7xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Src/stm32h7xx_hal_msp.c b/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Src/stm32h7xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Src/stm32h7xx_it.c b/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Src/stm32h7xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/board/Kconfig b/bsp/stm32/stm32h750-armfly-h7-tool/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/board/SConscript b/bsp/stm32/stm32h750-armfly-h7-tool/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/board/board.c b/bsp/stm32/stm32h750-armfly-h7-tool/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/board/board.h b/bsp/stm32/stm32h750-armfly-h7-tool/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/board/linker_scripts/link.icf b/bsp/stm32/stm32h750-armfly-h7-tool/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/board/linker_scripts/link.lds b/bsp/stm32/stm32h750-armfly-h7-tool/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/board/linker_scripts/link.sct b/bsp/stm32/stm32h750-armfly-h7-tool/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/figures/board.jpg b/bsp/stm32/stm32h750-armfly-h7-tool/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/project.ewp b/bsp/stm32/stm32h750-armfly-h7-tool/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/project.eww b/bsp/stm32/stm32h750-armfly-h7-tool/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/project.uvoptx b/bsp/stm32/stm32h750-armfly-h7-tool/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/project.uvprojx b/bsp/stm32/stm32h750-armfly-h7-tool/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/rtconfig.h b/bsp/stm32/stm32h750-armfly-h7-tool/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/rtconfig.py b/bsp/stm32/stm32h750-armfly-h7-tool/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/template.ewp b/bsp/stm32/stm32h750-armfly-h7-tool/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/template.eww b/bsp/stm32/stm32h750-armfly-h7-tool/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/template.uvoptx b/bsp/stm32/stm32h750-armfly-h7-tool/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/template.uvprojx b/bsp/stm32/stm32h750-armfly-h7-tool/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/.config b/bsp/stm32/stm32l053-st-nucleo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/.gitignore b/bsp/stm32/stm32l053-st-nucleo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/Kconfig b/bsp/stm32/stm32l053-st-nucleo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/README.md b/bsp/stm32/stm32l053-st-nucleo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/SConscript b/bsp/stm32/stm32l053-st-nucleo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/SConstruct b/bsp/stm32/stm32l053-st-nucleo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/applications/SConscript b/bsp/stm32/stm32l053-st-nucleo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/applications/main.c b/bsp/stm32/stm32l053-st-nucleo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Inc/stm32l0xx_hal_conf.h b/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Inc/stm32l0xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Inc/stm32l0xx_it.h b/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Inc/stm32l0xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Src/stm32l0xx_hal_msp.c b/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Src/stm32l0xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Src/stm32l0xx_it.c b/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Src/stm32l0xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Src/system_stm32l0xx.c b/bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Src/system_stm32l0xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/Kconfig b/bsp/stm32/stm32l053-st-nucleo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/SConscript b/bsp/stm32/stm32l053-st-nucleo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/board.c b/bsp/stm32/stm32l053-st-nucleo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/board.h b/bsp/stm32/stm32l053-st-nucleo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/linker_scripts/link.icf b/bsp/stm32/stm32l053-st-nucleo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/linker_scripts/link.lds b/bsp/stm32/stm32l053-st-nucleo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/board/linker_scripts/link.sct b/bsp/stm32/stm32l053-st-nucleo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/figures/board.jpg b/bsp/stm32/stm32l053-st-nucleo/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/project.ewd b/bsp/stm32/stm32l053-st-nucleo/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/project.ewp b/bsp/stm32/stm32l053-st-nucleo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/project.eww b/bsp/stm32/stm32l053-st-nucleo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/project.uvoptx b/bsp/stm32/stm32l053-st-nucleo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/project.uvprojx b/bsp/stm32/stm32l053-st-nucleo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/rtconfig.h b/bsp/stm32/stm32l053-st-nucleo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/rtconfig.py b/bsp/stm32/stm32l053-st-nucleo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/template.ewp b/bsp/stm32/stm32l053-st-nucleo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/template.eww b/bsp/stm32/stm32l053-st-nucleo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/template.uvoptx b/bsp/stm32/stm32l053-st-nucleo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l053-st-nucleo/template.uvprojx b/bsp/stm32/stm32l053-st-nucleo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/.config b/bsp/stm32/stm32l432-st-nucleo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/.gitignore b/bsp/stm32/stm32l432-st-nucleo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/Kconfig b/bsp/stm32/stm32l432-st-nucleo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/README.md b/bsp/stm32/stm32l432-st-nucleo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/SConscript b/bsp/stm32/stm32l432-st-nucleo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/SConstruct b/bsp/stm32/stm32l432-st-nucleo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/applications/SConscript b/bsp/stm32/stm32l432-st-nucleo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/applications/main.c b/bsp/stm32/stm32l432-st-nucleo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h b/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_it.h b/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c b/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_it.c b/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Src/system_stm32l4xx.c b/bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Src/system_stm32l4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/Kconfig b/bsp/stm32/stm32l432-st-nucleo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/SConscript b/bsp/stm32/stm32l432-st-nucleo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/board.c b/bsp/stm32/stm32l432-st-nucleo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/board.h b/bsp/stm32/stm32l432-st-nucleo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/linker_scripts/link.icf b/bsp/stm32/stm32l432-st-nucleo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/linker_scripts/link.lds b/bsp/stm32/stm32l432-st-nucleo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/board/linker_scripts/link.sct b/bsp/stm32/stm32l432-st-nucleo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/figures/board.jpg b/bsp/stm32/stm32l432-st-nucleo/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/project.ewd b/bsp/stm32/stm32l432-st-nucleo/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/project.ewp b/bsp/stm32/stm32l432-st-nucleo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/project.eww b/bsp/stm32/stm32l432-st-nucleo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/project.uvoptx b/bsp/stm32/stm32l432-st-nucleo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/project.uvprojx b/bsp/stm32/stm32l432-st-nucleo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/rtconfig.h b/bsp/stm32/stm32l432-st-nucleo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/rtconfig.py b/bsp/stm32/stm32l432-st-nucleo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/template.ewp b/bsp/stm32/stm32l432-st-nucleo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/template.eww b/bsp/stm32/stm32l432-st-nucleo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/template.uvoptx b/bsp/stm32/stm32l432-st-nucleo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l432-st-nucleo/template.uvprojx b/bsp/stm32/stm32l432-st-nucleo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/.config b/bsp/stm32/stm32l452-st-nucleo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/.gitignore b/bsp/stm32/stm32l452-st-nucleo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/Kconfig b/bsp/stm32/stm32l452-st-nucleo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/README.md b/bsp/stm32/stm32l452-st-nucleo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/SConscript b/bsp/stm32/stm32l452-st-nucleo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/SConstruct b/bsp/stm32/stm32l452-st-nucleo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/applications/SConscript b/bsp/stm32/stm32l452-st-nucleo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/applications/main.c b/bsp/stm32/stm32l452-st-nucleo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h b/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_it.h b/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c b/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_it.c b/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Src/system_stm32l4xx.c b/bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Src/system_stm32l4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/Kconfig b/bsp/stm32/stm32l452-st-nucleo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/SConscript b/bsp/stm32/stm32l452-st-nucleo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/board.c b/bsp/stm32/stm32l452-st-nucleo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/board.h b/bsp/stm32/stm32l452-st-nucleo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/linker_scripts/link.icf b/bsp/stm32/stm32l452-st-nucleo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/linker_scripts/link.lds b/bsp/stm32/stm32l452-st-nucleo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/linker_scripts/link.sct b/bsp/stm32/stm32l452-st-nucleo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/board/ports/fal_cfg.h b/bsp/stm32/stm32l452-st-nucleo/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/figures/board.jpg b/bsp/stm32/stm32l452-st-nucleo/figures/board.jpg old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/project.ewd b/bsp/stm32/stm32l452-st-nucleo/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/project.ewp b/bsp/stm32/stm32l452-st-nucleo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/project.eww b/bsp/stm32/stm32l452-st-nucleo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/project.uvoptx b/bsp/stm32/stm32l452-st-nucleo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/project.uvprojx b/bsp/stm32/stm32l452-st-nucleo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/rtconfig.h b/bsp/stm32/stm32l452-st-nucleo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/rtconfig.py b/bsp/stm32/stm32l452-st-nucleo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/template.ewp b/bsp/stm32/stm32l452-st-nucleo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/template.eww b/bsp/stm32/stm32l452-st-nucleo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/template.uvoptx b/bsp/stm32/stm32l452-st-nucleo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l452-st-nucleo/template.uvprojx b/bsp/stm32/stm32l452-st-nucleo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/.config b/bsp/stm32/stm32l475-atk-pandora/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/.cproject b/bsp/stm32/stm32l475-atk-pandora/.cproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/.gitignore b/bsp/stm32/stm32l475-atk-pandora/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/.project b/bsp/stm32/stm32l475-atk-pandora/.project old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/.settings/language.settings.xml b/bsp/stm32/stm32l475-atk-pandora/.settings/language.settings.xml old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/.settings/org.eclipse.core.runtime.prefs b/bsp/stm32/stm32l475-atk-pandora/.settings/org.eclipse.core.runtime.prefs old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/Kconfig b/bsp/stm32/stm32l475-atk-pandora/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/README.md b/bsp/stm32/stm32l475-atk-pandora/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/SConscript b/bsp/stm32/stm32l475-atk-pandora/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/SConstruct b/bsp/stm32/stm32l475-atk-pandora/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/applications/SConscript b/bsp/stm32/stm32l475-atk-pandora/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/applications/lcd_sample.c b/bsp/stm32/stm32l475-atk-pandora/applications/lcd_sample.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/applications/main.c b/bsp/stm32/stm32l475-atk-pandora/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/applications/nrf24l01_init.c b/bsp/stm32/stm32l475-atk-pandora/applications/nrf24l01_init.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/applications/rttlogo.h b/bsp/stm32/stm32l475-atk-pandora/applications/rttlogo.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h b/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Inc/stm32l4xx_it.h b/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Inc/stm32l4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/STM32L475VE.ioc b/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/STM32L475VE.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c b/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Src/stm32l4xx_it.c b/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Src/stm32l4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Src/system_stm32l4xx.c b/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Src/system_stm32l4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/Kconfig b/bsp/stm32/stm32l475-atk-pandora/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/SConscript b/bsp/stm32/stm32l475-atk-pandora/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/board.c b/bsp/stm32/stm32l475-atk-pandora/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/board.h b/bsp/stm32/stm32l475-atk-pandora/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/linker_scripts/link.icf b/bsp/stm32/stm32l475-atk-pandora/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/linker_scripts/link.lds b/bsp/stm32/stm32l475-atk-pandora/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/linker_scripts/link.sct b/bsp/stm32/stm32l475-atk-pandora/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_es8388.c b/bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_es8388.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_es8388.h b/bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_es8388.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_mic.c b/bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_mic.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_sound.c b/bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_sound.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_sound.h b/bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_sound.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/ports/drv_lcd.c b/bsp/stm32/stm32l475-atk-pandora/board/ports/drv_lcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/ports/drv_lcd.h b/bsp/stm32/stm32l475-atk-pandora/board/ports/drv_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/ports/drv_lcd_font.h b/bsp/stm32/stm32l475-atk-pandora/board/ports/drv_lcd_font.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/ports/drv_qspi_flash.c b/bsp/stm32/stm32l475-atk-pandora/board/ports/drv_qspi_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/ports/fal_cfg.h b/bsp/stm32/stm32l475-atk-pandora/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/ports/sdcard_port.c b/bsp/stm32/stm32l475-atk-pandora/board/ports/sdcard_port.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/board/ports/sensor_port.c b/bsp/stm32/stm32l475-atk-pandora/board/ports/sensor_port.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/figures/board.png b/bsp/stm32/stm32l475-atk-pandora/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/makefile.targets b/bsp/stm32/stm32l475-atk-pandora/makefile.targets old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/project.ewd b/bsp/stm32/stm32l475-atk-pandora/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/project.ewp b/bsp/stm32/stm32l475-atk-pandora/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/project.eww b/bsp/stm32/stm32l475-atk-pandora/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/project.uvoptx b/bsp/stm32/stm32l475-atk-pandora/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/project.uvprojx b/bsp/stm32/stm32l475-atk-pandora/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/rtconfig.h b/bsp/stm32/stm32l475-atk-pandora/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/rtconfig.py b/bsp/stm32/stm32l475-atk-pandora/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/template.ewp b/bsp/stm32/stm32l475-atk-pandora/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/template.eww b/bsp/stm32/stm32l475-atk-pandora/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/template.uvoptx b/bsp/stm32/stm32l475-atk-pandora/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-atk-pandora/template.uvprojx b/bsp/stm32/stm32l475-atk-pandora/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/.config b/bsp/stm32/stm32l475-st-discovery/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/.gitignore b/bsp/stm32/stm32l475-st-discovery/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/Kconfig b/bsp/stm32/stm32l475-st-discovery/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/README.md b/bsp/stm32/stm32l475-st-discovery/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/SConscript b/bsp/stm32/stm32l475-st-discovery/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/SConstruct b/bsp/stm32/stm32l475-st-discovery/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/applications/SConscript b/bsp/stm32/stm32l475-st-discovery/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/applications/main.c b/bsp/stm32/stm32l475-st-discovery/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h b/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Inc/stm32l4xx_it.h b/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Inc/stm32l4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c b/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Src/stm32l4xx_it.c b/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Src/stm32l4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Src/system_stm32l4xx.c b/bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Src/system_stm32l4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/Kconfig b/bsp/stm32/stm32l475-st-discovery/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/SConscript b/bsp/stm32/stm32l475-st-discovery/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/board.c b/bsp/stm32/stm32l475-st-discovery/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/board.h b/bsp/stm32/stm32l475-st-discovery/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/linker_scripts/link.icf b/bsp/stm32/stm32l475-st-discovery/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/linker_scripts/link.lds b/bsp/stm32/stm32l475-st-discovery/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/board/linker_scripts/link.sct b/bsp/stm32/stm32l475-st-discovery/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/figures/board.png b/bsp/stm32/stm32l475-st-discovery/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/project.ewd b/bsp/stm32/stm32l475-st-discovery/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/project.ewp b/bsp/stm32/stm32l475-st-discovery/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/project.eww b/bsp/stm32/stm32l475-st-discovery/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/project.uvoptx b/bsp/stm32/stm32l475-st-discovery/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/project.uvprojx b/bsp/stm32/stm32l475-st-discovery/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/rtconfig.h b/bsp/stm32/stm32l475-st-discovery/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/rtconfig.py b/bsp/stm32/stm32l475-st-discovery/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/template.ewp b/bsp/stm32/stm32l475-st-discovery/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/template.eww b/bsp/stm32/stm32l475-st-discovery/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/template.uvoptx b/bsp/stm32/stm32l475-st-discovery/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l475-st-discovery/template.uvprojx b/bsp/stm32/stm32l475-st-discovery/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/.config b/bsp/stm32/stm32l476-st-nucleo/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/.gitignore b/bsp/stm32/stm32l476-st-nucleo/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/Kconfig b/bsp/stm32/stm32l476-st-nucleo/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/README.md b/bsp/stm32/stm32l476-st-nucleo/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/SConscript b/bsp/stm32/stm32l476-st-nucleo/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/SConstruct b/bsp/stm32/stm32l476-st-nucleo/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/applications/SConscript b/bsp/stm32/stm32l476-st-nucleo/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/applications/main.c b/bsp/stm32/stm32l476-st-nucleo/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h b/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_it.h b/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c b/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_it.c b/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Src/system_stm32l4xx.c b/bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Src/system_stm32l4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/Kconfig b/bsp/stm32/stm32l476-st-nucleo/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/SConscript b/bsp/stm32/stm32l476-st-nucleo/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/board.c b/bsp/stm32/stm32l476-st-nucleo/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/board.h b/bsp/stm32/stm32l476-st-nucleo/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/linker_scripts/link.icf b/bsp/stm32/stm32l476-st-nucleo/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/linker_scripts/link.lds b/bsp/stm32/stm32l476-st-nucleo/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/board/linker_scripts/link.sct b/bsp/stm32/stm32l476-st-nucleo/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/figures/board.png b/bsp/stm32/stm32l476-st-nucleo/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/project.ewd b/bsp/stm32/stm32l476-st-nucleo/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/project.ewp b/bsp/stm32/stm32l476-st-nucleo/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/project.eww b/bsp/stm32/stm32l476-st-nucleo/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/project.uvoptx b/bsp/stm32/stm32l476-st-nucleo/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/project.uvprojx b/bsp/stm32/stm32l476-st-nucleo/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/rtconfig.h b/bsp/stm32/stm32l476-st-nucleo/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/rtconfig.py b/bsp/stm32/stm32l476-st-nucleo/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/template.ewp b/bsp/stm32/stm32l476-st-nucleo/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/template.eww b/bsp/stm32/stm32l476-st-nucleo/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/template.uvoptx b/bsp/stm32/stm32l476-st-nucleo/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l476-st-nucleo/template.uvprojx b/bsp/stm32/stm32l476-st-nucleo/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/.config b/bsp/stm32/stm32l496-ali-developer/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/.gitignore b/bsp/stm32/stm32l496-ali-developer/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/Kconfig b/bsp/stm32/stm32l496-ali-developer/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/README.md b/bsp/stm32/stm32l496-ali-developer/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/SConscript b/bsp/stm32/stm32l496-ali-developer/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/SConstruct b/bsp/stm32/stm32l496-ali-developer/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/applications/SConscript b/bsp/stm32/stm32l496-ali-developer/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/applications/main.c b/bsp/stm32/stm32l496-ali-developer/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h b/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Inc/stm32l4xx_it.h b/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Inc/stm32l4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c b/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Src/stm32l4xx_it.c b/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Src/stm32l4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Src/system_stm32l4xx.c b/bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Src/system_stm32l4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/Kconfig b/bsp/stm32/stm32l496-ali-developer/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/SConscript b/bsp/stm32/stm32l496-ali-developer/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/board.c b/bsp/stm32/stm32l496-ali-developer/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/board.h b/bsp/stm32/stm32l496-ali-developer/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/linker_scripts/link.icf b/bsp/stm32/stm32l496-ali-developer/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/linker_scripts/link.lds b/bsp/stm32/stm32l496-ali-developer/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/linker_scripts/link.sct b/bsp/stm32/stm32l496-ali-developer/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/ports/drv_spi_lcd.c b/bsp/stm32/stm32l496-ali-developer/board/ports/drv_spi_lcd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/ports/fal_cfg.h b/bsp/stm32/stm32l496-ali-developer/board/ports/fal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/board/ports/sdcard_port.c b/bsp/stm32/stm32l496-ali-developer/board/ports/sdcard_port.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/figures/board.png b/bsp/stm32/stm32l496-ali-developer/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/project.ewd b/bsp/stm32/stm32l496-ali-developer/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/project.ewp b/bsp/stm32/stm32l496-ali-developer/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/project.eww b/bsp/stm32/stm32l496-ali-developer/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/project.uvoptx b/bsp/stm32/stm32l496-ali-developer/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/project.uvprojx b/bsp/stm32/stm32l496-ali-developer/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/rtconfig.h b/bsp/stm32/stm32l496-ali-developer/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/rtconfig.py b/bsp/stm32/stm32l496-ali-developer/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/template.ewp b/bsp/stm32/stm32l496-ali-developer/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/template.eww b/bsp/stm32/stm32l496-ali-developer/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/template.uvoptx b/bsp/stm32/stm32l496-ali-developer/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l496-ali-developer/template.uvprojx b/bsp/stm32/stm32l496-ali-developer/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/.config b/bsp/stm32/stm32l4r9-st-eval/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/.gitignore b/bsp/stm32/stm32l4r9-st-eval/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/Kconfig b/bsp/stm32/stm32l4r9-st-eval/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/README.md b/bsp/stm32/stm32l4r9-st-eval/README.md old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/SConscript b/bsp/stm32/stm32l4r9-st-eval/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/SConstruct b/bsp/stm32/stm32l4r9-st-eval/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/applications/SConscript b/bsp/stm32/stm32l4r9-st-eval/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/applications/main.c b/bsp/stm32/stm32l4r9-st-eval/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/.mxproject b/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/.mxproject old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/CubeMX_Config.ioc b/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/CubeMX_Config.ioc old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Inc/main.h b/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Inc/main.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h b/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Inc/stm32l4xx_it.h b/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Inc/stm32l4xx_it.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Src/main.c b/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Src/main.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c b/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Src/stm32l4xx_it.c b/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Src/stm32l4xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Src/system_stm32l4xx.c b/bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Src/system_stm32l4xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/Kconfig b/bsp/stm32/stm32l4r9-st-eval/board/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/SConscript b/bsp/stm32/stm32l4r9-st-eval/board/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/board.c b/bsp/stm32/stm32l4r9-st-eval/board/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/board.h b/bsp/stm32/stm32l4r9-st-eval/board/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/linker_scripts/link.icf b/bsp/stm32/stm32l4r9-st-eval/board/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/linker_scripts/link.lds b/bsp/stm32/stm32l4r9-st-eval/board/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/linker_scripts/link.sct b/bsp/stm32/stm32l4r9-st-eval/board/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/ports/drv_lcd_dsi.c b/bsp/stm32/stm32l4r9-st-eval/board/ports/drv_lcd_dsi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/ports/drv_sram.c b/bsp/stm32/stm32l4r9-st-eval/board/ports/drv_sram.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/ports/drv_touch.c b/bsp/stm32/stm32l4r9-st-eval/board/ports/drv_touch.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/ports/drv_touch_ft.c b/bsp/stm32/stm32l4r9-st-eval/board/ports/drv_touch_ft.c old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/ports/include/drv_touch.h b/bsp/stm32/stm32l4r9-st-eval/board/ports/include/drv_touch.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/ports/include/lcd_port_dsi.h b/bsp/stm32/stm32l4r9-st-eval/board/ports/include/lcd_port_dsi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/board/ports/include/sram_port.h b/bsp/stm32/stm32l4r9-st-eval/board/ports/include/sram_port.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/figures/board.png b/bsp/stm32/stm32l4r9-st-eval/figures/board.png old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/project.ewd b/bsp/stm32/stm32l4r9-st-eval/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/project.ewp b/bsp/stm32/stm32l4r9-st-eval/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/project.eww b/bsp/stm32/stm32l4r9-st-eval/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/project.uvoptx b/bsp/stm32/stm32l4r9-st-eval/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/project.uvprojx b/bsp/stm32/stm32l4r9-st-eval/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/rtconfig.h b/bsp/stm32/stm32l4r9-st-eval/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/rtconfig.py b/bsp/stm32/stm32l4r9-st-eval/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/template.ewd b/bsp/stm32/stm32l4r9-st-eval/template.ewd old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/template.ewp b/bsp/stm32/stm32l4r9-st-eval/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/template.eww b/bsp/stm32/stm32l4r9-st-eval/template.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/template.uvoptx b/bsp/stm32/stm32l4r9-st-eval/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/stm32/stm32l4r9-st-eval/template.uvprojx b/bsp/stm32/stm32l4r9-st-eval/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/.config b/bsp/stm32f20x/.config old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/24LCxx.c b/bsp/stm32f20x/Drivers/24LCxx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/FM25Lx.c b/bsp/stm32f20x/Drivers/FM25Lx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/FM25Lx.h b/bsp/stm32f20x/Drivers/FM25Lx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/Kconfig b/bsp/stm32f20x/Drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/SConscript b/bsp/stm32f20x/Drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/board.c b/bsp/stm32f20x/Drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/board.h b/bsp/stm32f20x/Drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/drv_rtc.c b/bsp/stm32f20x/Drivers/drv_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/drv_rtc.h b/bsp/stm32f20x/Drivers/drv_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/i2c.c b/bsp/stm32f20x/Drivers/i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/i2c.h b/bsp/stm32f20x/Drivers/i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/sdio_sd.c b/bsp/stm32f20x/Drivers/sdio_sd.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/sdio_sd.h b/bsp/stm32f20x/Drivers/sdio_sd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/serial.c b/bsp/stm32f20x/Drivers/serial.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/serial.h b/bsp/stm32f20x/Drivers/serial.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/stm32f2_eth.c b/bsp/stm32f20x/Drivers/stm32f2_eth.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/stm32f2xx_conf.h b/bsp/stm32f20x/Drivers/stm32f2xx_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/stm32f2xx_it.c b/bsp/stm32f20x/Drivers/stm32f2xx_it.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/usart.c b/bsp/stm32f20x/Drivers/usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Drivers/usart.h b/bsp/stm32f20x/Drivers/usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Kconfig b/bsp/stm32f20x/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/CM3/CoreSupport/core_cm3.c b/bsp/stm32f20x/Libraries/CMSIS/CM3/CoreSupport/core_cm3.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/CM3/CoreSupport/core_cm3.h b/bsp/stm32f20x/Libraries/CMSIS/CM3/CoreSupport/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/Release_Notes.html b/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/Release_Notes.html old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/startup/TrueSTUDIO/startup_stm32f2xx.s b/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/startup/TrueSTUDIO/startup_stm32f2xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/startup/arm/startup_stm32f2xx.s b/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/startup/arm/startup_stm32f2xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/startup/gcc_ride7/startup_stm32f2xx.s b/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/startup/gcc_ride7/startup_stm32f2xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/startup/iar/startup_stm32f2xx.s b/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/startup/iar/startup_stm32f2xx.s old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/stm32f2xx.h b/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/stm32f2xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/system_stm32f2xx.c b/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/system_stm32f2xx.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/system_stm32f2xx.h b/bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/system_stm32f2xx.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/CMSIS debug support.htm b/bsp/stm32f20x/Libraries/CMSIS/CMSIS debug support.htm old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/CMSIS_changes.htm b/bsp/stm32f20x/Libraries/CMSIS/CMSIS_changes.htm old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/Documentation/CMSIS_Core.htm b/bsp/stm32f20x/Libraries/CMSIS/Documentation/CMSIS_Core.htm old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/Include/arm_common_tables.h b/bsp/stm32f20x/Libraries/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/Include/arm_math.h b/bsp/stm32f20x/Libraries/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/Include/core_cm0.h b/bsp/stm32f20x/Libraries/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/Include/core_cm0plus.h b/bsp/stm32f20x/Libraries/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/Include/core_cm3.h b/bsp/stm32f20x/Libraries/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/Include/core_cm4.h b/bsp/stm32f20x/Libraries/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/Include/core_cm4_simd.h b/bsp/stm32f20x/Libraries/CMSIS/Include/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/Include/core_cmFunc.h b/bsp/stm32f20x/Libraries/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/Include/core_cmInstr.h b/bsp/stm32f20x/Libraries/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/Include/core_sc000.h b/bsp/stm32f20x/Libraries/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/Include/core_sc300.h b/bsp/stm32f20x/Libraries/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/CMSIS/License.doc b/bsp/stm32f20x/Libraries/CMSIS/License.doc old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/SConscript b/bsp/stm32f20x/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2x7_ETH_Driver/Release_Notes.html b/bsp/stm32f20x/Libraries/STM32F2x7_ETH_Driver/Release_Notes.html old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2x7_ETH_Driver/inc/stm32f2x7_eth.h b/bsp/stm32f20x/Libraries/STM32F2x7_ETH_Driver/inc/stm32f2x7_eth.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2x7_ETH_Driver/inc/stm32f2x7_eth_conf.h b/bsp/stm32f20x/Libraries/STM32F2x7_ETH_Driver/inc/stm32f2x7_eth_conf.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2x7_ETH_Driver/inc/stm32f2x7_eth_conf_template.h b/bsp/stm32f20x/Libraries/STM32F2x7_ETH_Driver/inc/stm32f2x7_eth_conf_template.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2x7_ETH_Driver/src/stm32f2x7_eth.c b/bsp/stm32f20x/Libraries/STM32F2x7_ETH_Driver/src/stm32f2x7_eth.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/Release_Notes.html b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/Release_Notes.html old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/misc.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/misc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_adc.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_adc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_can.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_can.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_crc.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_crc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_cryp.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_cryp.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_dac.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_dac.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_dbgmcu.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_dbgmcu.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_dcmi.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_dcmi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_dma.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_dma.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_exti.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_exti.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_flash.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_flash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_fsmc.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_fsmc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_gpio.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_hash.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_hash.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_i2c.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_iwdg.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_iwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_pwr.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_pwr.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_rcc.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_rcc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_rng.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_rng.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_rtc.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_sdio.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_sdio.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_spi.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_spi.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_syscfg.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_syscfg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_tim.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_tim.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_usart.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_usart.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_wwdg.h b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_wwdg.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/misc.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/misc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_adc.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_adc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_can.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_can.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_crc.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_crc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp_aes.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp_aes.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp_des.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp_des.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp_tdes.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp_tdes.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dac.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dac.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dbgmcu.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dbgmcu.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dcmi.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dcmi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dma.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dma.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_exti.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_exti.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_flash.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_flash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_fsmc.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_fsmc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_gpio.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_hash.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_hash.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_hash_md5.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_hash_md5.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_hash_sha1.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_hash_sha1.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_i2c.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_iwdg.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_iwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_pwr.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_pwr.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_rcc.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_rcc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_rng.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_rng.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_rtc.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_sdio.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_sdio.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_spi.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_spi.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_syscfg.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_syscfg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_tim.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_tim.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_usart.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_usart.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_wwdg.c b/bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_wwdg.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/SConscript b/bsp/stm32f20x/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/SConstruct b/bsp/stm32f20x/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/STM32F2xx_TP.ini b/bsp/stm32f20x/STM32F2xx_TP.ini old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/applications/SConscript b/bsp/stm32f20x/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/applications/application.c b/bsp/stm32f20x/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/applications/startup.c b/bsp/stm32f20x/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/project.ewp b/bsp/stm32f20x/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/project.eww b/bsp/stm32f20x/project.eww old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/project.uvproj b/bsp/stm32f20x/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/project.uvprojx b/bsp/stm32f20x/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/readme.txt b/bsp/stm32f20x/readme.txt old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/rtconfig.h b/bsp/stm32f20x/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/rtconfig.py b/bsp/stm32f20x/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/stm32_rom.icf b/bsp/stm32f20x/stm32_rom.icf old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/stm32_rom.ld b/bsp/stm32f20x/stm32_rom.ld old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/stm32_rom.sct b/bsp/stm32f20x/stm32_rom.sct old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/template.ewp b/bsp/stm32f20x/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/template.uvproj b/bsp/stm32f20x/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/stm32f20x/template.uvprojx b/bsp/stm32f20x/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/.config b/bsp/swm320-lq100/.config old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Kconfig b/bsp/swm320-lq100/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/arm_common_tables.h b/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/arm_const_structs.h b/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/arm_const_structs.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/arm_math.h b/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cm0.h b/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cm0plus.h b/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cm3.h b/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cm4.h b/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cm7.h b/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cm7.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cmFunc.h b/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cmInstr.h b/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cmSimd.h b/bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cmSimd.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/SWM320.h b/bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/SWM320.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/startup/arm/startup_SWM320.s b/bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/startup/arm/startup_SWM320.s old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/startup/gcc/startup_SWM320.s b/bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/startup/gcc/startup_SWM320.s old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/startup/iar/startup_SWM320.s b/bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/startup/iar/startup_SWM320.s old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/system_SWM320.c b/bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/system_SWM320.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/system_SWM320.h b/bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/system_SWM320.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SConscript b/bsp/swm320-lq100/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_adc.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_adc.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_adc.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_adc.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_can.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_can.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_can.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_can.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_crc.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_crc.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_crc.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_crc.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_dma.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_dma.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_dma.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_dma.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_exti.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_exti.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_exti.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_exti.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_flash.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_flash.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_flash.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_flash.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_gpio.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_gpio.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_i2c.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_i2c.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_lcd.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_lcd.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_lcd.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_norflash.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_norflash.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_norflash.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_norflash.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_port.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_port.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_port.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_port.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_pwm.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_pwm.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_rtc.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_rtc.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_sdio.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_sdio.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_sdio.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_sdio.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_sdram.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_sdram.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_sdram.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_sdram.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_spi.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_spi.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_spi.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_spi.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_timr.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_timr.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_timr.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_timr.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_uart.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_uart.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_uart.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_uart.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_wdt.c b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_wdt.h b/bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_wdt.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/README.md b/bsp/swm320-lq100/README.md old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/SConscript b/bsp/swm320-lq100/SConscript old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/SConstruct b/bsp/swm320-lq100/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/applications/SConscript b/bsp/swm320-lq100/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/applications/main.c b/bsp/swm320-lq100/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/Kconfig b/bsp/swm320-lq100/drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/SConscript b/bsp/swm320-lq100/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/board.c b/bsp/swm320-lq100/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/board.h b/bsp/swm320-lq100/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_gpio.c b/bsp/swm320-lq100/drivers/drv_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_gpio.h b/bsp/swm320-lq100/drivers/drv_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_hwtimer.c b/bsp/swm320-lq100/drivers/drv_hwtimer.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_hwtimer.h b/bsp/swm320-lq100/drivers/drv_hwtimer.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_i2c.c b/bsp/swm320-lq100/drivers/drv_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_i2c.h b/bsp/swm320-lq100/drivers/drv_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_iwg.c b/bsp/swm320-lq100/drivers/drv_iwg.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_iwg.h b/bsp/swm320-lq100/drivers/drv_iwg.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_nor_flash.c b/bsp/swm320-lq100/drivers/drv_nor_flash.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_nor_flash.h b/bsp/swm320-lq100/drivers/drv_nor_flash.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_pwm.c b/bsp/swm320-lq100/drivers/drv_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_pwm.h b/bsp/swm320-lq100/drivers/drv_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_rtc.c b/bsp/swm320-lq100/drivers/drv_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_rtc.h b/bsp/swm320-lq100/drivers/drv_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_spi.c b/bsp/swm320-lq100/drivers/drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_spi.h b/bsp/swm320-lq100/drivers/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_sram.c b/bsp/swm320-lq100/drivers/drv_sram.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_sram.h b/bsp/swm320-lq100/drivers/drv_sram.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_uart.c b/bsp/swm320-lq100/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/drv_uart.h b/bsp/swm320-lq100/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/linker_scripts/link.icf b/bsp/swm320-lq100/drivers/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/linker_scripts/link.lds b/bsp/swm320-lq100/drivers/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/drivers/linker_scripts/link.sct b/bsp/swm320-lq100/drivers/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/figures/SWXT-LQ100-32102.jpg b/bsp/swm320-lq100/figures/SWXT-LQ100-32102.jpg old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/project.ewd b/bsp/swm320-lq100/project.ewd old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/project.ewp b/bsp/swm320-lq100/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/project.eww b/bsp/swm320-lq100/project.eww old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/project.uvoptx b/bsp/swm320-lq100/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/project.uvprojx b/bsp/swm320-lq100/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/rtconfig.h b/bsp/swm320-lq100/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/rtconfig.py b/bsp/swm320-lq100/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/template.ewp b/bsp/swm320-lq100/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/template.eww b/bsp/swm320-lq100/template.eww old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/template.uvopt b/bsp/swm320-lq100/template.uvopt old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/template.uvoptx b/bsp/swm320-lq100/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/swm320-lq100/template.uvprojx b/bsp/swm320-lq100/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/SConscript b/bsp/synopsys/embarc/SConscript old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/arc/arc_cache.c b/bsp/synopsys/embarc/arc/arc_cache.c old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/arc/arc_exc_asm.S b/bsp/synopsys/embarc/arc/arc_exc_asm.S old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/arc/arc_exception.c b/bsp/synopsys/embarc/arc/arc_exception.c old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/arc/arc_timer.c b/bsp/synopsys/embarc/arc/arc_timer.c old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/arc/startup/arc_cxx_support.c b/bsp/synopsys/embarc/arc/startup/arc_cxx_support.c old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/arc/startup/arc_startup.S b/bsp/synopsys/embarc/arc/startup/arc_startup.S old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/designware/gpio/dw_gpio.c b/bsp/synopsys/embarc/device/designware/gpio/dw_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/designware/gpio/dw_gpio.h b/bsp/synopsys/embarc/device/designware/gpio/dw_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/designware/iic/dw_iic.c b/bsp/synopsys/embarc/device/designware/iic/dw_iic.c old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/designware/iic/dw_iic.h b/bsp/synopsys/embarc/device/designware/iic/dw_iic.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/designware/iic/dw_iic_hal.h b/bsp/synopsys/embarc/device/designware/iic/dw_iic_hal.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/designware/iic/dw_iic_hal_cfg.h b/bsp/synopsys/embarc/device/designware/iic/dw_iic_hal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/designware/spi/dw_spi.c b/bsp/synopsys/embarc/device/designware/spi/dw_spi.c old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/designware/spi/dw_spi.h b/bsp/synopsys/embarc/device/designware/spi/dw_spi.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/designware/spi/dw_spi_hal.h b/bsp/synopsys/embarc/device/designware/spi/dw_spi_hal.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/designware/spi/dw_spi_hal_cfg.h b/bsp/synopsys/embarc/device/designware/spi/dw_spi_hal_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/designware/uart/dw_uart.c b/bsp/synopsys/embarc/device/designware/uart/dw_uart.c old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/designware/uart/dw_uart.h b/bsp/synopsys/embarc/device/designware/uart/dw_uart.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/designware/uart/dw_uart_hal.h b/bsp/synopsys/embarc/device/designware/uart/dw_uart_hal.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/device_hal/inc/dev_common.h b/bsp/synopsys/embarc/device/device_hal/inc/dev_common.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/device_hal/inc/dev_gpio.h b/bsp/synopsys/embarc/device/device_hal/inc/dev_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/device_hal/inc/dev_iic.h b/bsp/synopsys/embarc/device/device_hal/inc/dev_iic.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/device_hal/inc/dev_spi.h b/bsp/synopsys/embarc/device/device_hal/inc/dev_spi.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/device/device_hal/inc/dev_uart.h b/bsp/synopsys/embarc/device/device_hal/inc/dev_uart.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/inc/arc/arc.h b/bsp/synopsys/embarc/inc/arc/arc.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/inc/arc/arc_asm_common.h b/bsp/synopsys/embarc/inc/arc/arc_asm_common.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/inc/arc/arc_builtin.h b/bsp/synopsys/embarc/inc/arc/arc_builtin.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/inc/arc/arc_cache.h b/bsp/synopsys/embarc/inc/arc/arc_cache.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/inc/arc/arc_em.h b/bsp/synopsys/embarc/inc/arc/arc_em.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/inc/arc/arc_exception.h b/bsp/synopsys/embarc/inc/arc/arc_exception.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/inc/arc/arc_feature_config.h b/bsp/synopsys/embarc/inc/arc/arc_feature_config.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/inc/arc/arc_timer.h b/bsp/synopsys/embarc/inc/arc/arc_timer.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/inc/embARC_debug.h b/bsp/synopsys/embarc/inc/embARC_debug.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/inc/embARC_error.h b/bsp/synopsys/embarc/inc/embARC_error.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/embarc/inc/embARC_toolchain.h b/bsp/synopsys/embarc/inc/embARC_toolchain.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/.config b/bsp/synopsys/emsk_em9d/.config old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/Kconfig b/bsp/synopsys/emsk_em9d/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/README.md b/bsp/synopsys/emsk_em9d/README.md old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/SConscript b/bsp/synopsys/emsk_em9d/SConscript old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/SConstruct b/bsp/synopsys/emsk_em9d/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/applications/SConscript b/bsp/synopsys/emsk_em9d/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/applications/application.c b/bsp/synopsys/emsk_em9d/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/applications/startup.c b/bsp/synopsys/emsk_em9d/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/drivers/Kconfig b/bsp/synopsys/emsk_em9d/drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/drivers/SConscript b/bsp/synopsys/emsk_em9d/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/drivers/arc_core_config.h b/bsp/synopsys/emsk_em9d/drivers/arc_core_config.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/drivers/board.c b/bsp/synopsys/emsk_em9d/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/drivers/board.h b/bsp/synopsys/emsk_em9d/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/drivers/dw_gpio_obj.c b/bsp/synopsys/emsk_em9d/drivers/dw_gpio_obj.c old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/drivers/dw_gpio_obj.h b/bsp/synopsys/emsk_em9d/drivers/dw_gpio_obj.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/drivers/dw_uart_obj.c b/bsp/synopsys/emsk_em9d/drivers/dw_uart_obj.c old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/drivers/dw_uart_obj.h b/bsp/synopsys/emsk_em9d/drivers/dw_uart_obj.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/drivers/embARC_BSP_config.h b/bsp/synopsys/emsk_em9d/drivers/embARC_BSP_config.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/drivers/emsk_hardware.h b/bsp/synopsys/emsk_em9d/drivers/emsk_hardware.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/drivers/mux.c b/bsp/synopsys/emsk_em9d/drivers/mux.c old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/drivers/mux.h b/bsp/synopsys/emsk_em9d/drivers/mux.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/drivers/mux_hal.h b/bsp/synopsys/emsk_em9d/drivers/mux_hal.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/emsk_em9d.ld b/bsp/synopsys/emsk_em9d/emsk_em9d.ld old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/figures/emsk_board.jpg b/bsp/synopsys/emsk_em9d/figures/emsk_board.jpg old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/openocd.log b/bsp/synopsys/emsk_em9d/openocd.log old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/rtconfig.h b/bsp/synopsys/emsk_em9d/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/synopsys/emsk_em9d/rtconfig.py b/bsp/synopsys/emsk_em9d/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/taihu/SConscript b/bsp/taihu/SConscript old mode 100644 new mode 100755 diff --git a/bsp/taihu/SConstruct b/bsp/taihu/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/taihu/applications/SConscript b/bsp/taihu/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/taihu/applications/application.c b/bsp/taihu/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/taihu/applications/board.c b/bsp/taihu/applications/board.c old mode 100644 new mode 100755 diff --git a/bsp/taihu/applications/board.h b/bsp/taihu/applications/board.h old mode 100644 new mode 100755 diff --git a/bsp/taihu/applications/startup.c b/bsp/taihu/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/taihu/rtconfig.h b/bsp/taihu/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/taihu/rtconfig.py b/bsp/taihu/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/taihu/taihu.lds b/bsp/taihu/taihu.lds old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/.config b/bsp/tm4c129x/.config old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/Kconfig b/bsp/tm4c129x/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/SConscript b/bsp/tm4c129x/SConscript old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/SConstruct b/bsp/tm4c129x/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/applications/SConscript b/bsp/tm4c129x/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/applications/application.c b/bsp/tm4c129x/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/applications/board.c b/bsp/tm4c129x/applications/board.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/applications/board.h b/bsp/tm4c129x/applications/board.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/drivers/SConscript b/bsp/tm4c129x/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/drivers/drv_eth.c b/bsp/tm4c129x/drivers/drv_eth.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/drivers/drv_eth.h b/bsp/tm4c129x/drivers/drv_eth.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/drivers/drv_uart.c b/bsp/tm4c129x/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/drivers/drv_uart.h b/bsp/tm4c129x/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/SConscript b/bsp/tm4c129x/libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/adc.c b/bsp/tm4c129x/libraries/driverlib/adc.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/adc.h b/bsp/tm4c129x/libraries/driverlib/adc.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/aes.c b/bsp/tm4c129x/libraries/driverlib/aes.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/aes.h b/bsp/tm4c129x/libraries/driverlib/aes.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/can.c b/bsp/tm4c129x/libraries/driverlib/can.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/can.h b/bsp/tm4c129x/libraries/driverlib/can.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/comp.c b/bsp/tm4c129x/libraries/driverlib/comp.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/comp.h b/bsp/tm4c129x/libraries/driverlib/comp.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/cpu.c b/bsp/tm4c129x/libraries/driverlib/cpu.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/cpu.h b/bsp/tm4c129x/libraries/driverlib/cpu.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/crc.c b/bsp/tm4c129x/libraries/driverlib/crc.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/crc.h b/bsp/tm4c129x/libraries/driverlib/crc.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/debug.h b/bsp/tm4c129x/libraries/driverlib/debug.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/des.c b/bsp/tm4c129x/libraries/driverlib/des.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/des.h b/bsp/tm4c129x/libraries/driverlib/des.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/eeprom.c b/bsp/tm4c129x/libraries/driverlib/eeprom.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/eeprom.h b/bsp/tm4c129x/libraries/driverlib/eeprom.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/emac.c b/bsp/tm4c129x/libraries/driverlib/emac.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/emac.h b/bsp/tm4c129x/libraries/driverlib/emac.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/epi.c b/bsp/tm4c129x/libraries/driverlib/epi.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/epi.h b/bsp/tm4c129x/libraries/driverlib/epi.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/flash.c b/bsp/tm4c129x/libraries/driverlib/flash.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/flash.h b/bsp/tm4c129x/libraries/driverlib/flash.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/fpu.c b/bsp/tm4c129x/libraries/driverlib/fpu.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/fpu.h b/bsp/tm4c129x/libraries/driverlib/fpu.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/gpio.c b/bsp/tm4c129x/libraries/driverlib/gpio.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/gpio.h b/bsp/tm4c129x/libraries/driverlib/gpio.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/hibernate.c b/bsp/tm4c129x/libraries/driverlib/hibernate.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/hibernate.h b/bsp/tm4c129x/libraries/driverlib/hibernate.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/i2c.c b/bsp/tm4c129x/libraries/driverlib/i2c.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/i2c.h b/bsp/tm4c129x/libraries/driverlib/i2c.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/interrupt.c b/bsp/tm4c129x/libraries/driverlib/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/interrupt.h b/bsp/tm4c129x/libraries/driverlib/interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/lcd.c b/bsp/tm4c129x/libraries/driverlib/lcd.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/lcd.h b/bsp/tm4c129x/libraries/driverlib/lcd.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/mpu.c b/bsp/tm4c129x/libraries/driverlib/mpu.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/mpu.h b/bsp/tm4c129x/libraries/driverlib/mpu.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/onewire.c b/bsp/tm4c129x/libraries/driverlib/onewire.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/onewire.h b/bsp/tm4c129x/libraries/driverlib/onewire.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/pin_map.h b/bsp/tm4c129x/libraries/driverlib/pin_map.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/pwm.c b/bsp/tm4c129x/libraries/driverlib/pwm.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/pwm.h b/bsp/tm4c129x/libraries/driverlib/pwm.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/qei.c b/bsp/tm4c129x/libraries/driverlib/qei.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/qei.h b/bsp/tm4c129x/libraries/driverlib/qei.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/readme.txt b/bsp/tm4c129x/libraries/driverlib/readme.txt old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/rom.h b/bsp/tm4c129x/libraries/driverlib/rom.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/rom_map.h b/bsp/tm4c129x/libraries/driverlib/rom_map.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/rtos_bindings.h b/bsp/tm4c129x/libraries/driverlib/rtos_bindings.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/shamd5.c b/bsp/tm4c129x/libraries/driverlib/shamd5.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/shamd5.h b/bsp/tm4c129x/libraries/driverlib/shamd5.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/ssi.c b/bsp/tm4c129x/libraries/driverlib/ssi.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/ssi.h b/bsp/tm4c129x/libraries/driverlib/ssi.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/sw_crc.c b/bsp/tm4c129x/libraries/driverlib/sw_crc.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/sw_crc.h b/bsp/tm4c129x/libraries/driverlib/sw_crc.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/sysctl.c b/bsp/tm4c129x/libraries/driverlib/sysctl.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/sysctl.h b/bsp/tm4c129x/libraries/driverlib/sysctl.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/sysexc.c b/bsp/tm4c129x/libraries/driverlib/sysexc.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/sysexc.h b/bsp/tm4c129x/libraries/driverlib/sysexc.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/systick.c b/bsp/tm4c129x/libraries/driverlib/systick.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/systick.h b/bsp/tm4c129x/libraries/driverlib/systick.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/tiva_timer.c b/bsp/tm4c129x/libraries/driverlib/tiva_timer.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/tiva_timer.h b/bsp/tm4c129x/libraries/driverlib/tiva_timer.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/uart.c b/bsp/tm4c129x/libraries/driverlib/uart.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/uart.h b/bsp/tm4c129x/libraries/driverlib/uart.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/udma.c b/bsp/tm4c129x/libraries/driverlib/udma.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/udma.h b/bsp/tm4c129x/libraries/driverlib/udma.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/usb.c b/bsp/tm4c129x/libraries/driverlib/usb.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/usb.h b/bsp/tm4c129x/libraries/driverlib/usb.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/watchdog.c b/bsp/tm4c129x/libraries/driverlib/watchdog.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/driverlib/watchdog.h b/bsp/tm4c129x/libraries/driverlib/watchdog.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/asmdefs.h b/bsp/tm4c129x/libraries/inc/asmdefs.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_adc.h b/bsp/tm4c129x/libraries/inc/hw_adc.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_aes.h b/bsp/tm4c129x/libraries/inc/hw_aes.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_can.h b/bsp/tm4c129x/libraries/inc/hw_can.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_ccm.h b/bsp/tm4c129x/libraries/inc/hw_ccm.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_comp.h b/bsp/tm4c129x/libraries/inc/hw_comp.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_des.h b/bsp/tm4c129x/libraries/inc/hw_des.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_eeprom.h b/bsp/tm4c129x/libraries/inc/hw_eeprom.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_emac.h b/bsp/tm4c129x/libraries/inc/hw_emac.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_epi.h b/bsp/tm4c129x/libraries/inc/hw_epi.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_fan.h b/bsp/tm4c129x/libraries/inc/hw_fan.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_flash.h b/bsp/tm4c129x/libraries/inc/hw_flash.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_gpio.h b/bsp/tm4c129x/libraries/inc/hw_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_hibernate.h b/bsp/tm4c129x/libraries/inc/hw_hibernate.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_i2c.h b/bsp/tm4c129x/libraries/inc/hw_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_ints.h b/bsp/tm4c129x/libraries/inc/hw_ints.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_lcd.h b/bsp/tm4c129x/libraries/inc/hw_lcd.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_memmap.h b/bsp/tm4c129x/libraries/inc/hw_memmap.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_nvic.h b/bsp/tm4c129x/libraries/inc/hw_nvic.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_onewire.h b/bsp/tm4c129x/libraries/inc/hw_onewire.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_pwm.h b/bsp/tm4c129x/libraries/inc/hw_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_qei.h b/bsp/tm4c129x/libraries/inc/hw_qei.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_shamd5.h b/bsp/tm4c129x/libraries/inc/hw_shamd5.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_ssi.h b/bsp/tm4c129x/libraries/inc/hw_ssi.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_sysctl.h b/bsp/tm4c129x/libraries/inc/hw_sysctl.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_sysexc.h b/bsp/tm4c129x/libraries/inc/hw_sysexc.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_timer.h b/bsp/tm4c129x/libraries/inc/hw_timer.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_types.h b/bsp/tm4c129x/libraries/inc/hw_types.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_uart.h b/bsp/tm4c129x/libraries/inc/hw_uart.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_udma.h b/bsp/tm4c129x/libraries/inc/hw_udma.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_usb.h b/bsp/tm4c129x/libraries/inc/hw_usb.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/hw_watchdog.h b/bsp/tm4c129x/libraries/inc/hw_watchdog.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/inc/tm4c1294ncpdt.h b/bsp/tm4c129x/libraries/inc/tm4c1294ncpdt.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/startup/startup_ewarm.c b/bsp/tm4c129x/libraries/startup/startup_ewarm.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/startup/startup_gcc.c b/bsp/tm4c129x/libraries/startup/startup_gcc.c old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/libraries/startup/startup_rvmdk.S b/bsp/tm4c129x/libraries/startup/startup_rvmdk.S old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/project.ewp b/bsp/tm4c129x/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/project.eww b/bsp/tm4c129x/project.eww old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/project.uvproj b/bsp/tm4c129x/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/rtconfig.h b/bsp/tm4c129x/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/rtconfig.py b/bsp/tm4c129x/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/template.ewp b/bsp/tm4c129x/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/template.eww b/bsp/tm4c129x/template.eww old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/template.uvproj b/bsp/tm4c129x/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/tm4c_rom.icf b/bsp/tm4c129x/tm4c_rom.icf old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/tm4c_rom.ld b/bsp/tm4c129x/tm4c_rom.ld old mode 100644 new mode 100755 diff --git a/bsp/tm4c129x/tm4c_rom.sct b/bsp/tm4c129x/tm4c_rom.sct old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/.ccsproject b/bsp/tms320f28379d/.ccsproject old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/.config b/bsp/tms320f28379d/.config old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/.cproject b/bsp/tms320f28379d/.cproject old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/.project b/bsp/tms320f28379d/.project old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/.settings/org.eclipse.cdt.codan.core.prefs b/bsp/tms320f28379d/.settings/org.eclipse.cdt.codan.core.prefs old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/.settings/org.eclipse.cdt.debug.core.prefs b/bsp/tms320f28379d/.settings/org.eclipse.cdt.debug.core.prefs old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/.settings/org.eclipse.core.resources.prefs b/bsp/tms320f28379d/.settings/org.eclipse.core.resources.prefs old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/2837x_FLASH_lnk_cpu1.cmd b/bsp/tms320f28379d/2837x_FLASH_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/Kconfig b/bsp/tms320f28379d/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/README.md b/bsp/tms320f28379d/README.md old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/applications/application.c b/bsp/tms320f28379d/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/applications/startup.c b/bsp/tms320f28379d/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/drivers/board.c b/bsp/tms320f28379d/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/drivers/board.h b/bsp/tms320f28379d/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/drivers/drv_sci.c b/bsp/tms320f28379d/drivers/drv_sci.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/drivers/drv_sci.h b/bsp/tms320f28379d/drivers/drv_sci.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/figures/build.png b/bsp/tms320f28379d/figures/build.png old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/figures/debug_as.png b/bsp/tms320f28379d/figures/debug_as.png old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/figures/import.png b/bsp/tms320f28379d/figures/import.png old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/figures/import_dia.png b/bsp/tms320f28379d/figures/import_dia.png old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/figures/launch-28379d.png b/bsp/tms320f28379d/figures/launch-28379d.png old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/figures/launching.png b/bsp/tms320f28379d/figures/launching.png old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_CLA_lnk_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_CLA_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_IQMATH_lnk_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_IQMATH_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_SGEN_lnk_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_SGEN_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_TMU_lnk_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_TMU_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_afe031_lnk_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_afe031_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_lnk_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_lnk_cpu1_far.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_lnk_cpu1_far.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_lnk_cpu2.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_lnk_cpu2.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_lnk_cpu2_far.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_lnk_cpu2_far.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_CLA_lnk_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_CLA_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_IPC_lnk_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_IPC_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_IPC_lnk_cpu2.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_IPC_lnk_cpu2.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_IQMATH_lnk_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_IQMATH_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_SGEN_lnk_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_SGEN_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_SWPrioritizedISR_lnk_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_SWPrioritizedISR_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_TMU_lnk_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_TMU_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_afe031_lnk_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_afe031_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_cpu1_USB.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_cpu1_USB.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_cpu1_far.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_cpu1_far.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_cpu2.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_cpu2.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_cpu2_far.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_cpu2_far.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_shared_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_shared_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_shared_cpu2.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_shared_cpu2.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_dcsm_lnk_cpu1.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_dcsm_lnk_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/cmd/2837xD_dcsm_lnk_cpu2.cmd b/bsp/tms320f28379d/libraries/common/cmd/2837xD_dcsm_lnk_cpu2.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/Deprecated_F2837xD_DRL_UG.pdf b/bsp/tms320f28379d/libraries/common/deprecated/Deprecated_F2837xD_DRL_UG.pdf old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/driverlib/can.c b/bsp/tms320f28379d/libraries/common/deprecated/driverlib/can.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/driverlib/can.h b/bsp/tms320f28379d/libraries/common/deprecated/driverlib/can.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/driverlib/debug.h b/bsp/tms320f28379d/libraries/common/deprecated/driverlib/debug.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/driverlib/interrupt.c b/bsp/tms320f28379d/libraries/common/deprecated/driverlib/interrupt.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/driverlib/interrupt.h b/bsp/tms320f28379d/libraries/common/deprecated/driverlib/interrupt.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/driverlib/rom.h b/bsp/tms320f28379d/libraries/common/deprecated/driverlib/rom.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/driverlib/rom_map.h b/bsp/tms320f28379d/libraries/common/deprecated/driverlib/rom_map.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/driverlib/rtos_bindings.h b/bsp/tms320f28379d/libraries/common/deprecated/driverlib/rtos_bindings.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/driverlib/sysctl.c b/bsp/tms320f28379d/libraries/common/deprecated/driverlib/sysctl.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/driverlib/sysctl.h b/bsp/tms320f28379d/libraries/common/deprecated/driverlib/sysctl.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/driverlib/systick.c b/bsp/tms320f28379d/libraries/common/deprecated/driverlib/systick.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/driverlib/systick.h b/bsp/tms320f28379d/libraries/common/deprecated/driverlib/systick.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/driverlib/uart.c b/bsp/tms320f28379d/libraries/common/deprecated/driverlib/uart.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/driverlib/uart.h b/bsp/tms320f28379d/libraries/common/deprecated/driverlib/uart.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_adc.h b/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_adc.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_can.h b/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_can.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_cmpss.h b/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_cmpss.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_cputimer.h b/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_cputimer.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_ecap.h b/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_ecap.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_emif.h b/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_emif.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_epwm.h b/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_epwm.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_eqep.h b/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_eqep.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_gpio.h b/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_i2c.h b/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_ints.h b/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_ints.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_memmap.h b/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_memmap.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_types.h b/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_types.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_uart.h b/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_uart.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_usb.h b/bsp/tms320f28379d/libraries/common/deprecated/inc/hw_usb.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/utils/cmdline.c b/bsp/tms320f28379d/libraries/common/deprecated/utils/cmdline.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/utils/cmdline.h b/bsp/tms320f28379d/libraries/common/deprecated/utils/cmdline.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/utils/uartstdio.c b/bsp/tms320f28379d/libraries/common/deprecated/utils/uartstdio.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/utils/uartstdio.h b/bsp/tms320f28379d/libraries/common/deprecated/utils/uartstdio.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/utils/ustdlib.c b/bsp/tms320f28379d/libraries/common/deprecated/utils/ustdlib.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/deprecated/utils/ustdlib.h b/bsp/tms320f28379d/libraries/common/deprecated/utils/ustdlib.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_Adc_defines.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_Adc_defines.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_Can_defines.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_Can_defines.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_Cla_defines.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_Cla_defines.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_Cla_typedefs.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_Cla_typedefs.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_Dma_defines.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_Dma_defines.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_EPwm_defines.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_EPwm_defines.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_Emif_defines.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_Emif_defines.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_Examples.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_Examples.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_GlobalPrototypes.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_GlobalPrototypes.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_Gpio_defines.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_Gpio_defines.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_I2c_defines.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_I2c_defines.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_Ipc_defines.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_Ipc_defines.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_Ipc_drivers.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_Ipc_drivers.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_Pie_defines.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_Pie_defines.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_SWPrioritizedIsrLevels.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_SWPrioritizedIsrLevels.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_SysCtrl_defines.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_SysCtrl_defines.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_Systick_defines.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_Systick_defines.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_Upp_defines.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_Upp_defines.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_cputimervars.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_cputimervars.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_defaultisr.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_defaultisr.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_sci_io.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_sci_io.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_sdfm_drivers.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_sdfm_drivers.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F2837xD_struct.h b/bsp/tms320f28379d/libraries/common/include/F2837xD_struct.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/F28x_Project.h b/bsp/tms320f28379d/libraries/common/include/F28x_Project.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/device.h b/bsp/tms320f28379d/libraries/common/include/device.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/driverlib.h b/bsp/tms320f28379d/libraries/common/include/driverlib.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/stdint.h b/bsp/tms320f28379d/libraries/common/include/stdint.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/usb.h b/bsp/tms320f28379d/libraries/common/include/usb.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/include/usb_hal.h b/bsp/tms320f28379d/libraries/common/include/usb_hal.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_Adc.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_Adc.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_CodeStartBranch.asm b/bsp/tms320f28379d/libraries/common/source/F2837xD_CodeStartBranch.asm old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_CpuTimers.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_CpuTimers.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_DBGIER.asm b/bsp/tms320f28379d/libraries/common/source/F2837xD_DBGIER.asm old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_DefaultISR.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_DefaultISR.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_Dma.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_Dma.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_ECap.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_ECap.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_EPwm.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_EPwm.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_EQep.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_EQep.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_Emif.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_Emif.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_Gpio.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_Gpio.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_I2C.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_I2C.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_Ipc.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_Ipc.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_Ipc_Driver.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_Ipc_Driver.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_Ipc_Driver_Lite.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_Ipc_Driver_Lite.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_Ipc_Driver_Util.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_Ipc_Driver_Util.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_Mcbsp.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_Mcbsp.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_PieCtrl.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_PieCtrl.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_PieVect.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_PieVect.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_SWPrioritizedPieVect.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_SWPrioritizedPieVect.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_Sci.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_Sci.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_Spi.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_Spi.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_SysCtrl.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_SysCtrl.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_TempSensorConv.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_TempSensorConv.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_Upp.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_Upp.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_can.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_can.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_sci_io.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_sci_io.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_sdfm_drivers.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_sdfm_drivers.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_struct.c b/bsp/tms320f28379d/libraries/common/source/F2837xD_struct.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/F2837xD_usDelay.asm b/bsp/tms320f28379d/libraries/common/source/F2837xD_usDelay.asm old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/device.c b/bsp/tms320f28379d/libraries/common/source/device.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/usb.c b/bsp/tms320f28379d/libraries/common/source/usb.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/source/usb_hal.c b/bsp/tms320f28379d/libraries/common/source/usb_hal.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/targetConfigs/TMS320F28377D.ccxml b/bsp/tms320f28379d/libraries/common/targetConfigs/TMS320F28377D.ccxml old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/common/targetConfigs/TMS320F28379D.ccxml b/bsp/tms320f28379d/libraries/common/targetConfigs/TMS320F28379D.ccxml old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/cmd/F2837xD_Headers_BIOS_cpu1.cmd b/bsp/tms320f28379d/libraries/headers/cmd/F2837xD_Headers_BIOS_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/cmd/F2837xD_Headers_BIOS_cpu2.cmd b/bsp/tms320f28379d/libraries/headers/cmd/F2837xD_Headers_BIOS_cpu2.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/cmd/F2837xD_Headers_nonBIOS_cpu1.cmd b/bsp/tms320f28379d/libraries/headers/cmd/F2837xD_Headers_nonBIOS_cpu1.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/cmd/F2837xD_Headers_nonBIOS_cpu2.cmd b/bsp/tms320f28379d/libraries/headers/cmd/F2837xD_Headers_nonBIOS_cpu2.cmd old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_adc.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_adc.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_analogsubsys.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_analogsubsys.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_can.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_can.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_cla.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_cla.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_cmpss.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_cmpss.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_cputimer.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_cputimer.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_dac.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_dac.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_dcsm.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_dcsm.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_device.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_device.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_dma.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_dma.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_ecap.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_ecap.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_emif.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_emif.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_epwm.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_epwm.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_epwm_xbar.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_epwm_xbar.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_eqep.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_eqep.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_flash.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_flash.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_gpio.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_i2c.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_input_xbar.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_input_xbar.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_ipc.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_ipc.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_mcbsp.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_mcbsp.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_memconfig.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_memconfig.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_nmiintrupt.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_nmiintrupt.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_output_xbar.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_output_xbar.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_piectrl.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_piectrl.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_pievect.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_pievect.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_sci.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_sci.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_sdfm.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_sdfm.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_spi.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_spi.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_sysctrl.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_sysctrl.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_upp.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_upp.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_xbar.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_xbar.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/include/F2837xD_xint.h b/bsp/tms320f28379d/libraries/headers/include/F2837xD_xint.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/libraries/headers/source/F2837xD_GlobalVariableDefs.c b/bsp/tms320f28379d/libraries/headers/source/F2837xD_GlobalVariableDefs.c old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/rtconfig.h b/bsp/tms320f28379d/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/rtconfig_project.h b/bsp/tms320f28379d/rtconfig_project.h old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/targetConfigs/TMS320F28379D.ccxml b/bsp/tms320f28379d/targetConfigs/TMS320F28379D.ccxml old mode 100644 new mode 100755 diff --git a/bsp/tms320f28379d/targetConfigs/readme.txt b/bsp/tms320f28379d/targetConfigs/readme.txt old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/SConscript b/bsp/upd70f3454/SConscript old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/SConstruct b/bsp/upd70f3454/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/applications/SConscript b/bsp/upd70f3454/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/applications/application.c b/bsp/upd70f3454/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/applications/startup.c b/bsp/upd70f3454/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/CG_macrodriver.h b/bsp/upd70f3454/drivers/CG_macrodriver.h old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/CG_port.c b/bsp/upd70f3454/drivers/CG_port.c old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/CG_port.h b/bsp/upd70f3454/drivers/CG_port.h old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/CG_port_user.c b/bsp/upd70f3454/drivers/CG_port_user.c old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/CG_system.c b/bsp/upd70f3454/drivers/CG_system.c old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/CG_system.h b/bsp/upd70f3454/drivers/CG_system.h old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/CG_system_user.c b/bsp/upd70f3454/drivers/CG_system_user.c old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/CG_systeminit.c b/bsp/upd70f3454/drivers/CG_systeminit.c old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/CG_timer.c b/bsp/upd70f3454/drivers/CG_timer.c old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/CG_timer.h b/bsp/upd70f3454/drivers/CG_timer.h old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/CG_timer_user.c b/bsp/upd70f3454/drivers/CG_timer_user.c old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/CG_userdefine.h b/bsp/upd70f3454/drivers/CG_userdefine.h old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/SConscript b/bsp/upd70f3454/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/board.c b/bsp/upd70f3454/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/board.h b/bsp/upd70f3454/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/cstartup.asm b/bsp/upd70f3454/drivers/cstartup.asm old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/io70f3454.h b/bsp/upd70f3454/drivers/io70f3454.h old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/uart.c b/bsp/upd70f3454/drivers/uart.c old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/drivers/uart.h b/bsp/upd70f3454/drivers/uart.h old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/lnk70f3454.xcl b/bsp/upd70f3454/lnk70f3454.xcl old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/project.ewp b/bsp/upd70f3454/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/project.eww b/bsp/upd70f3454/project.eww old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/rtconfig.h b/bsp/upd70f3454/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/rtconfig.py b/bsp/upd70f3454/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/upd70f3454/template.ewp b/bsp/upd70f3454/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/w60x/.config b/bsp/w60x/.config old mode 100644 new mode 100755 diff --git a/bsp/w60x/.gitignore b/bsp/w60x/.gitignore old mode 100644 new mode 100755 diff --git a/bsp/w60x/Kconfig b/bsp/w60x/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/w60x/README.md b/bsp/w60x/README.md old mode 100644 new mode 100755 diff --git a/bsp/w60x/ROM.ini b/bsp/w60x/ROM.ini old mode 100644 new mode 100755 diff --git a/bsp/w60x/SConscript b/bsp/w60x/SConscript old mode 100644 new mode 100755 diff --git a/bsp/w60x/SConstruct b/bsp/w60x/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/w60x/applications/SConscript b/bsp/w60x/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/w60x/applications/main.c b/bsp/w60x/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/Kconfig b/bsp/w60x/drivers/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/SConscript b/bsp/w60x/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/board.c b/bsp/w60x/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/board.h b/bsp/w60x/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_adc.c b/bsp/w60x/drivers/drv_adc.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_adc.h b/bsp/w60x/drivers/drv_adc.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_crypto.c b/bsp/w60x/drivers/drv_crypto.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_crypto.h b/bsp/w60x/drivers/drv_crypto.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_flash.c b/bsp/w60x/drivers/drv_flash.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_flash.h b/bsp/w60x/drivers/drv_flash.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_hw_timer.c b/bsp/w60x/drivers/drv_hw_timer.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_hw_timer.h b/bsp/w60x/drivers/drv_hw_timer.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_i2c.c b/bsp/w60x/drivers/drv_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_i2c.h b/bsp/w60x/drivers/drv_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_pin.c b/bsp/w60x/drivers/drv_pin.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_pin.h b/bsp/w60x/drivers/drv_pin.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_pwm.c b/bsp/w60x/drivers/drv_pwm.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_pwm.h b/bsp/w60x/drivers/drv_pwm.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_rtc.c b/bsp/w60x/drivers/drv_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_rtc.h b/bsp/w60x/drivers/drv_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_soft_i2c.c b/bsp/w60x/drivers/drv_soft_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_soft_i2c.h b/bsp/w60x/drivers/drv_soft_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_spi.c b/bsp/w60x/drivers/drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_spi.h b/bsp/w60x/drivers/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_standby.c b/bsp/w60x/drivers/drv_standby.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_standby.h b/bsp/w60x/drivers/drv_standby.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_uart.c b/bsp/w60x/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_uart.h b/bsp/w60x/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_wdt.c b/bsp/w60x/drivers/drv_wdt.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_wifi.c b/bsp/w60x/drivers/drv_wifi.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/drv_wifi.h b/bsp/w60x/drivers/drv_wifi.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/linker_scripts/link.icf b/bsp/w60x/drivers/linker_scripts/link.icf old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/linker_scripts/link.lds b/bsp/w60x/drivers/linker_scripts/link.lds old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/linker_scripts/link.sct b/bsp/w60x/drivers/linker_scripts/link.sct old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/pin_config.h b/bsp/w60x/drivers/pin_config.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/pin_map.c b/bsp/w60x/drivers/pin_map.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/drivers/pin_map.h b/bsp/w60x/drivers/pin_map.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/makeimg.bat b/bsp/w60x/makeimg.bat old mode 100644 new mode 100755 diff --git a/bsp/w60x/makeimg.py b/bsp/w60x/makeimg.py old mode 100644 new mode 100755 diff --git a/bsp/w60x/oneshot/SConscript b/bsp/w60x/oneshot/SConscript old mode 100644 new mode 100755 diff --git a/bsp/w60x/oneshot/oneshot.c b/bsp/w60x/oneshot/oneshot.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/oneshot/oneshot.h b/bsp/w60x/oneshot/oneshot.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/oneshot/oneshot_demo.c b/bsp/w60x/oneshot/oneshot_demo.c old mode 100644 new mode 100755 diff --git a/bsp/w60x/project.ewp b/bsp/w60x/project.ewp old mode 100644 new mode 100755 diff --git a/bsp/w60x/project.eww b/bsp/w60x/project.eww old mode 100644 new mode 100755 diff --git a/bsp/w60x/project.uvoptx b/bsp/w60x/project.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/w60x/project.uvprojx b/bsp/w60x/project.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/w60x/rtconfig.h b/bsp/w60x/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/w60x/rtconfig.py b/bsp/w60x/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/w60x/template.ewp b/bsp/w60x/template.ewp old mode 100644 new mode 100755 diff --git a/bsp/w60x/template.uvoptx b/bsp/w60x/template.uvoptx old mode 100644 new mode 100755 diff --git a/bsp/w60x/template.uvprojx b/bsp/w60x/template.uvprojx old mode 100644 new mode 100755 diff --git a/bsp/wh44b0/application.c b/bsp/wh44b0/application.c old mode 100644 new mode 100755 diff --git a/bsp/wh44b0/board.c b/bsp/wh44b0/board.c old mode 100644 new mode 100755 diff --git a/bsp/wh44b0/board.h b/bsp/wh44b0/board.h old mode 100644 new mode 100755 diff --git a/bsp/wh44b0/lowlevel.S b/bsp/wh44b0/lowlevel.S old mode 100644 new mode 100755 diff --git a/bsp/wh44b0/project.Uv2 b/bsp/wh44b0/project.Uv2 old mode 100644 new mode 100755 diff --git a/bsp/wh44b0/rtconfig.h b/bsp/wh44b0/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/wh44b0/skyeye.conf b/bsp/wh44b0/skyeye.conf old mode 100644 new mode 100755 diff --git a/bsp/wh44b0/startup.c b/bsp/wh44b0/startup.c old mode 100644 new mode 100755 diff --git a/bsp/wh44b0/wh44b0_ram.lds b/bsp/wh44b0/wh44b0_ram.lds old mode 100644 new mode 100755 diff --git a/bsp/wh44b0/wh44b0_rom.lds b/bsp/wh44b0/wh44b0_rom.lds old mode 100644 new mode 100755 diff --git a/bsp/x1000/.config b/bsp/x1000/.config old mode 100644 new mode 100755 diff --git a/bsp/x1000/Kconfig b/bsp/x1000/Kconfig old mode 100644 new mode 100755 diff --git a/bsp/x1000/README.md b/bsp/x1000/README.md old mode 100644 new mode 100755 diff --git a/bsp/x1000/SConscript b/bsp/x1000/SConscript old mode 100644 new mode 100755 diff --git a/bsp/x1000/SConstruct b/bsp/x1000/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/x1000/applications/SConscript b/bsp/x1000/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/x1000/applications/blink.c b/bsp/x1000/applications/blink.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/applications/main.c b/bsp/x1000/applications/main.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/applications/mnt.c b/bsp/x1000/applications/mnt.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/applications/wlan.c b/bsp/x1000/applications/wlan.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/SConscript b/bsp/x1000/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/audio/SConscript b/bsp/x1000/drivers/audio/SConscript old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/audio/drv_aic.h b/bsp/x1000/drivers/audio/drv_aic.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/audio/drv_aic_i2s.c b/bsp/x1000/drivers/audio/drv_aic_i2s.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/audio/drv_aic_i2s.h b/bsp/x1000/drivers/audio/drv_aic_i2s.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/audio/drv_codec_icodec.c b/bsp/x1000/drivers/audio/drv_codec_icodec.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/audio/drv_codec_icodec.h b/bsp/x1000/drivers/audio/drv_codec_icodec.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/audio/drv_dmic.c b/bsp/x1000/drivers/audio/drv_dmic.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/audio/drv_dmic.h b/bsp/x1000/drivers/audio/drv_dmic.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/board.c b/bsp/x1000/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/board.h b/bsp/x1000/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/board/halley2/board_halley2.h b/bsp/x1000/drivers/board/halley2/board_halley2.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/board/halley2/rd_x1000_halley2_baseboard_v2_0.pdf b/bsp/x1000/drivers/board/halley2/rd_x1000_halley2_baseboard_v2_0.pdf old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/board/halley2/rd_x1000_halley2_coreboard_v2_0.pdf b/bsp/x1000/drivers/board/halley2/rd_x1000_halley2_coreboard_v2_0.pdf old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/board/halley2_fir/PD_X1000_FIR_V1.1.pdf b/bsp/x1000/drivers/board/halley2_fir/PD_X1000_FIR_V1.1.pdf old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/board/halley2_fir/board_halley2_fir.h b/bsp/x1000/drivers/board/halley2_fir/board_halley2_fir.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/board/halley2_realboard/board_halley2_readboard.h b/bsp/x1000/drivers/board/halley2_realboard/board_halley2_readboard.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/board/halley2_realboard_v2/board_halley2_readboard_v2.h b/bsp/x1000/drivers/board/halley2_realboard_v2/board_halley2_readboard_v2.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/board/phoenix/RD_X1000_PHOENIX_V2.0.pdf b/bsp/x1000/drivers/board/phoenix/RD_X1000_PHOENIX_V2.0.pdf old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/board/phoenix/board_phoenix.h b/bsp/x1000/drivers/board/phoenix/board_phoenix.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/board_io.c b/bsp/x1000/drivers/board_io.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/board_key.h b/bsp/x1000/drivers/board_key.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/board_led.c b/bsp/x1000/drivers/board_led.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/board_led.h b/bsp/x1000/drivers/board_led.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/dma.c b/bsp/x1000/drivers/dma.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/dma.h b/bsp/x1000/drivers/dma.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_clock.c b/bsp/x1000/drivers/drv_clock.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_clock.h b/bsp/x1000/drivers/drv_clock.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_dma.c b/bsp/x1000/drivers/drv_dma.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_dma.h b/bsp/x1000/drivers/drv_dma.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_gpio.c b/bsp/x1000/drivers/drv_gpio.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_gpio.h b/bsp/x1000/drivers/drv_gpio.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_i2c.c b/bsp/x1000/drivers/drv_i2c.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_i2c.h b/bsp/x1000/drivers/drv_i2c.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_ost.c b/bsp/x1000/drivers/drv_ost.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_ost.h b/bsp/x1000/drivers/drv_ost.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_pin.c b/bsp/x1000/drivers/drv_pin.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_pmu.c b/bsp/x1000/drivers/drv_pmu.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_pmu.h b/bsp/x1000/drivers/drv_pmu.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_reset.c b/bsp/x1000/drivers/drv_reset.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_reset.h b/bsp/x1000/drivers/drv_reset.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_rtc.c b/bsp/x1000/drivers/drv_rtc.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_rtc.h b/bsp/x1000/drivers/drv_rtc.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_spi.c b/bsp/x1000/drivers/drv_spi.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_spi.h b/bsp/x1000/drivers/drv_spi.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_uart.c b/bsp/x1000/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/drv_uart.h b/bsp/x1000/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/mmc/SConscript b/bsp/x1000/drivers/mmc/SConscript old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/mmc/drv_mmc.c b/bsp/x1000/drivers/mmc/drv_mmc.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/mmc/drv_mmc.h b/bsp/x1000/drivers/mmc/drv_mmc.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/sfc/SConscript b/bsp/x1000/drivers/sfc/SConscript old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/sfc/drv_sfc.c b/bsp/x1000/drivers/sfc/drv_sfc.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/sfc/drv_sfc.h b/bsp/x1000/drivers/sfc/drv_sfc.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/sfc/drv_sfc_gd25qxx_mtd.c b/bsp/x1000/drivers/sfc/drv_sfc_gd25qxx_mtd.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/sfc/drv_sfc_gd25qxx_mtd_partition.c b/bsp/x1000/drivers/sfc/drv_sfc_gd25qxx_mtd_partition.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/sfc/mtd_nor_partition.h b/bsp/x1000/drivers/sfc/mtd_nor_partition.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/slcd/SConscript b/bsp/x1000/drivers/slcd/SConscript old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/slcd/drv_slcd_ili9341.c b/bsp/x1000/drivers/slcd/drv_slcd_ili9341.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/slcd/drv_slcd_ili9488.c b/bsp/x1000/drivers/slcd/drv_slcd_ili9488.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/slcd/drv_slcd_otm4802.c b/bsp/x1000/drivers/slcd/drv_slcd_otm4802.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/slcd/drv_slcd_rm68120.c b/bsp/x1000/drivers/slcd/drv_slcd_rm68120.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/slcd/drv_slcd_truly_tft240240.c b/bsp/x1000/drivers/slcd/drv_slcd_truly_tft240240.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/slcd/drv_slcdc.c b/bsp/x1000/drivers/slcd/drv_slcdc.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/slcd/drv_slcdc.h b/bsp/x1000/drivers/slcd/drv_slcdc.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/slcd/dump_slcd.c b/bsp/x1000/drivers/slcd/dump_slcd.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/touch/SConscript b/bsp/x1000/drivers/touch/SConscript old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/touch/focaltech_ts.c b/bsp/x1000/drivers/touch/focaltech_ts.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/touch/focaltech_ts.h b/bsp/x1000/drivers/touch/focaltech_ts.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/touch/gt9xx.c b/bsp/x1000/drivers/touch/gt9xx.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/touch/gt9xx.h b/bsp/x1000/drivers/touch/gt9xx.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/touch/gt9xx_cfg.h b/bsp/x1000/drivers/touch/gt9xx_cfg.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/touch/gt9xx_firmware.h b/bsp/x1000/drivers/touch/gt9xx_firmware.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/usbd/SConscript b/bsp/x1000/drivers/usbd/SConscript old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/usbd/x1000_dwc.c b/bsp/x1000/drivers/usbd/x1000_dwc.c old mode 100644 new mode 100755 diff --git a/bsp/x1000/drivers/usbd/x1000_dwc.h b/bsp/x1000/drivers/usbd/x1000_dwc.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/figures/menuconfig_board.png b/bsp/x1000/figures/menuconfig_board.png old mode 100644 new mode 100755 diff --git a/bsp/x1000/figures/uboot.png b/bsp/x1000/figures/uboot.png old mode 100644 new mode 100755 diff --git a/bsp/x1000/rtconfig.h b/bsp/x1000/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/x1000/rtconfig.py b/bsp/x1000/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/x1000/uboot-for-realboard.bin b/bsp/x1000/uboot-for-realboard.bin old mode 100644 new mode 100755 diff --git a/bsp/x1000/x1000_ram.lds b/bsp/x1000/x1000_ram.lds old mode 100644 new mode 100755 diff --git a/bsp/x86/Makefile b/bsp/x86/Makefile old mode 100644 new mode 100755 diff --git a/bsp/x86/SConscript b/bsp/x86/SConscript old mode 100644 new mode 100755 diff --git a/bsp/x86/SConstruct b/bsp/x86/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/x86/applications/SConscript b/bsp/x86/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/x86/applications/application.c b/bsp/x86/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/x86/applications/startup.c b/bsp/x86/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/x86/drivers/SConscript b/bsp/x86/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/x86/drivers/board.c b/bsp/x86/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/x86/drivers/board.h b/bsp/x86/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/x86/drivers/console.c b/bsp/x86/drivers/console.c old mode 100644 new mode 100755 diff --git a/bsp/x86/drivers/dma.h b/bsp/x86/drivers/dma.h old mode 100644 new mode 100755 diff --git a/bsp/x86/drivers/floppy.c b/bsp/x86/drivers/floppy.c old mode 100644 new mode 100755 diff --git a/bsp/x86/drivers/floppy.h b/bsp/x86/drivers/floppy.h old mode 100644 new mode 100755 diff --git a/bsp/x86/drivers/include/bsp.h b/bsp/x86/drivers/include/bsp.h old mode 100644 new mode 100755 diff --git a/bsp/x86/drivers/include/grub.h b/bsp/x86/drivers/include/grub.h old mode 100644 new mode 100755 diff --git a/bsp/x86/drivers/include/i386.h b/bsp/x86/drivers/include/i386.h old mode 100644 new mode 100755 diff --git a/bsp/x86/drivers/keyboard.c b/bsp/x86/drivers/keyboard.c old mode 100644 new mode 100755 diff --git a/bsp/x86/drivers/keyboard.h b/bsp/x86/drivers/keyboard.h old mode 100644 new mode 100755 diff --git a/bsp/x86/drivers/keymap.h b/bsp/x86/drivers/keymap.h old mode 100644 new mode 100755 diff --git a/bsp/x86/drivers/serial.c b/bsp/x86/drivers/serial.c old mode 100644 new mode 100755 diff --git a/bsp/x86/rtconfig.h b/bsp/x86/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/x86/rtconfig.py b/bsp/x86/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/x86/src/hello.c b/bsp/x86/src/hello.c old mode 100644 new mode 100755 diff --git a/bsp/x86/src/stdio.h b/bsp/x86/src/stdio.h old mode 100644 new mode 100755 diff --git a/bsp/x86/x86_ram.lds b/bsp/x86/x86_ram.lds old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/CMSIS/Include/arm_common_tables.h b/bsp/xplorer4330/Libraries/CMSIS/Include/arm_common_tables.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/CMSIS/Include/arm_math.h b/bsp/xplorer4330/Libraries/CMSIS/Include/arm_math.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/CMSIS/Include/core_cm0.h b/bsp/xplorer4330/Libraries/CMSIS/Include/core_cm0.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/CMSIS/Include/core_cm0plus.h b/bsp/xplorer4330/Libraries/CMSIS/Include/core_cm0plus.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/CMSIS/Include/core_cm3.h b/bsp/xplorer4330/Libraries/CMSIS/Include/core_cm3.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/CMSIS/Include/core_cm4.h b/bsp/xplorer4330/Libraries/CMSIS/Include/core_cm4.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/CMSIS/Include/core_cm4_simd.h b/bsp/xplorer4330/Libraries/CMSIS/Include/core_cm4_simd.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/CMSIS/Include/core_cmFunc.h b/bsp/xplorer4330/Libraries/CMSIS/Include/core_cmFunc.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/CMSIS/Include/core_cmInstr.h b/bsp/xplorer4330/Libraries/CMSIS/Include/core_cmInstr.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/CMSIS/Include/core_sc000.h b/bsp/xplorer4330/Libraries/CMSIS/Include/core_sc000.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/CMSIS/Include/core_sc300.h b/bsp/xplorer4330/Libraries/CMSIS/Include/core_sc300.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Include/LPC43xx.h b/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Include/LPC43xx.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Include/fpu_enable.h b/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Include/fpu_enable.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Include/fpu_init.h b/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Include/fpu_init.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Include/system_LPC43xx.h b/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Include/system_LPC43xx.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/ARM/startup_LPC43xx.s b/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/ARM/startup_LPC43xx.s old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/ARM/startup_LPC43xx_M0.s b/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/ARM/startup_LPC43xx_M0.s old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx.s b/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx.s old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx_M0.s b/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx_M0.s old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/startup_LPC43xx.s b/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/startup_LPC43xx.s old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/startup_LPC43xx_M0.s b/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/startup_LPC43xx_M0.s old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/startup_lpc43xx_m0sub.s b/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/startup_lpc43xx_m0sub.s old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/system_LPC43xx.c b/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/system_LPC43xx.c old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/Device/SConscript b/bsp/xplorer4330/Libraries/Device/SConscript old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/Libraries/SConscript b/bsp/xplorer4330/Libraries/SConscript old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M0/SConscript b/bsp/xplorer4330/M0/SConscript old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M0/SConstruct b/bsp/xplorer4330/M0/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M0/project.uvopt b/bsp/xplorer4330/M0/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M0/project.uvproj b/bsp/xplorer4330/M0/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M0/rtconfig.h b/bsp/xplorer4330/M0/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M0/rtconfig.py b/bsp/xplorer4330/M0/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M0/rtthread-lpc43xx_spifi.ld b/bsp/xplorer4330/M0/rtthread-lpc43xx_spifi.ld old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M0/rtthread-lpc43xx_spifi.sct b/bsp/xplorer4330/M0/rtthread-lpc43xx_spifi.sct old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M0/template.uvproj b/bsp/xplorer4330/M0/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M4/SConscript b/bsp/xplorer4330/M4/SConscript old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M4/SConstruct b/bsp/xplorer4330/M4/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M4/project.uvopt b/bsp/xplorer4330/M4/project.uvopt old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M4/project.uvproj b/bsp/xplorer4330/M4/project.uvproj old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M4/rtconfig.h b/bsp/xplorer4330/M4/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M4/rtconfig.py b/bsp/xplorer4330/M4/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M4/rtthread-lpc43xx_spifi.ld b/bsp/xplorer4330/M4/rtthread-lpc43xx_spifi.ld old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M4/rtthread-lpc43xx_spifi.sct b/bsp/xplorer4330/M4/rtthread-lpc43xx_spifi.sct old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/M4/template.uvproj b/bsp/xplorer4330/M4/template.uvproj old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/applications/SConscript b/bsp/xplorer4330/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/applications/application.c b/bsp/xplorer4330/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/applications/startup.c b/bsp/xplorer4330/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/drivers/SConscript b/bsp/xplorer4330/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/drivers/board.c b/bsp/xplorer4330/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/drivers/board.h b/bsp/xplorer4330/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/drivers/drv_led.c b/bsp/xplorer4330/drivers/drv_led.c old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/drivers/drv_led.h b/bsp/xplorer4330/drivers/drv_led.h old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/drivers/drv_uart.c b/bsp/xplorer4330/drivers/drv_uart.c old mode 100644 new mode 100755 diff --git a/bsp/xplorer4330/drivers/drv_uart.h b/bsp/xplorer4330/drivers/drv_uart.h old mode 100644 new mode 100755 diff --git a/bsp/zynq7000/README.txt b/bsp/zynq7000/README.txt old mode 100644 new mode 100755 diff --git a/bsp/zynq7000/SConscript b/bsp/zynq7000/SConscript old mode 100644 new mode 100755 diff --git a/bsp/zynq7000/SConstruct b/bsp/zynq7000/SConstruct old mode 100644 new mode 100755 diff --git a/bsp/zynq7000/applications/SConscript b/bsp/zynq7000/applications/SConscript old mode 100644 new mode 100755 diff --git a/bsp/zynq7000/applications/application.c b/bsp/zynq7000/applications/application.c old mode 100644 new mode 100755 diff --git a/bsp/zynq7000/applications/startup.c b/bsp/zynq7000/applications/startup.c old mode 100644 new mode 100755 diff --git a/bsp/zynq7000/drivers/SConscript b/bsp/zynq7000/drivers/SConscript old mode 100644 new mode 100755 diff --git a/bsp/zynq7000/drivers/board.c b/bsp/zynq7000/drivers/board.c old mode 100644 new mode 100755 diff --git a/bsp/zynq7000/drivers/board.h b/bsp/zynq7000/drivers/board.h old mode 100644 new mode 100755 diff --git a/bsp/zynq7000/drivers/uart.c b/bsp/zynq7000/drivers/uart.c old mode 100644 new mode 100755 diff --git a/bsp/zynq7000/drivers/uart_hw.h b/bsp/zynq7000/drivers/uart_hw.h old mode 100644 new mode 100755 diff --git a/bsp/zynq7000/drivers/zynq7000.h b/bsp/zynq7000/drivers/zynq7000.h old mode 100644 new mode 100755 diff --git a/bsp/zynq7000/rtconfig.h b/bsp/zynq7000/rtconfig.h old mode 100644 new mode 100755 diff --git a/bsp/zynq7000/rtconfig.py b/bsp/zynq7000/rtconfig.py old mode 100644 new mode 100755 diff --git a/bsp/zynq7000/zynq7000.ld b/bsp/zynq7000/zynq7000.ld old mode 100644 new mode 100755 diff --git a/components/Kconfig b/components/Kconfig old mode 100644 new mode 100755 diff --git a/components/SConscript b/components/SConscript old mode 100644 new mode 100755 diff --git a/components/cplusplus/Kconfig b/components/cplusplus/Kconfig old mode 100644 new mode 100755 diff --git a/components/cplusplus/Lock.h b/components/cplusplus/Lock.h old mode 100644 new mode 100755 diff --git a/components/cplusplus/Mail.h b/components/cplusplus/Mail.h old mode 100644 new mode 100755 diff --git a/components/cplusplus/Mutex.cpp b/components/cplusplus/Mutex.cpp old mode 100644 new mode 100755 diff --git a/components/cplusplus/Mutex.h b/components/cplusplus/Mutex.h old mode 100644 new mode 100755 diff --git a/components/cplusplus/Queue.h b/components/cplusplus/Queue.h old mode 100644 new mode 100755 diff --git a/components/cplusplus/README.md b/components/cplusplus/README.md old mode 100644 new mode 100755 diff --git a/components/cplusplus/SConscript b/components/cplusplus/SConscript old mode 100644 new mode 100755 diff --git a/components/cplusplus/Semaphore.cpp b/components/cplusplus/Semaphore.cpp old mode 100644 new mode 100755 diff --git a/components/cplusplus/Semaphore.h b/components/cplusplus/Semaphore.h old mode 100644 new mode 100755 diff --git a/components/cplusplus/Thread.cpp b/components/cplusplus/Thread.cpp old mode 100644 new mode 100755 diff --git a/components/cplusplus/Thread.h b/components/cplusplus/Thread.h old mode 100644 new mode 100755 diff --git a/components/cplusplus/crt.cpp b/components/cplusplus/crt.cpp old mode 100644 new mode 100755 diff --git a/components/cplusplus/crt.h b/components/cplusplus/crt.h old mode 100644 new mode 100755 diff --git a/components/dfs/Kconfig b/components/dfs/Kconfig old mode 100644 new mode 100755 diff --git a/components/dfs/SConscript b/components/dfs/SConscript old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/SConscript b/components/dfs/filesystems/SConscript old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/devfs/SConscript b/components/dfs/filesystems/devfs/SConscript old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/devfs/devfs.c b/components/dfs/filesystems/devfs/devfs.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/devfs/devfs.h b/components/dfs/filesystems/devfs/devfs.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/00history.txt b/components/dfs/filesystems/elmfat/00history.txt old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/00readme.txt b/components/dfs/filesystems/elmfat/00readme.txt old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/SConscript b/components/dfs/filesystems/elmfat/SConscript old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/dfs_elm.c b/components/dfs/filesystems/elmfat/dfs_elm.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/dfs_elm.h b/components/dfs/filesystems/elmfat/dfs_elm.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/diskio.h b/components/dfs/filesystems/elmfat/diskio.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/ff.c b/components/dfs/filesystems/elmfat/ff.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/ff.h b/components/dfs/filesystems/elmfat/ff.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/ffconf.h b/components/dfs/filesystems/elmfat/ffconf.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/integer.h b/components/dfs/filesystems/elmfat/integer.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/option/cc932.c b/components/dfs/filesystems/elmfat/option/cc932.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/option/cc936.c b/components/dfs/filesystems/elmfat/option/cc936.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/option/cc949.c b/components/dfs/filesystems/elmfat/option/cc949.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/option/cc950.c b/components/dfs/filesystems/elmfat/option/cc950.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/option/ccfile.c b/components/dfs/filesystems/elmfat/option/ccfile.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/option/ccsbcs.c b/components/dfs/filesystems/elmfat/option/ccsbcs.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/option/syscall.c b/components/dfs/filesystems/elmfat/option/syscall.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/elmfat/option/unicode.c b/components/dfs/filesystems/elmfat/option/unicode.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/SConscript b/components/dfs/filesystems/jffs2/SConscript old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/ChangeLog b/components/dfs/filesystems/jffs2/cyg/compress/ChangeLog old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/cdl/compress_zlib.cdl b/components/dfs/filesystems/jffs2/cyg/compress/cdl/compress_zlib.cdl old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/include/zconf.h b/components/dfs/filesystems/jffs2/cyg/compress/include/zconf.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/include/zlib.h b/components/dfs/filesystems/jffs2/cyg/compress/include/zlib.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/ChangeLog b/components/dfs/filesystems/jffs2/cyg/compress/src/ChangeLog old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/FAQ b/components/dfs/filesystems/jffs2/cyg/compress/src/FAQ old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/INDEX b/components/dfs/filesystems/jffs2/cyg/compress/src/INDEX old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/Make_vms.com b/components/dfs/filesystems/jffs2/cyg/compress/src/Make_vms.com old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/Makefile b/components/dfs/filesystems/jffs2/cyg/compress/src/Makefile old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/Makefile.in b/components/dfs/filesystems/jffs2/cyg/compress/src/Makefile.in old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/Makefile.riscos b/components/dfs/filesystems/jffs2/cyg/compress/src/Makefile.riscos old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/README b/components/dfs/filesystems/jffs2/cyg/compress/src/README old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/README.eCos b/components/dfs/filesystems/jffs2/cyg/compress/src/README.eCos old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/adler32.c b/components/dfs/filesystems/jffs2/cyg/compress/src/adler32.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/algorithm.txt b/components/dfs/filesystems/jffs2/cyg/compress/src/algorithm.txt old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/compress.c b/components/dfs/filesystems/jffs2/cyg/compress/src/compress.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/configure b/components/dfs/filesystems/jffs2/cyg/compress/src/configure old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/deflate.c b/components/dfs/filesystems/jffs2/cyg/compress/src/deflate.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/deflate.h b/components/dfs/filesystems/jffs2/cyg/compress/src/deflate.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/descrip.mms b/components/dfs/filesystems/jffs2/cyg/compress/src/descrip.mms old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/example.c b/components/dfs/filesystems/jffs2/cyg/compress/src/example.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/gzio.c b/components/dfs/filesystems/jffs2/cyg/compress/src/gzio.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/infback.c b/components/dfs/filesystems/jffs2/cyg/compress/src/infback.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/infblock.c b/components/dfs/filesystems/jffs2/cyg/compress/src/infblock.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/infblock.h b/components/dfs/filesystems/jffs2/cyg/compress/src/infblock.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/inffast.c b/components/dfs/filesystems/jffs2/cyg/compress/src/inffast.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/inffast.h b/components/dfs/filesystems/jffs2/cyg/compress/src/inffast.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/inffixed.h b/components/dfs/filesystems/jffs2/cyg/compress/src/inffixed.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/inflate.c b/components/dfs/filesystems/jffs2/cyg/compress/src/inflate.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/inflate.h b/components/dfs/filesystems/jffs2/cyg/compress/src/inflate.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/inftrees.c b/components/dfs/filesystems/jffs2/cyg/compress/src/inftrees.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/inftrees.h b/components/dfs/filesystems/jffs2/cyg/compress/src/inftrees.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/infutil.c b/components/dfs/filesystems/jffs2/cyg/compress/src/infutil.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/infutil.h b/components/dfs/filesystems/jffs2/cyg/compress/src/infutil.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/maketree.c b/components/dfs/filesystems/jffs2/cyg/compress/src/maketree.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/minigzip.c b/components/dfs/filesystems/jffs2/cyg/compress/src/minigzip.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/trees.c b/components/dfs/filesystems/jffs2/cyg/compress/src/trees.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/trees.h b/components/dfs/filesystems/jffs2/cyg/compress/src/trees.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/uncompr.c b/components/dfs/filesystems/jffs2/cyg/compress/src/uncompr.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/zlib.3 b/components/dfs/filesystems/jffs2/cyg/compress/src/zlib.3 old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/zutil.c b/components/dfs/filesystems/jffs2/cyg/compress/src/zutil.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/src/zutil.h b/components/dfs/filesystems/jffs2/cyg/compress/src/zutil.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/tests/zlib1.c b/components/dfs/filesystems/jffs2/cyg/compress/tests/zlib1.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/tests/zlib2.c b/components/dfs/filesystems/jffs2/cyg/compress/tests/zlib2.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/zconf.h b/components/dfs/filesystems/jffs2/cyg/compress/zconf.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/compress/zlib.h b/components/dfs/filesystems/jffs2/cyg/compress/zlib.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/crc/crc.h b/components/dfs/filesystems/jffs2/cyg/crc/crc.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/crc/crc16.c b/components/dfs/filesystems/jffs2/cyg/crc/crc16.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/crc/crc32.c b/components/dfs/filesystems/jffs2/cyg/crc/crc32.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/crc/posix_crc.c b/components/dfs/filesystems/jffs2/cyg/crc/posix_crc.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/fileio/fileio.h b/components/dfs/filesystems/jffs2/cyg/fileio/fileio.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/hal/basetype.h b/components/dfs/filesystems/jffs2/cyg/hal/basetype.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/hal/drv_api.h b/components/dfs/filesystems/jffs2/cyg/hal/drv_api.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/cyg/infra/cyg_type.h b/components/dfs/filesystems/jffs2/cyg/infra/cyg_type.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/dfs_jffs2.c b/components/dfs/filesystems/jffs2/dfs_jffs2.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/dfs_jffs2.h b/components/dfs/filesystems/jffs2/dfs_jffs2.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/include/linux/jffs2.h b/components/dfs/filesystems/jffs2/include/linux/jffs2.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/include/linux/jffs2_fs_i.h b/components/dfs/filesystems/jffs2/include/linux/jffs2_fs_i.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/include/linux/jffs2_fs_sb.h b/components/dfs/filesystems/jffs2/include/linux/jffs2_fs_sb.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/include/port/codes.h b/components/dfs/filesystems/jffs2/include/port/codes.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/include/port/fcntl.h b/components/dfs/filesystems/jffs2/include/port/fcntl.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/include/port/sys/stat.h b/components/dfs/filesystems/jffs2/include/port/sys/stat.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/include/port/sys/types.h b/components/dfs/filesystems/jffs2/include/port/sys/types.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/jffs2_config.h b/components/dfs/filesystems/jffs2/jffs2_config.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/asm/atomic.h b/components/dfs/filesystems/jffs2/kernel/asm/atomic.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/asm/bug.h b/components/dfs/filesystems/jffs2/kernel/asm/bug.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/asm/page.h b/components/dfs/filesystems/jffs2/kernel/asm/page.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/asm/semaphore.h b/components/dfs/filesystems/jffs2/kernel/asm/semaphore.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/TODO b/components/dfs/filesystems/jffs2/kernel/linux/TODO old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/compiler.h b/components/dfs/filesystems/jffs2/kernel/linux/compiler.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/completion.h b/components/dfs/filesystems/jffs2/kernel/linux/completion.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/config.h b/components/dfs/filesystems/jffs2/kernel/linux/config.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/crc32.h b/components/dfs/filesystems/jffs2/kernel/linux/crc32.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/errno.h b/components/dfs/filesystems/jffs2/kernel/linux/errno.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/fs.h b/components/dfs/filesystems/jffs2/kernel/linux/fs.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/init.h b/components/dfs/filesystems/jffs2/kernel/linux/init.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/kernel.h b/components/dfs/filesystems/jffs2/kernel/linux/kernel.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/list.h b/components/dfs/filesystems/jffs2/kernel/linux/list.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/mtd/compatmac.h b/components/dfs/filesystems/jffs2/kernel/linux/mtd/compatmac.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/mtd/mtd.h b/components/dfs/filesystems/jffs2/kernel/linux/mtd/mtd.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/pagemap.h b/components/dfs/filesystems/jffs2/kernel/linux/pagemap.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/rbtree.h b/components/dfs/filesystems/jffs2/kernel/linux/rbtree.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/rwsem.h b/components/dfs/filesystems/jffs2/kernel/linux/rwsem.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/sched.h b/components/dfs/filesystems/jffs2/kernel/linux/sched.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/slab.h b/components/dfs/filesystems/jffs2/kernel/linux/slab.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/spinlock.h b/components/dfs/filesystems/jffs2/kernel/linux/spinlock.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/stat.h b/components/dfs/filesystems/jffs2/kernel/linux/stat.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/string.h b/components/dfs/filesystems/jffs2/kernel/linux/string.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/timer.h b/components/dfs/filesystems/jffs2/kernel/linux/timer.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/types.h b/components/dfs/filesystems/jffs2/kernel/linux/types.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/version.h b/components/dfs/filesystems/jffs2/kernel/linux/version.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/vmalloc.h b/components/dfs/filesystems/jffs2/kernel/linux/vmalloc.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/wait.h b/components/dfs/filesystems/jffs2/kernel/linux/wait.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/workqueue.h b/components/dfs/filesystems/jffs2/kernel/linux/workqueue.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/zlib.h b/components/dfs/filesystems/jffs2/kernel/linux/zlib.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/linux/zutil.h b/components/dfs/filesystems/jffs2/kernel/linux/zutil.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/kernel/rbtree.c b/components/dfs/filesystems/jffs2/kernel/rbtree.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/porting.c b/components/dfs/filesystems/jffs2/porting.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/porting.h b/components/dfs/filesystems/jffs2/porting.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/LICENCE b/components/dfs/filesystems/jffs2/src/LICENCE old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/build.c b/components/dfs/filesystems/jffs2/src/build.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/compr.c b/components/dfs/filesystems/jffs2/src/compr.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/compr.h b/components/dfs/filesystems/jffs2/src/compr.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/compr_rtime.c b/components/dfs/filesystems/jffs2/src/compr_rtime.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/compr_rubin.c b/components/dfs/filesystems/jffs2/src/compr_rubin.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/compr_rubin.h b/components/dfs/filesystems/jffs2/src/compr_rubin.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/compr_zlib.c b/components/dfs/filesystems/jffs2/src/compr_zlib.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/debug.c b/components/dfs/filesystems/jffs2/src/debug.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/debug.h b/components/dfs/filesystems/jffs2/src/debug.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/dir-ecos.c b/components/dfs/filesystems/jffs2/src/dir-ecos.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/dir.txt b/components/dfs/filesystems/jffs2/src/dir.txt old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/erase.c b/components/dfs/filesystems/jffs2/src/erase.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/flashio.c b/components/dfs/filesystems/jffs2/src/flashio.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/fs-ecos.c b/components/dfs/filesystems/jffs2/src/fs-ecos.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/gc.c b/components/dfs/filesystems/jffs2/src/gc.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/gcthread.c b/components/dfs/filesystems/jffs2/src/gcthread.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/histo.h b/components/dfs/filesystems/jffs2/src/histo.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/histo_mips.h b/components/dfs/filesystems/jffs2/src/histo_mips.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/malloc-ecos.c b/components/dfs/filesystems/jffs2/src/malloc-ecos.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/nodelist.c b/components/dfs/filesystems/jffs2/src/nodelist.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/nodelist.h b/components/dfs/filesystems/jffs2/src/nodelist.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/nodemgmt.c b/components/dfs/filesystems/jffs2/src/nodemgmt.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/os-ecos.h b/components/dfs/filesystems/jffs2/src/os-ecos.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/os-rtthread.h b/components/dfs/filesystems/jffs2/src/os-rtthread.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/pushpull.h b/components/dfs/filesystems/jffs2/src/pushpull.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/read.c b/components/dfs/filesystems/jffs2/src/read.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/readinode.c b/components/dfs/filesystems/jffs2/src/readinode.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/scan.c b/components/dfs/filesystems/jffs2/src/scan.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/jffs2/src/write.c b/components/dfs/filesystems/jffs2/src/write.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/SConscript b/components/dfs/filesystems/nfs/SConscript old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/dfs_nfs.c b/components/dfs/filesystems/nfs/dfs_nfs.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/dfs_nfs.h b/components/dfs/filesystems/nfs/dfs_nfs.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/mount.h b/components/dfs/filesystems/nfs/mount.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/mount.x b/components/dfs/filesystems/nfs/mount.x old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/mount_clnt.c b/components/dfs/filesystems/nfs/mount_clnt.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/mount_xdr.c b/components/dfs/filesystems/nfs/mount_xdr.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/nfs.h b/components/dfs/filesystems/nfs/nfs.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/nfs.x b/components/dfs/filesystems/nfs/nfs.x old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/nfs_auth.c b/components/dfs/filesystems/nfs/nfs_auth.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/nfs_clnt.c b/components/dfs/filesystems/nfs/nfs_clnt.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/nfs_xdr.c b/components/dfs/filesystems/nfs/nfs_xdr.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/rpc/auth.h b/components/dfs/filesystems/nfs/rpc/auth.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/rpc/auth_none.c b/components/dfs/filesystems/nfs/rpc/auth_none.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/rpc/clnt.h b/components/dfs/filesystems/nfs/rpc/clnt.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/rpc/clnt_generic.c b/components/dfs/filesystems/nfs/rpc/clnt_generic.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/rpc/clnt_udp.c b/components/dfs/filesystems/nfs/rpc/clnt_udp.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/rpc/pmap.c b/components/dfs/filesystems/nfs/rpc/pmap.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/rpc/pmap.h b/components/dfs/filesystems/nfs/rpc/pmap.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/rpc/rpc.h b/components/dfs/filesystems/nfs/rpc/rpc.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/rpc/rpc_msg.h b/components/dfs/filesystems/nfs/rpc/rpc_msg.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/rpc/rpc_prot.c b/components/dfs/filesystems/nfs/rpc/rpc_prot.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/rpc/types.h b/components/dfs/filesystems/nfs/rpc/types.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/rpc/xdr.c b/components/dfs/filesystems/nfs/rpc/xdr.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/rpc/xdr.h b/components/dfs/filesystems/nfs/rpc/xdr.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/nfs/rpc/xdr_mem.c b/components/dfs/filesystems/nfs/rpc/xdr_mem.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/ramfs/SConscript b/components/dfs/filesystems/ramfs/SConscript old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/ramfs/dfs_ramfs.c b/components/dfs/filesystems/ramfs/dfs_ramfs.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/ramfs/dfs_ramfs.h b/components/dfs/filesystems/ramfs/dfs_ramfs.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/romfs/SConscript b/components/dfs/filesystems/romfs/SConscript old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/romfs/dfs_romfs.c b/components/dfs/filesystems/romfs/dfs_romfs.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/romfs/dfs_romfs.h b/components/dfs/filesystems/romfs/dfs_romfs.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/romfs/romfs.c b/components/dfs/filesystems/romfs/romfs.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/skeleton/skeleton.c b/components/dfs/filesystems/skeleton/skeleton.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/skeleton/skeleton.h b/components/dfs/filesystems/skeleton/skeleton.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/AUTHORS b/components/dfs/filesystems/uffs/AUTHORS old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/CMakeLists.txt b/components/dfs/filesystems/uffs/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/COPYING b/components/dfs/filesystems/uffs/COPYING old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/Doxyfile b/components/dfs/filesystems/uffs/Doxyfile old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/README b/components/dfs/filesystems/uffs/README old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/SConscript b/components/dfs/filesystems/uffs/SConscript old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/TODO b/components/dfs/filesystems/uffs/TODO old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/dfs_uffs.c b/components/dfs/filesystems/uffs/dfs_uffs.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/dfs_uffs.h b/components/dfs/filesystems/uffs/dfs_uffs.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/doc/Understanding-UFFS.odp b/components/dfs/filesystems/uffs/doc/Understanding-UFFS.odp old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/doc/Understanding-UFFS.pdf b/components/dfs/filesystems/uffs/doc/Understanding-UFFS.pdf old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/doc/uffs-serial-num-relationship.JPG b/components/dfs/filesystems/uffs/doc/uffs-serial-num-relationship.JPG old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/CMakeLists.txt b/components/dfs/filesystems/uffs/src/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/emu/CMakeLists.txt b/components/dfs/filesystems/uffs/src/emu/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/emu/cmdline.c b/components/dfs/filesystems/uffs/src/emu/cmdline.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/emu/cmdline.h b/components/dfs/filesystems/uffs/src/emu/cmdline.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/emu/helper_cmds.c b/components/dfs/filesystems/uffs/src/emu/helper_cmds.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/emu/test_cmds.c b/components/dfs/filesystems/uffs/src/emu/test_cmds.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/emu/uffs_fileem.c b/components/dfs/filesystems/uffs/src/emu/uffs_fileem.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/emu/uffs_fileem.h b/components/dfs/filesystems/uffs/src/emu/uffs_fileem.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/emu/uffs_fileem_ecc_hw.c b/components/dfs/filesystems/uffs/src/emu/uffs_fileem_ecc_hw.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/emu/uffs_fileem_ecc_hw_auto.c b/components/dfs/filesystems/uffs/src/emu/uffs_fileem_ecc_hw_auto.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/emu/uffs_fileem_ecc_soft.c b/components/dfs/filesystems/uffs/src/emu/uffs_fileem_ecc_soft.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/emu/uffs_fileem_share.c b/components/dfs/filesystems/uffs/src/emu/uffs_fileem_share.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/emu/uffs_fileem_wrap.c b/components/dfs/filesystems/uffs/src/emu/uffs_fileem_wrap.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/example/CMakeLists.txt b/components/dfs/filesystems/uffs/src/example/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/example/flash-interface-example.c b/components/dfs/filesystems/uffs/src/example/flash-interface-example.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/example/static-mem-allocate.c b/components/dfs/filesystems/uffs/src/example/static-mem-allocate.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_badblock.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_badblock.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_blockinfo.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_blockinfo.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_buf.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_buf.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_core.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_core.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_crc.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_crc.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_device.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_device.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_ecc.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_ecc.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_fd.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_fd.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_find.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_find.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_flash.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_flash.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_fs.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_fs.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_mem.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_mem.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_mtb.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_mtb.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_os.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_os.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_pool.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_pool.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_public.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_public.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_tree.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_tree.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_types.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_types.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_utils.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_utils.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/inc/uffs/uffs_version.h b/components/dfs/filesystems/uffs/src/inc/uffs/uffs_version.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/platform/CMakeLists.txt b/components/dfs/filesystems/uffs/src/platform/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/platform/posix/uffs_config.h b/components/dfs/filesystems/uffs/src/platform/posix/uffs_config.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/platform/posix/uffs_os.c b/components/dfs/filesystems/uffs/src/platform/posix/uffs_os.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/platform/win32/uffs_config.h b/components/dfs/filesystems/uffs/src/platform/win32/uffs_config.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/platform/win32/uffs_os.c b/components/dfs/filesystems/uffs/src/platform/win32/uffs_os.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/CMakeLists.txt b/components/dfs/filesystems/uffs/src/uffs/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_badblock.c b/components/dfs/filesystems/uffs/src/uffs/uffs_badblock.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_blockinfo.c b/components/dfs/filesystems/uffs/src/uffs/uffs_blockinfo.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_buf.c b/components/dfs/filesystems/uffs/src/uffs/uffs_buf.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_crc.c b/components/dfs/filesystems/uffs/src/uffs/uffs_crc.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_debug.c b/components/dfs/filesystems/uffs/src/uffs/uffs_debug.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_device.c b/components/dfs/filesystems/uffs/src/uffs/uffs_device.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_ecc.c b/components/dfs/filesystems/uffs/src/uffs/uffs_ecc.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_fd.c b/components/dfs/filesystems/uffs/src/uffs/uffs_fd.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_find.c b/components/dfs/filesystems/uffs/src/uffs/uffs_find.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_flash.c b/components/dfs/filesystems/uffs/src/uffs/uffs_flash.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_fs.c b/components/dfs/filesystems/uffs/src/uffs/uffs_fs.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_init.c b/components/dfs/filesystems/uffs/src/uffs/uffs_init.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_mem.c b/components/dfs/filesystems/uffs/src/uffs/uffs_mem.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_mtb.c b/components/dfs/filesystems/uffs/src/uffs/uffs_mtb.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_pool.c b/components/dfs/filesystems/uffs/src/uffs/uffs_pool.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_public.c b/components/dfs/filesystems/uffs/src/uffs/uffs_public.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_tree.c b/components/dfs/filesystems/uffs/src/uffs/uffs_tree.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_utils.c b/components/dfs/filesystems/uffs/src/uffs/uffs_utils.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/uffs/uffs_version.c b/components/dfs/filesystems/uffs/src/uffs/uffs_version.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/utils/CMakeLists.txt b/components/dfs/filesystems/uffs/src/utils/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/src/utils/mkuffs.c b/components/dfs/filesystems/uffs/src/utils/mkuffs.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/tools/chomp_uffs_perror.rb b/components/dfs/filesystems/uffs/tools/chomp_uffs_perror.rb old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/tools/format_code.rb b/components/dfs/filesystems/uffs/tools/format_code.rb old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/tools/make_package.sh b/components/dfs/filesystems/uffs/tools/make_package.sh old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/uffs_config.h b/components/dfs/filesystems/uffs/uffs_config.h old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/uffs_nandif.c b/components/dfs/filesystems/uffs/uffs_nandif.c old mode 100644 new mode 100755 diff --git a/components/dfs/filesystems/uffs/uffs_rtthread.c b/components/dfs/filesystems/uffs/uffs_rtthread.c old mode 100644 new mode 100755 diff --git a/components/dfs/include/dfs.h b/components/dfs/include/dfs.h old mode 100644 new mode 100755 diff --git a/components/dfs/include/dfs_file.h b/components/dfs/include/dfs_file.h old mode 100644 new mode 100755 diff --git a/components/dfs/include/dfs_fs.h b/components/dfs/include/dfs_fs.h old mode 100644 new mode 100755 diff --git a/components/dfs/include/dfs_poll.h b/components/dfs/include/dfs_poll.h old mode 100644 new mode 100755 diff --git a/components/dfs/include/dfs_posix.h b/components/dfs/include/dfs_posix.h old mode 100644 new mode 100755 diff --git a/components/dfs/include/dfs_private.h b/components/dfs/include/dfs_private.h old mode 100644 new mode 100755 diff --git a/components/dfs/include/dfs_select.h b/components/dfs/include/dfs_select.h old mode 100644 new mode 100755 diff --git a/components/dfs/src/dfs.c b/components/dfs/src/dfs.c old mode 100644 new mode 100755 diff --git a/components/dfs/src/dfs_file.c b/components/dfs/src/dfs_file.c old mode 100644 new mode 100755 diff --git a/components/dfs/src/dfs_fs.c b/components/dfs/src/dfs_fs.c old mode 100644 new mode 100755 diff --git a/components/dfs/src/dfs_posix.c b/components/dfs/src/dfs_posix.c old mode 100644 new mode 100755 diff --git a/components/dfs/src/poll.c b/components/dfs/src/poll.c old mode 100644 new mode 100755 diff --git a/components/dfs/src/select.c b/components/dfs/src/select.c old mode 100644 new mode 100755 diff --git a/components/drivers/SConscript b/components/drivers/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/audio/SConscript b/components/drivers/audio/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/audio/audio.c b/components/drivers/audio/audio.c old mode 100644 new mode 100755 diff --git a/components/drivers/audio/audio_pipe.c b/components/drivers/audio/audio_pipe.c old mode 100644 new mode 100755 diff --git a/components/drivers/audio/audio_pipe.h b/components/drivers/audio/audio_pipe.h old mode 100644 new mode 100755 diff --git a/components/drivers/can/SConscript b/components/drivers/can/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/can/can.c b/components/drivers/can/can.c old mode 100644 new mode 100755 diff --git a/components/drivers/can/readme-zh.txt b/components/drivers/can/readme-zh.txt old mode 100644 new mode 100755 diff --git a/components/drivers/cputime/SConscript b/components/drivers/cputime/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/cputime/cputime.c b/components/drivers/cputime/cputime.c old mode 100644 new mode 100755 diff --git a/components/drivers/cputime/cputime_cortexm.c b/components/drivers/cputime/cputime_cortexm.c old mode 100644 new mode 100755 diff --git a/components/drivers/hwcrypto/SConscript b/components/drivers/hwcrypto/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/hwcrypto/hw_bignum.c b/components/drivers/hwcrypto/hw_bignum.c old mode 100644 new mode 100755 diff --git a/components/drivers/hwcrypto/hw_bignum.h b/components/drivers/hwcrypto/hw_bignum.h old mode 100644 new mode 100755 diff --git a/components/drivers/hwcrypto/hw_crc.c b/components/drivers/hwcrypto/hw_crc.c old mode 100644 new mode 100755 diff --git a/components/drivers/hwcrypto/hw_crc.h b/components/drivers/hwcrypto/hw_crc.h old mode 100644 new mode 100755 diff --git a/components/drivers/hwcrypto/hw_gcm.c b/components/drivers/hwcrypto/hw_gcm.c old mode 100644 new mode 100755 diff --git a/components/drivers/hwcrypto/hw_gcm.h b/components/drivers/hwcrypto/hw_gcm.h old mode 100644 new mode 100755 diff --git a/components/drivers/hwcrypto/hw_hash.c b/components/drivers/hwcrypto/hw_hash.c old mode 100644 new mode 100755 diff --git a/components/drivers/hwcrypto/hw_hash.h b/components/drivers/hwcrypto/hw_hash.h old mode 100644 new mode 100755 diff --git a/components/drivers/hwcrypto/hw_rng.c b/components/drivers/hwcrypto/hw_rng.c old mode 100644 new mode 100755 diff --git a/components/drivers/hwcrypto/hw_rng.h b/components/drivers/hwcrypto/hw_rng.h old mode 100644 new mode 100755 diff --git a/components/drivers/hwcrypto/hw_symmetric.c b/components/drivers/hwcrypto/hw_symmetric.c old mode 100644 new mode 100755 diff --git a/components/drivers/hwcrypto/hw_symmetric.h b/components/drivers/hwcrypto/hw_symmetric.h old mode 100644 new mode 100755 diff --git a/components/drivers/hwcrypto/hwcrypto.c b/components/drivers/hwcrypto/hwcrypto.c old mode 100644 new mode 100755 diff --git a/components/drivers/hwcrypto/hwcrypto.h b/components/drivers/hwcrypto/hwcrypto.h old mode 100644 new mode 100755 diff --git a/components/drivers/hwtimer/README_CN.md b/components/drivers/hwtimer/README_CN.md old mode 100644 new mode 100755 diff --git a/components/drivers/hwtimer/SConscript b/components/drivers/hwtimer/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/hwtimer/hwtimer.c b/components/drivers/hwtimer/hwtimer.c old mode 100644 new mode 100755 diff --git a/components/drivers/i2c/SConscript b/components/drivers/i2c/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/i2c/i2c-bit-ops.c b/components/drivers/i2c/i2c-bit-ops.c old mode 100644 new mode 100755 diff --git a/components/drivers/i2c/i2c_core.c b/components/drivers/i2c/i2c_core.c old mode 100644 new mode 100755 diff --git a/components/drivers/i2c/i2c_dev.c b/components/drivers/i2c/i2c_dev.c old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/adc.h b/components/drivers/include/drivers/adc.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/alarm.h b/components/drivers/include/drivers/alarm.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/audio.h b/components/drivers/include/drivers/audio.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/can.h b/components/drivers/include/drivers/can.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/cputime.h b/components/drivers/include/drivers/cputime.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/crypto.h b/components/drivers/include/drivers/crypto.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/hwtimer.h b/components/drivers/include/drivers/hwtimer.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/i2c-bit-ops.h b/components/drivers/include/drivers/i2c-bit-ops.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/i2c.h b/components/drivers/include/drivers/i2c.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/i2c_dev.h b/components/drivers/include/drivers/i2c_dev.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/mmc.h b/components/drivers/include/drivers/mmc.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/mmcsd_card.h b/components/drivers/include/drivers/mmcsd_card.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/mmcsd_cmd.h b/components/drivers/include/drivers/mmcsd_cmd.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/mmcsd_core.h b/components/drivers/include/drivers/mmcsd_core.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/mmcsd_host.h b/components/drivers/include/drivers/mmcsd_host.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/mtd_nand.h b/components/drivers/include/drivers/mtd_nand.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/mtd_nor.h b/components/drivers/include/drivers/mtd_nor.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/pin.h b/components/drivers/include/drivers/pin.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/pm.h b/components/drivers/include/drivers/pm.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/pulse_encoder.h b/components/drivers/include/drivers/pulse_encoder.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/rt_drv_pwm.h b/components/drivers/include/drivers/rt_drv_pwm.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/rt_inputcapture.h b/components/drivers/include/drivers/rt_inputcapture.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/rtc.h b/components/drivers/include/drivers/rtc.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/sd.h b/components/drivers/include/drivers/sd.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/sdio.h b/components/drivers/include/drivers/sdio.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/sdio_func_ids.h b/components/drivers/include/drivers/sdio_func_ids.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/serial.h b/components/drivers/include/drivers/serial.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/spi.h b/components/drivers/include/drivers/spi.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/usb_common.h b/components/drivers/include/drivers/usb_common.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/usb_device.h b/components/drivers/include/drivers/usb_device.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/usb_host.h b/components/drivers/include/drivers/usb_host.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/watchdog.h b/components/drivers/include/drivers/watchdog.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/drivers/wlan.h b/components/drivers/include/drivers/wlan.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/ipc/completion.h b/components/drivers/include/ipc/completion.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/ipc/dataqueue.h b/components/drivers/include/ipc/dataqueue.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/ipc/pipe.h b/components/drivers/include/ipc/pipe.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/ipc/poll.h b/components/drivers/include/ipc/poll.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/ipc/ringblk_buf.h b/components/drivers/include/ipc/ringblk_buf.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/ipc/ringbuffer.h b/components/drivers/include/ipc/ringbuffer.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/ipc/waitqueue.h b/components/drivers/include/ipc/waitqueue.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/ipc/workqueue.h b/components/drivers/include/ipc/workqueue.h old mode 100644 new mode 100755 diff --git a/components/drivers/include/rtdevice.h b/components/drivers/include/rtdevice.h old mode 100644 new mode 100755 diff --git a/components/drivers/misc/SConscript b/components/drivers/misc/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/misc/adc.c b/components/drivers/misc/adc.c old mode 100644 new mode 100755 diff --git a/components/drivers/misc/pin.c b/components/drivers/misc/pin.c old mode 100644 new mode 100755 diff --git a/components/drivers/misc/pulse_encoder.c b/components/drivers/misc/pulse_encoder.c old mode 100644 new mode 100755 diff --git a/components/drivers/misc/rt_drv_pwm.c b/components/drivers/misc/rt_drv_pwm.c old mode 100644 new mode 100755 diff --git a/components/drivers/misc/rt_inputcapture.c b/components/drivers/misc/rt_inputcapture.c old mode 100644 new mode 100755 diff --git a/components/drivers/mtd/SConscript b/components/drivers/mtd/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/mtd/mtd_nand.c b/components/drivers/mtd/mtd_nand.c old mode 100644 new mode 100755 diff --git a/components/drivers/mtd/mtd_nor.c b/components/drivers/mtd/mtd_nor.c old mode 100644 new mode 100755 diff --git a/components/drivers/pm/SConscript b/components/drivers/pm/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/pm/pm.c b/components/drivers/pm/pm.c old mode 100644 new mode 100755 diff --git a/components/drivers/rtc/README.md b/components/drivers/rtc/README.md old mode 100644 new mode 100755 diff --git a/components/drivers/rtc/SConscript b/components/drivers/rtc/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/rtc/alarm.c b/components/drivers/rtc/alarm.c old mode 100644 new mode 100755 diff --git a/components/drivers/rtc/rtc.c b/components/drivers/rtc/rtc.c old mode 100644 new mode 100755 diff --git a/components/drivers/rtc/soft_rtc.c b/components/drivers/rtc/soft_rtc.c old mode 100644 new mode 100755 diff --git a/components/drivers/sdio/SConscript b/components/drivers/sdio/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/sdio/block_dev.c b/components/drivers/sdio/block_dev.c old mode 100644 new mode 100755 diff --git a/components/drivers/sdio/mmc.c b/components/drivers/sdio/mmc.c old mode 100644 new mode 100755 diff --git a/components/drivers/sdio/mmcsd_core.c b/components/drivers/sdio/mmcsd_core.c old mode 100644 new mode 100755 diff --git a/components/drivers/sdio/sd.c b/components/drivers/sdio/sd.c old mode 100644 new mode 100755 diff --git a/components/drivers/sdio/sdio.c b/components/drivers/sdio/sdio.c old mode 100644 new mode 100755 diff --git a/components/drivers/sensors/SConscript b/components/drivers/sensors/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/sensors/sensor.c b/components/drivers/sensors/sensor.c old mode 100644 new mode 100755 diff --git a/components/drivers/serial/SConscript b/components/drivers/serial/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/serial/serial.c b/components/drivers/serial/serial.c old mode 100644 new mode 100755 diff --git a/components/drivers/spi/SConscript b/components/drivers/spi/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/spi/device_driver_list.txt b/components/drivers/spi/device_driver_list.txt old mode 100644 new mode 100755 diff --git a/components/drivers/spi/enc28j60.c b/components/drivers/spi/enc28j60.c old mode 100644 new mode 100755 diff --git a/components/drivers/spi/enc28j60.h b/components/drivers/spi/enc28j60.h old mode 100644 new mode 100755 diff --git a/components/drivers/spi/qspi_core.c b/components/drivers/spi/qspi_core.c old mode 100644 new mode 100755 diff --git a/components/drivers/spi/sfud/LICENSE b/components/drivers/spi/sfud/LICENSE old mode 100644 new mode 100755 diff --git a/components/drivers/spi/sfud/README.md b/components/drivers/spi/sfud/README.md old mode 100644 new mode 100755 diff --git a/components/drivers/spi/sfud/inc/sfud.h b/components/drivers/spi/sfud/inc/sfud.h old mode 100644 new mode 100755 diff --git a/components/drivers/spi/sfud/inc/sfud_cfg.h b/components/drivers/spi/sfud/inc/sfud_cfg.h old mode 100644 new mode 100755 diff --git a/components/drivers/spi/sfud/inc/sfud_def.h b/components/drivers/spi/sfud/inc/sfud_def.h old mode 100644 new mode 100755 diff --git a/components/drivers/spi/sfud/inc/sfud_flash_def.h b/components/drivers/spi/sfud/inc/sfud_flash_def.h old mode 100644 new mode 100755 diff --git a/components/drivers/spi/sfud/src/sfud.c b/components/drivers/spi/sfud/src/sfud.c old mode 100644 new mode 100755 diff --git a/components/drivers/spi/sfud/src/sfud_sfdp.c b/components/drivers/spi/sfud/src/sfud_sfdp.c old mode 100644 new mode 100755 diff --git a/components/drivers/spi/spi_core.c b/components/drivers/spi/spi_core.c old mode 100644 new mode 100755 diff --git a/components/drivers/spi/spi_dev.c b/components/drivers/spi/spi_dev.c old mode 100644 new mode 100755 diff --git a/components/drivers/spi/spi_flash.h b/components/drivers/spi/spi_flash.h old mode 100644 new mode 100755 diff --git a/components/drivers/spi/spi_flash_sfud.c b/components/drivers/spi/spi_flash_sfud.c old mode 100644 new mode 100755 diff --git a/components/drivers/spi/spi_flash_sfud.h b/components/drivers/spi/spi_flash_sfud.h old mode 100644 new mode 100755 diff --git a/components/drivers/spi/spi_msd.c b/components/drivers/spi/spi_msd.c old mode 100644 new mode 100755 diff --git a/components/drivers/spi/spi_msd.h b/components/drivers/spi/spi_msd.h old mode 100644 new mode 100755 diff --git a/components/drivers/spi/spi_wifi_rw009.c b/components/drivers/spi/spi_wifi_rw009.c old mode 100644 new mode 100755 diff --git a/components/drivers/spi/spi_wifi_rw009.h b/components/drivers/spi/spi_wifi_rw009.h old mode 100644 new mode 100755 diff --git a/components/drivers/src/SConscript b/components/drivers/src/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/src/completion.c b/components/drivers/src/completion.c old mode 100644 new mode 100755 diff --git a/components/drivers/src/dataqueue.c b/components/drivers/src/dataqueue.c old mode 100644 new mode 100755 diff --git a/components/drivers/src/pipe.c b/components/drivers/src/pipe.c old mode 100644 new mode 100755 diff --git a/components/drivers/src/ringblk_buf.c b/components/drivers/src/ringblk_buf.c old mode 100644 new mode 100755 diff --git a/components/drivers/src/ringbuffer.c b/components/drivers/src/ringbuffer.c old mode 100644 new mode 100755 diff --git a/components/drivers/src/waitqueue.c b/components/drivers/src/waitqueue.c old mode 100644 new mode 100755 diff --git a/components/drivers/src/workqueue.c b/components/drivers/src/workqueue.c old mode 100644 new mode 100755 diff --git a/components/drivers/touch/SConscript b/components/drivers/touch/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/touch/touch.c b/components/drivers/touch/touch.c old mode 100644 new mode 100755 diff --git a/components/drivers/touch/touch.h b/components/drivers/touch/touch.h old mode 100644 new mode 100755 diff --git a/components/drivers/usb/SConscript b/components/drivers/usb/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/SConscript b/components/drivers/usb/usbdevice/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/class/audio.h b/components/drivers/usb/usbdevice/class/audio.h old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/class/audio_mic.c b/components/drivers/usb/usbdevice/class/audio_mic.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/class/audio_speaker.c b/components/drivers/usb/usbdevice/class/audio_speaker.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/class/cdc.h b/components/drivers/usb/usbdevice/class/cdc.h old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/class/cdc_vcom.c b/components/drivers/usb/usbdevice/class/cdc_vcom.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/class/ecm.c b/components/drivers/usb/usbdevice/class/ecm.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/class/hid.c b/components/drivers/usb/usbdevice/class/hid.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/class/hid.h b/components/drivers/usb/usbdevice/class/hid.h old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/class/mstorage.c b/components/drivers/usb/usbdevice/class/mstorage.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/class/mstorage.h b/components/drivers/usb/usbdevice/class/mstorage.h old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/class/ndis.h b/components/drivers/usb/usbdevice/class/ndis.h old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/class/rndis.c b/components/drivers/usb/usbdevice/class/rndis.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/class/rndis.h b/components/drivers/usb/usbdevice/class/rndis.h old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/class/winusb.c b/components/drivers/usb/usbdevice/class/winusb.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/class/winusb.h b/components/drivers/usb/usbdevice/class/winusb.h old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/core/core.c b/components/drivers/usb/usbdevice/core/core.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbdevice/core/usbdevice.c b/components/drivers/usb/usbdevice/core/usbdevice.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbhost/SConscript b/components/drivers/usb/usbhost/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbhost/class/adk.c b/components/drivers/usb/usbhost/class/adk.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbhost/class/adk.h b/components/drivers/usb/usbhost/class/adk.h old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbhost/class/hid.c b/components/drivers/usb/usbhost/class/hid.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbhost/class/hid.h b/components/drivers/usb/usbhost/class/hid.h old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbhost/class/mass.c b/components/drivers/usb/usbhost/class/mass.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbhost/class/mass.h b/components/drivers/usb/usbhost/class/mass.h old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbhost/class/udisk.c b/components/drivers/usb/usbhost/class/udisk.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbhost/class/ukbd.c b/components/drivers/usb/usbhost/class/ukbd.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbhost/class/umouse.c b/components/drivers/usb/usbhost/class/umouse.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbhost/core/core.c b/components/drivers/usb/usbhost/core/core.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbhost/core/driver.c b/components/drivers/usb/usbhost/core/driver.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbhost/core/hub.c b/components/drivers/usb/usbhost/core/hub.c old mode 100644 new mode 100755 diff --git a/components/drivers/usb/usbhost/core/usbhost.c b/components/drivers/usb/usbhost/core/usbhost.c old mode 100644 new mode 100755 diff --git a/components/drivers/watchdog/SConscript b/components/drivers/watchdog/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/watchdog/watchdog.c b/components/drivers/watchdog/watchdog.c old mode 100644 new mode 100755 diff --git a/components/drivers/wlan/SConscript b/components/drivers/wlan/SConscript old mode 100644 new mode 100755 diff --git a/components/drivers/wlan/wlan_cfg.c b/components/drivers/wlan/wlan_cfg.c old mode 100644 new mode 100755 diff --git a/components/drivers/wlan/wlan_cfg.h b/components/drivers/wlan/wlan_cfg.h old mode 100644 new mode 100755 diff --git a/components/drivers/wlan/wlan_cmd.c b/components/drivers/wlan/wlan_cmd.c old mode 100644 new mode 100755 diff --git a/components/drivers/wlan/wlan_dev.c b/components/drivers/wlan/wlan_dev.c old mode 100644 new mode 100755 diff --git a/components/drivers/wlan/wlan_dev.h b/components/drivers/wlan/wlan_dev.h old mode 100644 new mode 100755 diff --git a/components/drivers/wlan/wlan_lwip.c b/components/drivers/wlan/wlan_lwip.c old mode 100644 new mode 100755 diff --git a/components/drivers/wlan/wlan_mgnt.c b/components/drivers/wlan/wlan_mgnt.c old mode 100644 new mode 100755 diff --git a/components/drivers/wlan/wlan_mgnt.h b/components/drivers/wlan/wlan_mgnt.h old mode 100644 new mode 100755 diff --git a/components/drivers/wlan/wlan_prot.c b/components/drivers/wlan/wlan_prot.c old mode 100644 new mode 100755 diff --git a/components/drivers/wlan/wlan_prot.h b/components/drivers/wlan/wlan_prot.h old mode 100644 new mode 100755 diff --git a/components/drivers/wlan/wlan_workqueue.c b/components/drivers/wlan/wlan_workqueue.c old mode 100644 new mode 100755 diff --git a/components/drivers/wlan/wlan_workqueue.h b/components/drivers/wlan/wlan_workqueue.h old mode 100644 new mode 100755 diff --git a/components/finsh/Kconfig b/components/finsh/Kconfig old mode 100644 new mode 100755 diff --git a/components/finsh/SConscript b/components/finsh/SConscript old mode 100644 new mode 100755 diff --git a/components/finsh/cmd.c b/components/finsh/cmd.c old mode 100644 new mode 100755 diff --git a/components/finsh/finsh.h b/components/finsh/finsh.h old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_api.h b/components/finsh/finsh_api.h old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_compiler.c b/components/finsh/finsh_compiler.c old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_error.c b/components/finsh/finsh_error.c old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_error.h b/components/finsh/finsh_error.h old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_heap.c b/components/finsh/finsh_heap.c old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_heap.h b/components/finsh/finsh_heap.h old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_init.c b/components/finsh/finsh_init.c old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_node.c b/components/finsh/finsh_node.c old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_node.h b/components/finsh/finsh_node.h old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_ops.c b/components/finsh/finsh_ops.c old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_ops.h b/components/finsh/finsh_ops.h old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_parser.c b/components/finsh/finsh_parser.c old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_parser.h b/components/finsh/finsh_parser.h old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_token.c b/components/finsh/finsh_token.c old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_token.h b/components/finsh/finsh_token.h old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_var.c b/components/finsh/finsh_var.c old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_var.h b/components/finsh/finsh_var.h old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_vm.c b/components/finsh/finsh_vm.c old mode 100644 new mode 100755 diff --git a/components/finsh/finsh_vm.h b/components/finsh/finsh_vm.h old mode 100644 new mode 100755 diff --git a/components/finsh/msh.c b/components/finsh/msh.c old mode 100644 new mode 100755 diff --git a/components/finsh/msh.h b/components/finsh/msh.h old mode 100644 new mode 100755 diff --git a/components/finsh/msh_file.c b/components/finsh/msh_file.c old mode 100644 new mode 100755 diff --git a/components/finsh/shell.c b/components/finsh/shell.c old mode 100644 new mode 100755 diff --git a/components/finsh/shell.h b/components/finsh/shell.h old mode 100644 new mode 100755 diff --git a/components/finsh/symbol.c b/components/finsh/symbol.c old mode 100644 new mode 100755 diff --git a/components/libc/Kconfig b/components/libc/Kconfig old mode 100644 new mode 100755 diff --git a/components/libc/SConscript b/components/libc/SConscript old mode 100644 new mode 100755 diff --git a/components/libc/aio/SConscript b/components/libc/aio/SConscript old mode 100644 new mode 100755 diff --git a/components/libc/aio/posix_aio.c b/components/libc/aio/posix_aio.c old mode 100644 new mode 100755 diff --git a/components/libc/aio/posix_aio.h b/components/libc/aio/posix_aio.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/SConscript b/components/libc/compilers/SConscript old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/SConscript b/components/libc/compilers/armlibc/SConscript old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/dirent.h b/components/libc/compilers/armlibc/dirent.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/fcntl.h b/components/libc/compilers/armlibc/fcntl.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/libc.c b/components/libc/compilers/armlibc/libc.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/libc.h b/components/libc/compilers/armlibc/libc.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/libc_syms.c b/components/libc/compilers/armlibc/libc_syms.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/mem_std.c b/components/libc/compilers/armlibc/mem_std.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/stdio.c b/components/libc/compilers/armlibc/stdio.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/stubs.c b/components/libc/compilers/armlibc/stubs.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/sys/README.md b/components/libc/compilers/armlibc/sys/README.md old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/sys/errno.h b/components/libc/compilers/armlibc/sys/errno.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/sys/mman.h b/components/libc/compilers/armlibc/sys/mman.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/sys/stat.h b/components/libc/compilers/armlibc/sys/stat.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/sys/types.h b/components/libc/compilers/armlibc/sys/types.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/sys/unistd.h b/components/libc/compilers/armlibc/sys/unistd.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/termios.h b/components/libc/compilers/armlibc/termios.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/armlibc/unistd.h b/components/libc/compilers/armlibc/unistd.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/common/SConscript b/components/libc/compilers/common/SConscript old mode 100644 new mode 100755 diff --git a/components/libc/compilers/common/sys/time.h b/components/libc/compilers/common/sys/time.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/common/time.c b/components/libc/compilers/common/time.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/README.md b/components/libc/compilers/dlib/README.md old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/SConscript b/components/libc/compilers/dlib/SConscript old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/dirent.h b/components/libc/compilers/dlib/dirent.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/environ.c b/components/libc/compilers/dlib/environ.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/fcntl.h b/components/libc/compilers/dlib/fcntl.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/libc.c b/components/libc/compilers/dlib/libc.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/libc.h b/components/libc/compilers/dlib/libc.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/rmtx.c b/components/libc/compilers/dlib/rmtx.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/stdio.c b/components/libc/compilers/dlib/stdio.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/sys/README.md b/components/libc/compilers/dlib/sys/README.md old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/sys/errno.h b/components/libc/compilers/dlib/sys/errno.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/sys/mman.h b/components/libc/compilers/dlib/sys/mman.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/sys/signal.h b/components/libc/compilers/dlib/sys/signal.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/sys/stat.h b/components/libc/compilers/dlib/sys/stat.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/sys/types.h b/components/libc/compilers/dlib/sys/types.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/sys/unistd.h b/components/libc/compilers/dlib/sys/unistd.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/syscall_close.c b/components/libc/compilers/dlib/syscall_close.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/syscall_lseek.c b/components/libc/compilers/dlib/syscall_lseek.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/syscall_mem.c b/components/libc/compilers/dlib/syscall_mem.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/syscall_open.c b/components/libc/compilers/dlib/syscall_open.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/syscall_read.c b/components/libc/compilers/dlib/syscall_read.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/syscall_remove.c b/components/libc/compilers/dlib/syscall_remove.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/syscall_write.c b/components/libc/compilers/dlib/syscall_write.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/syscalls.h b/components/libc/compilers/dlib/syscalls.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/termios.h b/components/libc/compilers/dlib/termios.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/dlib/unistd.h b/components/libc/compilers/dlib/unistd.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/SConscript b/components/libc/compilers/minilibc/SConscript old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/ctype.c b/components/libc/compilers/minilibc/ctype.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/ctype.h b/components/libc/compilers/minilibc/ctype.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/errno.h b/components/libc/compilers/minilibc/errno.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/inttypes.h b/components/libc/compilers/minilibc/inttypes.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/math.c b/components/libc/compilers/minilibc/math.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/math.h b/components/libc/compilers/minilibc/math.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/qsort.c b/components/libc/compilers/minilibc/qsort.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/rand.c b/components/libc/compilers/minilibc/rand.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/stddef.h b/components/libc/compilers/minilibc/stddef.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/stdint.h b/components/libc/compilers/minilibc/stdint.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/stdio.h b/components/libc/compilers/minilibc/stdio.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/stdlib.c b/components/libc/compilers/minilibc/stdlib.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/stdlib.h b/components/libc/compilers/minilibc/stdlib.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/string.c b/components/libc/compilers/minilibc/string.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/string.h b/components/libc/compilers/minilibc/string.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/sys/mman.h b/components/libc/compilers/minilibc/sys/mman.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/sys/stat.h b/components/libc/compilers/minilibc/sys/stat.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/sys/time.h b/components/libc/compilers/minilibc/sys/time.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/sys/types.h b/components/libc/compilers/minilibc/sys/types.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/time.c b/components/libc/compilers/minilibc/time.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/minilibc/time.h b/components/libc/compilers/minilibc/time.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/newlib/SConscript b/components/libc/compilers/newlib/SConscript old mode 100644 new mode 100755 diff --git a/components/libc/compilers/newlib/libc.c b/components/libc/compilers/newlib/libc.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/newlib/libc.h b/components/libc/compilers/newlib/libc.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/newlib/libc_syms.c b/components/libc/compilers/newlib/libc_syms.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/newlib/stdio.c b/components/libc/compilers/newlib/stdio.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/newlib/sys/dirent.h b/components/libc/compilers/newlib/sys/dirent.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/newlib/sys/mman.h b/components/libc/compilers/newlib/sys/mman.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/newlib/sys/statfs.h b/components/libc/compilers/newlib/sys/statfs.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/newlib/sys/termios.h b/components/libc/compilers/newlib/sys/termios.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/newlib/syscalls.c b/components/libc/compilers/newlib/syscalls.c old mode 100644 new mode 100755 diff --git a/components/libc/compilers/newlib/termios.h b/components/libc/compilers/newlib/termios.h old mode 100644 new mode 100755 diff --git a/components/libc/compilers/newlib/time.c b/components/libc/compilers/newlib/time.c old mode 100644 new mode 100755 diff --git a/components/libc/libdl/SConscript b/components/libc/libdl/SConscript old mode 100644 new mode 100755 diff --git a/components/libc/libdl/arch/arm.c b/components/libc/libdl/arch/arm.c old mode 100644 new mode 100755 diff --git a/components/libc/libdl/arch/x86.c b/components/libc/libdl/arch/x86.c old mode 100644 new mode 100755 diff --git a/components/libc/libdl/dlclose.c b/components/libc/libdl/dlclose.c old mode 100644 new mode 100755 diff --git a/components/libc/libdl/dlelf.c b/components/libc/libdl/dlelf.c old mode 100644 new mode 100755 diff --git a/components/libc/libdl/dlelf.h b/components/libc/libdl/dlelf.h old mode 100644 new mode 100755 diff --git a/components/libc/libdl/dlerror.c b/components/libc/libdl/dlerror.c old mode 100644 new mode 100755 diff --git a/components/libc/libdl/dlfcn.h b/components/libc/libdl/dlfcn.h old mode 100644 new mode 100755 diff --git a/components/libc/libdl/dlmodule.c b/components/libc/libdl/dlmodule.c old mode 100644 new mode 100755 diff --git a/components/libc/libdl/dlmodule.h b/components/libc/libdl/dlmodule.h old mode 100644 new mode 100755 diff --git a/components/libc/libdl/dlopen.c b/components/libc/libdl/dlopen.c old mode 100644 new mode 100755 diff --git a/components/libc/libdl/dlsym.c b/components/libc/libdl/dlsym.c old mode 100644 new mode 100755 diff --git a/components/libc/mmap/SConscript b/components/libc/mmap/SConscript old mode 100644 new mode 100755 diff --git a/components/libc/mmap/posix_mmap.c b/components/libc/mmap/posix_mmap.c old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/SConscript b/components/libc/pthreads/SConscript old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/mqueue.c b/components/libc/pthreads/mqueue.c old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/mqueue.h b/components/libc/pthreads/mqueue.h old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/posix_types.h b/components/libc/pthreads/posix_types.h old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/pthread.h b/components/libc/pthreads/pthread.h old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/pthread_attr.c b/components/libc/pthreads/pthread_attr.c old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/pthread_barrier.c b/components/libc/pthreads/pthread_barrier.c old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/pthread_cond.c b/components/libc/pthreads/pthread_cond.c old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/pthread_internal.h b/components/libc/pthreads/pthread_internal.h old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/pthread_mutex.c b/components/libc/pthreads/pthread_mutex.c old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/pthread_rwlock.c b/components/libc/pthreads/pthread_rwlock.c old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/pthread_spin.c b/components/libc/pthreads/pthread_spin.c old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/pthread_tls.c b/components/libc/pthreads/pthread_tls.c old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/sched.c b/components/libc/pthreads/sched.c old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/sched.h b/components/libc/pthreads/sched.h old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/semaphore.c b/components/libc/pthreads/semaphore.c old mode 100644 new mode 100755 diff --git a/components/libc/pthreads/semaphore.h b/components/libc/pthreads/semaphore.h old mode 100644 new mode 100755 diff --git a/components/libc/signal/SConscript b/components/libc/signal/SConscript old mode 100644 new mode 100755 diff --git a/components/libc/signal/posix_signal.c b/components/libc/signal/posix_signal.c old mode 100644 new mode 100755 diff --git a/components/libc/signal/posix_signal.h b/components/libc/signal/posix_signal.h old mode 100644 new mode 100755 diff --git a/components/libc/termios/SConscript b/components/libc/termios/SConscript old mode 100644 new mode 100755 diff --git a/components/libc/termios/posix_termios.c b/components/libc/termios/posix_termios.c old mode 100644 new mode 100755 diff --git a/components/libc/termios/posix_termios.h b/components/libc/termios/posix_termios.h old mode 100644 new mode 100755 diff --git a/components/libc/time/SConscript b/components/libc/time/SConscript old mode 100644 new mode 100755 diff --git a/components/libc/time/clock_time.c b/components/libc/time/clock_time.c old mode 100644 new mode 100755 diff --git a/components/libc/time/clock_time.h b/components/libc/time/clock_time.h old mode 100644 new mode 100755 diff --git a/components/libc/time/posix_sleep.c b/components/libc/time/posix_sleep.c old mode 100644 new mode 100755 diff --git a/components/lwp/Kconfig b/components/lwp/Kconfig old mode 100644 new mode 100755 diff --git a/components/lwp/SConscript b/components/lwp/SConscript old mode 100644 new mode 100755 diff --git a/components/lwp/arch/arm/arm926/lwp_gcc.S b/components/lwp/arch/arm/arm926/lwp_gcc.S old mode 100644 new mode 100755 diff --git a/components/lwp/arch/arm/cortex-a/lwp_gcc.S b/components/lwp/arch/arm/cortex-a/lwp_gcc.S old mode 100644 new mode 100755 diff --git a/components/lwp/arch/arm/cortex-a9/lwp_gcc.S b/components/lwp/arch/arm/cortex-a9/lwp_gcc.S old mode 100644 new mode 100755 diff --git a/components/lwp/arch/arm/cortex-m3/lwp_gcc.S b/components/lwp/arch/arm/cortex-m3/lwp_gcc.S old mode 100644 new mode 100755 diff --git a/components/lwp/arch/arm/cortex-m3/lwp_iar.S b/components/lwp/arch/arm/cortex-m3/lwp_iar.S old mode 100644 new mode 100755 diff --git a/components/lwp/arch/arm/cortex-m3/lwp_rvds.S b/components/lwp/arch/arm/cortex-m3/lwp_rvds.S old mode 100644 new mode 100755 diff --git a/components/lwp/arch/arm/cortex-m4/lwp_gcc.S b/components/lwp/arch/arm/cortex-m4/lwp_gcc.S old mode 100644 new mode 100755 diff --git a/components/lwp/arch/arm/cortex-m4/lwp_iar.S b/components/lwp/arch/arm/cortex-m4/lwp_iar.S old mode 100644 new mode 100755 diff --git a/components/lwp/arch/arm/cortex-m4/lwp_rvds.S b/components/lwp/arch/arm/cortex-m4/lwp_rvds.S old mode 100644 new mode 100755 diff --git a/components/lwp/arch/arm/cortex-m7/lwp_gcc.S b/components/lwp/arch/arm/cortex-m7/lwp_gcc.S old mode 100644 new mode 100755 diff --git a/components/lwp/arch/arm/cortex-m7/lwp_iar.S b/components/lwp/arch/arm/cortex-m7/lwp_iar.S old mode 100644 new mode 100755 diff --git a/components/lwp/arch/arm/cortex-m7/lwp_rvds.S b/components/lwp/arch/arm/cortex-m7/lwp_rvds.S old mode 100644 new mode 100755 diff --git a/components/lwp/lwp.c b/components/lwp/lwp.c old mode 100644 new mode 100755 diff --git a/components/lwp/lwp.h b/components/lwp/lwp.h old mode 100644 new mode 100755 diff --git a/components/lwp/lwp_mem.c b/components/lwp/lwp_mem.c old mode 100644 new mode 100755 diff --git a/components/lwp/lwp_mem.h b/components/lwp/lwp_mem.h old mode 100644 new mode 100755 diff --git a/components/lwp/lwp_memheap.c b/components/lwp/lwp_memheap.c old mode 100644 new mode 100755 diff --git a/components/lwp/lwp_memheap.h b/components/lwp/lwp_memheap.h old mode 100644 new mode 100755 diff --git a/components/lwp/lwp_syscall.c b/components/lwp/lwp_syscall.c old mode 100644 new mode 100755 diff --git a/components/lwp/lwp_syscall.h b/components/lwp/lwp_syscall.h old mode 100644 new mode 100755 diff --git a/components/net/Kconfig b/components/net/Kconfig old mode 100644 new mode 100755 diff --git a/components/net/SConscript b/components/net/SConscript old mode 100644 new mode 100755 diff --git a/components/net/at/Kconfig b/components/net/at/Kconfig old mode 100644 new mode 100755 diff --git a/components/net/at/SConscript b/components/net/at/SConscript old mode 100644 new mode 100755 diff --git a/components/net/at/at_socket/at_socket.c b/components/net/at/at_socket/at_socket.c old mode 100644 new mode 100755 diff --git a/components/net/at/at_socket/at_socket.h b/components/net/at/at_socket/at_socket.h old mode 100644 new mode 100755 diff --git a/components/net/at/include/at.h b/components/net/at/include/at.h old mode 100644 new mode 100755 diff --git a/components/net/at/include/at_log.h b/components/net/at/include/at_log.h old mode 100644 new mode 100755 diff --git a/components/net/at/src/at_base_cmd.c b/components/net/at/src/at_base_cmd.c old mode 100644 new mode 100755 diff --git a/components/net/at/src/at_cli.c b/components/net/at/src/at_cli.c old mode 100644 new mode 100755 diff --git a/components/net/at/src/at_client.c b/components/net/at/src/at_client.c old mode 100644 new mode 100755 diff --git a/components/net/at/src/at_server.c b/components/net/at/src/at_server.c old mode 100644 new mode 100755 diff --git a/components/net/at/src/at_utils.c b/components/net/at/src/at_utils.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/CHANGELOG b/components/net/lwip-1.4.1/CHANGELOG old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/COPYING b/components/net/lwip-1.4.1/COPYING old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/FILES b/components/net/lwip-1.4.1/FILES old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/README b/components/net/lwip-1.4.1/README old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/READTEST.md b/components/net/lwip-1.4.1/READTEST.md old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/SConscript b/components/net/lwip-1.4.1/SConscript old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/UPGRADING b/components/net/lwip-1.4.1/UPGRADING old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/doc/FILES b/components/net/lwip-1.4.1/doc/FILES old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/doc/contrib.txt b/components/net/lwip-1.4.1/doc/contrib.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/doc/rawapi.txt b/components/net/lwip-1.4.1/doc/rawapi.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/doc/savannah.txt b/components/net/lwip-1.4.1/doc/savannah.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/doc/snmp_agent.txt b/components/net/lwip-1.4.1/doc/snmp_agent.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/doc/sys_arch.txt b/components/net/lwip-1.4.1/doc/sys_arch.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/FILES b/components/net/lwip-1.4.1/src/FILES old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/api/api_lib.c b/components/net/lwip-1.4.1/src/api/api_lib.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/api/api_msg.c b/components/net/lwip-1.4.1/src/api/api_msg.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/api/err.c b/components/net/lwip-1.4.1/src/api/err.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/api/netbuf.c b/components/net/lwip-1.4.1/src/api/netbuf.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/api/netdb.c b/components/net/lwip-1.4.1/src/api/netdb.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/api/netifapi.c b/components/net/lwip-1.4.1/src/api/netifapi.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/api/sockets.c b/components/net/lwip-1.4.1/src/api/sockets.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/api/tcpip.c b/components/net/lwip-1.4.1/src/api/tcpip.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/apps/ping/ping.c b/components/net/lwip-1.4.1/src/apps/ping/ping.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/arch/include/arch/bpstruct.h b/components/net/lwip-1.4.1/src/arch/include/arch/bpstruct.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/arch/include/arch/cc.h b/components/net/lwip-1.4.1/src/arch/include/arch/cc.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/arch/include/arch/epstruct.h b/components/net/lwip-1.4.1/src/arch/include/arch/epstruct.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/arch/include/arch/perf.h b/components/net/lwip-1.4.1/src/arch/include/arch/perf.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/arch/include/arch/sys_arch.h b/components/net/lwip-1.4.1/src/arch/include/arch/sys_arch.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/arch/sys_arch.c b/components/net/lwip-1.4.1/src/arch/sys_arch.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/def.c b/components/net/lwip-1.4.1/src/core/def.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/dhcp.c b/components/net/lwip-1.4.1/src/core/dhcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/dns.c b/components/net/lwip-1.4.1/src/core/dns.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/init.c b/components/net/lwip-1.4.1/src/core/init.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/ipv4/autoip.c b/components/net/lwip-1.4.1/src/core/ipv4/autoip.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/ipv4/icmp.c b/components/net/lwip-1.4.1/src/core/ipv4/icmp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/ipv4/igmp.c b/components/net/lwip-1.4.1/src/core/ipv4/igmp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/ipv4/inet.c b/components/net/lwip-1.4.1/src/core/ipv4/inet.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/ipv4/inet_chksum.c b/components/net/lwip-1.4.1/src/core/ipv4/inet_chksum.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/ipv4/ip.c b/components/net/lwip-1.4.1/src/core/ipv4/ip.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/ipv4/ip_addr.c b/components/net/lwip-1.4.1/src/core/ipv4/ip_addr.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/ipv4/ip_frag.c b/components/net/lwip-1.4.1/src/core/ipv4/ip_frag.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/ipv6/README b/components/net/lwip-1.4.1/src/core/ipv6/README old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/ipv6/icmp6.c b/components/net/lwip-1.4.1/src/core/ipv6/icmp6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/ipv6/inet6.c b/components/net/lwip-1.4.1/src/core/ipv6/inet6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/ipv6/ip6.c b/components/net/lwip-1.4.1/src/core/ipv6/ip6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/ipv6/ip6_addr.c b/components/net/lwip-1.4.1/src/core/ipv6/ip6_addr.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/mem.c b/components/net/lwip-1.4.1/src/core/mem.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/memp.c b/components/net/lwip-1.4.1/src/core/memp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/netif.c b/components/net/lwip-1.4.1/src/core/netif.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/pbuf.c b/components/net/lwip-1.4.1/src/core/pbuf.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/raw.c b/components/net/lwip-1.4.1/src/core/raw.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/snmp/asn1_dec.c b/components/net/lwip-1.4.1/src/core/snmp/asn1_dec.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/snmp/asn1_enc.c b/components/net/lwip-1.4.1/src/core/snmp/asn1_enc.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/snmp/mib2.c b/components/net/lwip-1.4.1/src/core/snmp/mib2.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/snmp/mib_structs.c b/components/net/lwip-1.4.1/src/core/snmp/mib_structs.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/snmp/msg_in.c b/components/net/lwip-1.4.1/src/core/snmp/msg_in.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/snmp/msg_out.c b/components/net/lwip-1.4.1/src/core/snmp/msg_out.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/stats.c b/components/net/lwip-1.4.1/src/core/stats.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/sys.c b/components/net/lwip-1.4.1/src/core/sys.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/tcp.c b/components/net/lwip-1.4.1/src/core/tcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/tcp_in.c b/components/net/lwip-1.4.1/src/core/tcp_in.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/tcp_out.c b/components/net/lwip-1.4.1/src/core/tcp_out.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/timers.c b/components/net/lwip-1.4.1/src/core/timers.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/core/udp.c b/components/net/lwip-1.4.1/src/core/udp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/ipv4/lwip/autoip.h b/components/net/lwip-1.4.1/src/include/ipv4/lwip/autoip.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/ipv4/lwip/icmp.h b/components/net/lwip-1.4.1/src/include/ipv4/lwip/icmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/ipv4/lwip/igmp.h b/components/net/lwip-1.4.1/src/include/ipv4/lwip/igmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/ipv4/lwip/inet.h b/components/net/lwip-1.4.1/src/include/ipv4/lwip/inet.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/ipv4/lwip/inet_chksum.h b/components/net/lwip-1.4.1/src/include/ipv4/lwip/inet_chksum.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/ipv4/lwip/ip.h b/components/net/lwip-1.4.1/src/include/ipv4/lwip/ip.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/ipv4/lwip/ip_addr.h b/components/net/lwip-1.4.1/src/include/ipv4/lwip/ip_addr.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/ipv4/lwip/ip_frag.h b/components/net/lwip-1.4.1/src/include/ipv4/lwip/ip_frag.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/ipv6/lwip/icmp.h b/components/net/lwip-1.4.1/src/include/ipv6/lwip/icmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/ipv6/lwip/inet.h b/components/net/lwip-1.4.1/src/include/ipv6/lwip/inet.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/ipv6/lwip/ip.h b/components/net/lwip-1.4.1/src/include/ipv6/lwip/ip.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/ipv6/lwip/ip_addr.h b/components/net/lwip-1.4.1/src/include/ipv6/lwip/ip_addr.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/api.h b/components/net/lwip-1.4.1/src/include/lwip/api.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/api_msg.h b/components/net/lwip-1.4.1/src/include/lwip/api_msg.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/arch.h b/components/net/lwip-1.4.1/src/include/lwip/arch.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/debug.h b/components/net/lwip-1.4.1/src/include/lwip/debug.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/def.h b/components/net/lwip-1.4.1/src/include/lwip/def.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/dhcp.h b/components/net/lwip-1.4.1/src/include/lwip/dhcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/dns.h b/components/net/lwip-1.4.1/src/include/lwip/dns.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/err.h b/components/net/lwip-1.4.1/src/include/lwip/err.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/init.h b/components/net/lwip-1.4.1/src/include/lwip/init.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/mem.h b/components/net/lwip-1.4.1/src/include/lwip/mem.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/memp.h b/components/net/lwip-1.4.1/src/include/lwip/memp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/memp_std.h b/components/net/lwip-1.4.1/src/include/lwip/memp_std.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/netbuf.h b/components/net/lwip-1.4.1/src/include/lwip/netbuf.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/netdb.h b/components/net/lwip-1.4.1/src/include/lwip/netdb.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/netif.h b/components/net/lwip-1.4.1/src/include/lwip/netif.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/netifapi.h b/components/net/lwip-1.4.1/src/include/lwip/netifapi.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/opt.h b/components/net/lwip-1.4.1/src/include/lwip/opt.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/pbuf.h b/components/net/lwip-1.4.1/src/include/lwip/pbuf.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/raw.h b/components/net/lwip-1.4.1/src/include/lwip/raw.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/sio.h b/components/net/lwip-1.4.1/src/include/lwip/sio.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/snmp.h b/components/net/lwip-1.4.1/src/include/lwip/snmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/snmp_asn1.h b/components/net/lwip-1.4.1/src/include/lwip/snmp_asn1.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/snmp_msg.h b/components/net/lwip-1.4.1/src/include/lwip/snmp_msg.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/snmp_structs.h b/components/net/lwip-1.4.1/src/include/lwip/snmp_structs.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/sockets.h b/components/net/lwip-1.4.1/src/include/lwip/sockets.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/stats.h b/components/net/lwip-1.4.1/src/include/lwip/stats.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/sys.h b/components/net/lwip-1.4.1/src/include/lwip/sys.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/tcp.h b/components/net/lwip-1.4.1/src/include/lwip/tcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/tcp_impl.h b/components/net/lwip-1.4.1/src/include/lwip/tcp_impl.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/tcpip.h b/components/net/lwip-1.4.1/src/include/lwip/tcpip.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/timers.h b/components/net/lwip-1.4.1/src/include/lwip/timers.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/lwip/udp.h b/components/net/lwip-1.4.1/src/include/lwip/udp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/netif/etharp.h b/components/net/lwip-1.4.1/src/include/netif/etharp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/netif/ethernetif.h b/components/net/lwip-1.4.1/src/include/netif/ethernetif.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/netif/ppp_oe.h b/components/net/lwip-1.4.1/src/include/netif/ppp_oe.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/netif/slipif.h b/components/net/lwip-1.4.1/src/include/netif/slipif.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/posix/netdb.h b/components/net/lwip-1.4.1/src/include/posix/netdb.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/include/posix/sys/socket.h b/components/net/lwip-1.4.1/src/include/posix/sys/socket.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/lwipopts.h b/components/net/lwip-1.4.1/src/lwipopts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/FILES b/components/net/lwip-1.4.1/src/netif/FILES old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/etharp.c b/components/net/lwip-1.4.1/src/netif/etharp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ethernetif.c b/components/net/lwip-1.4.1/src/netif/ethernetif.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/auth.c b/components/net/lwip-1.4.1/src/netif/ppp/auth.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/auth.h b/components/net/lwip-1.4.1/src/netif/ppp/auth.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/chap.c b/components/net/lwip-1.4.1/src/netif/ppp/chap.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/chap.h b/components/net/lwip-1.4.1/src/netif/ppp/chap.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/chpms.c b/components/net/lwip-1.4.1/src/netif/ppp/chpms.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/chpms.h b/components/net/lwip-1.4.1/src/netif/ppp/chpms.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/fsm.c b/components/net/lwip-1.4.1/src/netif/ppp/fsm.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/fsm.h b/components/net/lwip-1.4.1/src/netif/ppp/fsm.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/ipcp.c b/components/net/lwip-1.4.1/src/netif/ppp/ipcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/ipcp.h b/components/net/lwip-1.4.1/src/netif/ppp/ipcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/lcp.c b/components/net/lwip-1.4.1/src/netif/ppp/lcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/lcp.h b/components/net/lwip-1.4.1/src/netif/ppp/lcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/magic.c b/components/net/lwip-1.4.1/src/netif/ppp/magic.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/magic.h b/components/net/lwip-1.4.1/src/netif/ppp/magic.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/md5.c b/components/net/lwip-1.4.1/src/netif/ppp/md5.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/md5.h b/components/net/lwip-1.4.1/src/netif/ppp/md5.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/pap.c b/components/net/lwip-1.4.1/src/netif/ppp/pap.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/pap.h b/components/net/lwip-1.4.1/src/netif/ppp/pap.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/ppp.c b/components/net/lwip-1.4.1/src/netif/ppp/ppp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/ppp.h b/components/net/lwip-1.4.1/src/netif/ppp/ppp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/ppp_impl.h b/components/net/lwip-1.4.1/src/netif/ppp/ppp_impl.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/ppp_oe.c b/components/net/lwip-1.4.1/src/netif/ppp/ppp_oe.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/pppdebug.h b/components/net/lwip-1.4.1/src/netif/ppp/pppdebug.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/randm.c b/components/net/lwip-1.4.1/src/netif/ppp/randm.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/randm.h b/components/net/lwip-1.4.1/src/netif/ppp/randm.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/vj.c b/components/net/lwip-1.4.1/src/netif/ppp/vj.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/ppp/vj.h b/components/net/lwip-1.4.1/src/netif/ppp/vj.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/src/netif/slipif.c b/components/net/lwip-1.4.1/src/netif/slipif.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/test/unit/core/test_mem.c b/components/net/lwip-1.4.1/test/unit/core/test_mem.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/test/unit/core/test_mem.h b/components/net/lwip-1.4.1/test/unit/core/test_mem.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/test/unit/etharp/test_etharp.c b/components/net/lwip-1.4.1/test/unit/etharp/test_etharp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/test/unit/etharp/test_etharp.h b/components/net/lwip-1.4.1/test/unit/etharp/test_etharp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/test/unit/lwip_check.h b/components/net/lwip-1.4.1/test/unit/lwip_check.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/test/unit/lwip_unittests.c b/components/net/lwip-1.4.1/test/unit/lwip_unittests.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/test/unit/lwipopts.h b/components/net/lwip-1.4.1/test/unit/lwipopts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/test/unit/tcp/tcp_helper.c b/components/net/lwip-1.4.1/test/unit/tcp/tcp_helper.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/test/unit/tcp/tcp_helper.h b/components/net/lwip-1.4.1/test/unit/tcp/tcp_helper.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/test/unit/tcp/test_tcp.c b/components/net/lwip-1.4.1/test/unit/tcp/test_tcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/test/unit/tcp/test_tcp.h b/components/net/lwip-1.4.1/test/unit/tcp/test_tcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/test/unit/tcp/test_tcp_oos.c b/components/net/lwip-1.4.1/test/unit/tcp/test_tcp_oos.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/test/unit/tcp/test_tcp_oos.h b/components/net/lwip-1.4.1/test/unit/tcp/test_tcp_oos.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/test/unit/udp/test_udp.c b/components/net/lwip-1.4.1/test/unit/udp/test_udp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-1.4.1/test/unit/udp/test_udp.h b/components/net/lwip-1.4.1/test/unit/udp/test_udp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/CHANGELOG b/components/net/lwip-2.0.2/CHANGELOG old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/COPYING b/components/net/lwip-2.0.2/COPYING old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/FILES b/components/net/lwip-2.0.2/FILES old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/README b/components/net/lwip-2.0.2/README old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/READTEST.md b/components/net/lwip-2.0.2/READTEST.md old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/SConscript b/components/net/lwip-2.0.2/SConscript old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/UPGRADING b/components/net/lwip-2.0.2/UPGRADING old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/doc/FILES b/components/net/lwip-2.0.2/doc/FILES old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/doc/NO_SYS_SampleCode.c b/components/net/lwip-2.0.2/doc/NO_SYS_SampleCode.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/doc/contrib.txt b/components/net/lwip-2.0.2/doc/contrib.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/doc/doxygen/generate.bat b/components/net/lwip-2.0.2/doc/doxygen/generate.bat old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/doc/doxygen/generate.sh b/components/net/lwip-2.0.2/doc/doxygen/generate.sh old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/doc/doxygen/lwip.Doxyfile b/components/net/lwip-2.0.2/doc/doxygen/lwip.Doxyfile old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/doc/doxygen/main_page.h b/components/net/lwip-2.0.2/doc/doxygen/main_page.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/doc/doxygen/output/index.html b/components/net/lwip-2.0.2/doc/doxygen/output/index.html old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/doc/doxygen_docs.zip b/components/net/lwip-2.0.2/doc/doxygen_docs.zip old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/doc/mdns.txt b/components/net/lwip-2.0.2/doc/mdns.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/doc/mqtt_client.txt b/components/net/lwip-2.0.2/doc/mqtt_client.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/doc/ppp.txt b/components/net/lwip-2.0.2/doc/ppp.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/doc/rawapi.txt b/components/net/lwip-2.0.2/doc/rawapi.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/doc/savannah.txt b/components/net/lwip-2.0.2/doc/savannah.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/doc/sys_arch.txt b/components/net/lwip-2.0.2/doc/sys_arch.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/FILES b/components/net/lwip-2.0.2/src/FILES old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/Filelists.mk b/components/net/lwip-2.0.2/src/Filelists.mk old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/api/api_lib.c b/components/net/lwip-2.0.2/src/api/api_lib.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/api/api_msg.c b/components/net/lwip-2.0.2/src/api/api_msg.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/api/err.c b/components/net/lwip-2.0.2/src/api/err.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/api/netbuf.c b/components/net/lwip-2.0.2/src/api/netbuf.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/api/netdb.c b/components/net/lwip-2.0.2/src/api/netdb.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/api/netifapi.c b/components/net/lwip-2.0.2/src/api/netifapi.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/api/sockets.c b/components/net/lwip-2.0.2/src/api/sockets.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/api/tcpip.c b/components/net/lwip-2.0.2/src/api/tcpip.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/README.md b/components/net/lwip-2.0.2/src/apps/README.md old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/httpd/fs.c b/components/net/lwip-2.0.2/src/apps/httpd/fs.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/httpd/fs/404.html b/components/net/lwip-2.0.2/src/apps/httpd/fs/404.html old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/httpd/fs/img/sics.gif b/components/net/lwip-2.0.2/src/apps/httpd/fs/img/sics.gif old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/httpd/fs/index.html b/components/net/lwip-2.0.2/src/apps/httpd/fs/index.html old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/httpd/fsdata.c b/components/net/lwip-2.0.2/src/apps/httpd/fsdata.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/httpd/fsdata.h b/components/net/lwip-2.0.2/src/apps/httpd/fsdata.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/httpd/httpd.c b/components/net/lwip-2.0.2/src/apps/httpd/httpd.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/httpd/httpd_structs.h b/components/net/lwip-2.0.2/src/apps/httpd/httpd_structs.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/httpd/makefsdata/makefsdata b/components/net/lwip-2.0.2/src/apps/httpd/makefsdata/makefsdata old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/httpd/makefsdata/makefsdata.c b/components/net/lwip-2.0.2/src/apps/httpd/makefsdata/makefsdata.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/httpd/makefsdata/readme.txt b/components/net/lwip-2.0.2/src/apps/httpd/makefsdata/readme.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/lwiperf/lwiperf.c b/components/net/lwip-2.0.2/src/apps/lwiperf/lwiperf.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/mdns/mdns.c b/components/net/lwip-2.0.2/src/apps/mdns/mdns.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/mqtt/mqtt.c b/components/net/lwip-2.0.2/src/apps/mqtt/mqtt.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/netbiosns/netbiosns.c b/components/net/lwip-2.0.2/src/apps/netbiosns/netbiosns.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/ping/ping.c b/components/net/lwip-2.0.2/src/apps/ping/ping.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_asn1.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_asn1.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_asn1.h b/components/net/lwip-2.0.2/src/apps/snmp/snmp_asn1.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_core.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_core.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_core_priv.h b/components/net/lwip-2.0.2/src/apps/snmp/snmp_core_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_icmp.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_icmp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_interfaces.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_interfaces.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_ip.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_ip.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_snmp.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_snmp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_system.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_system.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_tcp.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_tcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_udp.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_udp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_msg.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_msg.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_msg.h b/components/net/lwip-2.0.2/src/apps/snmp/snmp_msg.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_netconn.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_netconn.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_pbuf_stream.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_pbuf_stream.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_pbuf_stream.h b/components/net/lwip-2.0.2/src/apps/snmp/snmp_pbuf_stream.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_raw.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_raw.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_scalar.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_scalar.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_table.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_table.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_threadsync.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_threadsync.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmp_traps.c b/components/net/lwip-2.0.2/src/apps/snmp/snmp_traps.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmpv3.c b/components/net/lwip-2.0.2/src/apps/snmp/snmpv3.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmpv3_dummy.c b/components/net/lwip-2.0.2/src/apps/snmp/snmpv3_dummy.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmpv3_mbedtls.c b/components/net/lwip-2.0.2/src/apps/snmp/snmpv3_mbedtls.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/snmp/snmpv3_priv.h b/components/net/lwip-2.0.2/src/apps/snmp/snmpv3_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/sntp/sntp.c b/components/net/lwip-2.0.2/src/apps/sntp/sntp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/tftp/tftp_port.c b/components/net/lwip-2.0.2/src/apps/tftp/tftp_port.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/apps/tftp/tftp_server.c b/components/net/lwip-2.0.2/src/apps/tftp/tftp_server.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/arch/include/arch/bpstruct.h b/components/net/lwip-2.0.2/src/arch/include/arch/bpstruct.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/arch/include/arch/cc.h b/components/net/lwip-2.0.2/src/arch/include/arch/cc.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/arch/include/arch/epstruct.h b/components/net/lwip-2.0.2/src/arch/include/arch/epstruct.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/arch/include/arch/perf.h b/components/net/lwip-2.0.2/src/arch/include/arch/perf.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/arch/include/arch/sys_arch.h b/components/net/lwip-2.0.2/src/arch/include/arch/sys_arch.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/arch/sys_arch.c b/components/net/lwip-2.0.2/src/arch/sys_arch.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/def.c b/components/net/lwip-2.0.2/src/core/def.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/dns.c b/components/net/lwip-2.0.2/src/core/dns.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/inet_chksum.c b/components/net/lwip-2.0.2/src/core/inet_chksum.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/init.c b/components/net/lwip-2.0.2/src/core/init.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ip.c b/components/net/lwip-2.0.2/src/core/ip.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv4/autoip.c b/components/net/lwip-2.0.2/src/core/ipv4/autoip.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv4/dhcp.c b/components/net/lwip-2.0.2/src/core/ipv4/dhcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv4/etharp.c b/components/net/lwip-2.0.2/src/core/ipv4/etharp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv4/icmp.c b/components/net/lwip-2.0.2/src/core/ipv4/icmp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv4/igmp.c b/components/net/lwip-2.0.2/src/core/ipv4/igmp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv4/ip4.c b/components/net/lwip-2.0.2/src/core/ipv4/ip4.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv4/ip4_addr.c b/components/net/lwip-2.0.2/src/core/ipv4/ip4_addr.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv4/ip4_frag.c b/components/net/lwip-2.0.2/src/core/ipv4/ip4_frag.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv6/dhcp6.c b/components/net/lwip-2.0.2/src/core/ipv6/dhcp6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv6/ethip6.c b/components/net/lwip-2.0.2/src/core/ipv6/ethip6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv6/icmp6.c b/components/net/lwip-2.0.2/src/core/ipv6/icmp6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv6/inet6.c b/components/net/lwip-2.0.2/src/core/ipv6/inet6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv6/ip6.c b/components/net/lwip-2.0.2/src/core/ipv6/ip6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv6/ip6_addr.c b/components/net/lwip-2.0.2/src/core/ipv6/ip6_addr.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv6/ip6_frag.c b/components/net/lwip-2.0.2/src/core/ipv6/ip6_frag.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv6/mld6.c b/components/net/lwip-2.0.2/src/core/ipv6/mld6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/ipv6/nd6.c b/components/net/lwip-2.0.2/src/core/ipv6/nd6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/mem.c b/components/net/lwip-2.0.2/src/core/mem.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/memp.c b/components/net/lwip-2.0.2/src/core/memp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/netif.c b/components/net/lwip-2.0.2/src/core/netif.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/pbuf.c b/components/net/lwip-2.0.2/src/core/pbuf.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/raw.c b/components/net/lwip-2.0.2/src/core/raw.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/stats.c b/components/net/lwip-2.0.2/src/core/stats.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/sys.c b/components/net/lwip-2.0.2/src/core/sys.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/tcp.c b/components/net/lwip-2.0.2/src/core/tcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/tcp_in.c b/components/net/lwip-2.0.2/src/core/tcp_in.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/tcp_out.c b/components/net/lwip-2.0.2/src/core/tcp_out.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/timeouts.c b/components/net/lwip-2.0.2/src/core/timeouts.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/core/udp.c b/components/net/lwip-2.0.2/src/core/udp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/api.h b/components/net/lwip-2.0.2/src/include/lwip/api.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/FILES b/components/net/lwip-2.0.2/src/include/lwip/apps/FILES old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/fs.h b/components/net/lwip-2.0.2/src/include/lwip/apps/fs.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/httpd.h b/components/net/lwip-2.0.2/src/include/lwip/apps/httpd.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/httpd_opts.h b/components/net/lwip-2.0.2/src/include/lwip/apps/httpd_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/lwiperf.h b/components/net/lwip-2.0.2/src/include/lwip/apps/lwiperf.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/mdns.h b/components/net/lwip-2.0.2/src/include/lwip/apps/mdns.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/mdns_opts.h b/components/net/lwip-2.0.2/src/include/lwip/apps/mdns_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/mdns_priv.h b/components/net/lwip-2.0.2/src/include/lwip/apps/mdns_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/mqtt.h b/components/net/lwip-2.0.2/src/include/lwip/apps/mqtt.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/mqtt_opts.h b/components/net/lwip-2.0.2/src/include/lwip/apps/mqtt_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/netbiosns.h b/components/net/lwip-2.0.2/src/include/lwip/apps/netbiosns.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/netbiosns_opts.h b/components/net/lwip-2.0.2/src/include/lwip/apps/netbiosns_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/snmp.h b/components/net/lwip-2.0.2/src/include/lwip/apps/snmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/snmp_core.h b/components/net/lwip-2.0.2/src/include/lwip/apps/snmp_core.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/snmp_mib2.h b/components/net/lwip-2.0.2/src/include/lwip/apps/snmp_mib2.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/snmp_opts.h b/components/net/lwip-2.0.2/src/include/lwip/apps/snmp_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/snmp_scalar.h b/components/net/lwip-2.0.2/src/include/lwip/apps/snmp_scalar.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/snmp_table.h b/components/net/lwip-2.0.2/src/include/lwip/apps/snmp_table.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/snmp_threadsync.h b/components/net/lwip-2.0.2/src/include/lwip/apps/snmp_threadsync.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/snmpv3.h b/components/net/lwip-2.0.2/src/include/lwip/apps/snmpv3.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/sntp.h b/components/net/lwip-2.0.2/src/include/lwip/apps/sntp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/sntp_opts.h b/components/net/lwip-2.0.2/src/include/lwip/apps/sntp_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/tftp_opts.h b/components/net/lwip-2.0.2/src/include/lwip/apps/tftp_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/apps/tftp_server.h b/components/net/lwip-2.0.2/src/include/lwip/apps/tftp_server.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/arch.h b/components/net/lwip-2.0.2/src/include/lwip/arch.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/autoip.h b/components/net/lwip-2.0.2/src/include/lwip/autoip.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/debug.h b/components/net/lwip-2.0.2/src/include/lwip/debug.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/def.h b/components/net/lwip-2.0.2/src/include/lwip/def.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/dhcp.h b/components/net/lwip-2.0.2/src/include/lwip/dhcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/dhcp6.h b/components/net/lwip-2.0.2/src/include/lwip/dhcp6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/dns.h b/components/net/lwip-2.0.2/src/include/lwip/dns.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/err.h b/components/net/lwip-2.0.2/src/include/lwip/err.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/errno.h b/components/net/lwip-2.0.2/src/include/lwip/errno.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/etharp.h b/components/net/lwip-2.0.2/src/include/lwip/etharp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/ethip6.h b/components/net/lwip-2.0.2/src/include/lwip/ethip6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/icmp.h b/components/net/lwip-2.0.2/src/include/lwip/icmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/icmp6.h b/components/net/lwip-2.0.2/src/include/lwip/icmp6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/igmp.h b/components/net/lwip-2.0.2/src/include/lwip/igmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/inet.h b/components/net/lwip-2.0.2/src/include/lwip/inet.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/inet_chksum.h b/components/net/lwip-2.0.2/src/include/lwip/inet_chksum.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/init.h b/components/net/lwip-2.0.2/src/include/lwip/init.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/ip.h b/components/net/lwip-2.0.2/src/include/lwip/ip.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/ip4.h b/components/net/lwip-2.0.2/src/include/lwip/ip4.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/ip4_addr.h b/components/net/lwip-2.0.2/src/include/lwip/ip4_addr.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/ip4_frag.h b/components/net/lwip-2.0.2/src/include/lwip/ip4_frag.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/ip6.h b/components/net/lwip-2.0.2/src/include/lwip/ip6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/ip6_addr.h b/components/net/lwip-2.0.2/src/include/lwip/ip6_addr.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/ip6_frag.h b/components/net/lwip-2.0.2/src/include/lwip/ip6_frag.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/ip_addr.h b/components/net/lwip-2.0.2/src/include/lwip/ip_addr.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/mem.h b/components/net/lwip-2.0.2/src/include/lwip/mem.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/memp.h b/components/net/lwip-2.0.2/src/include/lwip/memp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/mld6.h b/components/net/lwip-2.0.2/src/include/lwip/mld6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/nd6.h b/components/net/lwip-2.0.2/src/include/lwip/nd6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/netbuf.h b/components/net/lwip-2.0.2/src/include/lwip/netbuf.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/netdb.h b/components/net/lwip-2.0.2/src/include/lwip/netdb.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/netif.h b/components/net/lwip-2.0.2/src/include/lwip/netif.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/netifapi.h b/components/net/lwip-2.0.2/src/include/lwip/netifapi.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/opt.h b/components/net/lwip-2.0.2/src/include/lwip/opt.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/pbuf.h b/components/net/lwip-2.0.2/src/include/lwip/pbuf.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/priv/api_msg.h b/components/net/lwip-2.0.2/src/include/lwip/priv/api_msg.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/priv/memp_priv.h b/components/net/lwip-2.0.2/src/include/lwip/priv/memp_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/priv/memp_std.h b/components/net/lwip-2.0.2/src/include/lwip/priv/memp_std.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/priv/nd6_priv.h b/components/net/lwip-2.0.2/src/include/lwip/priv/nd6_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/priv/tcp_priv.h b/components/net/lwip-2.0.2/src/include/lwip/priv/tcp_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/priv/tcpip_priv.h b/components/net/lwip-2.0.2/src/include/lwip/priv/tcpip_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/prot/autoip.h b/components/net/lwip-2.0.2/src/include/lwip/prot/autoip.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/prot/dhcp.h b/components/net/lwip-2.0.2/src/include/lwip/prot/dhcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/prot/dns.h b/components/net/lwip-2.0.2/src/include/lwip/prot/dns.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/prot/etharp.h b/components/net/lwip-2.0.2/src/include/lwip/prot/etharp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/prot/ethernet.h b/components/net/lwip-2.0.2/src/include/lwip/prot/ethernet.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/prot/icmp.h b/components/net/lwip-2.0.2/src/include/lwip/prot/icmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/prot/icmp6.h b/components/net/lwip-2.0.2/src/include/lwip/prot/icmp6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/prot/igmp.h b/components/net/lwip-2.0.2/src/include/lwip/prot/igmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/prot/ip.h b/components/net/lwip-2.0.2/src/include/lwip/prot/ip.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/prot/ip4.h b/components/net/lwip-2.0.2/src/include/lwip/prot/ip4.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/prot/ip6.h b/components/net/lwip-2.0.2/src/include/lwip/prot/ip6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/prot/mld6.h b/components/net/lwip-2.0.2/src/include/lwip/prot/mld6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/prot/nd6.h b/components/net/lwip-2.0.2/src/include/lwip/prot/nd6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/prot/tcp.h b/components/net/lwip-2.0.2/src/include/lwip/prot/tcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/prot/udp.h b/components/net/lwip-2.0.2/src/include/lwip/prot/udp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/raw.h b/components/net/lwip-2.0.2/src/include/lwip/raw.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/sio.h b/components/net/lwip-2.0.2/src/include/lwip/sio.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/snmp.h b/components/net/lwip-2.0.2/src/include/lwip/snmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/sockets.h b/components/net/lwip-2.0.2/src/include/lwip/sockets.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/stats.h b/components/net/lwip-2.0.2/src/include/lwip/stats.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/sys.h b/components/net/lwip-2.0.2/src/include/lwip/sys.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/tcp.h b/components/net/lwip-2.0.2/src/include/lwip/tcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/tcpip.h b/components/net/lwip-2.0.2/src/include/lwip/tcpip.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/timeouts.h b/components/net/lwip-2.0.2/src/include/lwip/timeouts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/lwip/udp.h b/components/net/lwip-2.0.2/src/include/lwip/udp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/etharp.h b/components/net/lwip-2.0.2/src/include/netif/etharp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ethernet.h b/components/net/lwip-2.0.2/src/include/netif/ethernet.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ethernetif.h b/components/net/lwip-2.0.2/src/include/netif/ethernetif.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/lowpan6.h b/components/net/lwip-2.0.2/src/include/netif/lowpan6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/lowpan6_opts.h b/components/net/lwip-2.0.2/src/include/netif/lowpan6_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/ccp.h b/components/net/lwip-2.0.2/src/include/netif/ppp/ccp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/chap-md5.h b/components/net/lwip-2.0.2/src/include/netif/ppp/chap-md5.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/chap-new.h b/components/net/lwip-2.0.2/src/include/netif/ppp/chap-new.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/chap_ms.h b/components/net/lwip-2.0.2/src/include/netif/ppp/chap_ms.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/eap.h b/components/net/lwip-2.0.2/src/include/netif/ppp/eap.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/ecp.h b/components/net/lwip-2.0.2/src/include/netif/ppp/ecp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/eui64.h b/components/net/lwip-2.0.2/src/include/netif/ppp/eui64.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/fsm.h b/components/net/lwip-2.0.2/src/include/netif/ppp/fsm.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/ipcp.h b/components/net/lwip-2.0.2/src/include/netif/ppp/ipcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/ipv6cp.h b/components/net/lwip-2.0.2/src/include/netif/ppp/ipv6cp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/lcp.h b/components/net/lwip-2.0.2/src/include/netif/ppp/lcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/magic.h b/components/net/lwip-2.0.2/src/include/netif/ppp/magic.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/mppe.h b/components/net/lwip-2.0.2/src/include/netif/ppp/mppe.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/arc4.h b/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/arc4.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/des.h b/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/des.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/md4.h b/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/md4.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/md5.h b/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/md5.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/sha1.h b/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/sha1.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/ppp.h b/components/net/lwip-2.0.2/src/include/netif/ppp/ppp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/ppp_impl.h b/components/net/lwip-2.0.2/src/include/netif/ppp/ppp_impl.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/ppp_opts.h b/components/net/lwip-2.0.2/src/include/netif/ppp/ppp_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/pppapi.h b/components/net/lwip-2.0.2/src/include/netif/ppp/pppapi.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/pppcrypt.h b/components/net/lwip-2.0.2/src/include/netif/ppp/pppcrypt.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/pppdebug.h b/components/net/lwip-2.0.2/src/include/netif/ppp/pppdebug.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/pppoe.h b/components/net/lwip-2.0.2/src/include/netif/ppp/pppoe.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/pppol2tp.h b/components/net/lwip-2.0.2/src/include/netif/ppp/pppol2tp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/pppos.h b/components/net/lwip-2.0.2/src/include/netif/ppp/pppos.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/upap.h b/components/net/lwip-2.0.2/src/include/netif/ppp/upap.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/ppp/vj.h b/components/net/lwip-2.0.2/src/include/netif/ppp/vj.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/netif/slipif.h b/components/net/lwip-2.0.2/src/include/netif/slipif.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/posix/netdb.h b/components/net/lwip-2.0.2/src/include/posix/netdb.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/include/posix/sys/socket.h b/components/net/lwip-2.0.2/src/include/posix/sys/socket.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/lwipopts.h b/components/net/lwip-2.0.2/src/lwipopts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/lwippools.h b/components/net/lwip-2.0.2/src/lwippools.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/FILES b/components/net/lwip-2.0.2/src/netif/FILES old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ethernet.c b/components/net/lwip-2.0.2/src/netif/ethernet.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ethernetif.c b/components/net/lwip-2.0.2/src/netif/ethernetif.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/lowpan6.c b/components/net/lwip-2.0.2/src/netif/lowpan6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/PPPD_FOLLOWUP b/components/net/lwip-2.0.2/src/netif/ppp/PPPD_FOLLOWUP old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/auth.c b/components/net/lwip-2.0.2/src/netif/ppp/auth.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/ccp.c b/components/net/lwip-2.0.2/src/netif/ppp/ccp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/chap-md5.c b/components/net/lwip-2.0.2/src/netif/ppp/chap-md5.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/chap-new.c b/components/net/lwip-2.0.2/src/netif/ppp/chap-new.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/chap_ms.c b/components/net/lwip-2.0.2/src/netif/ppp/chap_ms.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/demand.c b/components/net/lwip-2.0.2/src/netif/ppp/demand.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/eap.c b/components/net/lwip-2.0.2/src/netif/ppp/eap.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/ecp.c b/components/net/lwip-2.0.2/src/netif/ppp/ecp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/eui64.c b/components/net/lwip-2.0.2/src/netif/ppp/eui64.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/fsm.c b/components/net/lwip-2.0.2/src/netif/ppp/fsm.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/ipcp.c b/components/net/lwip-2.0.2/src/netif/ppp/ipcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/ipv6cp.c b/components/net/lwip-2.0.2/src/netif/ppp/ipv6cp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/lcp.c b/components/net/lwip-2.0.2/src/netif/ppp/lcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/magic.c b/components/net/lwip-2.0.2/src/netif/ppp/magic.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/mppe.c b/components/net/lwip-2.0.2/src/netif/ppp/mppe.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/multilink.c b/components/net/lwip-2.0.2/src/netif/ppp/multilink.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/polarssl/README b/components/net/lwip-2.0.2/src/netif/ppp/polarssl/README old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/polarssl/arc4.c b/components/net/lwip-2.0.2/src/netif/ppp/polarssl/arc4.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/polarssl/des.c b/components/net/lwip-2.0.2/src/netif/ppp/polarssl/des.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/polarssl/md4.c b/components/net/lwip-2.0.2/src/netif/ppp/polarssl/md4.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/polarssl/md5.c b/components/net/lwip-2.0.2/src/netif/ppp/polarssl/md5.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/polarssl/sha1.c b/components/net/lwip-2.0.2/src/netif/ppp/polarssl/sha1.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/ppp.c b/components/net/lwip-2.0.2/src/netif/ppp/ppp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/pppapi.c b/components/net/lwip-2.0.2/src/netif/ppp/pppapi.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/pppcrypt.c b/components/net/lwip-2.0.2/src/netif/ppp/pppcrypt.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/pppoe.c b/components/net/lwip-2.0.2/src/netif/ppp/pppoe.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/pppol2tp.c b/components/net/lwip-2.0.2/src/netif/ppp/pppol2tp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/pppos.c b/components/net/lwip-2.0.2/src/netif/ppp/pppos.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/upap.c b/components/net/lwip-2.0.2/src/netif/ppp/upap.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/utils.c b/components/net/lwip-2.0.2/src/netif/ppp/utils.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/ppp/vj.c b/components/net/lwip-2.0.2/src/netif/ppp/vj.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/src/netif/slipif.c b/components/net/lwip-2.0.2/src/netif/slipif.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/fuzz/Makefile b/components/net/lwip-2.0.2/test/fuzz/Makefile old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/fuzz/README b/components/net/lwip-2.0.2/test/fuzz/README old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/fuzz/config.h b/components/net/lwip-2.0.2/test/fuzz/config.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/fuzz/fuzz.c b/components/net/lwip-2.0.2/test/fuzz/fuzz.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/fuzz/lwipopts.h b/components/net/lwip-2.0.2/test/fuzz/lwipopts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/fuzz/output_to_pcap.sh b/components/net/lwip-2.0.2/test/fuzz/output_to_pcap.sh old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/core/test_mem.c b/components/net/lwip-2.0.2/test/unit/core/test_mem.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/core/test_mem.h b/components/net/lwip-2.0.2/test/unit/core/test_mem.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/core/test_pbuf.c b/components/net/lwip-2.0.2/test/unit/core/test_pbuf.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/core/test_pbuf.h b/components/net/lwip-2.0.2/test/unit/core/test_pbuf.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/dhcp/test_dhcp.c b/components/net/lwip-2.0.2/test/unit/dhcp/test_dhcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/dhcp/test_dhcp.h b/components/net/lwip-2.0.2/test/unit/dhcp/test_dhcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/etharp/test_etharp.c b/components/net/lwip-2.0.2/test/unit/etharp/test_etharp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/etharp/test_etharp.h b/components/net/lwip-2.0.2/test/unit/etharp/test_etharp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/lwip_check.h b/components/net/lwip-2.0.2/test/unit/lwip_check.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/lwip_unittests.c b/components/net/lwip-2.0.2/test/unit/lwip_unittests.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/lwipopts.h b/components/net/lwip-2.0.2/test/unit/lwipopts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/mdns/test_mdns.c b/components/net/lwip-2.0.2/test/unit/mdns/test_mdns.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/mdns/test_mdns.h b/components/net/lwip-2.0.2/test/unit/mdns/test_mdns.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/tcp/tcp_helper.c b/components/net/lwip-2.0.2/test/unit/tcp/tcp_helper.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/tcp/tcp_helper.h b/components/net/lwip-2.0.2/test/unit/tcp/tcp_helper.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/tcp/test_tcp.c b/components/net/lwip-2.0.2/test/unit/tcp/test_tcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/tcp/test_tcp.h b/components/net/lwip-2.0.2/test/unit/tcp/test_tcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/tcp/test_tcp_oos.c b/components/net/lwip-2.0.2/test/unit/tcp/test_tcp_oos.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/tcp/test_tcp_oos.h b/components/net/lwip-2.0.2/test/unit/tcp/test_tcp_oos.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/udp/test_udp.c b/components/net/lwip-2.0.2/test/unit/udp/test_udp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.0.2/test/unit/udp/test_udp.h b/components/net/lwip-2.0.2/test/unit/udp/test_udp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/CHANGELOG b/components/net/lwip-2.1.0/CHANGELOG old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/CMakeLists.txt b/components/net/lwip-2.1.0/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/COPYING b/components/net/lwip-2.1.0/COPYING old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/FEATURES b/components/net/lwip-2.1.0/FEATURES old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/FILES b/components/net/lwip-2.1.0/FILES old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/README b/components/net/lwip-2.1.0/README old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/READTEST.md b/components/net/lwip-2.1.0/READTEST.md old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/SConscript b/components/net/lwip-2.1.0/SConscript old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/UPGRADING b/components/net/lwip-2.1.0/UPGRADING old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/doc/FILES b/components/net/lwip-2.1.0/doc/FILES old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/doc/NO_SYS_SampleCode.c b/components/net/lwip-2.1.0/doc/NO_SYS_SampleCode.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/doc/ZeroCopyRx.c b/components/net/lwip-2.1.0/doc/ZeroCopyRx.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/doc/contrib.txt b/components/net/lwip-2.1.0/doc/contrib.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/doc/doxygen/generate.bat b/components/net/lwip-2.1.0/doc/doxygen/generate.bat old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/doc/doxygen/generate.sh b/components/net/lwip-2.1.0/doc/doxygen/generate.sh old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/doc/doxygen/lwip.Doxyfile b/components/net/lwip-2.1.0/doc/doxygen/lwip.Doxyfile old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/doc/doxygen/lwip.Doxyfile.cmake.in b/components/net/lwip-2.1.0/doc/doxygen/lwip.Doxyfile.cmake.in old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/doc/doxygen/main_page.h b/components/net/lwip-2.1.0/doc/doxygen/main_page.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/doc/doxygen/output/index.html b/components/net/lwip-2.1.0/doc/doxygen/output/index.html old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/doc/mdns.txt b/components/net/lwip-2.1.0/doc/mdns.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/doc/mqtt_client.txt b/components/net/lwip-2.1.0/doc/mqtt_client.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/doc/ppp.txt b/components/net/lwip-2.1.0/doc/ppp.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/doc/savannah.txt b/components/net/lwip-2.1.0/doc/savannah.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/FILES b/components/net/lwip-2.1.0/src/FILES old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/Filelists.cmake b/components/net/lwip-2.1.0/src/Filelists.cmake old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/Filelists.mk b/components/net/lwip-2.1.0/src/Filelists.mk old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/api/api_lib.c b/components/net/lwip-2.1.0/src/api/api_lib.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/api/api_msg.c b/components/net/lwip-2.1.0/src/api/api_msg.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/api/err.c b/components/net/lwip-2.1.0/src/api/err.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/api/if_api.c b/components/net/lwip-2.1.0/src/api/if_api.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/api/netbuf.c b/components/net/lwip-2.1.0/src/api/netbuf.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/api/netdb.c b/components/net/lwip-2.1.0/src/api/netdb.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/api/netifapi.c b/components/net/lwip-2.1.0/src/api/netifapi.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/api/sockets.c b/components/net/lwip-2.1.0/src/api/sockets.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/api/tcpip.c b/components/net/lwip-2.1.0/src/api/tcpip.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/README.md b/components/net/lwip-2.1.0/src/apps/README.md old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/altcp_tls/altcp_tls_mbedtls.c b/components/net/lwip-2.1.0/src/apps/altcp_tls/altcp_tls_mbedtls.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/altcp_tls/altcp_tls_mbedtls_mem.c b/components/net/lwip-2.1.0/src/apps/altcp_tls/altcp_tls_mbedtls_mem.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/altcp_tls/altcp_tls_mbedtls_mem.h b/components/net/lwip-2.1.0/src/apps/altcp_tls/altcp_tls_mbedtls_mem.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/altcp_tls/altcp_tls_mbedtls_structs.h b/components/net/lwip-2.1.0/src/apps/altcp_tls/altcp_tls_mbedtls_structs.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/http/altcp_proxyconnect.c b/components/net/lwip-2.1.0/src/apps/http/altcp_proxyconnect.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/http/fs.c b/components/net/lwip-2.1.0/src/apps/http/fs.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/http/fs/404.html b/components/net/lwip-2.1.0/src/apps/http/fs/404.html old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/http/fs/img/sics.gif b/components/net/lwip-2.1.0/src/apps/http/fs/img/sics.gif old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/http/fs/index.html b/components/net/lwip-2.1.0/src/apps/http/fs/index.html old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/http/fsdata.c b/components/net/lwip-2.1.0/src/apps/http/fsdata.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/http/fsdata.h b/components/net/lwip-2.1.0/src/apps/http/fsdata.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/http/http_client.c b/components/net/lwip-2.1.0/src/apps/http/http_client.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/http/httpd.c b/components/net/lwip-2.1.0/src/apps/http/httpd.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/http/httpd_structs.h b/components/net/lwip-2.1.0/src/apps/http/httpd_structs.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/http/makefsdata/makefsdata b/components/net/lwip-2.1.0/src/apps/http/makefsdata/makefsdata old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/http/makefsdata/makefsdata.c b/components/net/lwip-2.1.0/src/apps/http/makefsdata/makefsdata.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/http/makefsdata/readme.txt b/components/net/lwip-2.1.0/src/apps/http/makefsdata/readme.txt old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/http/makefsdata/tinydir.h b/components/net/lwip-2.1.0/src/apps/http/makefsdata/tinydir.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/lwiperf/lwiperf.c b/components/net/lwip-2.1.0/src/apps/lwiperf/lwiperf.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/mdns/mdns.c b/components/net/lwip-2.1.0/src/apps/mdns/mdns.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/mqtt/mqtt.c b/components/net/lwip-2.1.0/src/apps/mqtt/mqtt.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/netbiosns/netbiosns.c b/components/net/lwip-2.1.0/src/apps/netbiosns/netbiosns.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/ping/ping.c b/components/net/lwip-2.1.0/src/apps/ping/ping.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/smtp/smtp.c b/components/net/lwip-2.1.0/src/apps/smtp/smtp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_asn1.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_asn1.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_asn1.h b/components/net/lwip-2.1.0/src/apps/snmp/snmp_asn1.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_core.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_core.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_core_priv.h b/components/net/lwip-2.1.0/src/apps/snmp/snmp_core_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_icmp.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_icmp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_interfaces.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_interfaces.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_ip.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_ip.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_snmp.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_snmp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_system.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_system.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_tcp.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_tcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_udp.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_udp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_msg.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_msg.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_msg.h b/components/net/lwip-2.1.0/src/apps/snmp/snmp_msg.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_netconn.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_netconn.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_pbuf_stream.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_pbuf_stream.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_pbuf_stream.h b/components/net/lwip-2.1.0/src/apps/snmp/snmp_pbuf_stream.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_raw.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_raw.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_scalar.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_scalar.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_snmpv2_framework.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_snmpv2_framework.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_snmpv2_usm.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_snmpv2_usm.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_table.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_table.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_threadsync.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_threadsync.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmp_traps.c b/components/net/lwip-2.1.0/src/apps/snmp/snmp_traps.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmpv3.c b/components/net/lwip-2.1.0/src/apps/snmp/snmpv3.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmpv3_mbedtls.c b/components/net/lwip-2.1.0/src/apps/snmp/snmpv3_mbedtls.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/snmp/snmpv3_priv.h b/components/net/lwip-2.1.0/src/apps/snmp/snmpv3_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/sntp/sntp.c b/components/net/lwip-2.1.0/src/apps/sntp/sntp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/tftp/tftp_port.c b/components/net/lwip-2.1.0/src/apps/tftp/tftp_port.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/apps/tftp/tftp_server.c b/components/net/lwip-2.1.0/src/apps/tftp/tftp_server.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/arch/include/arch/bpstruct.h b/components/net/lwip-2.1.0/src/arch/include/arch/bpstruct.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/arch/include/arch/cc.h b/components/net/lwip-2.1.0/src/arch/include/arch/cc.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/arch/include/arch/epstruct.h b/components/net/lwip-2.1.0/src/arch/include/arch/epstruct.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/arch/include/arch/perf.h b/components/net/lwip-2.1.0/src/arch/include/arch/perf.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/arch/include/arch/sys_arch.h b/components/net/lwip-2.1.0/src/arch/include/arch/sys_arch.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/altcp.c b/components/net/lwip-2.1.0/src/core/altcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/altcp_alloc.c b/components/net/lwip-2.1.0/src/core/altcp_alloc.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/altcp_tcp.c b/components/net/lwip-2.1.0/src/core/altcp_tcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/def.c b/components/net/lwip-2.1.0/src/core/def.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/dns.c b/components/net/lwip-2.1.0/src/core/dns.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/inet_chksum.c b/components/net/lwip-2.1.0/src/core/inet_chksum.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/init.c b/components/net/lwip-2.1.0/src/core/init.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ip.c b/components/net/lwip-2.1.0/src/core/ip.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv4/autoip.c b/components/net/lwip-2.1.0/src/core/ipv4/autoip.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv4/dhcp.c b/components/net/lwip-2.1.0/src/core/ipv4/dhcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv4/etharp.c b/components/net/lwip-2.1.0/src/core/ipv4/etharp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv4/icmp.c b/components/net/lwip-2.1.0/src/core/ipv4/icmp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv4/igmp.c b/components/net/lwip-2.1.0/src/core/ipv4/igmp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv4/ip4.c b/components/net/lwip-2.1.0/src/core/ipv4/ip4.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv4/ip4_addr.c b/components/net/lwip-2.1.0/src/core/ipv4/ip4_addr.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv4/ip4_frag.c b/components/net/lwip-2.1.0/src/core/ipv4/ip4_frag.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv6/dhcp6.c b/components/net/lwip-2.1.0/src/core/ipv6/dhcp6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv6/ethip6.c b/components/net/lwip-2.1.0/src/core/ipv6/ethip6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv6/icmp6.c b/components/net/lwip-2.1.0/src/core/ipv6/icmp6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv6/inet6.c b/components/net/lwip-2.1.0/src/core/ipv6/inet6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv6/ip6.c b/components/net/lwip-2.1.0/src/core/ipv6/ip6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv6/ip6_addr.c b/components/net/lwip-2.1.0/src/core/ipv6/ip6_addr.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv6/ip6_frag.c b/components/net/lwip-2.1.0/src/core/ipv6/ip6_frag.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv6/mld6.c b/components/net/lwip-2.1.0/src/core/ipv6/mld6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/ipv6/nd6.c b/components/net/lwip-2.1.0/src/core/ipv6/nd6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/mem.c b/components/net/lwip-2.1.0/src/core/mem.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/memp.c b/components/net/lwip-2.1.0/src/core/memp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/netif.c b/components/net/lwip-2.1.0/src/core/netif.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/pbuf.c b/components/net/lwip-2.1.0/src/core/pbuf.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/raw.c b/components/net/lwip-2.1.0/src/core/raw.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/stats.c b/components/net/lwip-2.1.0/src/core/stats.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/sys.c b/components/net/lwip-2.1.0/src/core/sys.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/tcp.c b/components/net/lwip-2.1.0/src/core/tcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/tcp_in.c b/components/net/lwip-2.1.0/src/core/tcp_in.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/tcp_out.c b/components/net/lwip-2.1.0/src/core/tcp_out.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/timeouts.c b/components/net/lwip-2.1.0/src/core/timeouts.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/core/udp.c b/components/net/lwip-2.1.0/src/core/udp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/compat/posix/arpa/inet.h b/components/net/lwip-2.1.0/src/include/compat/posix/arpa/inet.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/compat/posix/net/if.h b/components/net/lwip-2.1.0/src/include/compat/posix/net/if.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/compat/posix/netdb.h b/components/net/lwip-2.1.0/src/include/compat/posix/netdb.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/compat/posix/sys/socket.h b/components/net/lwip-2.1.0/src/include/compat/posix/sys/socket.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/compat/stdc/errno.h b/components/net/lwip-2.1.0/src/include/compat/stdc/errno.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/altcp.h b/components/net/lwip-2.1.0/src/include/lwip/altcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/altcp_tcp.h b/components/net/lwip-2.1.0/src/include/lwip/altcp_tcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/altcp_tls.h b/components/net/lwip-2.1.0/src/include/lwip/altcp_tls.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/api.h b/components/net/lwip-2.1.0/src/include/lwip/api.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/FILES b/components/net/lwip-2.1.0/src/include/lwip/apps/FILES old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/altcp_proxyconnect.h b/components/net/lwip-2.1.0/src/include/lwip/apps/altcp_proxyconnect.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/altcp_tls_mbedtls_opts.h b/components/net/lwip-2.1.0/src/include/lwip/apps/altcp_tls_mbedtls_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/fs.h b/components/net/lwip-2.1.0/src/include/lwip/apps/fs.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/http_client.h b/components/net/lwip-2.1.0/src/include/lwip/apps/http_client.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/httpd.h b/components/net/lwip-2.1.0/src/include/lwip/apps/httpd.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/httpd_opts.h b/components/net/lwip-2.1.0/src/include/lwip/apps/httpd_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/lwiperf.h b/components/net/lwip-2.1.0/src/include/lwip/apps/lwiperf.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/mdns.h b/components/net/lwip-2.1.0/src/include/lwip/apps/mdns.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/mdns_opts.h b/components/net/lwip-2.1.0/src/include/lwip/apps/mdns_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/mdns_priv.h b/components/net/lwip-2.1.0/src/include/lwip/apps/mdns_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/mqtt.h b/components/net/lwip-2.1.0/src/include/lwip/apps/mqtt.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/mqtt_opts.h b/components/net/lwip-2.1.0/src/include/lwip/apps/mqtt_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/mqtt_priv.h b/components/net/lwip-2.1.0/src/include/lwip/apps/mqtt_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/netbiosns.h b/components/net/lwip-2.1.0/src/include/lwip/apps/netbiosns.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/netbiosns_opts.h b/components/net/lwip-2.1.0/src/include/lwip/apps/netbiosns_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/smtp.h b/components/net/lwip-2.1.0/src/include/lwip/apps/smtp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/smtp_opts.h b/components/net/lwip-2.1.0/src/include/lwip/apps/smtp_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/snmp.h b/components/net/lwip-2.1.0/src/include/lwip/apps/snmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_core.h b/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_core.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_mib2.h b/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_mib2.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_opts.h b/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_scalar.h b/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_scalar.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_snmpv2_framework.h b/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_snmpv2_framework.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_snmpv2_usm.h b/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_snmpv2_usm.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_table.h b/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_table.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_threadsync.h b/components/net/lwip-2.1.0/src/include/lwip/apps/snmp_threadsync.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/snmpv3.h b/components/net/lwip-2.1.0/src/include/lwip/apps/snmpv3.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/sntp.h b/components/net/lwip-2.1.0/src/include/lwip/apps/sntp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/sntp_opts.h b/components/net/lwip-2.1.0/src/include/lwip/apps/sntp_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/tftp_opts.h b/components/net/lwip-2.1.0/src/include/lwip/apps/tftp_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/apps/tftp_server.h b/components/net/lwip-2.1.0/src/include/lwip/apps/tftp_server.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/arch.h b/components/net/lwip-2.1.0/src/include/lwip/arch.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/autoip.h b/components/net/lwip-2.1.0/src/include/lwip/autoip.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/debug.h b/components/net/lwip-2.1.0/src/include/lwip/debug.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/def.h b/components/net/lwip-2.1.0/src/include/lwip/def.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/dhcp.h b/components/net/lwip-2.1.0/src/include/lwip/dhcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/dhcp6.h b/components/net/lwip-2.1.0/src/include/lwip/dhcp6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/dns.h b/components/net/lwip-2.1.0/src/include/lwip/dns.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/err.h b/components/net/lwip-2.1.0/src/include/lwip/err.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/errno.h b/components/net/lwip-2.1.0/src/include/lwip/errno.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/etharp.h b/components/net/lwip-2.1.0/src/include/lwip/etharp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/ethip6.h b/components/net/lwip-2.1.0/src/include/lwip/ethip6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/icmp.h b/components/net/lwip-2.1.0/src/include/lwip/icmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/icmp6.h b/components/net/lwip-2.1.0/src/include/lwip/icmp6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/if_api.h b/components/net/lwip-2.1.0/src/include/lwip/if_api.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/igmp.h b/components/net/lwip-2.1.0/src/include/lwip/igmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/inet.h b/components/net/lwip-2.1.0/src/include/lwip/inet.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/inet_chksum.h b/components/net/lwip-2.1.0/src/include/lwip/inet_chksum.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/init.h b/components/net/lwip-2.1.0/src/include/lwip/init.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/init.h.cmake.in b/components/net/lwip-2.1.0/src/include/lwip/init.h.cmake.in old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/ip.h b/components/net/lwip-2.1.0/src/include/lwip/ip.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/ip4.h b/components/net/lwip-2.1.0/src/include/lwip/ip4.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/ip4_addr.h b/components/net/lwip-2.1.0/src/include/lwip/ip4_addr.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/ip4_frag.h b/components/net/lwip-2.1.0/src/include/lwip/ip4_frag.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/ip6.h b/components/net/lwip-2.1.0/src/include/lwip/ip6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/ip6_addr.h b/components/net/lwip-2.1.0/src/include/lwip/ip6_addr.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/ip6_frag.h b/components/net/lwip-2.1.0/src/include/lwip/ip6_frag.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/ip6_zone.h b/components/net/lwip-2.1.0/src/include/lwip/ip6_zone.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/ip_addr.h b/components/net/lwip-2.1.0/src/include/lwip/ip_addr.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/mem.h b/components/net/lwip-2.1.0/src/include/lwip/mem.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/memp.h b/components/net/lwip-2.1.0/src/include/lwip/memp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/mld6.h b/components/net/lwip-2.1.0/src/include/lwip/mld6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/nd6.h b/components/net/lwip-2.1.0/src/include/lwip/nd6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/netbuf.h b/components/net/lwip-2.1.0/src/include/lwip/netbuf.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/netdb.h b/components/net/lwip-2.1.0/src/include/lwip/netdb.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/netif.h b/components/net/lwip-2.1.0/src/include/lwip/netif.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/netifapi.h b/components/net/lwip-2.1.0/src/include/lwip/netifapi.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/opt.h b/components/net/lwip-2.1.0/src/include/lwip/opt.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/pbuf.h b/components/net/lwip-2.1.0/src/include/lwip/pbuf.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/priv/altcp_priv.h b/components/net/lwip-2.1.0/src/include/lwip/priv/altcp_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/priv/api_msg.h b/components/net/lwip-2.1.0/src/include/lwip/priv/api_msg.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/priv/mem_priv.h b/components/net/lwip-2.1.0/src/include/lwip/priv/mem_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/priv/memp_priv.h b/components/net/lwip-2.1.0/src/include/lwip/priv/memp_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/priv/memp_std.h b/components/net/lwip-2.1.0/src/include/lwip/priv/memp_std.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/priv/nd6_priv.h b/components/net/lwip-2.1.0/src/include/lwip/priv/nd6_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/priv/raw_priv.h b/components/net/lwip-2.1.0/src/include/lwip/priv/raw_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/priv/sockets_priv.h b/components/net/lwip-2.1.0/src/include/lwip/priv/sockets_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/priv/tcp_priv.h b/components/net/lwip-2.1.0/src/include/lwip/priv/tcp_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/priv/tcpip_priv.h b/components/net/lwip-2.1.0/src/include/lwip/priv/tcpip_priv.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/autoip.h b/components/net/lwip-2.1.0/src/include/lwip/prot/autoip.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/dhcp.h b/components/net/lwip-2.1.0/src/include/lwip/prot/dhcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/dhcp6.h b/components/net/lwip-2.1.0/src/include/lwip/prot/dhcp6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/dns.h b/components/net/lwip-2.1.0/src/include/lwip/prot/dns.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/etharp.h b/components/net/lwip-2.1.0/src/include/lwip/prot/etharp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/ethernet.h b/components/net/lwip-2.1.0/src/include/lwip/prot/ethernet.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/iana.h b/components/net/lwip-2.1.0/src/include/lwip/prot/iana.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/icmp.h b/components/net/lwip-2.1.0/src/include/lwip/prot/icmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/icmp6.h b/components/net/lwip-2.1.0/src/include/lwip/prot/icmp6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/ieee.h b/components/net/lwip-2.1.0/src/include/lwip/prot/ieee.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/igmp.h b/components/net/lwip-2.1.0/src/include/lwip/prot/igmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/ip.h b/components/net/lwip-2.1.0/src/include/lwip/prot/ip.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/ip4.h b/components/net/lwip-2.1.0/src/include/lwip/prot/ip4.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/ip6.h b/components/net/lwip-2.1.0/src/include/lwip/prot/ip6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/mld6.h b/components/net/lwip-2.1.0/src/include/lwip/prot/mld6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/nd6.h b/components/net/lwip-2.1.0/src/include/lwip/prot/nd6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/tcp.h b/components/net/lwip-2.1.0/src/include/lwip/prot/tcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/prot/udp.h b/components/net/lwip-2.1.0/src/include/lwip/prot/udp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/raw.h b/components/net/lwip-2.1.0/src/include/lwip/raw.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/sio.h b/components/net/lwip-2.1.0/src/include/lwip/sio.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/snmp.h b/components/net/lwip-2.1.0/src/include/lwip/snmp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/sockets.h b/components/net/lwip-2.1.0/src/include/lwip/sockets.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/stats.h b/components/net/lwip-2.1.0/src/include/lwip/stats.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/sys.h b/components/net/lwip-2.1.0/src/include/lwip/sys.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/tcp.h b/components/net/lwip-2.1.0/src/include/lwip/tcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/tcpbase.h b/components/net/lwip-2.1.0/src/include/lwip/tcpbase.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/tcpip.h b/components/net/lwip-2.1.0/src/include/lwip/tcpip.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/timeouts.h b/components/net/lwip-2.1.0/src/include/lwip/timeouts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/lwip/udp.h b/components/net/lwip-2.1.0/src/include/lwip/udp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/bridgeif.h b/components/net/lwip-2.1.0/src/include/netif/bridgeif.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/bridgeif_opts.h b/components/net/lwip-2.1.0/src/include/netif/bridgeif_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/etharp.h b/components/net/lwip-2.1.0/src/include/netif/etharp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ethernet.h b/components/net/lwip-2.1.0/src/include/netif/ethernet.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ethernetif.h b/components/net/lwip-2.1.0/src/include/netif/ethernetif.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ieee802154.h b/components/net/lwip-2.1.0/src/include/netif/ieee802154.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/lowpan6.h b/components/net/lwip-2.1.0/src/include/netif/lowpan6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/lowpan6_ble.h b/components/net/lwip-2.1.0/src/include/netif/lowpan6_ble.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/lowpan6_common.h b/components/net/lwip-2.1.0/src/include/netif/lowpan6_common.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/lowpan6_opts.h b/components/net/lwip-2.1.0/src/include/netif/lowpan6_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/ccp.h b/components/net/lwip-2.1.0/src/include/netif/ppp/ccp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/chap-md5.h b/components/net/lwip-2.1.0/src/include/netif/ppp/chap-md5.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/chap-new.h b/components/net/lwip-2.1.0/src/include/netif/ppp/chap-new.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/chap_ms.h b/components/net/lwip-2.1.0/src/include/netif/ppp/chap_ms.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/eap.h b/components/net/lwip-2.1.0/src/include/netif/ppp/eap.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/ecp.h b/components/net/lwip-2.1.0/src/include/netif/ppp/ecp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/eui64.h b/components/net/lwip-2.1.0/src/include/netif/ppp/eui64.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/fsm.h b/components/net/lwip-2.1.0/src/include/netif/ppp/fsm.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/ipcp.h b/components/net/lwip-2.1.0/src/include/netif/ppp/ipcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/ipv6cp.h b/components/net/lwip-2.1.0/src/include/netif/ppp/ipv6cp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/lcp.h b/components/net/lwip-2.1.0/src/include/netif/ppp/lcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/magic.h b/components/net/lwip-2.1.0/src/include/netif/ppp/magic.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/mppe.h b/components/net/lwip-2.1.0/src/include/netif/ppp/mppe.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/arc4.h b/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/arc4.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/des.h b/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/des.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/md4.h b/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/md4.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/md5.h b/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/md5.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/sha1.h b/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/sha1.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/ppp.h b/components/net/lwip-2.1.0/src/include/netif/ppp/ppp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/ppp_impl.h b/components/net/lwip-2.1.0/src/include/netif/ppp/ppp_impl.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/ppp_opts.h b/components/net/lwip-2.1.0/src/include/netif/ppp/ppp_opts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/pppapi.h b/components/net/lwip-2.1.0/src/include/netif/ppp/pppapi.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/pppcrypt.h b/components/net/lwip-2.1.0/src/include/netif/ppp/pppcrypt.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/pppdebug.h b/components/net/lwip-2.1.0/src/include/netif/ppp/pppdebug.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/pppoe.h b/components/net/lwip-2.1.0/src/include/netif/ppp/pppoe.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/pppol2tp.h b/components/net/lwip-2.1.0/src/include/netif/ppp/pppol2tp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/pppos.h b/components/net/lwip-2.1.0/src/include/netif/ppp/pppos.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/upap.h b/components/net/lwip-2.1.0/src/include/netif/ppp/upap.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/ppp/vj.h b/components/net/lwip-2.1.0/src/include/netif/ppp/vj.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/slipif.h b/components/net/lwip-2.1.0/src/include/netif/slipif.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/include/netif/zepif.h b/components/net/lwip-2.1.0/src/include/netif/zepif.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/lwipopts.h b/components/net/lwip-2.1.0/src/lwipopts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/lwippools.h b/components/net/lwip-2.1.0/src/lwippools.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/FILES b/components/net/lwip-2.1.0/src/netif/FILES old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/bridgeif.c b/components/net/lwip-2.1.0/src/netif/bridgeif.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/bridgeif_fdb.c b/components/net/lwip-2.1.0/src/netif/bridgeif_fdb.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ethernet.c b/components/net/lwip-2.1.0/src/netif/ethernet.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/lowpan6.c b/components/net/lwip-2.1.0/src/netif/lowpan6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/lowpan6_ble.c b/components/net/lwip-2.1.0/src/netif/lowpan6_ble.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/lowpan6_common.c b/components/net/lwip-2.1.0/src/netif/lowpan6_common.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/PPPD_FOLLOWUP b/components/net/lwip-2.1.0/src/netif/ppp/PPPD_FOLLOWUP old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/auth.c b/components/net/lwip-2.1.0/src/netif/ppp/auth.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/ccp.c b/components/net/lwip-2.1.0/src/netif/ppp/ccp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/chap-md5.c b/components/net/lwip-2.1.0/src/netif/ppp/chap-md5.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/chap-new.c b/components/net/lwip-2.1.0/src/netif/ppp/chap-new.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/chap_ms.c b/components/net/lwip-2.1.0/src/netif/ppp/chap_ms.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/demand.c b/components/net/lwip-2.1.0/src/netif/ppp/demand.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/eap.c b/components/net/lwip-2.1.0/src/netif/ppp/eap.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/ecp.c b/components/net/lwip-2.1.0/src/netif/ppp/ecp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/eui64.c b/components/net/lwip-2.1.0/src/netif/ppp/eui64.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/fsm.c b/components/net/lwip-2.1.0/src/netif/ppp/fsm.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/ipcp.c b/components/net/lwip-2.1.0/src/netif/ppp/ipcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/ipv6cp.c b/components/net/lwip-2.1.0/src/netif/ppp/ipv6cp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/lcp.c b/components/net/lwip-2.1.0/src/netif/ppp/lcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/magic.c b/components/net/lwip-2.1.0/src/netif/ppp/magic.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/mppe.c b/components/net/lwip-2.1.0/src/netif/ppp/mppe.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/multilink.c b/components/net/lwip-2.1.0/src/netif/ppp/multilink.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/polarssl/README b/components/net/lwip-2.1.0/src/netif/ppp/polarssl/README old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/polarssl/arc4.c b/components/net/lwip-2.1.0/src/netif/ppp/polarssl/arc4.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/polarssl/des.c b/components/net/lwip-2.1.0/src/netif/ppp/polarssl/des.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/polarssl/md4.c b/components/net/lwip-2.1.0/src/netif/ppp/polarssl/md4.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/polarssl/md5.c b/components/net/lwip-2.1.0/src/netif/ppp/polarssl/md5.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/polarssl/sha1.c b/components/net/lwip-2.1.0/src/netif/ppp/polarssl/sha1.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/ppp.c b/components/net/lwip-2.1.0/src/netif/ppp/ppp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/pppapi.c b/components/net/lwip-2.1.0/src/netif/ppp/pppapi.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/pppcrypt.c b/components/net/lwip-2.1.0/src/netif/ppp/pppcrypt.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/pppoe.c b/components/net/lwip-2.1.0/src/netif/ppp/pppoe.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/pppol2tp.c b/components/net/lwip-2.1.0/src/netif/ppp/pppol2tp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/pppos.c b/components/net/lwip-2.1.0/src/netif/ppp/pppos.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/upap.c b/components/net/lwip-2.1.0/src/netif/ppp/upap.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/utils.c b/components/net/lwip-2.1.0/src/netif/ppp/utils.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/ppp/vj.c b/components/net/lwip-2.1.0/src/netif/ppp/vj.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/slipif.c b/components/net/lwip-2.1.0/src/netif/slipif.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/src/netif/zepif.c b/components/net/lwip-2.1.0/src/netif/zepif.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/fuzz/Makefile b/components/net/lwip-2.1.0/test/fuzz/Makefile old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/fuzz/README b/components/net/lwip-2.1.0/test/fuzz/README old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/fuzz/config.h b/components/net/lwip-2.1.0/test/fuzz/config.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/fuzz/fuzz.c b/components/net/lwip-2.1.0/test/fuzz/fuzz.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/fuzz/lwipopts.h b/components/net/lwip-2.1.0/test/fuzz/lwipopts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/fuzz/output_to_pcap.sh b/components/net/lwip-2.1.0/test/fuzz/output_to_pcap.sh old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/sockets/sockets_stresstest.c b/components/net/lwip-2.1.0/test/sockets/sockets_stresstest.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/sockets/sockets_stresstest.h b/components/net/lwip-2.1.0/test/sockets/sockets_stresstest.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/Filelists.cmake b/components/net/lwip-2.1.0/test/unit/Filelists.cmake old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/Filelists.mk b/components/net/lwip-2.1.0/test/unit/Filelists.mk old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/api/test_sockets.c b/components/net/lwip-2.1.0/test/unit/api/test_sockets.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/api/test_sockets.h b/components/net/lwip-2.1.0/test/unit/api/test_sockets.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/arch/sys_arch.c b/components/net/lwip-2.1.0/test/unit/arch/sys_arch.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/arch/sys_arch.h b/components/net/lwip-2.1.0/test/unit/arch/sys_arch.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/core/test_def.c b/components/net/lwip-2.1.0/test/unit/core/test_def.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/core/test_def.h b/components/net/lwip-2.1.0/test/unit/core/test_def.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/core/test_mem.c b/components/net/lwip-2.1.0/test/unit/core/test_mem.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/core/test_mem.h b/components/net/lwip-2.1.0/test/unit/core/test_mem.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/core/test_netif.c b/components/net/lwip-2.1.0/test/unit/core/test_netif.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/core/test_netif.h b/components/net/lwip-2.1.0/test/unit/core/test_netif.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/core/test_pbuf.c b/components/net/lwip-2.1.0/test/unit/core/test_pbuf.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/core/test_pbuf.h b/components/net/lwip-2.1.0/test/unit/core/test_pbuf.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/core/test_timers.c b/components/net/lwip-2.1.0/test/unit/core/test_timers.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/core/test_timers.h b/components/net/lwip-2.1.0/test/unit/core/test_timers.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/dhcp/test_dhcp.c b/components/net/lwip-2.1.0/test/unit/dhcp/test_dhcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/dhcp/test_dhcp.h b/components/net/lwip-2.1.0/test/unit/dhcp/test_dhcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/etharp/test_etharp.c b/components/net/lwip-2.1.0/test/unit/etharp/test_etharp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/etharp/test_etharp.h b/components/net/lwip-2.1.0/test/unit/etharp/test_etharp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/ip4/test_ip4.c b/components/net/lwip-2.1.0/test/unit/ip4/test_ip4.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/ip4/test_ip4.h b/components/net/lwip-2.1.0/test/unit/ip4/test_ip4.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/ip6/test_ip6.c b/components/net/lwip-2.1.0/test/unit/ip6/test_ip6.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/ip6/test_ip6.h b/components/net/lwip-2.1.0/test/unit/ip6/test_ip6.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/lwip_check.h b/components/net/lwip-2.1.0/test/unit/lwip_check.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/lwip_unittests.c b/components/net/lwip-2.1.0/test/unit/lwip_unittests.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/lwipopts.h b/components/net/lwip-2.1.0/test/unit/lwipopts.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/mdns/test_mdns.c b/components/net/lwip-2.1.0/test/unit/mdns/test_mdns.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/mdns/test_mdns.h b/components/net/lwip-2.1.0/test/unit/mdns/test_mdns.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/mqtt/test_mqtt.c b/components/net/lwip-2.1.0/test/unit/mqtt/test_mqtt.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/mqtt/test_mqtt.h b/components/net/lwip-2.1.0/test/unit/mqtt/test_mqtt.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/tcp/tcp_helper.c b/components/net/lwip-2.1.0/test/unit/tcp/tcp_helper.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/tcp/tcp_helper.h b/components/net/lwip-2.1.0/test/unit/tcp/tcp_helper.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/tcp/test_tcp.c b/components/net/lwip-2.1.0/test/unit/tcp/test_tcp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/tcp/test_tcp.h b/components/net/lwip-2.1.0/test/unit/tcp/test_tcp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/tcp/test_tcp_oos.c b/components/net/lwip-2.1.0/test/unit/tcp/test_tcp_oos.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/tcp/test_tcp_oos.h b/components/net/lwip-2.1.0/test/unit/tcp/test_tcp_oos.h old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/udp/test_udp.c b/components/net/lwip-2.1.0/test/unit/udp/test_udp.c old mode 100644 new mode 100755 diff --git a/components/net/lwip-2.1.0/test/unit/udp/test_udp.h b/components/net/lwip-2.1.0/test/unit/udp/test_udp.h old mode 100644 new mode 100755 diff --git a/components/net/lwip_dhcpd/SConscript b/components/net/lwip_dhcpd/SConscript old mode 100644 new mode 100755 diff --git a/components/net/lwip_dhcpd/dhcp_server.c b/components/net/lwip_dhcpd/dhcp_server.c old mode 100644 new mode 100755 diff --git a/components/net/lwip_dhcpd/dhcp_server.h b/components/net/lwip_dhcpd/dhcp_server.h old mode 100644 new mode 100755 diff --git a/components/net/lwip_dhcpd/dhcp_server_raw.c b/components/net/lwip_dhcpd/dhcp_server_raw.c old mode 100644 new mode 100755 diff --git a/components/net/lwip_nat/README.md b/components/net/lwip_nat/README.md old mode 100644 new mode 100755 diff --git a/components/net/lwip_nat/SConscript b/components/net/lwip_nat/SConscript old mode 100644 new mode 100755 diff --git a/components/net/lwip_nat/ipv4_nat.c b/components/net/lwip_nat/ipv4_nat.c old mode 100644 new mode 100755 diff --git a/components/net/lwip_nat/ipv4_nat.h b/components/net/lwip_nat/ipv4_nat.h old mode 100644 new mode 100755 diff --git a/components/net/netdev/SConscript b/components/net/netdev/SConscript old mode 100644 new mode 100755 diff --git a/components/net/netdev/include/arpa/inet.h b/components/net/netdev/include/arpa/inet.h old mode 100644 new mode 100755 diff --git a/components/net/netdev/include/netdev.h b/components/net/netdev/include/netdev.h old mode 100644 new mode 100755 diff --git a/components/net/netdev/include/netdev_ipaddr.h b/components/net/netdev/include/netdev_ipaddr.h old mode 100644 new mode 100755 diff --git a/components/net/netdev/src/netdev.c b/components/net/netdev/src/netdev.c old mode 100644 new mode 100755 diff --git a/components/net/netdev/src/netdev_ipaddr.c b/components/net/netdev/src/netdev_ipaddr.c old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/SConscript b/components/net/sal_socket/SConscript old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/dfs_net/dfs_net.c b/components/net/sal_socket/dfs_net/dfs_net.c old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/impl/af_inet.h b/components/net/sal_socket/impl/af_inet.h old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/impl/af_inet_at.c b/components/net/sal_socket/impl/af_inet_at.c old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/impl/af_inet_lwip.c b/components/net/sal_socket/impl/af_inet_lwip.c old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/impl/proto_mbedtls.c b/components/net/sal_socket/impl/proto_mbedtls.c old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/include/dfs_net/dfs_net.h b/components/net/sal_socket/include/dfs_net/dfs_net.h old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/include/dfs_net/sys_select/sys/select.h b/components/net/sal_socket/include/dfs_net/sys_select/sys/select.h old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/include/sal.h b/components/net/sal_socket/include/sal.h old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/include/sal_netdb.h b/components/net/sal_socket/include/sal_netdb.h old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/include/sal_socket.h b/components/net/sal_socket/include/sal_socket.h old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/include/sal_tls.h b/components/net/sal_socket/include/sal_tls.h old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/include/socket/netdb.h b/components/net/sal_socket/include/socket/netdb.h old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/include/socket/netinet/in.h b/components/net/sal_socket/include/socket/netinet/in.h old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/include/socket/netinet/tcp.h b/components/net/sal_socket/include/socket/netinet/tcp.h old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/include/socket/netinet/udp.h b/components/net/sal_socket/include/socket/netinet/udp.h old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/include/socket/sys_socket/sys/socket.h b/components/net/sal_socket/include/socket/sys_socket/sys/socket.h old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/socket/net_netdb.c b/components/net/sal_socket/socket/net_netdb.c old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/socket/net_sockets.c b/components/net/sal_socket/socket/net_sockets.c old mode 100644 new mode 100755 diff --git a/components/net/sal_socket/src/sal_socket.c b/components/net/sal_socket/src/sal_socket.c old mode 100644 new mode 100755 diff --git a/components/net/uip/README b/components/net/uip/README old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/README b/components/net/uip/apps/README old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/dhcpc/Makefile.dhcpc b/components/net/uip/apps/dhcpc/Makefile.dhcpc old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/dhcpc/dhcpc.c b/components/net/uip/apps/dhcpc/dhcpc.c old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/dhcpc/dhcpc.h b/components/net/uip/apps/dhcpc/dhcpc.h old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/hello-world/Makefile.hello-world b/components/net/uip/apps/hello-world/Makefile.hello-world old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/hello-world/hello-world.c b/components/net/uip/apps/hello-world/hello-world.c old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/hello-world/hello-world.h b/components/net/uip/apps/hello-world/hello-world.h old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/resolv/Makefile.resolv b/components/net/uip/apps/resolv/Makefile.resolv old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/resolv/resolv.c b/components/net/uip/apps/resolv/resolv.c old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/resolv/resolv.h b/components/net/uip/apps/resolv/resolv.h old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/smtp/Makefile.smtp b/components/net/uip/apps/smtp/Makefile.smtp old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/smtp/makestrings b/components/net/uip/apps/smtp/makestrings old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/smtp/smtp-strings b/components/net/uip/apps/smtp/smtp-strings old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/smtp/smtp-strings.c b/components/net/uip/apps/smtp/smtp-strings.c old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/smtp/smtp-strings.h b/components/net/uip/apps/smtp/smtp-strings.h old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/smtp/smtp.c b/components/net/uip/apps/smtp/smtp.c old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/smtp/smtp.h b/components/net/uip/apps/smtp/smtp.h old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/telnetd/Makefile.telnetd b/components/net/uip/apps/telnetd/Makefile.telnetd old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/telnetd/telnetd.c b/components/net/uip/apps/telnetd/telnetd.c old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/telnetd/telnetd.h b/components/net/uip/apps/telnetd/telnetd.h old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/telnetd/uip_shell.c b/components/net/uip/apps/telnetd/uip_shell.c old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/telnetd/uip_shell.h b/components/net/uip/apps/telnetd/uip_shell.h old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webclient/Makefile.webclient b/components/net/uip/apps/webclient/Makefile.webclient old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webclient/makestrings b/components/net/uip/apps/webclient/makestrings old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webclient/webclient-strings b/components/net/uip/apps/webclient/webclient-strings old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webclient/webclient-strings.c b/components/net/uip/apps/webclient/webclient-strings.c old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webclient/webclient-strings.h b/components/net/uip/apps/webclient/webclient-strings.h old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webclient/webclient.c b/components/net/uip/apps/webclient/webclient.c old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webclient/webclient.h b/components/net/uip/apps/webclient/webclient.h old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/Makefile.webserver b/components/net/uip/apps/webserver/Makefile.webserver old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/http-strings b/components/net/uip/apps/webserver/http-strings old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/http-strings.c b/components/net/uip/apps/webserver/http-strings.c old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/http-strings.h b/components/net/uip/apps/webserver/http-strings.h old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-cgi.c b/components/net/uip/apps/webserver/httpd-cgi.c old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-cgi.h b/components/net/uip/apps/webserver/httpd-cgi.h old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-fs.c b/components/net/uip/apps/webserver/httpd-fs.c old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-fs.h b/components/net/uip/apps/webserver/httpd-fs.h old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-fs/404.html b/components/net/uip/apps/webserver/httpd-fs/404.html old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-fs/fade.png b/components/net/uip/apps/webserver/httpd-fs/fade.png old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-fs/files.shtml b/components/net/uip/apps/webserver/httpd-fs/files.shtml old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-fs/footer.html b/components/net/uip/apps/webserver/httpd-fs/footer.html old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-fs/header.html b/components/net/uip/apps/webserver/httpd-fs/header.html old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-fs/index.html b/components/net/uip/apps/webserver/httpd-fs/index.html old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-fs/processes.shtml b/components/net/uip/apps/webserver/httpd-fs/processes.shtml old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-fs/stats.shtml b/components/net/uip/apps/webserver/httpd-fs/stats.shtml old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-fs/style.css b/components/net/uip/apps/webserver/httpd-fs/style.css old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-fs/tcp.shtml b/components/net/uip/apps/webserver/httpd-fs/tcp.shtml old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-fsdata.c b/components/net/uip/apps/webserver/httpd-fsdata.c old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd-fsdata.h b/components/net/uip/apps/webserver/httpd-fsdata.h old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd.c b/components/net/uip/apps/webserver/httpd.c old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/httpd.h b/components/net/uip/apps/webserver/httpd.h old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/makefsdata b/components/net/uip/apps/webserver/makefsdata old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/makestrings b/components/net/uip/apps/webserver/makestrings old mode 100644 new mode 100755 diff --git a/components/net/uip/apps/webserver/webserver.h b/components/net/uip/apps/webserver/webserver.h old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/Doxyfile b/components/net/uip/doc/Doxyfile old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/Makefile b/components/net/uip/doc/Makefile old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/README b/components/net/uip/doc/README old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/doxygen.sty b/components/net/uip/doc/doxygen.sty old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/example-mainloop-with-arp.c b/components/net/uip/doc/example-mainloop-with-arp.c old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/example-mainloop-without-arp.c b/components/net/uip/doc/example-mainloop-without-arp.c old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/examples.txt b/components/net/uip/doc/examples.txt old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/header.tex b/components/net/uip/doc/header.tex old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00036.html b/components/net/uip/doc/html/a00036.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00037.html b/components/net/uip/doc/html/a00037.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00038.html b/components/net/uip/doc/html/a00038.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00039.html b/components/net/uip/doc/html/a00039.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00040.html b/components/net/uip/doc/html/a00040.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00041.html b/components/net/uip/doc/html/a00041.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00042.html b/components/net/uip/doc/html/a00042.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00043.html b/components/net/uip/doc/html/a00043.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00044.html b/components/net/uip/doc/html/a00044.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00045.html b/components/net/uip/doc/html/a00045.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00046.html b/components/net/uip/doc/html/a00046.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00047.html b/components/net/uip/doc/html/a00047.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00048.html b/components/net/uip/doc/html/a00048.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00049.html b/components/net/uip/doc/html/a00049.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00050.html b/components/net/uip/doc/html/a00050.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00051.html b/components/net/uip/doc/html/a00051.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00077.html b/components/net/uip/doc/html/a00077.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00078.html b/components/net/uip/doc/html/a00078.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00079.html b/components/net/uip/doc/html/a00079.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00080.html b/components/net/uip/doc/html/a00080.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00081.html b/components/net/uip/doc/html/a00081.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00082.html b/components/net/uip/doc/html/a00082.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00083.html b/components/net/uip/doc/html/a00083.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00084.html b/components/net/uip/doc/html/a00084.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00085.html b/components/net/uip/doc/html/a00085.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00086.html b/components/net/uip/doc/html/a00086.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00087.html b/components/net/uip/doc/html/a00087.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00088.html b/components/net/uip/doc/html/a00088.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00089.html b/components/net/uip/doc/html/a00089.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00090.html b/components/net/uip/doc/html/a00090.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00091.html b/components/net/uip/doc/html/a00091.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00092.html b/components/net/uip/doc/html/a00092.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00093.html b/components/net/uip/doc/html/a00093.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00094.html b/components/net/uip/doc/html/a00094.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00095.html b/components/net/uip/doc/html/a00095.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00096.html b/components/net/uip/doc/html/a00096.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00097.html b/components/net/uip/doc/html/a00097.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00100.html b/components/net/uip/doc/html/a00100.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00101.html b/components/net/uip/doc/html/a00101.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00102.html b/components/net/uip/doc/html/a00102.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00103.html b/components/net/uip/doc/html/a00103.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00104.html b/components/net/uip/doc/html/a00104.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00105.html b/components/net/uip/doc/html/a00105.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00107.html b/components/net/uip/doc/html/a00107.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00110.html b/components/net/uip/doc/html/a00110.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00111.html b/components/net/uip/doc/html/a00111.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00112.html b/components/net/uip/doc/html/a00112.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00113.html b/components/net/uip/doc/html/a00113.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00114.html b/components/net/uip/doc/html/a00114.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00120.html b/components/net/uip/doc/html/a00120.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00121.html b/components/net/uip/doc/html/a00121.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00123.html b/components/net/uip/doc/html/a00123.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00124.html b/components/net/uip/doc/html/a00124.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00125.html b/components/net/uip/doc/html/a00125.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00127.html b/components/net/uip/doc/html/a00127.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00128.html b/components/net/uip/doc/html/a00128.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00129.html b/components/net/uip/doc/html/a00129.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00130.html b/components/net/uip/doc/html/a00130.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00131.html b/components/net/uip/doc/html/a00131.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00132.html b/components/net/uip/doc/html/a00132.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00134.html b/components/net/uip/doc/html/a00134.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00135.html b/components/net/uip/doc/html/a00135.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00136.html b/components/net/uip/doc/html/a00136.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00137.html b/components/net/uip/doc/html/a00137.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00138.html b/components/net/uip/doc/html/a00138.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00139.html b/components/net/uip/doc/html/a00139.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00140.html b/components/net/uip/doc/html/a00140.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00141.html b/components/net/uip/doc/html/a00141.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00142.html b/components/net/uip/doc/html/a00142.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00143.html b/components/net/uip/doc/html/a00143.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00144.html b/components/net/uip/doc/html/a00144.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00145.html b/components/net/uip/doc/html/a00145.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00146.html b/components/net/uip/doc/html/a00146.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00147.html b/components/net/uip/doc/html/a00147.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00148.html b/components/net/uip/doc/html/a00148.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00149.html b/components/net/uip/doc/html/a00149.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00150.html b/components/net/uip/doc/html/a00150.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00151.html b/components/net/uip/doc/html/a00151.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00152.html b/components/net/uip/doc/html/a00152.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00153.html b/components/net/uip/doc/html/a00153.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00154.html b/components/net/uip/doc/html/a00154.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00155.html b/components/net/uip/doc/html/a00155.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00156.html b/components/net/uip/doc/html/a00156.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00157.html b/components/net/uip/doc/html/a00157.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00158.html b/components/net/uip/doc/html/a00158.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00159.html b/components/net/uip/doc/html/a00159.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00160.html b/components/net/uip/doc/html/a00160.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00161.html b/components/net/uip/doc/html/a00161.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00162.html b/components/net/uip/doc/html/a00162.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00163.html b/components/net/uip/doc/html/a00163.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00164.html b/components/net/uip/doc/html/a00164.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00168.html b/components/net/uip/doc/html/a00168.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00169.html b/components/net/uip/doc/html/a00169.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00170.html b/components/net/uip/doc/html/a00170.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00171.html b/components/net/uip/doc/html/a00171.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00172.html b/components/net/uip/doc/html/a00172.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00173.html b/components/net/uip/doc/html/a00173.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00174.html b/components/net/uip/doc/html/a00174.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00175.html b/components/net/uip/doc/html/a00175.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00176.html b/components/net/uip/doc/html/a00176.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00177.html b/components/net/uip/doc/html/a00177.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00178.html b/components/net/uip/doc/html/a00178.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00179.html b/components/net/uip/doc/html/a00179.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00180.html b/components/net/uip/doc/html/a00180.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00181.html b/components/net/uip/doc/html/a00181.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00182.html b/components/net/uip/doc/html/a00182.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00183.html b/components/net/uip/doc/html/a00183.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00184.html b/components/net/uip/doc/html/a00184.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00185.html b/components/net/uip/doc/html/a00185.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00186.html b/components/net/uip/doc/html/a00186.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00187.html b/components/net/uip/doc/html/a00187.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00188.html b/components/net/uip/doc/html/a00188.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00189.html b/components/net/uip/doc/html/a00189.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00190.html b/components/net/uip/doc/html/a00190.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00191.html b/components/net/uip/doc/html/a00191.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00192.html b/components/net/uip/doc/html/a00192.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00193.html b/components/net/uip/doc/html/a00193.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00194.html b/components/net/uip/doc/html/a00194.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00195.html b/components/net/uip/doc/html/a00195.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00196.html b/components/net/uip/doc/html/a00196.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00197.html b/components/net/uip/doc/html/a00197.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00198.html b/components/net/uip/doc/html/a00198.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00199.html b/components/net/uip/doc/html/a00199.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00200.html b/components/net/uip/doc/html/a00200.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00201.html b/components/net/uip/doc/html/a00201.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00202.html b/components/net/uip/doc/html/a00202.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00203.html b/components/net/uip/doc/html/a00203.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00204.html b/components/net/uip/doc/html/a00204.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00205.html b/components/net/uip/doc/html/a00205.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00206.html b/components/net/uip/doc/html/a00206.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/a00207.html b/components/net/uip/doc/html/a00207.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/annotated.html b/components/net/uip/doc/html/annotated.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/classes.html b/components/net/uip/doc/html/classes.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/doxygen.css b/components/net/uip/doc/html/doxygen.css old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/doxygen.png b/components/net/uip/doc/html/doxygen.png old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/examples.html b/components/net/uip/doc/html/examples.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/files.html b/components/net/uip/doc/html/files.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/ftv2blank.png b/components/net/uip/doc/html/ftv2blank.png old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/ftv2doc.png b/components/net/uip/doc/html/ftv2doc.png old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/ftv2folderclosed.png b/components/net/uip/doc/html/ftv2folderclosed.png old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/ftv2folderopen.png b/components/net/uip/doc/html/ftv2folderopen.png old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/ftv2lastnode.png b/components/net/uip/doc/html/ftv2lastnode.png old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/ftv2link.png b/components/net/uip/doc/html/ftv2link.png old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/ftv2mlastnode.png b/components/net/uip/doc/html/ftv2mlastnode.png old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/ftv2mnode.png b/components/net/uip/doc/html/ftv2mnode.png old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/ftv2node.png b/components/net/uip/doc/html/ftv2node.png old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/ftv2plastnode.png b/components/net/uip/doc/html/ftv2plastnode.png old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/ftv2pnode.png b/components/net/uip/doc/html/ftv2pnode.png old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/ftv2vertline.png b/components/net/uip/doc/html/ftv2vertline.png old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/functions.html b/components/net/uip/doc/html/functions.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/functions_vars.html b/components/net/uip/doc/html/functions_vars.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals.html b/components/net/uip/doc/html/globals.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x61.html b/components/net/uip/doc/html/globals_0x61.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x62.html b/components/net/uip/doc/html/globals_0x62.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x64.html b/components/net/uip/doc/html/globals_0x64.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x65.html b/components/net/uip/doc/html/globals_0x65.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x66.html b/components/net/uip/doc/html/globals_0x66.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x68.html b/components/net/uip/doc/html/globals_0x68.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x69.html b/components/net/uip/doc/html/globals_0x69.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x6c.html b/components/net/uip/doc/html/globals_0x6c.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x6d.html b/components/net/uip/doc/html/globals_0x6d.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x6e.html b/components/net/uip/doc/html/globals_0x6e.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x70.html b/components/net/uip/doc/html/globals_0x70.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x72.html b/components/net/uip/doc/html/globals_0x72.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x73.html b/components/net/uip/doc/html/globals_0x73.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x74.html b/components/net/uip/doc/html/globals_0x74.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x75.html b/components/net/uip/doc/html/globals_0x75.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_0x77.html b/components/net/uip/doc/html/globals_0x77.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs.html b/components/net/uip/doc/html/globals_defs.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x61.html b/components/net/uip/doc/html/globals_defs_0x61.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x62.html b/components/net/uip/doc/html/globals_defs_0x62.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x64.html b/components/net/uip/doc/html/globals_defs_0x64.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x65.html b/components/net/uip/doc/html/globals_defs_0x65.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x66.html b/components/net/uip/doc/html/globals_defs_0x66.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x68.html b/components/net/uip/doc/html/globals_defs_0x68.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x69.html b/components/net/uip/doc/html/globals_defs_0x69.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x6c.html b/components/net/uip/doc/html/globals_defs_0x6c.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x6d.html b/components/net/uip/doc/html/globals_defs_0x6d.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x6e.html b/components/net/uip/doc/html/globals_defs_0x6e.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x70.html b/components/net/uip/doc/html/globals_defs_0x70.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x72.html b/components/net/uip/doc/html/globals_defs_0x72.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x73.html b/components/net/uip/doc/html/globals_defs_0x73.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x74.html b/components/net/uip/doc/html/globals_defs_0x74.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x75.html b/components/net/uip/doc/html/globals_defs_0x75.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_defs_0x77.html b/components/net/uip/doc/html/globals_defs_0x77.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_func.html b/components/net/uip/doc/html/globals_func.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_type.html b/components/net/uip/doc/html/globals_type.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/globals_vars.html b/components/net/uip/doc/html/globals_vars.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/hierarchy.html b/components/net/uip/doc/html/hierarchy.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/index.hhc b/components/net/uip/doc/html/index.hhc old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/index.hhk b/components/net/uip/doc/html/index.hhk old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/index.hhp b/components/net/uip/doc/html/index.hhp old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/index.html b/components/net/uip/doc/html/index.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/main.html b/components/net/uip/doc/html/main.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/modules.html b/components/net/uip/doc/html/modules.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/tab_b.gif b/components/net/uip/doc/html/tab_b.gif old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/tab_l.gif b/components/net/uip/doc/html/tab_l.gif old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/tab_r.gif b/components/net/uip/doc/html/tab_r.gif old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/tabs.css b/components/net/uip/doc/html/tabs.css old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/html/tree.html b/components/net/uip/doc/html/tree.html old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/mobisys2003.pdf b/components/net/uip/doc/mobisys2003.pdf old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/pt-doc.txt b/components/net/uip/doc/pt-doc.txt old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/sicslogo.pdf b/components/net/uip/doc/sicslogo.pdf old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/uip-code-style.c b/components/net/uip/doc/uip-code-style.c old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/uip-code-style.txt b/components/net/uip/doc/uip-code-style.txt old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/uip-doc.txt b/components/net/uip/doc/uip-doc.txt old mode 100644 new mode 100755 diff --git a/components/net/uip/doc/uip-refman.pdf b/components/net/uip/doc/uip-refman.pdf old mode 100644 new mode 100755 diff --git a/components/net/uip/lib/memb.c b/components/net/uip/lib/memb.c old mode 100644 new mode 100755 diff --git a/components/net/uip/lib/memb.h b/components/net/uip/lib/memb.h old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/clock-arch.c b/components/net/uip/rt-thread/clock-arch.c old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/clock-arch.h b/components/net/uip/rt-thread/clock-arch.h old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/readme.txt b/components/net/uip/rt-thread/readme.txt old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/uIPmain.c b/components/net/uip/rt-thread/uIPmain.c old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/uip-conf.h b/components/net/uip/rt-thread/uip-conf.h old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/uip_addr.h b/components/net/uip/rt-thread/uip_addr.h old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/uip_arch.c b/components/net/uip/rt-thread/uip_arch.c old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/uip_eth.h b/components/net/uip/rt-thread/uip_eth.h old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/uip_etharp.c b/components/net/uip/rt-thread/uip_etharp.c old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/uip_etharp.h b/components/net/uip/rt-thread/uip_etharp.h old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/uip_ethernetif.c b/components/net/uip/rt-thread/uip_ethernetif.c old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/uip_ethernetif.h b/components/net/uip/rt-thread/uip_ethernetif.h old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/uip_ipaddr.h b/components/net/uip/rt-thread/uip_ipaddr.h old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/uip_netif.c b/components/net/uip/rt-thread/uip_netif.c old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/uip_netif.h b/components/net/uip/rt-thread/uip_netif.h old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/uip_pbuf.c b/components/net/uip/rt-thread/uip_pbuf.c old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/uip_pbuf.h b/components/net/uip/rt-thread/uip_pbuf.h old mode 100644 new mode 100755 diff --git a/components/net/uip/rt-thread/uip_tcpip.c b/components/net/uip/rt-thread/uip_tcpip.c old mode 100644 new mode 100755 diff --git a/components/net/uip/uip-1.0-changelog.txt b/components/net/uip/uip-1.0-changelog.txt old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/Makefile.include b/components/net/uip/uip/Makefile.include old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/lc-addrlabels.h b/components/net/uip/uip/lc-addrlabels.h old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/lc-switch.h b/components/net/uip/uip/lc-switch.h old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/lc.h b/components/net/uip/uip/lc.h old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/psock.c b/components/net/uip/uip/psock.c old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/psock.h b/components/net/uip/uip/psock.h old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/pt.h b/components/net/uip/uip/pt.h old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uip-fw.c b/components/net/uip/uip/uip-fw.c old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uip-fw.h b/components/net/uip/uip/uip-fw.h old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uip-neighbor.c b/components/net/uip/uip/uip-neighbor.c old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uip-neighbor.h b/components/net/uip/uip/uip-neighbor.h old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uip-split.c b/components/net/uip/uip/uip-split.c old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uip-split.h b/components/net/uip/uip/uip-split.h old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uip.c b/components/net/uip/uip/uip.c old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uip.h b/components/net/uip/uip/uip.h old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uip_arch.h b/components/net/uip/uip/uip_arch.h old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uip_arp.c b/components/net/uip/uip/uip_arp.c old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uip_arp.h b/components/net/uip/uip/uip_arp.h old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uip_clock.h b/components/net/uip/uip/uip_clock.h old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uip_timer.c b/components/net/uip/uip/uip_timer.c old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uip_timer.h b/components/net/uip/uip/uip_timer.h old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uiplib.c b/components/net/uip/uip/uiplib.c old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uiplib.h b/components/net/uip/uip/uiplib.h old mode 100644 new mode 100755 diff --git a/components/net/uip/uip/uipopt.h b/components/net/uip/uip/uipopt.h old mode 100644 new mode 100755 diff --git a/components/net/uip/unix/Makefile b/components/net/uip/unix/Makefile old mode 100644 new mode 100755 diff --git a/components/net/uip/unix/clock-arch.c b/components/net/uip/unix/clock-arch.c old mode 100644 new mode 100755 diff --git a/components/net/uip/unix/clock-arch.h b/components/net/uip/unix/clock-arch.h old mode 100644 new mode 100755 diff --git a/components/net/uip/unix/main.c b/components/net/uip/unix/main.c old mode 100644 new mode 100755 diff --git a/components/net/uip/unix/tapdev.c b/components/net/uip/unix/tapdev.c old mode 100644 new mode 100755 diff --git a/components/net/uip/unix/tapdev.h b/components/net/uip/unix/tapdev.h old mode 100644 new mode 100755 diff --git a/components/net/uip/unix/uip-conf.h b/components/net/uip/unix/uip-conf.h old mode 100644 new mode 100755 diff --git a/components/utilities/Kconfig b/components/utilities/Kconfig old mode 100644 new mode 100755 diff --git a/components/utilities/SConscript b/components/utilities/SConscript old mode 100644 new mode 100755 diff --git a/components/utilities/ulog/SConscript b/components/utilities/ulog/SConscript old mode 100644 new mode 100755 diff --git a/components/utilities/ulog/backend/console_be.c b/components/utilities/ulog/backend/console_be.c old mode 100644 new mode 100755 diff --git a/components/utilities/ulog/syslog/syslog.c b/components/utilities/ulog/syslog/syslog.c old mode 100644 new mode 100755 diff --git a/components/utilities/ulog/syslog/syslog.h b/components/utilities/ulog/syslog/syslog.h old mode 100644 new mode 100755 diff --git a/components/utilities/ulog/ulog.c b/components/utilities/ulog/ulog.c old mode 100644 new mode 100755 diff --git a/components/utilities/ulog/ulog.h b/components/utilities/ulog/ulog.h old mode 100644 new mode 100755 diff --git a/components/utilities/ulog/ulog_def.h b/components/utilities/ulog/ulog_def.h old mode 100644 new mode 100755 diff --git a/components/utilities/utest/SConscript b/components/utilities/utest/SConscript old mode 100644 new mode 100755 diff --git a/components/utilities/utest/utest.c b/components/utilities/utest/utest.c old mode 100644 new mode 100755 diff --git a/components/utilities/utest/utest.h b/components/utilities/utest/utest.h old mode 100644 new mode 100755 diff --git a/components/utilities/utest/utest_assert.h b/components/utilities/utest/utest_assert.h old mode 100644 new mode 100755 diff --git a/components/utilities/utest/utest_log.h b/components/utilities/utest/utest_log.h old mode 100644 new mode 100755 diff --git a/components/utilities/ymodem/SConscript b/components/utilities/ymodem/SConscript old mode 100644 new mode 100755 diff --git a/components/utilities/ymodem/ymodem.c b/components/utilities/ymodem/ymodem.c old mode 100644 new mode 100755 diff --git a/components/utilities/ymodem/ymodem.h b/components/utilities/ymodem/ymodem.h old mode 100644 new mode 100755 diff --git a/components/utilities/zmodem/crc.h b/components/utilities/zmodem/crc.h old mode 100644 new mode 100755 diff --git a/components/utilities/zmodem/rz.c b/components/utilities/zmodem/rz.c old mode 100644 new mode 100755 diff --git a/components/utilities/zmodem/sz.c b/components/utilities/zmodem/sz.c old mode 100644 new mode 100755 diff --git a/components/utilities/zmodem/zcore.c b/components/utilities/zmodem/zcore.c old mode 100644 new mode 100755 diff --git a/components/utilities/zmodem/zdef.h b/components/utilities/zmodem/zdef.h old mode 100644 new mode 100755 diff --git a/components/utilities/zmodem/zdevice.c b/components/utilities/zmodem/zdevice.c old mode 100644 new mode 100755 diff --git a/components/utilities/zmodem/zstart.c b/components/utilities/zmodem/zstart.c old mode 100644 new mode 100755 diff --git a/components/vbus/Kconfig b/components/vbus/Kconfig old mode 100644 new mode 100755 diff --git a/components/vbus/SConscript b/components/vbus/SConscript old mode 100644 new mode 100755 diff --git a/components/vbus/prio_queue.c b/components/vbus/prio_queue.c old mode 100644 new mode 100755 diff --git a/components/vbus/prio_queue.h b/components/vbus/prio_queue.h old mode 100644 new mode 100755 diff --git a/components/vbus/share_hdr/vbus_api.h b/components/vbus/share_hdr/vbus_api.h old mode 100644 new mode 100755 diff --git a/components/vbus/vbus.c b/components/vbus/vbus.c old mode 100644 new mode 100755 diff --git a/components/vbus/vbus.h b/components/vbus/vbus.h old mode 100644 new mode 100755 diff --git a/components/vbus/vbus_chnx.c b/components/vbus/vbus_chnx.c old mode 100644 new mode 100755 diff --git a/components/vbus/watermark_queue.c b/components/vbus/watermark_queue.c old mode 100644 new mode 100755 diff --git a/components/vbus/watermark_queue.h b/components/vbus/watermark_queue.h old mode 100644 new mode 100755 diff --git a/components/vmm/SConscript b/components/vmm/SConscript old mode 100644 new mode 100755 diff --git a/components/vmm/linux_patch-v3.8/0001-RTT-VMM-implement-dual-system-running-on-realview-pb.patch b/components/vmm/linux_patch-v3.8/0001-RTT-VMM-implement-dual-system-running-on-realview-pb.patch old mode 100644 new mode 100755 diff --git a/components/vmm/linux_patch-v3.8/0002-arm-gic-correct-the-cpu-map-on-gic_raise_softirq-for.patch b/components/vmm/linux_patch-v3.8/0002-arm-gic-correct-the-cpu-map-on-gic_raise_softirq-for.patch old mode 100644 new mode 100755 diff --git a/components/vmm/vmm.c b/components/vmm/vmm.c old mode 100644 new mode 100755 diff --git a/components/vmm/vmm.h b/components/vmm/vmm.h old mode 100644 new mode 100755 diff --git a/components/vmm/vmm_context.c b/components/vmm/vmm_context.c old mode 100644 new mode 100755 diff --git a/components/vmm/vmm_context.h b/components/vmm/vmm_context.h old mode 100644 new mode 100755 diff --git a/components/vmm/vmm_iomap.c b/components/vmm/vmm_iomap.c old mode 100644 new mode 100755 diff --git a/components/vmm/vmm_vector.c b/components/vmm/vmm_vector.c old mode 100644 new mode 100755 diff --git a/documentation/Doxyfile b/documentation/Doxyfile old mode 100644 new mode 100755 diff --git a/documentation/coding_style_cn.md b/documentation/coding_style_cn.md old mode 100644 new mode 100755 diff --git a/documentation/coding_style_en.txt b/documentation/coding_style_en.txt old mode 100644 new mode 100755 diff --git a/documentation/doxygen/Kernel_Object.png b/documentation/doxygen/Kernel_Object.png old mode 100644 new mode 100755 diff --git a/documentation/doxygen/System_Arch.png b/documentation/doxygen/System_Arch.png old mode 100644 new mode 100755 diff --git a/documentation/doxygen/Thread_Scheduler.png b/documentation/doxygen/Thread_Scheduler.png old mode 100644 new mode 100755 diff --git a/documentation/doxygen/basicdef.h b/documentation/doxygen/basicdef.h old mode 100644 new mode 100755 diff --git a/documentation/doxygen/dfs.png b/documentation/doxygen/dfs.png old mode 100644 new mode 100755 diff --git a/documentation/doxygen/filesystem.h b/documentation/doxygen/filesystem.h old mode 100644 new mode 100755 diff --git a/documentation/doxygen/finsh.h b/documentation/doxygen/finsh.h old mode 100644 new mode 100755 diff --git a/documentation/doxygen/finsh.png b/documentation/doxygen/finsh.png old mode 100644 new mode 100755 diff --git a/documentation/doxygen/hardware.h b/documentation/doxygen/hardware.h old mode 100644 new mode 100755 diff --git a/documentation/doxygen/kernel.h b/documentation/doxygen/kernel.h old mode 100644 new mode 100755 diff --git a/documentation/doxygen/mainpage.h b/documentation/doxygen/mainpage.h old mode 100644 new mode 100755 diff --git a/documentation/doxygen/module.h b/documentation/doxygen/module.h old mode 100644 new mode 100755 diff --git a/documentation/doxygen/rtthread_logo.png b/documentation/doxygen/rtthread_logo.png old mode 100644 new mode 100755 diff --git a/documentation/doxygen/systeminit.h b/documentation/doxygen/systeminit.h old mode 100644 new mode 100755 diff --git a/documentation/roadmap-1.2.0.md b/documentation/roadmap-1.2.0.md old mode 100644 new mode 100755 diff --git a/documentation/roadmap-2.1.0.md b/documentation/roadmap-2.1.0.md old mode 100644 new mode 100755 diff --git a/examples/file/listdir.c b/examples/file/listdir.c old mode 100644 new mode 100755 diff --git a/examples/file/readspeed.c b/examples/file/readspeed.c old mode 100644 new mode 100755 diff --git a/examples/file/readwrite.c b/examples/file/readwrite.c old mode 100644 new mode 100755 diff --git a/examples/file/seekdir.c b/examples/file/seekdir.c old mode 100644 new mode 100755 diff --git a/examples/file/writespeed.c b/examples/file/writespeed.c old mode 100644 new mode 100755 diff --git a/examples/kernel/SConscript b/examples/kernel/SConscript old mode 100644 new mode 100755 diff --git a/examples/kernel/cpuusage.c b/examples/kernel/cpuusage.c old mode 100644 new mode 100755 diff --git a/examples/kernel/event_simple.c b/examples/kernel/event_simple.c old mode 100644 new mode 100755 diff --git a/examples/kernel/heap_malloc.c b/examples/kernel/heap_malloc.c old mode 100644 new mode 100755 diff --git a/examples/kernel/heap_realloc.c b/examples/kernel/heap_realloc.c old mode 100644 new mode 100755 diff --git a/examples/kernel/mbox_send_wait.c b/examples/kernel/mbox_send_wait.c old mode 100644 new mode 100755 diff --git a/examples/kernel/mbox_simple.c b/examples/kernel/mbox_simple.c old mode 100644 new mode 100755 diff --git a/examples/kernel/memp_simple.c b/examples/kernel/memp_simple.c old mode 100644 new mode 100755 diff --git a/examples/kernel/messageq_simple.c b/examples/kernel/messageq_simple.c old mode 100644 new mode 100755 diff --git a/examples/kernel/mutex_simple.c b/examples/kernel/mutex_simple.c old mode 100644 new mode 100755 diff --git a/examples/kernel/semaphore_buffer_worker.c b/examples/kernel/semaphore_buffer_worker.c old mode 100644 new mode 100755 diff --git a/examples/kernel/semaphore_dynamic.c b/examples/kernel/semaphore_dynamic.c old mode 100644 new mode 100755 diff --git a/examples/kernel/semaphore_priority.c b/examples/kernel/semaphore_priority.c old mode 100644 new mode 100755 diff --git a/examples/kernel/semaphore_producer_consumer.c b/examples/kernel/semaphore_producer_consumer.c old mode 100644 new mode 100755 diff --git a/examples/kernel/semaphore_static.c b/examples/kernel/semaphore_static.c old mode 100644 new mode 100755 diff --git a/examples/kernel/tc_comm.c b/examples/kernel/tc_comm.c old mode 100644 new mode 100755 diff --git a/examples/kernel/tc_comm.h b/examples/kernel/tc_comm.h old mode 100644 new mode 100755 diff --git a/examples/kernel/tc_sample.c b/examples/kernel/tc_sample.c old mode 100644 new mode 100755 diff --git a/examples/kernel/thread_delay.c b/examples/kernel/thread_delay.c old mode 100644 new mode 100755 diff --git a/examples/kernel/thread_delete.c b/examples/kernel/thread_delete.c old mode 100644 new mode 100755 diff --git a/examples/kernel/thread_detach.c b/examples/kernel/thread_detach.c old mode 100644 new mode 100755 diff --git a/examples/kernel/thread_dynamic.c b/examples/kernel/thread_dynamic.c old mode 100644 new mode 100755 diff --git a/examples/kernel/thread_dynamic_simple.c b/examples/kernel/thread_dynamic_simple.c old mode 100644 new mode 100755 diff --git a/examples/kernel/thread_priority.c b/examples/kernel/thread_priority.c old mode 100644 new mode 100755 diff --git a/examples/kernel/thread_resume.c b/examples/kernel/thread_resume.c old mode 100644 new mode 100755 diff --git a/examples/kernel/thread_same_priority.c b/examples/kernel/thread_same_priority.c old mode 100644 new mode 100755 diff --git a/examples/kernel/thread_static.c b/examples/kernel/thread_static.c old mode 100644 new mode 100755 diff --git a/examples/kernel/thread_static_simple.c b/examples/kernel/thread_static_simple.c old mode 100644 new mode 100755 diff --git a/examples/kernel/thread_suspend.c b/examples/kernel/thread_suspend.c old mode 100644 new mode 100755 diff --git a/examples/kernel/thread_yield.c b/examples/kernel/thread_yield.c old mode 100644 new mode 100755 diff --git a/examples/kernel/timer_control.c b/examples/kernel/timer_control.c old mode 100644 new mode 100755 diff --git a/examples/kernel/timer_dynamic.c b/examples/kernel/timer_dynamic.c old mode 100644 new mode 100755 diff --git a/examples/kernel/timer_static.c b/examples/kernel/timer_static.c old mode 100644 new mode 100755 diff --git a/examples/kernel/timer_stop_self.c b/examples/kernel/timer_stop_self.c old mode 100644 new mode 100755 diff --git a/examples/kernel/timer_timeout.c b/examples/kernel/timer_timeout.c old mode 100644 new mode 100755 diff --git a/examples/libc/SConscript b/examples/libc/SConscript old mode 100644 new mode 100755 diff --git a/examples/libc/dirent.c b/examples/libc/dirent.c old mode 100644 new mode 100755 diff --git a/examples/libc/env.c b/examples/libc/env.c old mode 100644 new mode 100755 diff --git a/examples/libc/ex1.c b/examples/libc/ex1.c old mode 100644 new mode 100755 diff --git a/examples/libc/ex2.c b/examples/libc/ex2.c old mode 100644 new mode 100755 diff --git a/examples/libc/ex3.c b/examples/libc/ex3.c old mode 100644 new mode 100755 diff --git a/examples/libc/ex4.c b/examples/libc/ex4.c old mode 100644 new mode 100755 diff --git a/examples/libc/ex5.c b/examples/libc/ex5.c old mode 100644 new mode 100755 diff --git a/examples/libc/ex6.c b/examples/libc/ex6.c old mode 100644 new mode 100755 diff --git a/examples/libc/ex7.c b/examples/libc/ex7.c old mode 100644 new mode 100755 diff --git a/examples/libc/file.c b/examples/libc/file.c old mode 100644 new mode 100755 diff --git a/examples/libc/memory.c b/examples/libc/memory.c old mode 100644 new mode 100755 diff --git a/examples/libc/mq.c b/examples/libc/mq.c old mode 100644 new mode 100755 diff --git a/examples/libc/printf.c b/examples/libc/printf.c old mode 100644 new mode 100755 diff --git a/examples/libc/rand.c b/examples/libc/rand.c old mode 100644 new mode 100755 diff --git a/examples/libc/sem.c b/examples/libc/sem.c old mode 100644 new mode 100755 diff --git a/examples/libc/termios_test.c b/examples/libc/termios_test.c old mode 100644 new mode 100755 diff --git a/examples/libc/time.c b/examples/libc/time.c old mode 100644 new mode 100755 diff --git a/examples/network/chargen.c b/examples/network/chargen.c old mode 100644 new mode 100755 diff --git a/examples/network/tcp_client.py b/examples/network/tcp_client.py old mode 100644 new mode 100755 diff --git a/examples/network/tcp_server.py b/examples/network/tcp_server.py old mode 100644 new mode 100755 diff --git a/examples/network/tcpclient.c b/examples/network/tcpclient.c old mode 100644 new mode 100755 diff --git a/examples/network/tcpsendpacket.c b/examples/network/tcpsendpacket.c old mode 100644 new mode 100755 diff --git a/examples/network/tcpserver.c b/examples/network/tcpserver.c old mode 100644 new mode 100755 diff --git a/examples/network/udpclient.c b/examples/network/udpclient.c old mode 100644 new mode 100755 diff --git a/examples/network/udpserver.c b/examples/network/udpserver.c old mode 100644 new mode 100755 diff --git a/examples/pm/timer_app.c b/examples/pm/timer_app.c old mode 100644 new mode 100755 diff --git a/examples/pm/wakeup_app.c b/examples/pm/wakeup_app.c old mode 100644 new mode 100755 diff --git a/examples/test/device_test.c b/examples/test/device_test.c old mode 100644 new mode 100755 diff --git a/examples/test/dhry.h b/examples/test/dhry.h old mode 100644 new mode 100755 diff --git a/examples/test/dhry_1.c b/examples/test/dhry_1.c old mode 100644 new mode 100755 diff --git a/examples/test/dhry_2.c b/examples/test/dhry_2.c old mode 100644 new mode 100755 diff --git a/examples/test/fs_test.c b/examples/test/fs_test.c old mode 100644 new mode 100755 diff --git a/examples/test/hwtimer_test.c b/examples/test/hwtimer_test.c old mode 100644 new mode 100755 diff --git a/examples/test/mem_test.c b/examples/test/mem_test.c old mode 100644 new mode 100755 diff --git a/examples/test/net_test.c b/examples/test/net_test.c old mode 100644 new mode 100755 diff --git a/examples/test/rbb_test.c b/examples/test/rbb_test.c old mode 100644 new mode 100755 diff --git a/examples/test/rtc_test.c b/examples/test/rtc_test.c old mode 100644 new mode 100755 diff --git a/examples/ulog/ulog_example.c b/examples/ulog/ulog_example.c old mode 100644 new mode 100755 diff --git a/examples/ymodem/echo.c b/examples/ymodem/echo.c old mode 100644 new mode 100755 diff --git a/examples/ymodem/null.c b/examples/ymodem/null.c old mode 100644 new mode 100755 diff --git a/examples/ymodem/tofile.c b/examples/ymodem/tofile.c old mode 100644 new mode 100755 diff --git a/include/libc/libc_dirent.h b/include/libc/libc_dirent.h old mode 100644 new mode 100755 diff --git a/include/libc/libc_errno.h b/include/libc/libc_errno.h old mode 100644 new mode 100755 diff --git a/include/libc/libc_fcntl.h b/include/libc/libc_fcntl.h old mode 100644 new mode 100755 diff --git a/include/libc/libc_fdset.h b/include/libc/libc_fdset.h old mode 100644 new mode 100755 diff --git a/include/libc/libc_ioctl.h b/include/libc/libc_ioctl.h old mode 100644 new mode 100755 diff --git a/include/libc/libc_signal.h b/include/libc/libc_signal.h old mode 100644 new mode 100755 diff --git a/include/libc/libc_stat.h b/include/libc/libc_stat.h old mode 100644 new mode 100755 diff --git a/include/rtdbg.h b/include/rtdbg.h old mode 100644 new mode 100755 diff --git a/include/rtdebug.h b/include/rtdebug.h old mode 100644 new mode 100755 diff --git a/include/rtdef.h b/include/rtdef.h old mode 100644 new mode 100755 diff --git a/include/rthw.h b/include/rthw.h old mode 100644 new mode 100755 diff --git a/include/rtlibc.h b/include/rtlibc.h old mode 100644 new mode 100755 diff --git a/include/rtm.h b/include/rtm.h old mode 100644 new mode 100755 diff --git a/include/rtservice.h b/include/rtservice.h old mode 100644 new mode 100755 diff --git a/include/rtthread.h b/include/rtthread.h old mode 100644 new mode 100755 diff --git a/libcpu/Kconfig b/libcpu/Kconfig old mode 100644 new mode 100755 diff --git a/libcpu/SConscript b/libcpu/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arc/SConscript b/libcpu/arc/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arc/common/SConscript b/libcpu/arc/common/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arc/em/SConscript b/libcpu/arc/em/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arc/em/contex_gcc.S b/libcpu/arc/em/contex_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arc/em/cpuport.c b/libcpu/arc/em/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7S/AT91SAM7S.h b/libcpu/arm/AT91SAM7S/AT91SAM7S.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7S/SConscript b/libcpu/arm/AT91SAM7S/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7S/context_gcc.S b/libcpu/arm/AT91SAM7S/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7S/context_rvds.S b/libcpu/arm/AT91SAM7S/context_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7S/cpu.c b/libcpu/arm/AT91SAM7S/cpu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7S/interrupt.c b/libcpu/arm/AT91SAM7S/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7S/serial.c b/libcpu/arm/AT91SAM7S/serial.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7S/serial.h b/libcpu/arm/AT91SAM7S/serial.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7S/stack.c b/libcpu/arm/AT91SAM7S/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7S/start_gcc.S b/libcpu/arm/AT91SAM7S/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7S/start_rvds.S b/libcpu/arm/AT91SAM7S/start_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7S/trap.c b/libcpu/arm/AT91SAM7S/trap.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7X/SConscript b/libcpu/arm/AT91SAM7X/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7X/context_gcc.S b/libcpu/arm/AT91SAM7X/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7X/context_rvds.S b/libcpu/arm/AT91SAM7X/context_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7X/cpu.c b/libcpu/arm/AT91SAM7X/cpu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7X/interrupt.c b/libcpu/arm/AT91SAM7X/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7X/stack.c b/libcpu/arm/AT91SAM7X/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7X/start_gcc.S b/libcpu/arm/AT91SAM7X/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7X/start_rvds.S b/libcpu/arm/AT91SAM7X/start_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/AT91SAM7X/trap.c b/libcpu/arm/AT91SAM7X/trap.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/SConscript b/libcpu/arm/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/SConscript b/libcpu/arm/am335x/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/am33xx.h b/libcpu/arm/am335x/am33xx.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/context_gcc.S b/libcpu/arm/am335x/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/context_iar.S b/libcpu/arm/am335x/context_iar.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/cp15_gcc.S b/libcpu/arm/am335x/cp15_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/cp15_iar.s b/libcpu/arm/am335x/cp15_iar.s old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/cpu.c b/libcpu/arm/am335x/cpu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/interrupt.c b/libcpu/arm/am335x/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/interrupt.h b/libcpu/arm/am335x/interrupt.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/mmu.c b/libcpu/arm/am335x/mmu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/mmu.h b/libcpu/arm/am335x/mmu.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/stack.c b/libcpu/arm/am335x/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/start_gcc.S b/libcpu/arm/am335x/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/start_iar.s b/libcpu/arm/am335x/start_iar.s old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/trap.c b/libcpu/arm/am335x/trap.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/am335x/vector_gcc.S b/libcpu/arm/am335x/vector_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/arm926/SConscript b/libcpu/arm/arm926/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/arm926/context_gcc.S b/libcpu/arm/arm926/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/arm926/context_iar.S b/libcpu/arm/arm926/context_iar.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/arm926/context_rvds.S b/libcpu/arm/arm926/context_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/arm926/cpuport.c b/libcpu/arm/arm926/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/arm926/machine.c b/libcpu/arm/arm926/machine.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/arm926/mmu.c b/libcpu/arm/arm926/mmu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/arm926/mmu.h b/libcpu/arm/arm926/mmu.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/arm926/stack.c b/libcpu/arm/arm926/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/arm926/start_gcc.S b/libcpu/arm/arm926/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/arm926/start_iar.S b/libcpu/arm/arm926/start_iar.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/arm926/start_rvds.S b/libcpu/arm/arm926/start_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/arm926/trap.c b/libcpu/arm/arm926/trap.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/armv6/SConscript b/libcpu/arm/armv6/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/armv6/arm_entry_gcc.S b/libcpu/arm/armv6/arm_entry_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/armv6/armv6.h b/libcpu/arm/armv6/armv6.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/armv6/context_gcc.S b/libcpu/arm/armv6/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/armv6/cpuport.c b/libcpu/arm/armv6/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/armv6/mmu.c b/libcpu/arm/armv6/mmu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/armv6/mmu.h b/libcpu/arm/armv6/mmu.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/armv6/stack.c b/libcpu/arm/armv6/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/armv6/vfp.c b/libcpu/arm/armv6/vfp.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/armv6/vfp.h b/libcpu/arm/armv6/vfp.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/common/SConscript b/libcpu/arm/common/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/common/backtrace.c b/libcpu/arm/common/backtrace.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/common/div0.c b/libcpu/arm/common/div0.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/common/divsi3.S b/libcpu/arm/common/divsi3.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/common/showmem.c b/libcpu/arm/common/showmem.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/SConscript b/libcpu/arm/cortex-a/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/armv7.h b/libcpu/arm/cortex-a/armv7.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/cache.c b/libcpu/arm/cortex-a/cache.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/context_gcc.S b/libcpu/arm/cortex-a/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/cp15.h b/libcpu/arm/cortex-a/cp15.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/cp15_gcc.S b/libcpu/arm/cortex-a/cp15_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/cpu.c b/libcpu/arm/cortex-a/cpu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/gic.c b/libcpu/arm/cortex-a/gic.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/gic.h b/libcpu/arm/cortex-a/gic.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/interrupt.c b/libcpu/arm/cortex-a/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/interrupt.h b/libcpu/arm/cortex-a/interrupt.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/mmu.c b/libcpu/arm/cortex-a/mmu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/mmu.h b/libcpu/arm/cortex-a/mmu.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/pmu.c b/libcpu/arm/cortex-a/pmu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/pmu.h b/libcpu/arm/cortex-a/pmu.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/stack.c b/libcpu/arm/cortex-a/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/start_gcc.S b/libcpu/arm/cortex-a/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/trap.c b/libcpu/arm/cortex-a/trap.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-a/vector_gcc.S b/libcpu/arm/cortex-a/vector_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m0/SConscript b/libcpu/arm/cortex-m0/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m0/context_gcc.S b/libcpu/arm/cortex-m0/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m0/context_iar.S b/libcpu/arm/cortex-m0/context_iar.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m0/context_rvds.S b/libcpu/arm/cortex-m0/context_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m0/cpuport.c b/libcpu/arm/cortex-m0/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m23/SConscript b/libcpu/arm/cortex-m23/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m23/context_gcc.S b/libcpu/arm/cortex-m23/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m23/context_iar.S b/libcpu/arm/cortex-m23/context_iar.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m23/context_rvds.S b/libcpu/arm/cortex-m23/context_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m23/cpuport.c b/libcpu/arm/cortex-m23/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m3/SConscript b/libcpu/arm/cortex-m3/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m3/context_gcc.S b/libcpu/arm/cortex-m3/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m3/context_iar.S b/libcpu/arm/cortex-m3/context_iar.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m3/context_rvds.S b/libcpu/arm/cortex-m3/context_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m3/cpuport.c b/libcpu/arm/cortex-m3/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m33/SConscript b/libcpu/arm/cortex-m33/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m33/context_gcc.S b/libcpu/arm/cortex-m33/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m33/context_iar.S b/libcpu/arm/cortex-m33/context_iar.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m33/context_rvds.S b/libcpu/arm/cortex-m33/context_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m33/cpuport.c b/libcpu/arm/cortex-m33/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m33/syscall_gcc.S b/libcpu/arm/cortex-m33/syscall_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m33/syscall_iar.S b/libcpu/arm/cortex-m33/syscall_iar.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m33/syscall_rvds.S b/libcpu/arm/cortex-m33/syscall_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m33/trustzone.c b/libcpu/arm/cortex-m33/trustzone.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m4/SConscript b/libcpu/arm/cortex-m4/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m4/context_gcc.S b/libcpu/arm/cortex-m4/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m4/context_iar.S b/libcpu/arm/cortex-m4/context_iar.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m4/context_rvds.S b/libcpu/arm/cortex-m4/context_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m4/cpuport.c b/libcpu/arm/cortex-m4/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m7/SConscript b/libcpu/arm/cortex-m7/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m7/context_gcc.S b/libcpu/arm/cortex-m7/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m7/context_iar.S b/libcpu/arm/cortex-m7/context_iar.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m7/context_rvds.S b/libcpu/arm/cortex-m7/context_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m7/cpu_cache.c b/libcpu/arm/cortex-m7/cpu_cache.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-m7/cpuport.c b/libcpu/arm/cortex-m7/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-r4/SConscript b/libcpu/arm/cortex-r4/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-r4/armv7.h b/libcpu/arm/cortex-r4/armv7.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-r4/context_ccs.asm b/libcpu/arm/cortex-r4/context_ccs.asm old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-r4/context_gcc.S b/libcpu/arm/cortex-r4/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-r4/cpu.c b/libcpu/arm/cortex-r4/cpu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-r4/interrupt.c b/libcpu/arm/cortex-r4/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-r4/stack.c b/libcpu/arm/cortex-r4/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-r4/start_ccs.asm b/libcpu/arm/cortex-r4/start_ccs.asm old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-r4/start_gcc.S b/libcpu/arm/cortex-r4/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-r4/trap.c b/libcpu/arm/cortex-r4/trap.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-r4/vector_ccs.asm b/libcpu/arm/cortex-r4/vector_ccs.asm old mode 100644 new mode 100755 diff --git a/libcpu/arm/cortex-r4/vector_gcc.S b/libcpu/arm/cortex-r4/vector_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/dm36x/SConscript b/libcpu/arm/dm36x/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/dm36x/context_gcc.S b/libcpu/arm/dm36x/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/dm36x/context_rvds.S b/libcpu/arm/dm36x/context_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/dm36x/cpuport.c b/libcpu/arm/dm36x/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/dm36x/mmu.c b/libcpu/arm/dm36x/mmu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/dm36x/mmu.h b/libcpu/arm/dm36x/mmu.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/dm36x/stack.c b/libcpu/arm/dm36x/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc214x/SConscript b/libcpu/arm/lpc214x/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc214x/context_gcc.S b/libcpu/arm/lpc214x/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc214x/context_rvds.S b/libcpu/arm/lpc214x/context_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc214x/cpuport.c b/libcpu/arm/lpc214x/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc214x/lpc214x.h b/libcpu/arm/lpc214x/lpc214x.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc214x/start_rvds.S b/libcpu/arm/lpc214x/start_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc214x/startup_gcc.S b/libcpu/arm/lpc214x/startup_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc24xx/LPC24xx.h b/libcpu/arm/lpc24xx/LPC24xx.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc24xx/SConscript b/libcpu/arm/lpc24xx/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc24xx/context_gcc.S b/libcpu/arm/lpc24xx/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc24xx/context_rvds.S b/libcpu/arm/lpc24xx/context_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc24xx/cpu.c b/libcpu/arm/lpc24xx/cpu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc24xx/interrupt.c b/libcpu/arm/lpc24xx/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc24xx/stack.c b/libcpu/arm/lpc24xx/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc24xx/start_gcc.S b/libcpu/arm/lpc24xx/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc24xx/start_rvds.S b/libcpu/arm/lpc24xx/start_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/lpc24xx/trap.c b/libcpu/arm/lpc24xx/trap.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/SConscript b/libcpu/arm/realview-a8-vmm/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/armv7.h b/libcpu/arm/realview-a8-vmm/armv7.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/context_gcc.S b/libcpu/arm/realview-a8-vmm/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/cp15.h b/libcpu/arm/realview-a8-vmm/cp15.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/cp15_gcc.S b/libcpu/arm/realview-a8-vmm/cp15_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/cpu.c b/libcpu/arm/realview-a8-vmm/cpu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/gic.c b/libcpu/arm/realview-a8-vmm/gic.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/gic.h b/libcpu/arm/realview-a8-vmm/gic.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/interrupt.c b/libcpu/arm/realview-a8-vmm/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/interrupt.h b/libcpu/arm/realview-a8-vmm/interrupt.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/mmu.c b/libcpu/arm/realview-a8-vmm/mmu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/pmu.c b/libcpu/arm/realview-a8-vmm/pmu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/pmu.h b/libcpu/arm/realview-a8-vmm/pmu.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/stack.c b/libcpu/arm/realview-a8-vmm/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/start_gcc.S b/libcpu/arm/realview-a8-vmm/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/trap.c b/libcpu/arm/realview-a8-vmm/trap.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/realview-a8-vmm/vector_gcc.S b/libcpu/arm/realview-a8-vmm/vector_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/SConscript b/libcpu/arm/s3c24x0/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/context_gcc.S b/libcpu/arm/s3c24x0/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/context_rvds.S b/libcpu/arm/s3c24x0/context_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/cpu.c b/libcpu/arm/s3c24x0/cpu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/interrupt.c b/libcpu/arm/s3c24x0/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/mmu.c b/libcpu/arm/s3c24x0/mmu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/rtc.c b/libcpu/arm/s3c24x0/rtc.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/rtc.h b/libcpu/arm/s3c24x0/rtc.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/s3c24x0.h b/libcpu/arm/s3c24x0/s3c24x0.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/serial.c b/libcpu/arm/s3c24x0/serial.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/serial.h b/libcpu/arm/s3c24x0/serial.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/stack.c b/libcpu/arm/s3c24x0/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/start_gcc.S b/libcpu/arm/s3c24x0/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/start_rvds.S b/libcpu/arm/s3c24x0/start_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/system_clock.c b/libcpu/arm/s3c24x0/system_clock.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c24x0/trap.c b/libcpu/arm/s3c24x0/trap.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c44b0/SConscript b/libcpu/arm/s3c44b0/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c44b0/context_gcc.S b/libcpu/arm/s3c44b0/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c44b0/context_rvds.S b/libcpu/arm/s3c44b0/context_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c44b0/cpu.c b/libcpu/arm/s3c44b0/cpu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c44b0/interrupt.c b/libcpu/arm/s3c44b0/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c44b0/s3c44b0.h b/libcpu/arm/s3c44b0/s3c44b0.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c44b0/serial.c b/libcpu/arm/s3c44b0/serial.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c44b0/stack.c b/libcpu/arm/s3c44b0/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c44b0/start_gcc.S b/libcpu/arm/s3c44b0/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c44b0/start_rvds.S b/libcpu/arm/s3c44b0/start_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/s3c44b0/trap.c b/libcpu/arm/s3c44b0/trap.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/sep4020/SConscript b/libcpu/arm/sep4020/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/sep4020/clk.c b/libcpu/arm/sep4020/clk.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/sep4020/context_rvds.S b/libcpu/arm/sep4020/context_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/sep4020/cpu.c b/libcpu/arm/sep4020/cpu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/sep4020/interrupt.c b/libcpu/arm/sep4020/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/sep4020/sep4020.h b/libcpu/arm/sep4020/sep4020.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/sep4020/serial.c b/libcpu/arm/sep4020/serial.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/sep4020/serial.h b/libcpu/arm/sep4020/serial.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/sep4020/stack.c b/libcpu/arm/sep4020/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/sep4020/start_rvds.S b/libcpu/arm/sep4020/start_rvds.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/sep4020/trap.c b/libcpu/arm/sep4020/trap.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/zynq7000/SConscript b/libcpu/arm/zynq7000/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/arm/zynq7000/armv7.h b/libcpu/arm/zynq7000/armv7.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/zynq7000/context_gcc.S b/libcpu/arm/zynq7000/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/zynq7000/cp15.h b/libcpu/arm/zynq7000/cp15.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/zynq7000/cp15_gcc.S b/libcpu/arm/zynq7000/cp15_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/zynq7000/cpu.c b/libcpu/arm/zynq7000/cpu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/zynq7000/gic.c b/libcpu/arm/zynq7000/gic.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/zynq7000/gic.h b/libcpu/arm/zynq7000/gic.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/zynq7000/interrupt.c b/libcpu/arm/zynq7000/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/zynq7000/interrupt.h b/libcpu/arm/zynq7000/interrupt.h old mode 100644 new mode 100755 diff --git a/libcpu/arm/zynq7000/mmu.c b/libcpu/arm/zynq7000/mmu.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/zynq7000/stack.c b/libcpu/arm/zynq7000/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/zynq7000/start_gcc.S b/libcpu/arm/zynq7000/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/arm/zynq7000/trap.c b/libcpu/arm/zynq7000/trap.c old mode 100644 new mode 100755 diff --git a/libcpu/arm/zynq7000/vector_gcc.S b/libcpu/arm/zynq7000/vector_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/avr32/SConscript b/libcpu/avr32/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/avr32/uc3/SConscript b/libcpu/avr32/uc3/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/avr32/uc3/context_gcc.S b/libcpu/avr32/uc3/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/avr32/uc3/cpu.c b/libcpu/avr32/uc3/cpu.c old mode 100644 new mode 100755 diff --git a/libcpu/avr32/uc3/exception_gcc.S b/libcpu/avr32/uc3/exception_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/avr32/uc3/interrupt.c b/libcpu/avr32/uc3/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/avr32/uc3/serial.c b/libcpu/avr32/uc3/serial.c old mode 100644 new mode 100755 diff --git a/libcpu/avr32/uc3/serial.h b/libcpu/avr32/uc3/serial.h old mode 100644 new mode 100755 diff --git a/libcpu/avr32/uc3/stack.c b/libcpu/avr32/uc3/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/blackfin/SConscript b/libcpu/blackfin/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/blackfin/bf53x/SConscript b/libcpu/blackfin/bf53x/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/blackfin/bf53x/context_vdsp.S b/libcpu/blackfin/bf53x/context_vdsp.S old mode 100644 new mode 100755 diff --git a/libcpu/blackfin/bf53x/cpuport.c b/libcpu/blackfin/bf53x/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/blackfin/bf53x/serial.c b/libcpu/blackfin/bf53x/serial.c old mode 100644 new mode 100755 diff --git a/libcpu/blackfin/bf53x/serial.h b/libcpu/blackfin/bf53x/serial.h old mode 100644 new mode 100755 diff --git a/libcpu/c-sky/SConscript b/libcpu/c-sky/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/c-sky/ck802/SConscript b/libcpu/c-sky/ck802/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/c-sky/ck802/contex_ck802_gcc.S b/libcpu/c-sky/ck802/contex_ck802_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/c-sky/ck802/core_ck802.c b/libcpu/c-sky/ck802/core_ck802.c old mode 100644 new mode 100755 diff --git a/libcpu/c-sky/ck802/core_ck802.h b/libcpu/c-sky/ck802/core_ck802.h old mode 100644 new mode 100755 diff --git a/libcpu/c-sky/ck802/stack_ck802.c b/libcpu/c-sky/ck802/stack_ck802.c old mode 100644 new mode 100755 diff --git a/libcpu/c-sky/common/SConscript b/libcpu/c-sky/common/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/c-sky/common/csi_core.h b/libcpu/c-sky/common/csi_core.h old mode 100644 new mode 100755 diff --git a/libcpu/c-sky/common/csi_gcc.h b/libcpu/c-sky/common/csi_gcc.h old mode 100644 new mode 100755 diff --git a/libcpu/c-sky/common/csi_instr.h b/libcpu/c-sky/common/csi_instr.h old mode 100644 new mode 100755 diff --git a/libcpu/c-sky/common/csi_reg.h b/libcpu/c-sky/common/csi_reg.h old mode 100644 new mode 100755 diff --git a/libcpu/c-sky/common/csi_simd.h b/libcpu/c-sky/common/csi_simd.h old mode 100644 new mode 100755 diff --git a/libcpu/ia32/SConscript b/libcpu/ia32/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/ia32/__udivsi3.c b/libcpu/ia32/__udivsi3.c old mode 100644 new mode 100755 diff --git a/libcpu/ia32/__umodsi3.c b/libcpu/ia32/__umodsi3.c old mode 100644 new mode 100755 diff --git a/libcpu/ia32/backtrace.c b/libcpu/ia32/backtrace.c old mode 100644 new mode 100755 diff --git a/libcpu/ia32/context_gcc.S b/libcpu/ia32/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/ia32/hdisr_gcc.S b/libcpu/ia32/hdisr_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/ia32/interrupt.c b/libcpu/ia32/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/ia32/showmem.c b/libcpu/ia32/showmem.c old mode 100644 new mode 100755 diff --git a/libcpu/ia32/stack.c b/libcpu/ia32/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/ia32/start_gcc.S b/libcpu/ia32/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/ia32/trap.c b/libcpu/ia32/trap.c old mode 100644 new mode 100755 diff --git a/libcpu/ia32/trapisr_gcc.S b/libcpu/ia32/trapisr_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/m16c/SConscript b/libcpu/m16c/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/m16c/m16c62p/SConscript b/libcpu/m16c/m16c62p/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/m16c/m16c62p/context_gcc.S b/libcpu/m16c/m16c62p/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/m16c/m16c62p/context_iar.S b/libcpu/m16c/m16c62p/context_iar.S old mode 100644 new mode 100755 diff --git a/libcpu/m16c/m16c62p/context_iar.asm b/libcpu/m16c/m16c62p/context_iar.asm old mode 100644 new mode 100755 diff --git a/libcpu/m16c/m16c62p/cpuport.c b/libcpu/m16c/m16c62p/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/SConscript b/libcpu/mips/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/SConscript b/libcpu/mips/common/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/asm.h b/libcpu/mips/common/asm.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/exception.h b/libcpu/mips/common/exception.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/mips.h b/libcpu/mips/common/mips.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/mips.inc b/libcpu/mips/common/mips.inc old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/mips_addrspace.h b/libcpu/mips/common/mips_addrspace.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/mips_asm.h b/libcpu/mips/common/mips_asm.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/mips_cache.c b/libcpu/mips/common/mips_cache.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/mips_cache.h b/libcpu/mips/common/mips_cache.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/mips_cfg.h b/libcpu/mips/common/mips_cfg.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/mips_context.h b/libcpu/mips/common/mips_context.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/mips_def.h b/libcpu/mips/common/mips_def.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/mips_excpt.h b/libcpu/mips/common/mips_excpt.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/mips_regs.h b/libcpu/mips/common/mips_regs.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/mips_types.h b/libcpu/mips/common/mips_types.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/mipscfg.h b/libcpu/mips/common/mipscfg.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/mipsregs.h b/libcpu/mips/common/mipsregs.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/common/stackframe.h b/libcpu/mips/common/stackframe.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1b/SConscript b/libcpu/mips/loongson_1b/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1b/cache.c b/libcpu/mips/loongson_1b/cache.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1b/cache.h b/libcpu/mips/loongson_1b/cache.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1b/cache_gcc.S b/libcpu/mips/loongson_1b/cache_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1b/context_gcc.S b/libcpu/mips/loongson_1b/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1b/cpuport.c b/libcpu/mips/loongson_1b/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1b/exception.c b/libcpu/mips/loongson_1b/exception.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1b/interrupt.c b/libcpu/mips/loongson_1b/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1b/ls1b.h b/libcpu/mips/loongson_1b/ls1b.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1b/mipscfg.c b/libcpu/mips/loongson_1b/mipscfg.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1b/start_gcc.S b/libcpu/mips/loongson_1b/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1c/SConscript b/libcpu/mips/loongson_1c/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1c/cache.c b/libcpu/mips/loongson_1c/cache.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1c/cache.h b/libcpu/mips/loongson_1c/cache.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1c/cache_gcc.S b/libcpu/mips/loongson_1c/cache_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1c/context_gcc.S b/libcpu/mips/loongson_1c/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1c/cpuport.c b/libcpu/mips/loongson_1c/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1c/exception.c b/libcpu/mips/loongson_1c/exception.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1c/interrupt.c b/libcpu/mips/loongson_1c/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1c/ls1c.h b/libcpu/mips/loongson_1c/ls1c.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1c/mipscfg.c b/libcpu/mips/loongson_1c/mipscfg.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1c/sdram_cfg.h b/libcpu/mips/loongson_1c/sdram_cfg.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1c/stackframe_fpu.h b/libcpu/mips/loongson_1c/stackframe_fpu.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/loongson_1c/start_gcc.S b/libcpu/mips/loongson_1c/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/mips/pic32/SConscript b/libcpu/mips/pic32/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/mips/pic32/context_gcc.S b/libcpu/mips/pic32/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/mips/pic32/cpuport.c b/libcpu/mips/pic32/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/pic32/exceptions.c b/libcpu/mips/pic32/exceptions.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/SConscript b/libcpu/mips/x1000/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/cache.c b/libcpu/mips/x1000/cache.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/cache.h b/libcpu/mips/x1000/cache.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/cpu.c b/libcpu/mips/x1000/cpu.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/interrupt.c b/libcpu/mips/x1000/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/mips_backtrace.c b/libcpu/mips/x1000/mips_backtrace.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/mips_cache_gcc.S b/libcpu/mips/x1000/mips_cache_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/mips_context_gcc.S b/libcpu/mips/x1000/mips_context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/mips_excpt.c b/libcpu/mips/x1000/mips_excpt.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/mips_excpt_gcc.S b/libcpu/mips/x1000/mips_excpt_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/mips_fp_gcc.S b/libcpu/mips/x1000/mips_fp_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/stack.c b/libcpu/mips/x1000/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/startup_gcc.S b/libcpu/mips/x1000/startup_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/x1000.h b/libcpu/mips/x1000/x1000.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/x1000_aic.h b/libcpu/mips/x1000/x1000_aic.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/x1000_cpm.h b/libcpu/mips/x1000/x1000_cpm.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/x1000_intc.h b/libcpu/mips/x1000/x1000_intc.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/x1000_otg_dwc.h b/libcpu/mips/x1000/x1000_otg_dwc.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/x1000/x1000_slcdc.h b/libcpu/mips/x1000/x1000_slcdc.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/xburst/SConscript b/libcpu/mips/xburst/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/mips/xburst/cache.c b/libcpu/mips/xburst/cache.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/xburst/cache.h b/libcpu/mips/xburst/cache.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/xburst/cache_gcc.S b/libcpu/mips/xburst/cache_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/mips/xburst/context_gcc.S b/libcpu/mips/xburst/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/mips/xburst/cpu.c b/libcpu/mips/xburst/cpu.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/xburst/exception.c b/libcpu/mips/xburst/exception.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/xburst/interrupt.c b/libcpu/mips/xburst/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/xburst/mipscfg.c b/libcpu/mips/xburst/mipscfg.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/xburst/stack.c b/libcpu/mips/xburst/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/mips/xburst/stack.h b/libcpu/mips/xburst/stack.h old mode 100644 new mode 100755 diff --git a/libcpu/mips/xburst/start_gcc.S b/libcpu/mips/xburst/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/mips/xburst/x1000.h b/libcpu/mips/xburst/x1000.h old mode 100644 new mode 100755 diff --git a/libcpu/nios/SConscript b/libcpu/nios/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/nios/nios_ii/SConscript b/libcpu/nios/nios_ii/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/nios/nios_ii/context_gcc.S b/libcpu/nios/nios_ii/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/nios/nios_ii/interrupt.c b/libcpu/nios/nios_ii/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/nios/nios_ii/stack.c b/libcpu/nios/nios_ii/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/nios/nios_ii/vector.S b/libcpu/nios/nios_ii/vector.S old mode 100644 new mode 100755 diff --git a/libcpu/ppc/SConscript b/libcpu/ppc/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/ppc/common/SConscript b/libcpu/ppc/common/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/ppc/common/ptrace.h b/libcpu/ppc/common/ptrace.h old mode 100644 new mode 100755 diff --git a/libcpu/ppc/common/stack.c b/libcpu/ppc/common/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/SConscript b/libcpu/ppc/ppc405/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/cache.h b/libcpu/ppc/ppc405/cache.h old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/cache_gcc.S b/libcpu/ppc/ppc405/cache_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/context.h b/libcpu/ppc/ppc405/context.h old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/context_gcc.S b/libcpu/ppc/ppc405/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/dcr_gcc.S b/libcpu/ppc/ppc405/dcr_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/include/asm/ppc405.h b/libcpu/ppc/ppc405/include/asm/ppc405.h old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/include/asm/ppc4xx-intvec.h b/libcpu/ppc/ppc405/include/asm/ppc4xx-intvec.h old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/include/asm/ppc4xx-uic.h b/libcpu/ppc/ppc405/include/asm/ppc4xx-uic.h old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/include/asm/ppc4xx.h b/libcpu/ppc/ppc405/include/asm/ppc4xx.h old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/include/asm/ppc_defs.h b/libcpu/ppc/ppc405/include/asm/ppc_defs.h old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/include/asm/processor.h b/libcpu/ppc/ppc405/include/asm/processor.h old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/include/asm/ptrace.h b/libcpu/ppc/ppc405/include/asm/ptrace.h old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/include/asm/types.h b/libcpu/ppc/ppc405/include/asm/types.h old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/include/config.h b/libcpu/ppc/ppc405/include/config.h old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/interrupt.c b/libcpu/ppc/ppc405/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/io.h b/libcpu/ppc/ppc405/io.h old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/serial.c b/libcpu/ppc/ppc405/serial.c old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/start_gcc.S b/libcpu/ppc/ppc405/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/ppc/ppc405/traps.c b/libcpu/ppc/ppc405/traps.c old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/SConscript b/libcpu/risc-v/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/bumblebee/SConscript b/libcpu/risc-v/bumblebee/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/bumblebee/interrupt_gcc.S b/libcpu/risc-v/bumblebee/interrupt_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/common/SConscript b/libcpu/risc-v/common/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/common/context_gcc.S b/libcpu/risc-v/common/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/common/cpuport.c b/libcpu/risc-v/common/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/common/cpuport.h b/libcpu/risc-v/common/cpuport.h old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/common/riscv-ops.h b/libcpu/risc-v/common/riscv-ops.h old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/common/riscv-plic.h b/libcpu/risc-v/common/riscv-plic.h old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/e310/SConscript b/libcpu/risc-v/e310/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/e310/interrupt_gcc.S b/libcpu/risc-v/e310/interrupt_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/k210/SConscript b/libcpu/risc-v/k210/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/k210/cpuport_smp.c b/libcpu/risc-v/k210/cpuport_smp.c old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/k210/interrupt.c b/libcpu/risc-v/k210/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/k210/interrupt_gcc.S b/libcpu/risc-v/k210/interrupt_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/k210/startup_gcc.S b/libcpu/risc-v/k210/startup_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/k210/tick.c b/libcpu/risc-v/k210/tick.c old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/k210/tick.h b/libcpu/risc-v/k210/tick.h old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/rv32m1/SConscript b/libcpu/risc-v/rv32m1/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/rv32m1/interrupt.c b/libcpu/risc-v/rv32m1/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/risc-v/rv32m1/interrupt_gcc.S b/libcpu/risc-v/rv32m1/interrupt_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/rx/SConscript b/libcpu/rx/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/rx/context_iar.S b/libcpu/rx/context_iar.S old mode 100644 new mode 100755 diff --git a/libcpu/rx/cpuconfig.h b/libcpu/rx/cpuconfig.h old mode 100644 new mode 100755 diff --git a/libcpu/rx/cpuport.c b/libcpu/rx/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/sim/SConscript b/libcpu/sim/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/sim/posix/SConscript b/libcpu/sim/posix/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/sim/posix/cpu_port.c b/libcpu/sim/posix/cpu_port.c old mode 100644 new mode 100755 diff --git a/libcpu/sim/win32/SConscript b/libcpu/sim/win32/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/sim/win32/cpu_port.c b/libcpu/sim/win32/cpu_port.c old mode 100644 new mode 100755 diff --git a/libcpu/sim/win32/cpu_port.h b/libcpu/sim/win32/cpu_port.h old mode 100644 new mode 100755 diff --git a/libcpu/ti-dsp/SConscript b/libcpu/ti-dsp/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/ti-dsp/c28x/SConscript b/libcpu/ti-dsp/c28x/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/ti-dsp/c28x/context.s b/libcpu/ti-dsp/c28x/context.s old mode 100644 new mode 100755 diff --git a/libcpu/ti-dsp/c28x/cpuport.c b/libcpu/ti-dsp/c28x/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/unicore32/SConscript b/libcpu/unicore32/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/unicore32/sep6200/SConscript b/libcpu/unicore32/sep6200/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/unicore32/sep6200/context_gcc.S b/libcpu/unicore32/sep6200/context_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/unicore32/sep6200/cpu.c b/libcpu/unicore32/sep6200/cpu.c old mode 100644 new mode 100755 diff --git a/libcpu/unicore32/sep6200/interrupt.c b/libcpu/unicore32/sep6200/interrupt.c old mode 100644 new mode 100755 diff --git a/libcpu/unicore32/sep6200/sep6200.h b/libcpu/unicore32/sep6200/sep6200.h old mode 100644 new mode 100755 diff --git a/libcpu/unicore32/sep6200/serial.c b/libcpu/unicore32/sep6200/serial.c old mode 100644 new mode 100755 diff --git a/libcpu/unicore32/sep6200/serial.h b/libcpu/unicore32/sep6200/serial.h old mode 100644 new mode 100755 diff --git a/libcpu/unicore32/sep6200/stack.c b/libcpu/unicore32/sep6200/stack.c old mode 100644 new mode 100755 diff --git a/libcpu/unicore32/sep6200/start_gcc.S b/libcpu/unicore32/sep6200/start_gcc.S old mode 100644 new mode 100755 diff --git a/libcpu/unicore32/sep6200/trace.c b/libcpu/unicore32/sep6200/trace.c old mode 100644 new mode 100755 diff --git a/libcpu/unicore32/sep6200/trap.c b/libcpu/unicore32/sep6200/trap.c old mode 100644 new mode 100755 diff --git a/libcpu/v850/70f34/SConscript b/libcpu/v850/70f34/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/v850/70f34/context_iar.S b/libcpu/v850/70f34/context_iar.S old mode 100644 new mode 100755 diff --git a/libcpu/v850/70f34/context_iar.asm b/libcpu/v850/70f34/context_iar.asm old mode 100644 new mode 100755 diff --git a/libcpu/v850/70f34/cpuport.c b/libcpu/v850/70f34/cpuport.c old mode 100644 new mode 100755 diff --git a/libcpu/v850/70f34/macdefs.inc b/libcpu/v850/70f34/macdefs.inc old mode 100644 new mode 100755 diff --git a/libcpu/v850/SConscript b/libcpu/v850/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/xilinx/SConscript b/libcpu/xilinx/SConscript old mode 100644 new mode 100755 diff --git a/libcpu/xilinx/microblaze/SConscript b/libcpu/xilinx/microblaze/SConscript old mode 100644 new mode 100755 diff --git a/src/Kconfig b/src/Kconfig old mode 100644 new mode 100755 diff --git a/src/SConscript b/src/SConscript old mode 100644 new mode 100755 diff --git a/src/clock.c b/src/clock.c old mode 100644 new mode 100755 diff --git a/src/components.c b/src/components.c old mode 100644 new mode 100755 diff --git a/src/cpu.c b/src/cpu.c old mode 100644 new mode 100755 diff --git a/src/device.c b/src/device.c old mode 100644 new mode 100755 diff --git a/src/idle.c b/src/idle.c old mode 100644 new mode 100755 diff --git a/src/ipc.c b/src/ipc.c old mode 100644 new mode 100755 diff --git a/src/irq.c b/src/irq.c old mode 100644 new mode 100755 diff --git a/src/kservice.c b/src/kservice.c old mode 100644 new mode 100755 diff --git a/src/mem.c b/src/mem.c old mode 100644 new mode 100755 diff --git a/src/memheap.c b/src/memheap.c old mode 100644 new mode 100755 diff --git a/src/mempool.c b/src/mempool.c old mode 100644 new mode 100755 diff --git a/src/object.c b/src/object.c old mode 100644 new mode 100755 diff --git a/src/scheduler.c b/src/scheduler.c old mode 100644 new mode 100755 diff --git a/src/signal.c b/src/signal.c old mode 100644 new mode 100755 diff --git a/src/slab.c b/src/slab.c old mode 100644 new mode 100755 diff --git a/src/thread.c b/src/thread.c old mode 100644 new mode 100755 diff --git a/src/timer.c b/src/timer.c old mode 100644 new mode 100755 diff --git a/tools/auto-ci.py b/tools/auto-ci.py old mode 100644 new mode 100755 diff --git a/tools/buildbot.py b/tools/buildbot.py old mode 100644 new mode 100755 diff --git a/tools/building.py b/tools/building.py old mode 100644 new mode 100755 diff --git a/tools/cdk.py b/tools/cdk.py old mode 100644 new mode 100755 diff --git a/tools/codeblocks.py b/tools/codeblocks.py old mode 100644 new mode 100755 diff --git a/tools/cscope.py b/tools/cscope.py old mode 100644 new mode 100755 diff --git a/tools/defconfig.py b/tools/defconfig.py old mode 100644 new mode 100755 diff --git a/tools/eclipse.py b/tools/eclipse.py old mode 100644 new mode 100755 diff --git a/tools/gcc.py b/tools/gcc.py old mode 100644 new mode 100755 diff --git a/tools/genconf.py b/tools/genconf.py old mode 100644 new mode 100755 diff --git a/tools/iar.py b/tools/iar.py old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/.version b/tools/kconfig-frontends/.version old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/AUTHORS b/tools/kconfig-frontends/AUTHORS old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/COPYING b/tools/kconfig-frontends/COPYING old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/INSTALL b/tools/kconfig-frontends/INSTALL old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/Makefile.am b/tools/kconfig-frontends/Makefile.am old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/Makefile.in b/tools/kconfig-frontends/Makefile.in old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/README b/tools/kconfig-frontends/README old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/SConstruct b/tools/kconfig-frontends/SConstruct old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/aclocal.m4 b/tools/kconfig-frontends/aclocal.m4 old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/configure.ac b/tools/kconfig-frontends/configure.ac old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/docs/kconfig-language.txt b/tools/kconfig-frontends/docs/kconfig-language.txt old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/docs/kconfig.txt b/tools/kconfig-frontends/docs/kconfig.txt old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/frontends/conf/conf.c b/tools/kconfig-frontends/frontends/conf/conf.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/frontends/gconf/gconf.c b/tools/kconfig-frontends/frontends/gconf/gconf.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/frontends/gconf/gconf.c.patch b/tools/kconfig-frontends/frontends/gconf/gconf.c.patch old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/frontends/gconf/gconf.glade b/tools/kconfig-frontends/frontends/gconf/gconf.glade old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/frontends/kconfig.in b/tools/kconfig-frontends/frontends/kconfig.in old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/frontends/mconf/mconf.c b/tools/kconfig-frontends/frontends/mconf/mconf.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/frontends/nconf/nconf.c b/tools/kconfig-frontends/frontends/nconf/nconf.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/frontends/nconf/nconf.gui.c b/tools/kconfig-frontends/frontends/nconf/nconf.gui.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/frontends/nconf/nconf.h b/tools/kconfig-frontends/frontends/nconf/nconf.h old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/frontends/qconf/qconf.cc b/tools/kconfig-frontends/frontends/qconf/qconf.cc old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/frontends/qconf/qconf.cc.patch b/tools/kconfig-frontends/frontends/qconf/qconf.cc.patch old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/frontends/qconf/qconf.h b/tools/kconfig-frontends/frontends/qconf/qconf.h old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/images/images.c_orig b/tools/kconfig-frontends/libs/images/images.c_orig old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/lxdialog/checklist.c b/tools/kconfig-frontends/libs/lxdialog/checklist.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/lxdialog/dialog.h b/tools/kconfig-frontends/libs/lxdialog/dialog.h old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/lxdialog/inputbox.c b/tools/kconfig-frontends/libs/lxdialog/inputbox.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/lxdialog/menubox.c b/tools/kconfig-frontends/libs/lxdialog/menubox.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/lxdialog/textbox.c b/tools/kconfig-frontends/libs/lxdialog/textbox.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/lxdialog/util.c b/tools/kconfig-frontends/libs/lxdialog/util.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/lxdialog/yesno.c b/tools/kconfig-frontends/libs/lxdialog/yesno.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/confdata.c b/tools/kconfig-frontends/libs/parser/confdata.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/expr.c b/tools/kconfig-frontends/libs/parser/expr.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/expr.h b/tools/kconfig-frontends/libs/parser/expr.h old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/hconf.c b/tools/kconfig-frontends/libs/parser/hconf.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/hconf.gperf b/tools/kconfig-frontends/libs/parser/hconf.gperf old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/hconf.gperf.patch b/tools/kconfig-frontends/libs/parser/hconf.gperf.patch old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/kconfig-parser.pc.in b/tools/kconfig-frontends/libs/parser/kconfig-parser.pc.in old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/lconf.c b/tools/kconfig-frontends/libs/parser/lconf.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/lconf.l b/tools/kconfig-frontends/libs/parser/lconf.l old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/list.h b/tools/kconfig-frontends/libs/parser/list.h old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/lkc.h b/tools/kconfig-frontends/libs/parser/lkc.h old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/lkc_proto.h b/tools/kconfig-frontends/libs/parser/lkc_proto.h old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/menu.c b/tools/kconfig-frontends/libs/parser/menu.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/symbol.c b/tools/kconfig-frontends/libs/parser/symbol.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/util.c b/tools/kconfig-frontends/libs/parser/util.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/yconf.c b/tools/kconfig-frontends/libs/parser/yconf.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/yconf.y b/tools/kconfig-frontends/libs/parser/yconf.y old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/libs/parser/yconf.y.patch b/tools/kconfig-frontends/libs/parser/yconf.y.patch old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/scripts/.autostuff/config.h.in b/tools/kconfig-frontends/scripts/.autostuff/config.h.in old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/scripts/.autostuff/m4/libtool.m4 b/tools/kconfig-frontends/scripts/.autostuff/m4/libtool.m4 old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/scripts/.autostuff/m4/ltoptions.m4 b/tools/kconfig-frontends/scripts/.autostuff/m4/ltoptions.m4 old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/scripts/.autostuff/m4/ltsugar.m4 b/tools/kconfig-frontends/scripts/.autostuff/m4/ltsugar.m4 old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/scripts/.autostuff/m4/ltversion.m4 b/tools/kconfig-frontends/scripts/.autostuff/m4/ltversion.m4 old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/scripts/.autostuff/m4/lt~obsolete.m4 b/tools/kconfig-frontends/scripts/.autostuff/m4/lt~obsolete.m4 old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/scripts/.autostuff/scripts/ltmain.sh b/tools/kconfig-frontends/scripts/.autostuff/scripts/ltmain.sh old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/scripts/ksync.list b/tools/kconfig-frontends/scripts/ksync.list old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/utils/gettext.c b/tools/kconfig-frontends/utils/gettext.c old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/utils/kconfig-tweak.in b/tools/kconfig-frontends/utils/kconfig-tweak.in old mode 100644 new mode 100755 diff --git a/tools/kconfig-frontends/utils/kconfig-tweak.in.patch b/tools/kconfig-frontends/utils/kconfig-tweak.in.patch old mode 100644 new mode 100755 diff --git a/tools/kconfiglib.py b/tools/kconfiglib.py old mode 100644 new mode 100755 diff --git a/tools/keil.py b/tools/keil.py old mode 100644 new mode 100755 diff --git a/tools/makefile.py b/tools/makefile.py old mode 100644 new mode 100755 diff --git a/tools/menuconfig.py b/tools/menuconfig.py old mode 100644 new mode 100755 diff --git a/tools/mkdist.py b/tools/mkdist.py old mode 100644 new mode 100755 diff --git a/tools/mkromfs.py b/tools/mkromfs.py old mode 100644 new mode 100755 diff --git a/tools/package.py b/tools/package.py old mode 100644 new mode 100755 diff --git a/tools/pyguiconfig.py b/tools/pyguiconfig.py old mode 100644 new mode 100755 diff --git a/tools/rtthread.mk b/tools/rtthread.mk old mode 100644 new mode 100755 diff --git a/tools/sconsui.py b/tools/sconsui.py old mode 100644 new mode 100755 diff --git a/tools/ses.py b/tools/ses.py old mode 100644 new mode 100755 diff --git a/tools/template.cbp b/tools/template.cbp old mode 100644 new mode 100755 diff --git a/tools/tools/clang-analyze.py b/tools/tools/clang-analyze.py old mode 100644 new mode 100755 diff --git a/tools/ua.py b/tools/ua.py old mode 100644 new mode 100755 diff --git a/tools/utils.py b/tools/utils.py old mode 100644 new mode 100755 diff --git a/tools/vs.py b/tools/vs.py old mode 100644 new mode 100755 diff --git a/tools/vs2012.py b/tools/vs2012.py old mode 100644 new mode 100755 diff --git a/tools/vsc.py b/tools/vsc.py old mode 100644 new mode 100755 diff --git a/tools/win32spawn.py b/tools/win32spawn.py old mode 100644 new mode 100755 diff --git a/tools/wizard.py b/tools/wizard.py old mode 100644 new mode 100755