From c883b41a09fb98c57c3cf490de8569a05aa46ea6 Mon Sep 17 00:00:00 2001 From: weishengzhong Date: Tue, 12 Nov 2019 00:56:56 -0800 Subject: [PATCH] fix([bsp][stm32]): add ops struct in drv_eth.c 1. while enable device object ops, compile the drv_eth.c will occur error because the drv_eth has no ops struct. --- .github/PULL_REQUEST_TEMPLATE.md | 0 .gitignore | 0 .travis.yml | 0 ChangeLog.md | 0 Kconfig | 0 LICENSE | 0 README.md | 0 README_zh.md | 0 bsp/CME_M7/CME_M7.ld | 0 bsp/CME_M7/CME_M7.sct | 0 bsp/CME_M7/CMSIS/CME_M7/cmem7_it.c | 0 bsp/CME_M7/CMSIS/CME_M7/cmem7_it.h | 0 .../CMSIS/CME_M7/startup/arm/startup_cmem7.s | 0 .../CMSIS/CME_M7/startup/gcc/startup_CME_M7.c | 0 bsp/CME_M7/CMSIS/CME_M7/system_cmem7.c | 0 .../CMSIS/CMSIS/Include/arm_common_tables.h | 0 bsp/CME_M7/CMSIS/CMSIS/Include/arm_math.h | 0 bsp/CME_M7/CMSIS/CMSIS/Include/core_cm0.h | 0 bsp/CME_M7/CMSIS/CMSIS/Include/core_cm0plus.h | 0 bsp/CME_M7/CMSIS/CMSIS/Include/core_cm3.h | 0 bsp/CME_M7/CMSIS/CMSIS/Include/core_cm4.h | 0 bsp/CME_M7/CMSIS/CMSIS/Include/core_cm4_simd.h | 0 bsp/CME_M7/CMSIS/CMSIS/Include/core_cmFunc.h | 0 bsp/CME_M7/CMSIS/CMSIS/Include/core_cmInstr.h | 0 bsp/CME_M7/CMSIS/CMSIS/Include/core_sc000.h | 0 bsp/CME_M7/CMSIS/CMSIS/Include/core_sc300.h | 0 bsp/CME_M7/CMSIS/SConscript | 0 bsp/CME_M7/SConscript | 0 bsp/CME_M7/SConstruct | 0 bsp/CME_M7/StdPeriph_Driver/SConscript | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_adc.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_aes.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_can.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_conf.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_ddr.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_dma.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_efuse.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_eth.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_flash.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_gpio.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_i2c.h | 0 .../StdPeriph_Driver/inc/cmem7_includes.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_misc.h | 0 .../StdPeriph_Driver/inc/cmem7_retarget.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_rtc.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_spi.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_tim.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_uart.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_usb.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_wdg.h | 0 bsp/CME_M7/StdPeriph_Driver/inc/system_cmem7.h | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_adc.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_aes.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_can.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_ddr.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_dma.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_efuse.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_eth.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_flash.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_gpio.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_i2c.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_misc.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_rtc.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_spi.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_tim.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_uart.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_usb.c | 0 bsp/CME_M7/StdPeriph_Driver/src/cmem7_wdg.c | 0 bsp/CME_M7/applications/SConscript | 0 bsp/CME_M7/applications/application.c | 0 bsp/CME_M7/applications/led.c | 0 bsp/CME_M7/applications/startup.c | 0 bsp/CME_M7/drivers/SConscript | 0 bsp/CME_M7/drivers/app_phy.c | 0 bsp/CME_M7/drivers/app_phy.h | 0 bsp/CME_M7/drivers/board.c | 0 bsp/CME_M7/drivers/board.h | 0 bsp/CME_M7/drivers/emac.c | 0 bsp/CME_M7/drivers/uart.c | 0 bsp/CME_M7/project.uvopt | 0 bsp/CME_M7/project.uvproj | 0 bsp/CME_M7/readme.md | 0 bsp/CME_M7/rtconfig.h | 0 bsp/CME_M7/rtconfig.py | 0 bsp/CME_M7/template.uvopt | 0 bsp/CME_M7/template.uvproj | 0 bsp/allwinner_tina/.config | 0 bsp/allwinner_tina/Kconfig | 0 bsp/allwinner_tina/README.md | 0 bsp/allwinner_tina/SConscript | 0 bsp/allwinner_tina/SConstruct | 0 bsp/allwinner_tina/applications/SConscript | 0 bsp/allwinner_tina/applications/main.c | 0 bsp/allwinner_tina/drivers/Kconfig | 0 bsp/allwinner_tina/drivers/SConscript | 0 bsp/allwinner_tina/drivers/board.c | 0 bsp/allwinner_tina/drivers/board.h | 0 bsp/allwinner_tina/drivers/drv_clock.c | 0 bsp/allwinner_tina/drivers/drv_clock.h | 0 bsp/allwinner_tina/drivers/drv_gpio.c | 0 bsp/allwinner_tina/drivers/drv_gpio.h | 0 bsp/allwinner_tina/drivers/drv_sdio.c | 0 bsp/allwinner_tina/drivers/drv_sdio.h | 0 bsp/allwinner_tina/drivers/drv_uart.c | 0 bsp/allwinner_tina/drivers/drv_uart.h | 0 bsp/allwinner_tina/drivers/spi/SConscript | 0 bsp/allwinner_tina/drivers/spi/drv_spi.c | 0 bsp/allwinner_tina/drivers/spi/drv_spi.h | 0 bsp/allwinner_tina/drivers/spi/drv_spi_flash.c | 0 bsp/allwinner_tina/libcpu/SConscript | 0 bsp/allwinner_tina/libcpu/context_gcc.S | 0 bsp/allwinner_tina/libcpu/cpu.c | 0 bsp/allwinner_tina/libcpu/cpuport.c | 0 bsp/allwinner_tina/libcpu/interrupt.c | 0 bsp/allwinner_tina/libcpu/interrupt.h | 0 bsp/allwinner_tina/libcpu/mmu.c | 0 bsp/allwinner_tina/libcpu/mmu.h | 0 bsp/allwinner_tina/libcpu/rt_low_level_init.c | 0 bsp/allwinner_tina/libcpu/stack.c | 0 bsp/allwinner_tina/libcpu/start_gcc.S | 0 bsp/allwinner_tina/libcpu/trap.c | 0 bsp/allwinner_tina/link.lds | 0 bsp/allwinner_tina/rtconfig.h | 0 bsp/allwinner_tina/rtconfig.py | 0 bsp/amebaz/.config | 0 bsp/amebaz/Kconfig | 0 bsp/amebaz/README.md | 0 bsp/amebaz/SConscript | 0 bsp/amebaz/SConstruct | 0 bsp/amebaz/applications/SConscript | 0 bsp/amebaz/applications/main.c | 0 bsp/amebaz/applications/smartconfig_app.c | 0 bsp/amebaz/bootloader_symbol.icf | 0 bsp/amebaz/drivers/Kconfig | 0 bsp/amebaz/drivers/SConscript | 0 bsp/amebaz/drivers/board.c | 0 bsp/amebaz/drivers/board.h | 0 bsp/amebaz/drivers/drv_uart.c | 0 bsp/amebaz/drivers/drv_uart.h | 0 bsp/amebaz/drivers/wlan/SConscript | 0 bsp/amebaz/drivers/wlan/drv_wifi.c | 0 bsp/amebaz/drivers/wlan/drv_wifi.h | 0 bsp/amebaz/drivers/wlan/drv_wlan.c | 0 bsp/amebaz/drivers/wlan/drv_wlan.h | 0 bsp/amebaz/export-rom_symbol_v01.txt | 0 bsp/amebaz/figures/iar_build.png | Bin bsp/amebaz/figures/iar_download.png | Bin bsp/amebaz/figures/image-tool_v2.2.0.png | Bin bsp/amebaz/gen_bin.py | 0 bsp/amebaz/image2.icf | 0 bsp/amebaz/libraries/Kconfig | 0 bsp/amebaz/libraries/SConscript | 0 bsp/amebaz/libraries/smartconfig/SConscript | 0 .../libraries/smartconfig/inc/smartconfig.h | 0 .../libs/libsmartconfig_armcm4_gcc.a | Bin .../libs/libsmartconfig_armcm4_iar.a | Bin bsp/amebaz/project.ewd | 0 bsp/amebaz/project.ewp | 0 bsp/amebaz/project.eww | 0 bsp/amebaz/rlx8711B-symbol-v02-img2_xip1.ld | 0 bsp/amebaz/rlx8711B-symbol-v02-img2_xip2.ld | 0 bsp/amebaz/rom_symbol_v01_iar.icf | 0 bsp/amebaz/rtconfig.h | 0 bsp/amebaz/rtconfig.py | 0 bsp/amebaz/template.ewd | 0 bsp/amebaz/template.ewp | 0 bsp/amebaz/template.ewt | 0 bsp/amebaz/template.eww | 0 bsp/amebaz/tmp.board | 0 bsp/apollo2/README.md | 0 bsp/apollo2/SConscript | 0 bsp/apollo2/SConstruct | 0 bsp/apollo2/apollo2 evaluation board skt.jpg | Bin bsp/apollo2/applications/SConscript | 0 bsp/apollo2/applications/main.c | 0 bsp/apollo2/board/SConscript | 0 bsp/apollo2/board/adc.c | 0 bsp/apollo2/board/adc.h | 0 bsp/apollo2/board/board.c | 0 bsp/apollo2/board/board.h | 0 bsp/apollo2/board/flash.c | 0 bsp/apollo2/board/flash.h | 0 bsp/apollo2/board/gpio.c | 0 bsp/apollo2/board/gpio.h | 0 bsp/apollo2/board/i2c.c | 0 bsp/apollo2/board/i2c.h | 0 bsp/apollo2/board/led.c | 0 bsp/apollo2/board/led.h | 0 bsp/apollo2/board/pdm.c | 0 bsp/apollo2/board/pdm.h | 0 bsp/apollo2/board/pwm.c | 0 bsp/apollo2/board/pwm.h | 0 bsp/apollo2/board/rtc.c | 0 bsp/apollo2/board/rtc.h | 0 bsp/apollo2/board/smbus.c | 0 bsp/apollo2/board/smbus.h | 0 bsp/apollo2/board/spi.c | 0 bsp/apollo2/board/spi.h | 0 bsp/apollo2/board/uart.c | 0 bsp/apollo2/board/uart.h | 0 bsp/apollo2/libraries/SConscript | 0 bsp/apollo2/libraries/drivers/SConscript | 0 bsp/apollo2/libraries/drivers/am_mcu_apollo.h | 0 bsp/apollo2/libraries/drivers/hal/am_hal_adc.c | 0 bsp/apollo2/libraries/drivers/hal/am_hal_adc.h | 0 .../libraries/drivers/hal/am_hal_cachectrl.c | 0 .../libraries/drivers/hal/am_hal_cachectrl.h | 0 .../libraries/drivers/hal/am_hal_clkgen.c | 0 .../libraries/drivers/hal/am_hal_clkgen.h | 0 .../libraries/drivers/hal/am_hal_ctimer.c | 0 .../libraries/drivers/hal/am_hal_ctimer.h | 0 .../libraries/drivers/hal/am_hal_debug.c | 0 .../libraries/drivers/hal/am_hal_debug.h | 0 .../libraries/drivers/hal/am_hal_flash.c | 0 .../libraries/drivers/hal/am_hal_flash.h | 0 .../libraries/drivers/hal/am_hal_global.c | 0 .../libraries/drivers/hal/am_hal_global.h | 0 .../libraries/drivers/hal/am_hal_gpio.c | 0 .../libraries/drivers/hal/am_hal_gpio.h | 0 .../drivers/hal/am_hal_i2c_bit_bang.c | 0 .../drivers/hal/am_hal_i2c_bit_bang.h | 0 .../libraries/drivers/hal/am_hal_interrupt.c | 0 .../libraries/drivers/hal/am_hal_interrupt.h | 0 bsp/apollo2/libraries/drivers/hal/am_hal_iom.c | 0 bsp/apollo2/libraries/drivers/hal/am_hal_iom.h | 0 bsp/apollo2/libraries/drivers/hal/am_hal_ios.c | 0 bsp/apollo2/libraries/drivers/hal/am_hal_ios.h | 0 bsp/apollo2/libraries/drivers/hal/am_hal_itm.c | 0 bsp/apollo2/libraries/drivers/hal/am_hal_itm.h | 0 .../libraries/drivers/hal/am_hal_mcuctrl.c | 0 .../libraries/drivers/hal/am_hal_mcuctrl.h | 0 bsp/apollo2/libraries/drivers/hal/am_hal_otp.c | 0 bsp/apollo2/libraries/drivers/hal/am_hal_otp.h | 0 bsp/apollo2/libraries/drivers/hal/am_hal_pdm.c | 0 bsp/apollo2/libraries/drivers/hal/am_hal_pdm.h | 0 bsp/apollo2/libraries/drivers/hal/am_hal_pin.h | 0 .../libraries/drivers/hal/am_hal_pwrctrl.c | 0 .../libraries/drivers/hal/am_hal_pwrctrl.h | 0 .../libraries/drivers/hal/am_hal_queue.c | 0 .../libraries/drivers/hal/am_hal_queue.h | 0 .../libraries/drivers/hal/am_hal_reset.c | 0 .../libraries/drivers/hal/am_hal_reset.h | 0 bsp/apollo2/libraries/drivers/hal/am_hal_rtc.c | 0 bsp/apollo2/libraries/drivers/hal/am_hal_rtc.h | 0 .../libraries/drivers/hal/am_hal_stimer.c | 0 .../libraries/drivers/hal/am_hal_stimer.h | 0 .../libraries/drivers/hal/am_hal_sysctrl.c | 0 .../libraries/drivers/hal/am_hal_sysctrl.h | 0 .../libraries/drivers/hal/am_hal_systick.c | 0 .../libraries/drivers/hal/am_hal_systick.h | 0 .../libraries/drivers/hal/am_hal_tpiu.c | 0 .../libraries/drivers/hal/am_hal_tpiu.h | 0 bsp/apollo2/libraries/drivers/hal/am_hal_ttp.c | 0 bsp/apollo2/libraries/drivers/hal/am_hal_ttp.h | 0 .../libraries/drivers/hal/am_hal_uart.c | 0 .../libraries/drivers/hal/am_hal_uart.h | 0 .../libraries/drivers/hal/am_hal_vcomp.c | 0 .../libraries/drivers/hal/am_hal_vcomp.h | 0 bsp/apollo2/libraries/drivers/hal/am_hal_wdt.c | 0 bsp/apollo2/libraries/drivers/hal/am_hal_wdt.h | 0 .../libraries/drivers/regs/am_reg_adc.h | 0 .../drivers/regs/am_reg_base_addresses.h | 0 .../libraries/drivers/regs/am_reg_cachectrl.h | 0 .../libraries/drivers/regs/am_reg_clkgen.h | 0 .../libraries/drivers/regs/am_reg_ctimer.h | 0 .../libraries/drivers/regs/am_reg_flashctrl.h | 0 .../libraries/drivers/regs/am_reg_gpio.h | 0 .../libraries/drivers/regs/am_reg_iomstr.h | 0 .../libraries/drivers/regs/am_reg_ioslave.h | 0 .../libraries/drivers/regs/am_reg_itm.h | 0 .../libraries/drivers/regs/am_reg_jedec.h | 0 .../libraries/drivers/regs/am_reg_macros.h | 0 .../libraries/drivers/regs/am_reg_macros_asm.h | 0 .../libraries/drivers/regs/am_reg_mcuctrl.h | 0 .../libraries/drivers/regs/am_reg_nvic.h | 0 .../libraries/drivers/regs/am_reg_pdm.h | 0 .../libraries/drivers/regs/am_reg_pwrctrl.h | 0 .../libraries/drivers/regs/am_reg_rstgen.h | 0 .../libraries/drivers/regs/am_reg_rtc.h | 0 .../libraries/drivers/regs/am_reg_sysctrl.h | 0 .../libraries/drivers/regs/am_reg_systick.h | 0 .../libraries/drivers/regs/am_reg_tpiu.h | 0 .../libraries/drivers/regs/am_reg_uart.h | 0 .../libraries/drivers/regs/am_reg_vcomp.h | 0 .../libraries/drivers/regs/am_reg_wdt.h | 0 bsp/apollo2/libraries/startup/SConscript | 0 .../libraries/startup/arm/startup_keil.s | 0 .../libraries/startup/gcc/startup_gcc.c | 0 .../libraries/startup/iar/startup_iar.c | 0 bsp/apollo2/project.uvoptx | 0 bsp/apollo2/project.uvprojx | 0 bsp/apollo2/rtconfig.h | 0 bsp/apollo2/rtconfig.py | 0 bsp/apollo2/rtthread.sct | 0 bsp/apollo2/rtthread_link.ld | 0 bsp/apollo2/template.uvoptx | 0 bsp/apollo2/template.uvprojx | 0 bsp/asm9260t/.config | 0 .../config/debugger/AlphaScale/ASM9260T.ddf | 0 .../config/debugger/AlphaScale/ioASM9260T.ddf | 0 .../arm/config/devices/AlphaScale/ASM9260T.i79 | 0 .../config/devices/AlphaScale/ASM9260T.menu | 0 .../AlphaScale/sam9260t/sam9260t_sdram.icf | 0 .../IAR_ASM9260T_DeviceSupportFile/readme | 0 bsp/asm9260t/Kconfig | 0 bsp/asm9260t/SConscript | 0 bsp/asm9260t/SConstruct | 0 bsp/asm9260t/applications/SConscript | 0 bsp/asm9260t/applications/application.c | 0 bsp/asm9260t/drivers/SConscript | 0 bsp/asm9260t/drivers/board.c | 0 bsp/asm9260t/drivers/board.h | 0 bsp/asm9260t/drivers/led.c | 0 bsp/asm9260t/drivers/led.h | 0 bsp/asm9260t/drivers/usart.c | 0 bsp/asm9260t/jlink/asm9260t.gdb | 0 bsp/asm9260t/jlink/asm9260t.ini | 0 bsp/asm9260t/jlink/asm9260t.mac | 0 bsp/asm9260t/link_scripts/sdram.icf | 0 bsp/asm9260t/link_scripts/sdram.ld | 0 bsp/asm9260t/link_scripts/sdram.scat | 0 bsp/asm9260t/platform/SConscript | 0 bsp/asm9260t/platform/asm9260t.h | 0 bsp/asm9260t/platform/gpio.c | 0 bsp/asm9260t/platform/gpio.h | 0 bsp/asm9260t/platform/interrupt.c | 0 bsp/asm9260t/platform/interrupt.h | 0 bsp/asm9260t/platform/reset.c | 0 bsp/asm9260t/platform/rt_low_level_init.c | 0 bsp/asm9260t/platform/rt_low_level_init.h | 0 bsp/asm9260t/platform/system_clock.c | 0 bsp/asm9260t/platform/timer0.c | 0 bsp/asm9260t/platform/timer0.h | 0 bsp/asm9260t/platform/uart.c | 0 bsp/asm9260t/platform/uart.h | 0 bsp/asm9260t/project.ewp | 0 bsp/asm9260t/project.eww | 0 bsp/asm9260t/project.uvopt | 0 bsp/asm9260t/project.uvproj | 0 bsp/asm9260t/rtconfig.h | 0 bsp/asm9260t/rtconfig.py | 0 bsp/asm9260t/template.ewp | 0 bsp/asm9260t/template.eww | 0 bsp/asm9260t/template.uvopt | 0 bsp/asm9260t/template.uvproj | 0 bsp/at91sam9260/.config | 0 bsp/at91sam9260/Kconfig | 0 bsp/at91sam9260/applications/SConscript | 0 bsp/at91sam9260/applications/application.c | 0 bsp/at91sam9260/debug_scripts/at91sam9260.gdb | 0 bsp/at91sam9260/debug_scripts/at91sam9260.ini | 0 bsp/at91sam9260/debug_scripts/at91sam9260.mac | 0 bsp/at91sam9260/drivers/SConscript | 0 bsp/at91sam9260/drivers/at91_i2c_gpio.c | 0 bsp/at91sam9260/drivers/at91_mci.c | 0 bsp/at91sam9260/drivers/at91_mci.h | 0 bsp/at91sam9260/drivers/board.c | 0 bsp/at91sam9260/drivers/board.h | 0 bsp/at91sam9260/drivers/led.c | 0 bsp/at91sam9260/drivers/led.h | 0 bsp/at91sam9260/drivers/macb.c | 0 bsp/at91sam9260/drivers/macb.h | 0 bsp/at91sam9260/drivers/mii.h | 0 bsp/at91sam9260/drivers/usart.c | 0 .../link_scripts/at91sam9260_ram.icf | 0 .../link_scripts/at91sam9260_ram.ld | 0 .../link_scripts/at91sam9260_ram.scat | 0 bsp/at91sam9260/platform/SConscript | 0 bsp/at91sam9260/platform/at91_aic.h | 0 bsp/at91sam9260/platform/at91_pdc.h | 0 bsp/at91sam9260/platform/at91_pio.h | 0 bsp/at91sam9260/platform/at91_pit.h | 0 bsp/at91sam9260/platform/at91_pmc.h | 0 bsp/at91sam9260/platform/at91_rstc.h | 0 bsp/at91sam9260/platform/at91_serial.h | 0 bsp/at91sam9260/platform/at91_shdwc.h | 0 bsp/at91sam9260/platform/at91_tc.h | 0 bsp/at91sam9260/platform/at91sam9260_matrix.h | 0 bsp/at91sam9260/platform/at91sam926x.h | 0 bsp/at91sam9260/platform/gpio.h | 0 bsp/at91sam9260/platform/interrupt.c | 0 bsp/at91sam9260/platform/interrupt.h | 0 bsp/at91sam9260/platform/io.h | 0 bsp/at91sam9260/platform/irq.h | 0 bsp/at91sam9260/platform/reset.c | 0 bsp/at91sam9260/platform/rt_low_level_init.c | 0 bsp/at91sam9260/platform/rt_low_level_init.h | 0 bsp/at91sam9260/platform/system_clock.c | 0 bsp/at91sam9260/template.ewp | 0 bsp/at91sam9260/template.eww | 0 bsp/at91sam9260/template.uvopt | 0 bsp/at91sam9260/template.uvproj | 0 bsp/at91sam9g45/.config | 0 bsp/at91sam9g45/SConscript | 0 bsp/at91sam9g45/SConstruct | 0 bsp/at91sam9g45/applications/SConscript | 0 bsp/at91sam9g45/applications/application.c | 0 bsp/at91sam9g45/drivers/SConscript | 0 bsp/at91sam9g45/drivers/at91_i2c_gpio.c | 0 bsp/at91sam9g45/drivers/at91_mci.c | 0 bsp/at91sam9g45/drivers/at91_mci.h | 0 bsp/at91sam9g45/drivers/board.c | 0 bsp/at91sam9g45/drivers/board.h | 0 bsp/at91sam9g45/drivers/led.c | 0 bsp/at91sam9g45/drivers/led.h | 0 bsp/at91sam9g45/drivers/macb.c | 0 bsp/at91sam9g45/drivers/macb.h | 0 bsp/at91sam9g45/drivers/mii.h | 0 bsp/at91sam9g45/drivers/usart.c | 0 .../link_scripts/at91sam9g45_ram.icf | 0 .../link_scripts/at91sam9g45_ram.ld | 0 .../link_scripts/at91sam9g45_ram.scat | 0 bsp/at91sam9g45/platform/SConscript | 0 bsp/at91sam9g45/platform/at91sam9g45.h | 0 bsp/at91sam9g45/platform/gpio.h | 0 bsp/at91sam9g45/platform/interrupt.c | 0 bsp/at91sam9g45/platform/interrupt.h | 0 bsp/at91sam9g45/platform/io.h | 0 bsp/at91sam9g45/platform/irq.h | 0 bsp/at91sam9g45/platform/reset.c | 0 bsp/at91sam9g45/platform/rt_low_level_init.c | 0 bsp/at91sam9g45/platform/rt_low_level_init.h | 0 bsp/at91sam9g45/platform/system_clock.c | 0 bsp/at91sam9g45/rtconfig.h | 0 bsp/at91sam9g45/rtconfig.py | 0 bsp/at91sam9g45/template.ewp | 0 bsp/at91sam9g45/template.eww | 0 bsp/at91sam9g45/template.uvopt | 0 bsp/at91sam9g45/template.uvproj | 0 bsp/avr32uc3b0/SConscript | 0 bsp/avr32uc3b0/SConstruct | 0 .../SOFTWARE_FRAMEWORK/BOARDS/board.h | 0 .../SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c | 0 .../SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.h | 0 .../SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.c | 0 .../SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.h | 0 .../DRIVERS/INTC/exception.x | 0 .../SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.c | 0 .../SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.h | 0 .../SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.c | 0 .../SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.h | 0 .../DRIVERS/PM/pm_conf_clocks.c | 0 .../DRIVERS/PM/power_clocks_lib.c | 0 .../DRIVERS/PM/power_clocks_lib.h | 0 .../SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.c | 0 .../SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.h | 0 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/SConscript | 0 .../LIBS/NEWLIB_ADDONS/INCLUDE/nlao_cpu.h | 0 .../NEWLIB_ADDONS/INCLUDE/nlao_exceptions.h | 0 .../NEWLIB_ADDONS/INCLUDE/nlao_interrupts.h | 0 .../UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h | 0 .../LIBS/NEWLIB_ADDONS/INCLUDE/nlao_usart.h | 0 .../UTILS/PREPROCESSOR/mrepeat.h | 0 .../UTILS/PREPROCESSOR/preprocessor.h | 0 .../UTILS/PREPROCESSOR/stringz.h | 0 .../UTILS/PREPROCESSOR/tpaste.h | 0 .../SOFTWARE_FRAMEWORK/UTILS/compiler.h | 0 .../SOFTWARE_FRAMEWORK/UTILS/parts.h | 0 bsp/avr32uc3b0/application.c | 0 bsp/avr32uc3b0/avr32elf_uc3b0256.lds | 0 bsp/avr32uc3b0/board.c | 0 bsp/avr32uc3b0/rtconfig.h | 0 bsp/avr32uc3b0/rtconfig.py | 0 bsp/avr32uc3b0/startup.c | 0 bsp/beaglebone/.config | 0 bsp/beaglebone/AM335x_sk_DDR3.mac | 0 bsp/beaglebone/Kconfig | 0 bsp/beaglebone/SConscript | 0 bsp/beaglebone/SConstruct | 0 bsp/beaglebone/am335x_DDR.icf | 0 bsp/beaglebone/am335x_sk.ewp | 0 bsp/beaglebone/am335x_sk.eww | 0 bsp/beaglebone/applications/SConscript | 0 bsp/beaglebone/applications/board.c | 0 bsp/beaglebone/applications/board.h | 0 bsp/beaglebone/applications/main.c | 0 bsp/beaglebone/beaglebone_ram.lds | 0 bsp/beaglebone/drivers/SConscript | 0 bsp/beaglebone/drivers/gpio.c | 0 bsp/beaglebone/drivers/gpio.h | 0 bsp/beaglebone/drivers/uart.c | 0 bsp/beaglebone/drivers/uart.h | 0 bsp/beaglebone/drivers/uart_reg.h | 0 bsp/beaglebone/rtconfig.h | 0 bsp/beaglebone/rtconfig.py | 0 bsp/beaglebone/uboot_cmd.txt | 0 bsp/bf533/application.c | 0 bsp/bf533/application.h | 0 bsp/bf533/board.c | 0 bsp/bf533/board.h | 0 bsp/bf533/rtconfig.h | 0 bsp/bf533/startup.c | 0 bsp/bf533/vdsp/bf533.dpj | 0 bsp/bf533/vdsp/bf533.mak | 0 bsp/bf533/vdsp/bf533.pcf | Bin bsp/bf533/vdsp/bf533_basiccrt.s | 0 bsp/bf533/vdsp/bf533_heaptab.c | 0 bsp/bf533/vdsp/bf533_init.dxe | Bin bsp/bf533/vdsp/bf533_ram.ldf | 0 bsp/bf533/vdsp/bf533_sdram_64M.ldf | 0 bsp/bf533/vdsp/mine.dxe | Bin bsp/ck802/.config | 0 bsp/ck802/Kconfig | 0 bsp/ck802/README.md | 0 bsp/ck802/SConscript | 0 bsp/ck802/SConstruct | 0 bsp/ck802/applications/SConscript | 0 bsp/ck802/applications/main.c | 0 bsp/ck802/drivers/SConscript | 0 bsp/ck802/drivers/board.c | 0 bsp/ck802/drivers/board.h | 0 bsp/ck802/drivers/board_coretimer.c | 0 bsp/ck802/drivers/board_coretimer.h | 0 bsp/ck802/drivers/board_uart.c | 0 bsp/ck802/drivers/config.h | 0 bsp/ck802/drivers/isr.c | 0 bsp/ck802/drivers/pin_name.h | 0 bsp/ck802/drivers/pinmux.c | 0 bsp/ck802/drivers/pinmux.h | 0 bsp/ck802/drivers/soc.h | 0 bsp/ck802/drivers/system.c | 0 bsp/ck802/gcc_csky.ld | 0 bsp/ck802/libraries/SConscript | 0 bsp/ck802/libraries/common/aes/ck_aes.c | 0 bsp/ck802/libraries/common/aes/ck_aes.h | 0 bsp/ck802/libraries/common/crc/ck_crc.c | 0 bsp/ck802/libraries/common/crc/ck_crc.h | 0 bsp/ck802/libraries/common/dmac/ck_dmac.c | 0 bsp/ck802/libraries/common/dmac/ck_dmac.h | 0 bsp/ck802/libraries/common/eflash/ck_eflash.c | 0 bsp/ck802/libraries/common/eflash/ck_eflash.h | 0 .../libraries/common/eth/ethernet_enc28j60.c | 0 .../libraries/common/eth/ethernet_enc28j60.h | 0 bsp/ck802/libraries/common/gpio/dw_gpio.c | 0 bsp/ck802/libraries/common/gpio/dw_gpio.h | 0 bsp/ck802/libraries/common/iic/dw_iic.c | 0 bsp/ck802/libraries/common/iic/dw_iic.h | 0 bsp/ck802/libraries/common/pwm/ck_pwm.c | 0 bsp/ck802/libraries/common/pwm/ck_pwm.h | 0 bsp/ck802/libraries/common/rsa/ck_rsa.c | 0 bsp/ck802/libraries/common/rsa/ck_rsa.h | 0 bsp/ck802/libraries/common/rtc/ck_rtc.c | 0 bsp/ck802/libraries/common/rtc/ck_rtc.h | 0 bsp/ck802/libraries/common/sha/ck_sha.c | 0 bsp/ck802/libraries/common/sha/ck_sha.h | 0 bsp/ck802/libraries/common/spi/dw_spi.c | 0 bsp/ck802/libraries/common/spi/dw_spi.h | 0 bsp/ck802/libraries/common/timer/dw_timer.c | 0 bsp/ck802/libraries/common/timer/dw_timer.h | 0 bsp/ck802/libraries/common/trng/ck_trng.c | 0 bsp/ck802/libraries/common/trng/ck_trng.h | 0 bsp/ck802/libraries/common/usart/dw_usart.c | 0 bsp/ck802/libraries/common/usart/dw_usart.h | 0 bsp/ck802/libraries/common/wdt/dw_wdt.c | 0 bsp/ck802/libraries/common/wdt/dw_wdt.h | 0 bsp/ck802/libraries/include/drv_aes.h | 0 bsp/ck802/libraries/include/drv_common.h | 0 bsp/ck802/libraries/include/drv_crc.h | 0 bsp/ck802/libraries/include/drv_dmac.h | 0 bsp/ck802/libraries/include/drv_eflash.h | 0 bsp/ck802/libraries/include/drv_errno.h | 0 bsp/ck802/libraries/include/drv_eth.h | 0 bsp/ck802/libraries/include/drv_eth_mac.h | 0 bsp/ck802/libraries/include/drv_eth_phy.h | 0 bsp/ck802/libraries/include/drv_gpio.h | 0 bsp/ck802/libraries/include/drv_iic.h | 0 bsp/ck802/libraries/include/drv_pwm.h | 0 bsp/ck802/libraries/include/drv_rsa.h | 0 bsp/ck802/libraries/include/drv_rtc.h | 0 bsp/ck802/libraries/include/drv_sha.h | 0 bsp/ck802/libraries/include/drv_spi.h | 0 bsp/ck802/libraries/include/drv_timer.h | 0 bsp/ck802/libraries/include/drv_trng.h | 0 bsp/ck802/libraries/include/drv_usart.h | 0 bsp/ck802/libraries/include/drv_wdt.h | 0 bsp/ck802/libraries/startup_gcc.S | 0 bsp/ck802/project.cdkproj | 0 bsp/ck802/rtconfig.h | 0 bsp/ck802/rtconfig.py | 0 bsp/ck802/template.cdkproj | 0 bsp/dm365/.config | 0 bsp/dm365/Kconfig | 0 bsp/dm365/SConscript | 0 bsp/dm365/SConstruct | 0 bsp/dm365/applications/SConscript | 0 bsp/dm365/applications/application.c | 0 bsp/dm365/applications/board.c | 0 bsp/dm365/applications/board.h | 0 bsp/dm365/dm365_ram.ld | 0 bsp/dm365/drivers/SConscript | 0 bsp/dm365/drivers/davinci_emac.c | 0 bsp/dm365/drivers/davinci_emac.h | 0 bsp/dm365/drivers/davinci_serial.c | 0 bsp/dm365/drivers/gpio.c | 0 bsp/dm365/drivers/gpio.h | 0 bsp/dm365/drivers/i2c-davinci.c | 0 bsp/dm365/drivers/mii.h | 0 bsp/dm365/drivers/mmcsd.c | 0 bsp/dm365/drivers/mmcsd.h | 0 bsp/dm365/drivers/spi-davinci.c | 0 bsp/dm365/drivers/spi-davinci.h | 0 bsp/dm365/platform/SConscript | 0 bsp/dm365/platform/dm365.c | 0 bsp/dm365/platform/dm365_timer.h | 0 bsp/dm365/platform/dm36x.h | 0 bsp/dm365/platform/dma.c | 0 bsp/dm365/platform/edma.h | 0 bsp/dm365/platform/findbit.S | 0 bsp/dm365/platform/interrupt.c | 0 bsp/dm365/platform/irqs.h | 0 bsp/dm365/platform/psc.c | 0 bsp/dm365/platform/psc.h | 0 bsp/dm365/platform/reset.c | 0 bsp/dm365/platform/start_gcc.S | 0 bsp/dm365/platform/system_clock.c | 0 bsp/dm365/platform/trap.c | 0 bsp/dm365/rtconfig.h | 0 bsp/dm365/rtconfig.py | 0 bsp/efm32/EFM32GG_DK3750/SConscript | 0 bsp/efm32/EFM32GG_DK3750/dvk.c | 0 bsp/efm32/EFM32GG_DK3750/dvk.h | 0 bsp/efm32/EFM32GG_DK3750/dvk_bcregisters.h | 0 bsp/efm32/EFM32GG_DK3750/dvk_brd3600.c | 0 bsp/efm32/EFM32GG_DK3750/dvk_ebi.c | 0 bsp/efm32/EFM32GG_DK3750/dvk_spi.c | 0 bsp/efm32/EFM32GG_DK3750/trace.c | 0 bsp/efm32/EFM32GG_DK3750/trace.h | 0 bsp/efm32/EFM32_Gxxx_DK/SConscript | 0 bsp/efm32/EFM32_Gxxx_DK/dvk.c | 0 bsp/efm32/EFM32_Gxxx_DK/dvk.h | 0 bsp/efm32/EFM32_Gxxx_DK/dvk_bcregisters.h | 0 bsp/efm32/EFM32_Gxxx_DK/dvk_boardcontrol.c | 0 bsp/efm32/EFM32_Gxxx_DK/dvk_boardcontrol.h | 0 bsp/efm32/EFM32_Gxxx_DK/dvk_ebi.c | 0 bsp/efm32/EFM32_Gxxx_DK/dvk_spi.c | 0 bsp/efm32/EFM32_Gxxx_DK/trace.c | 0 bsp/efm32/EFM32_Gxxx_DK/trace.h | 0 .../CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf | Bin .../Source/ARM/arm_cortexM0x_math.uvopt | 0 .../Source/ARM/arm_cortexM0x_math.uvproj | 0 .../Source/ARM/arm_cortexM3x_math.uvopt | 0 .../Source/ARM/arm_cortexM3x_math.uvproj | 0 .../Source/ARM/arm_cortexM4x_math.uvopt | 0 .../Source/ARM/arm_cortexM4x_math.uvproj | 0 .../Source/ARM/arm_cortexMx_math_Build.bat | 0 .../Source/BasicMathFunctions/arm_abs_f32.c | 0 .../Source/BasicMathFunctions/arm_abs_q15.c | 0 .../Source/BasicMathFunctions/arm_abs_q31.c | 0 .../Source/BasicMathFunctions/arm_abs_q7.c | 0 .../Source/BasicMathFunctions/arm_add_f32.c | 0 .../Source/BasicMathFunctions/arm_add_q15.c | 0 .../Source/BasicMathFunctions/arm_add_q31.c | 0 .../Source/BasicMathFunctions/arm_add_q7.c | 0 .../BasicMathFunctions/arm_dot_prod_f32.c | 0 .../BasicMathFunctions/arm_dot_prod_q15.c | 0 .../BasicMathFunctions/arm_dot_prod_q31.c | 0 .../BasicMathFunctions/arm_dot_prod_q7.c | 0 .../Source/BasicMathFunctions/arm_mult_f32.c | 0 .../Source/BasicMathFunctions/arm_mult_q15.c | 0 .../Source/BasicMathFunctions/arm_mult_q31.c | 0 .../Source/BasicMathFunctions/arm_mult_q7.c | 0 .../Source/BasicMathFunctions/arm_negate_f32.c | 0 .../Source/BasicMathFunctions/arm_negate_q15.c | 0 .../Source/BasicMathFunctions/arm_negate_q31.c | 0 .../Source/BasicMathFunctions/arm_negate_q7.c | 0 .../Source/BasicMathFunctions/arm_offset_f32.c | 0 .../Source/BasicMathFunctions/arm_offset_q15.c | 0 .../Source/BasicMathFunctions/arm_offset_q31.c | 0 .../Source/BasicMathFunctions/arm_offset_q7.c | 0 .../Source/BasicMathFunctions/arm_scale_f32.c | 0 .../Source/BasicMathFunctions/arm_scale_q15.c | 0 .../Source/BasicMathFunctions/arm_scale_q31.c | 0 .../Source/BasicMathFunctions/arm_scale_q7.c | 0 .../Source/BasicMathFunctions/arm_shift_q15.c | 0 .../Source/BasicMathFunctions/arm_shift_q31.c | 0 .../Source/BasicMathFunctions/arm_shift_q7.c | 0 .../Source/BasicMathFunctions/arm_sub_f32.c | 0 .../Source/BasicMathFunctions/arm_sub_q15.c | 0 .../Source/BasicMathFunctions/arm_sub_q31.c | 0 .../Source/BasicMathFunctions/arm_sub_q7.c | 0 .../Source/CommonTables/arm_common_tables.c | 0 .../ComplexMathFunctions/arm_cmplx_conj_f32.c | 0 .../ComplexMathFunctions/arm_cmplx_conj_q15.c | 0 .../ComplexMathFunctions/arm_cmplx_conj_q31.c | 0 .../arm_cmplx_dot_prod_f32.c | 0 .../arm_cmplx_dot_prod_q15.c | 0 .../arm_cmplx_dot_prod_q31.c | 0 .../ComplexMathFunctions/arm_cmplx_mag_f32.c | 0 .../ComplexMathFunctions/arm_cmplx_mag_q15.c | 0 .../ComplexMathFunctions/arm_cmplx_mag_q31.c | 0 .../arm_cmplx_mag_squared_f32.c | 0 .../arm_cmplx_mag_squared_q15.c | 0 .../arm_cmplx_mag_squared_q31.c | 0 .../arm_cmplx_mult_cmplx_f32.c | 0 .../arm_cmplx_mult_cmplx_q15.c | 0 .../arm_cmplx_mult_cmplx_q31.c | 0 .../arm_cmplx_mult_real_f32.c | 0 .../arm_cmplx_mult_real_q15.c | 0 .../arm_cmplx_mult_real_q31.c | 0 .../ControllerFunctions/arm_pid_init_f32.c | 0 .../ControllerFunctions/arm_pid_init_q15.c | 0 .../ControllerFunctions/arm_pid_init_q31.c | 0 .../ControllerFunctions/arm_pid_reset_f32.c | 0 .../ControllerFunctions/arm_pid_reset_q15.c | 0 .../ControllerFunctions/arm_pid_reset_q31.c | 0 .../ControllerFunctions/arm_sin_cos_f32.c | 0 .../ControllerFunctions/arm_sin_cos_q31.c | 0 .../Source/FastMathFunctions/arm_cos_f32.c | 0 .../Source/FastMathFunctions/arm_cos_q15.c | 0 .../Source/FastMathFunctions/arm_cos_q31.c | 0 .../Source/FastMathFunctions/arm_sin_f32.c | 0 .../Source/FastMathFunctions/arm_sin_q15.c | 0 .../Source/FastMathFunctions/arm_sin_q31.c | 0 .../Source/FastMathFunctions/arm_sqrt_q15.c | 0 .../Source/FastMathFunctions/arm_sqrt_q31.c | 0 .../arm_biquad_cascade_df1_32x64_init_q31.c | 0 .../arm_biquad_cascade_df1_32x64_q31.c | 0 .../arm_biquad_cascade_df1_f32.c | 0 .../arm_biquad_cascade_df1_fast_q15.c | 0 .../arm_biquad_cascade_df1_fast_q31.c | 0 .../arm_biquad_cascade_df1_init_f32.c | 0 .../arm_biquad_cascade_df1_init_q15.c | 0 .../arm_biquad_cascade_df1_init_q31.c | 0 .../arm_biquad_cascade_df1_q15.c | 0 .../arm_biquad_cascade_df1_q31.c | 0 .../arm_biquad_cascade_df2T_f32.c | 0 .../arm_biquad_cascade_df2T_init_f32.c | 0 .../Source/FilteringFunctions/arm_conv_f32.c | 0 .../FilteringFunctions/arm_conv_fast_opt_q15.c | 0 .../FilteringFunctions/arm_conv_fast_q15.c | 0 .../FilteringFunctions/arm_conv_fast_q31.c | 0 .../FilteringFunctions/arm_conv_opt_q15.c | 0 .../FilteringFunctions/arm_conv_opt_q7.c | 0 .../FilteringFunctions/arm_conv_partial_f32.c | 0 .../arm_conv_partial_fast_opt_q15.c | 0 .../arm_conv_partial_fast_q15.c | 0 .../arm_conv_partial_fast_q31.c | 0 .../arm_conv_partial_opt_q15.c | 0 .../arm_conv_partial_opt_q7.c | 0 .../FilteringFunctions/arm_conv_partial_q15.c | 0 .../FilteringFunctions/arm_conv_partial_q31.c | 0 .../FilteringFunctions/arm_conv_partial_q7.c | 0 .../Source/FilteringFunctions/arm_conv_q15.c | 0 .../Source/FilteringFunctions/arm_conv_q31.c | 0 .../Source/FilteringFunctions/arm_conv_q7.c | 0 .../FilteringFunctions/arm_correlate_f32.c | 0 .../arm_correlate_fast_opt_q15.c | 0 .../arm_correlate_fast_q15.c | 0 .../arm_correlate_fast_q31.c | 0 .../FilteringFunctions/arm_correlate_opt_q15.c | 0 .../FilteringFunctions/arm_correlate_opt_q7.c | 0 .../FilteringFunctions/arm_correlate_q15.c | 0 .../FilteringFunctions/arm_correlate_q31.c | 0 .../FilteringFunctions/arm_correlate_q7.c | 0 .../FilteringFunctions/arm_fir_decimate_f32.c | 0 .../arm_fir_decimate_fast_q15.c | 0 .../arm_fir_decimate_fast_q31.c | 0 .../arm_fir_decimate_init_f32.c | 0 .../arm_fir_decimate_init_q15.c | 0 .../arm_fir_decimate_init_q31.c | 0 .../FilteringFunctions/arm_fir_decimate_q15.c | 0 .../FilteringFunctions/arm_fir_decimate_q31.c | 0 .../Source/FilteringFunctions/arm_fir_f32.c | 0 .../FilteringFunctions/arm_fir_fast_q15.c | 0 .../FilteringFunctions/arm_fir_fast_q31.c | 0 .../FilteringFunctions/arm_fir_init_f32.c | 0 .../FilteringFunctions/arm_fir_init_q15.c | 0 .../FilteringFunctions/arm_fir_init_q31.c | 0 .../FilteringFunctions/arm_fir_init_q7.c | 0 .../arm_fir_interpolate_f32.c | 0 .../arm_fir_interpolate_init_f32.c | 0 .../arm_fir_interpolate_init_q15.c | 0 .../arm_fir_interpolate_init_q31.c | 0 .../arm_fir_interpolate_q15.c | 0 .../arm_fir_interpolate_q31.c | 0 .../FilteringFunctions/arm_fir_lattice_f32.c | 0 .../arm_fir_lattice_init_f32.c | 0 .../arm_fir_lattice_init_q15.c | 0 .../arm_fir_lattice_init_q31.c | 0 .../FilteringFunctions/arm_fir_lattice_q15.c | 0 .../FilteringFunctions/arm_fir_lattice_q31.c | 0 .../Source/FilteringFunctions/arm_fir_q15.c | 0 .../Source/FilteringFunctions/arm_fir_q31.c | 0 .../Source/FilteringFunctions/arm_fir_q7.c | 0 .../FilteringFunctions/arm_fir_sparse_f32.c | 0 .../arm_fir_sparse_init_f32.c | 0 .../arm_fir_sparse_init_q15.c | 0 .../arm_fir_sparse_init_q31.c | 0 .../arm_fir_sparse_init_q7.c | 0 .../FilteringFunctions/arm_fir_sparse_q15.c | 0 .../FilteringFunctions/arm_fir_sparse_q31.c | 0 .../FilteringFunctions/arm_fir_sparse_q7.c | 0 .../FilteringFunctions/arm_iir_lattice_f32.c | 0 .../arm_iir_lattice_init_f32.c | 0 .../arm_iir_lattice_init_q15.c | 0 .../arm_iir_lattice_init_q31.c | 0 .../FilteringFunctions/arm_iir_lattice_q15.c | 0 .../FilteringFunctions/arm_iir_lattice_q31.c | 0 .../Source/FilteringFunctions/arm_lms_f32.c | 0 .../FilteringFunctions/arm_lms_init_f32.c | 0 .../FilteringFunctions/arm_lms_init_q15.c | 0 .../FilteringFunctions/arm_lms_init_q31.c | 0 .../FilteringFunctions/arm_lms_norm_f32.c | 0 .../FilteringFunctions/arm_lms_norm_init_f32.c | 0 .../FilteringFunctions/arm_lms_norm_init_q15.c | 0 .../FilteringFunctions/arm_lms_norm_init_q31.c | 0 .../FilteringFunctions/arm_lms_norm_q15.c | 0 .../FilteringFunctions/arm_lms_norm_q31.c | 0 .../Source/FilteringFunctions/arm_lms_q15.c | 0 .../Source/FilteringFunctions/arm_lms_q31.c | 0 .../Source/G++/arm_cortexM0x_math.uvopt | 0 .../Source/G++/arm_cortexM0x_math.uvproj | 0 .../Source/G++/arm_cortexM3x_math.uvopt | 0 .../Source/G++/arm_cortexM3x_math.uvproj | 0 .../Source/G++/arm_cortexM4x_math.uvopt | 0 .../Source/G++/arm_cortexM4x_math.uvproj | 0 .../Source/G++/arm_cortexMx_math_Build.bat | 0 .../Source/GCC/arm_cortexM0x_math.uvopt | 0 .../Source/GCC/arm_cortexM0x_math.uvproj | 0 .../Source/GCC/arm_cortexM3x_math.uvopt | 0 .../Source/GCC/arm_cortexM3x_math.uvproj | 0 .../Source/GCC/arm_cortexM4x_math.uvopt | 0 .../Source/GCC/arm_cortexM4x_math.uvproj | 0 .../Source/GCC/arm_cortexMx_math_Build.bat | 0 .../Source/MatrixFunctions/arm_mat_add_f32.c | 0 .../Source/MatrixFunctions/arm_mat_add_q15.c | 0 .../Source/MatrixFunctions/arm_mat_add_q31.c | 0 .../Source/MatrixFunctions/arm_mat_init_f32.c | 0 .../Source/MatrixFunctions/arm_mat_init_q15.c | 0 .../Source/MatrixFunctions/arm_mat_init_q31.c | 0 .../MatrixFunctions/arm_mat_inverse_f32.c | 0 .../Source/MatrixFunctions/arm_mat_mult_f32.c | 0 .../MatrixFunctions/arm_mat_mult_fast_q15.c | 0 .../MatrixFunctions/arm_mat_mult_fast_q31.c | 0 .../Source/MatrixFunctions/arm_mat_mult_q15.c | 0 .../Source/MatrixFunctions/arm_mat_mult_q31.c | 0 .../Source/MatrixFunctions/arm_mat_scale_f32.c | 0 .../Source/MatrixFunctions/arm_mat_scale_q15.c | 0 .../Source/MatrixFunctions/arm_mat_scale_q31.c | 0 .../Source/MatrixFunctions/arm_mat_sub_f32.c | 0 .../Source/MatrixFunctions/arm_mat_sub_q15.c | 0 .../Source/MatrixFunctions/arm_mat_sub_q31.c | 0 .../Source/MatrixFunctions/arm_mat_trans_f32.c | 0 .../Source/MatrixFunctions/arm_mat_trans_q15.c | 0 .../Source/MatrixFunctions/arm_mat_trans_q31.c | 0 .../Source/StatisticsFunctions/arm_max_f32.c | 0 .../Source/StatisticsFunctions/arm_max_q15.c | 0 .../Source/StatisticsFunctions/arm_max_q31.c | 0 .../Source/StatisticsFunctions/arm_max_q7.c | 0 .../Source/StatisticsFunctions/arm_mean_f32.c | 0 .../Source/StatisticsFunctions/arm_mean_q15.c | 0 .../Source/StatisticsFunctions/arm_mean_q31.c | 0 .../Source/StatisticsFunctions/arm_mean_q7.c | 0 .../Source/StatisticsFunctions/arm_min_f32.c | 0 .../Source/StatisticsFunctions/arm_min_q15.c | 0 .../Source/StatisticsFunctions/arm_min_q31.c | 0 .../Source/StatisticsFunctions/arm_min_q7.c | 0 .../Source/StatisticsFunctions/arm_power_f32.c | 0 .../Source/StatisticsFunctions/arm_power_q15.c | 0 .../Source/StatisticsFunctions/arm_power_q31.c | 0 .../Source/StatisticsFunctions/arm_power_q7.c | 0 .../Source/StatisticsFunctions/arm_rms_f32.c | 0 .../Source/StatisticsFunctions/arm_rms_q15.c | 0 .../Source/StatisticsFunctions/arm_rms_q31.c | 0 .../Source/StatisticsFunctions/arm_std_f32.c | 0 .../Source/StatisticsFunctions/arm_std_q15.c | 0 .../Source/StatisticsFunctions/arm_std_q31.c | 0 .../Source/StatisticsFunctions/arm_var_f32.c | 0 .../Source/StatisticsFunctions/arm_var_q15.c | 0 .../Source/StatisticsFunctions/arm_var_q31.c | 0 .../Source/SupportFunctions/arm_copy_f32.c | 0 .../Source/SupportFunctions/arm_copy_q15.c | 0 .../Source/SupportFunctions/arm_copy_q31.c | 0 .../Source/SupportFunctions/arm_copy_q7.c | 0 .../Source/SupportFunctions/arm_fill_f32.c | 0 .../Source/SupportFunctions/arm_fill_q15.c | 0 .../Source/SupportFunctions/arm_fill_q31.c | 0 .../Source/SupportFunctions/arm_fill_q7.c | 0 .../Source/SupportFunctions/arm_float_to_q15.c | 0 .../Source/SupportFunctions/arm_float_to_q31.c | 0 .../Source/SupportFunctions/arm_float_to_q7.c | 0 .../Source/SupportFunctions/arm_q15_to_float.c | 0 .../Source/SupportFunctions/arm_q15_to_q31.c | 0 .../Source/SupportFunctions/arm_q15_to_q7.c | 0 .../Source/SupportFunctions/arm_q31_to_float.c | 0 .../Source/SupportFunctions/arm_q31_to_q15.c | 0 .../Source/SupportFunctions/arm_q31_to_q7.c | 0 .../Source/SupportFunctions/arm_q7_to_float.c | 0 .../Source/SupportFunctions/arm_q7_to_q15.c | 0 .../Source/SupportFunctions/arm_q7_to_q31.c | 0 .../TransformFunctions/arm_bitreversal.c | 0 .../TransformFunctions/arm_cfft_radix2_f32.c | 0 .../arm_cfft_radix2_init_f32.c | 0 .../arm_cfft_radix2_init_q15.c | 0 .../arm_cfft_radix2_init_q31.c | 0 .../TransformFunctions/arm_cfft_radix2_q15.c | 0 .../TransformFunctions/arm_cfft_radix2_q31.c | 0 .../TransformFunctions/arm_cfft_radix4_f32.c | 0 .../arm_cfft_radix4_init_f32.c | 0 .../arm_cfft_radix4_init_q15.c | 0 .../arm_cfft_radix4_init_q31.c | 0 .../TransformFunctions/arm_cfft_radix4_q15.c | 0 .../TransformFunctions/arm_cfft_radix4_q31.c | 0 .../Source/TransformFunctions/arm_dct4_f32.c | 0 .../TransformFunctions/arm_dct4_init_f32.c | 0 .../TransformFunctions/arm_dct4_init_q15.c | 0 .../TransformFunctions/arm_dct4_init_q31.c | 0 .../Source/TransformFunctions/arm_dct4_q15.c | 0 .../Source/TransformFunctions/arm_dct4_q31.c | 0 .../Source/TransformFunctions/arm_rfft_f32.c | 0 .../TransformFunctions/arm_rfft_init_f32.c | 0 .../TransformFunctions/arm_rfft_init_q15.c | 0 .../TransformFunctions/arm_rfft_init_q31.c | 0 .../Source/TransformFunctions/arm_rfft_q15.c | 0 .../Source/TransformFunctions/arm_rfft_q31.c | 0 .../CMSIS/Include/arm_common_tables.h | 0 bsp/efm32/Libraries/CMSIS/Include/arm_math.h | 0 bsp/efm32/Libraries/CMSIS/Include/core_cm0.h | 0 .../Libraries/CMSIS/Include/core_cm0plus.h | 0 bsp/efm32/Libraries/CMSIS/Include/core_cm3.h | 0 bsp/efm32/Libraries/CMSIS/Include/core_cm4.h | 0 .../Libraries/CMSIS/Include/core_cm4_simd.h | 0 .../Libraries/CMSIS/Include/core_cmFunc.h | 0 .../Libraries/CMSIS/Include/core_cmInstr.h | 0 bsp/efm32/Libraries/CMSIS/Include/core_sc000.h | 0 bsp/efm32/Libraries/CMSIS/Include/core_sc300.h | 0 .../CMSIS/Lib/GCC/libarm_cortexM0l_math.a | Bin .../CMSIS/Lib/GCC/libarm_cortexM3l_math.a | Bin .../CMSIS/Lib/GCC/libarm_cortexM4l_math.a | Bin .../CMSIS/Lib/GCC/libarm_cortexM4lf_math.a | Bin bsp/efm32/Libraries/CMSIS/RTOS/cmsis_os.h | 0 .../Device/EnergyMicro/EFM32G/Include/efm32.h | 0 .../EnergyMicro/EFM32G/Include/efm32g200f16.h | 0 .../EnergyMicro/EFM32G/Include/efm32g200f32.h | 0 .../EnergyMicro/EFM32G/Include/efm32g200f64.h | 0 .../EnergyMicro/EFM32G/Include/efm32g210f128.h | 0 .../EnergyMicro/EFM32G/Include/efm32g222f128.h | 0 .../EnergyMicro/EFM32G/Include/efm32g222f32.h | 0 .../EnergyMicro/EFM32G/Include/efm32g222f64.h | 0 .../EnergyMicro/EFM32G/Include/efm32g230f128.h | 0 .../EnergyMicro/EFM32G/Include/efm32g230f32.h | 0 .../EnergyMicro/EFM32G/Include/efm32g230f64.h | 0 .../EnergyMicro/EFM32G/Include/efm32g232f128.h | 0 .../EnergyMicro/EFM32G/Include/efm32g232f32.h | 0 .../EnergyMicro/EFM32G/Include/efm32g232f64.h | 0 .../EnergyMicro/EFM32G/Include/efm32g280f128.h | 0 .../EnergyMicro/EFM32G/Include/efm32g280f32.h | 0 .../EnergyMicro/EFM32G/Include/efm32g280f64.h | 0 .../EnergyMicro/EFM32G/Include/efm32g290f128.h | 0 .../EnergyMicro/EFM32G/Include/efm32g290f32.h | 0 .../EnergyMicro/EFM32G/Include/efm32g290f64.h | 0 .../EnergyMicro/EFM32G/Include/efm32g840f128.h | 0 .../EnergyMicro/EFM32G/Include/efm32g840f32.h | 0 .../EnergyMicro/EFM32G/Include/efm32g840f64.h | 0 .../EnergyMicro/EFM32G/Include/efm32g842f128.h | 0 .../EnergyMicro/EFM32G/Include/efm32g842f32.h | 0 .../EnergyMicro/EFM32G/Include/efm32g842f64.h | 0 .../EnergyMicro/EFM32G/Include/efm32g880f128.h | 0 .../EnergyMicro/EFM32G/Include/efm32g880f32.h | 0 .../EnergyMicro/EFM32G/Include/efm32g880f64.h | 0 .../EnergyMicro/EFM32G/Include/efm32g890f128.h | 0 .../EnergyMicro/EFM32G/Include/efm32g890f32.h | 0 .../EnergyMicro/EFM32G/Include/efm32g890f64.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_acmp.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_adc.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_aes.h | 0 .../EFM32G/Include/efm32g_af_channels.h | 0 .../EFM32G/Include/efm32g_af_pins.h | 0 .../EFM32G/Include/efm32g_af_ports.h | 0 .../EFM32G/Include/efm32g_calibrate.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_cmu.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_dac.h | 0 .../EFM32G/Include/efm32g_devinfo.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_dma.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_dma_ch.h | 0 .../EFM32G/Include/efm32g_dma_descriptor.h | 0 .../EFM32G/Include/efm32g_dmactrl.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_dmareq.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_ebi.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_emu.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_gpio.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_gpio_p.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_i2c.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_lcd.h | 0 .../EFM32G/Include/efm32g_letimer.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_leuart.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_msc.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_pcnt.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_prs.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_prs_ch.h | 0 .../EFM32G/Include/efm32g_prs_signals.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_rmu.h | 0 .../EFM32G/Include/efm32g_romtable.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_rtc.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_timer.h | 0 .../EFM32G/Include/efm32g_timer_cc.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_uart.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_usart.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_vcmp.h | 0 .../EnergyMicro/EFM32G/Include/efm32g_wdog.h | 0 .../EnergyMicro/EFM32G/Include/system_efm32g.h | 0 .../EFM32G/Source/ARM/startup_efm32g.s | 0 .../EnergyMicro/EFM32G/Source/G++/efm32g.ld | 0 .../EFM32G/Source/G++/startup_efm32g.s | 0 .../EnergyMicro/EFM32G/Source/GCC/efm32g.ld | 0 .../EFM32G/Source/GCC/startup_efm32g.s | 0 .../EFM32G/Source/IAR/startup_efm32g.c | 0 .../EFM32G/Source/IAR/startup_efm32g.s | 0 .../EnergyMicro/EFM32G/Source/system_efm32g.c | 0 .../Device/EnergyMicro/EFM32GG/Include/efm32.h | 0 .../EFM32GG/Include/efm32gg230f1024.h | 0 .../EFM32GG/Include/efm32gg230f512.h | 0 .../EFM32GG/Include/efm32gg232f1024.h | 0 .../EFM32GG/Include/efm32gg232f512.h | 0 .../EFM32GG/Include/efm32gg280f1024.h | 0 .../EFM32GG/Include/efm32gg280f512.h | 0 .../EFM32GG/Include/efm32gg290f1024.h | 0 .../EFM32GG/Include/efm32gg290f512.h | 0 .../EFM32GG/Include/efm32gg295f1024.h | 0 .../EFM32GG/Include/efm32gg295f512.h | 0 .../EFM32GG/Include/efm32gg330f1024.h | 0 .../EFM32GG/Include/efm32gg330f512.h | 0 .../EFM32GG/Include/efm32gg332f1024.h | 0 .../EFM32GG/Include/efm32gg332f512.h | 0 .../EFM32GG/Include/efm32gg380f1024.h | 0 .../EFM32GG/Include/efm32gg380f512.h | 0 .../EFM32GG/Include/efm32gg390f1024.h | 0 .../EFM32GG/Include/efm32gg390f512.h | 0 .../EFM32GG/Include/efm32gg395f1024.h | 0 .../EFM32GG/Include/efm32gg395f512.h | 0 .../EFM32GG/Include/efm32gg840f1024.h | 0 .../EFM32GG/Include/efm32gg840f512.h | 0 .../EFM32GG/Include/efm32gg842f1024.h | 0 .../EFM32GG/Include/efm32gg842f512.h | 0 .../EFM32GG/Include/efm32gg880f1024.h | 0 .../EFM32GG/Include/efm32gg880f512.h | 0 .../EFM32GG/Include/efm32gg890f1024.h | 0 .../EFM32GG/Include/efm32gg890f512.h | 0 .../EFM32GG/Include/efm32gg895f1024.h | 0 .../EFM32GG/Include/efm32gg895f512.h | 0 .../EFM32GG/Include/efm32gg940f1024.h | 0 .../EFM32GG/Include/efm32gg940f512.h | 0 .../EFM32GG/Include/efm32gg942f1024.h | 0 .../EFM32GG/Include/efm32gg942f512.h | 0 .../EFM32GG/Include/efm32gg980f1024.h | 0 .../EFM32GG/Include/efm32gg980f512.h | 0 .../EFM32GG/Include/efm32gg990f1024.h | 0 .../EFM32GG/Include/efm32gg990f512.h | 0 .../EFM32GG/Include/efm32gg995f1024.h | 0 .../EFM32GG/Include/efm32gg995f512.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_acmp.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_adc.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_aes.h | 0 .../EFM32GG/Include/efm32gg_af_channels.h | 0 .../EFM32GG/Include/efm32gg_af_pins.h | 0 .../EFM32GG/Include/efm32gg_af_ports.h | 0 .../EFM32GG/Include/efm32gg_burtc.h | 0 .../EFM32GG/Include/efm32gg_burtc_ret.h | 0 .../EFM32GG/Include/efm32gg_calibrate.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_cmu.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_dac.h | 0 .../EFM32GG/Include/efm32gg_devinfo.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_dma.h | 0 .../EFM32GG/Include/efm32gg_dma_ch.h | 0 .../EFM32GG/Include/efm32gg_dma_descriptor.h | 0 .../EFM32GG/Include/efm32gg_dmactrl.h | 0 .../EFM32GG/Include/efm32gg_dmareq.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_ebi.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_emu.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_etm.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_gpio.h | 0 .../EFM32GG/Include/efm32gg_gpio_p.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_i2c.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_lcd.h | 0 .../EFM32GG/Include/efm32gg_lesense.h | 0 .../EFM32GG/Include/efm32gg_lesense_buf.h | 0 .../EFM32GG/Include/efm32gg_lesense_ch.h | 0 .../EFM32GG/Include/efm32gg_lesense_st.h | 0 .../EFM32GG/Include/efm32gg_letimer.h | 0 .../EFM32GG/Include/efm32gg_leuart.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_msc.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_pcnt.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_prs.h | 0 .../EFM32GG/Include/efm32gg_prs_ch.h | 0 .../EFM32GG/Include/efm32gg_prs_signals.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_rmu.h | 0 .../EFM32GG/Include/efm32gg_romtable.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_rtc.h | 0 .../EFM32GG/Include/efm32gg_timer.h | 0 .../EFM32GG/Include/efm32gg_timer_cc.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_uart.h | 0 .../EFM32GG/Include/efm32gg_usart.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_usb.h | 0 .../EFM32GG/Include/efm32gg_usb_diep.h | 0 .../EFM32GG/Include/efm32gg_usb_doep.h | 0 .../EFM32GG/Include/efm32gg_usb_hc.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_vcmp.h | 0 .../EnergyMicro/EFM32GG/Include/efm32gg_wdog.h | 0 .../EFM32GG/Include/system_efm32gg.h | 0 .../EFM32GG/Source/ARM/startup_efm32gg.s | 0 .../EnergyMicro/EFM32GG/Source/G++/efm32gg.ld | 0 .../EFM32GG/Source/G++/startup_efm32gg.s | 0 .../EnergyMicro/EFM32GG/Source/GCC/efm32gg.ld | 0 .../EFM32GG/Source/GCC/startup_efm32gg.s | 0 .../EFM32GG/Source/IAR/startup_efm32gg.c | 0 .../EFM32GG/Source/IAR/startup_efm32gg.s | 0 .../EFM32GG/Source/system_efm32gg.c | 0 bsp/efm32/Libraries/SConscript | 0 bsp/efm32/Libraries/emlib/inc/em_acmp.h | 0 bsp/efm32/Libraries/emlib/inc/em_adc.h | 0 bsp/efm32/Libraries/emlib/inc/em_aes.h | 0 bsp/efm32/Libraries/emlib/inc/em_assert.h | 0 bsp/efm32/Libraries/emlib/inc/em_bitband.h | 0 bsp/efm32/Libraries/emlib/inc/em_burtc.h | 0 bsp/efm32/Libraries/emlib/inc/em_chip.h | 0 bsp/efm32/Libraries/emlib/inc/em_cmu.h | 0 bsp/efm32/Libraries/emlib/inc/em_common.h | 0 bsp/efm32/Libraries/emlib/inc/em_dac.h | 0 bsp/efm32/Libraries/emlib/inc/em_dbg.h | 0 bsp/efm32/Libraries/emlib/inc/em_dma.h | 0 bsp/efm32/Libraries/emlib/inc/em_ebi.h | 0 bsp/efm32/Libraries/emlib/inc/em_emu.h | 0 bsp/efm32/Libraries/emlib/inc/em_gpio.h | 0 bsp/efm32/Libraries/emlib/inc/em_i2c.h | 0 bsp/efm32/Libraries/emlib/inc/em_int.h | 0 bsp/efm32/Libraries/emlib/inc/em_lcd.h | 0 bsp/efm32/Libraries/emlib/inc/em_lesense.h | 0 bsp/efm32/Libraries/emlib/inc/em_letimer.h | 0 bsp/efm32/Libraries/emlib/inc/em_leuart.h | 0 bsp/efm32/Libraries/emlib/inc/em_mpu.h | 0 bsp/efm32/Libraries/emlib/inc/em_msc.h | 0 bsp/efm32/Libraries/emlib/inc/em_opamp.h | 0 bsp/efm32/Libraries/emlib/inc/em_part.h | 0 bsp/efm32/Libraries/emlib/inc/em_pcnt.h | 0 bsp/efm32/Libraries/emlib/inc/em_prs.h | 0 bsp/efm32/Libraries/emlib/inc/em_rmu.h | 0 bsp/efm32/Libraries/emlib/inc/em_rtc.h | 0 bsp/efm32/Libraries/emlib/inc/em_system.h | 0 bsp/efm32/Libraries/emlib/inc/em_timer.h | 0 bsp/efm32/Libraries/emlib/inc/em_usart.h | 0 bsp/efm32/Libraries/emlib/inc/em_vcmp.h | 0 bsp/efm32/Libraries/emlib/inc/em_version.h | 0 bsp/efm32/Libraries/emlib/inc/em_wdog.h | 0 bsp/efm32/Libraries/emlib/src/em_acmp.c | 0 bsp/efm32/Libraries/emlib/src/em_adc.c | 0 bsp/efm32/Libraries/emlib/src/em_aes.c | 0 bsp/efm32/Libraries/emlib/src/em_assert.c | 0 bsp/efm32/Libraries/emlib/src/em_burtc.c | 0 bsp/efm32/Libraries/emlib/src/em_cmu.c | 0 bsp/efm32/Libraries/emlib/src/em_dac.c | 0 bsp/efm32/Libraries/emlib/src/em_dbg.c | 0 bsp/efm32/Libraries/emlib/src/em_dma.c | 0 bsp/efm32/Libraries/emlib/src/em_ebi.c | 0 bsp/efm32/Libraries/emlib/src/em_emu.c | 0 bsp/efm32/Libraries/emlib/src/em_gpio.c | 0 bsp/efm32/Libraries/emlib/src/em_i2c.c | 0 bsp/efm32/Libraries/emlib/src/em_int.c | 0 bsp/efm32/Libraries/emlib/src/em_lcd.c | 0 bsp/efm32/Libraries/emlib/src/em_lesense.c | 0 bsp/efm32/Libraries/emlib/src/em_letimer.c | 0 bsp/efm32/Libraries/emlib/src/em_leuart.c | 0 bsp/efm32/Libraries/emlib/src/em_mpu.c | 0 bsp/efm32/Libraries/emlib/src/em_msc.c | 0 bsp/efm32/Libraries/emlib/src/em_opamp.c | 0 bsp/efm32/Libraries/emlib/src/em_pcnt.c | 0 bsp/efm32/Libraries/emlib/src/em_prs.c | 0 bsp/efm32/Libraries/emlib/src/em_rmu.c | 0 bsp/efm32/Libraries/emlib/src/em_rtc.c | 0 bsp/efm32/Libraries/emlib/src/em_system.c | 0 bsp/efm32/Libraries/emlib/src/em_timer.c | 0 bsp/efm32/Libraries/emlib/src/em_usart.c | 0 bsp/efm32/Libraries/emlib/src/em_vcmp.c | 0 bsp/efm32/Libraries/emlib/src/em_wdog.c | 0 bsp/efm32/Readme.txt | 0 bsp/efm32/SConscript | 0 bsp/efm32/SConstruct | 0 bsp/efm32/application.c | 0 bsp/efm32/board.c | 0 bsp/efm32/board.h | 0 bsp/efm32/copy_this_file_dfs_elm.c | 0 bsp/efm32/copy_this_file_shell.c | 0 bsp/efm32/dev_accel.c | 0 bsp/efm32/dev_accel.h | 0 bsp/efm32/dev_keys.c | 0 bsp/efm32/dev_keys.h | 0 bsp/efm32/dev_lcd.c | 0 bsp/efm32/dev_lcd.h | 0 bsp/efm32/dev_led.c | 0 bsp/efm32/dev_led.h | 0 bsp/efm32/dev_misc.c | 0 bsp/efm32/dev_misc.h | 0 bsp/efm32/dev_sflash.c | 0 bsp/efm32/dev_sflash.h | 0 bsp/efm32/drv_acmp.c | 0 bsp/efm32/drv_acmp.h | 0 bsp/efm32/drv_adc.c | 0 bsp/efm32/drv_adc.h | 0 bsp/efm32/drv_dma.c | 0 bsp/efm32/drv_dma.h | 0 bsp/efm32/drv_emu.c | 0 bsp/efm32/drv_emu.h | 0 bsp/efm32/drv_ethernet.c | 0 bsp/efm32/drv_ethernet.h | 0 bsp/efm32/drv_iic.c | 0 bsp/efm32/drv_iic.h | 0 bsp/efm32/drv_leuart.c | 0 bsp/efm32/drv_leuart.h | 0 bsp/efm32/drv_rtc.c | 0 bsp/efm32/drv_rtc.h | 0 bsp/efm32/drv_sdcard.c | 0 bsp/efm32/drv_sdcard.h | 0 bsp/efm32/drv_timer.c | 0 bsp/efm32/drv_timer.h | 0 bsp/efm32/drv_usart.c | 0 bsp/efm32/drv_usart.h | 0 bsp/efm32/efm32g_rom.ld | 0 bsp/efm32/efm32gg_rom.ld | 0 bsp/efm32/enc28j60.h | 0 bsp/efm32/graphics/SConscript | 0 bsp/efm32/graphics/dmd/ssd2119/dmd_ssd2119.h | 0 .../graphics/dmd/ssd2119/dmd_ssd2119_16bit.c | 0 .../graphics/dmd/ssd2119/dmd_ssd2119_direct.c | 0 .../dmd/ssd2119/dmd_ssd2119_registers.h | 0 .../graphics/dmd/ssd2119/dmdif_ssd2119_ebi.h | 0 .../graphics/dmd/ssd2119/dmdif_ssd2119_ebi16.c | 0 .../graphics/dmd/ssd2119/dmdif_ssd2119_spi.c | 0 .../graphics/dmd/ssd2119/dmdif_ssd2119_spi.h | 0 bsp/efm32/graphics/em_types.h | 0 bsp/efm32/graphics/tftspi.h | 0 bsp/efm32/hdl_interrupt.c | 0 bsp/efm32/hdl_interrupt.h | 0 bsp/efm32/httpd.c | 0 bsp/efm32/mma7455l.h | 0 bsp/efm32/rtconfig.h | 0 bsp/efm32/rtconfig.py | 0 bsp/efm32/start_gcc.S | 0 bsp/efm32/startup.c | 0 bsp/es32f0334/.config | 0 bsp/es32f0334/Kconfig | 0 bsp/es32f0334/README.md | 0 bsp/es32f0334/SConscript | 0 bsp/es32f0334/SConstruct | 0 bsp/es32f0334/applications/SConscript | 0 bsp/es32f0334/applications/main.c | 0 bsp/es32f0334/drivers/Kconfig | 0 bsp/es32f0334/drivers/SConscript | 0 bsp/es32f0334/drivers/board.c | 0 bsp/es32f0334/drivers/board.h | 0 bsp/es32f0334/drivers/drv_adc.c | 0 bsp/es32f0334/drivers/drv_adc.h | 0 bsp/es32f0334/drivers/drv_gpio.c | 0 bsp/es32f0334/drivers/drv_gpio.h | 0 bsp/es32f0334/drivers/drv_hwtimer.c | 0 bsp/es32f0334/drivers/drv_hwtimer.h | 0 bsp/es32f0334/drivers/drv_i2c.c | 0 bsp/es32f0334/drivers/drv_i2c.h | 0 bsp/es32f0334/drivers/drv_pm.c | 0 bsp/es32f0334/drivers/drv_pm.h | 0 bsp/es32f0334/drivers/drv_pwm.c | 0 bsp/es32f0334/drivers/drv_pwm.h | 0 bsp/es32f0334/drivers/drv_rtc.c | 0 bsp/es32f0334/drivers/drv_rtc.h | 0 bsp/es32f0334/drivers/drv_spi.c | 0 bsp/es32f0334/drivers/drv_spi.h | 0 bsp/es32f0334/drivers/drv_spiflash.c | 0 bsp/es32f0334/drivers/drv_spiflash.h | 0 bsp/es32f0334/drivers/drv_uart.c | 0 bsp/es32f0334/drivers/drv_uart.h | 0 bsp/es32f0334/drivers/linker_scripts/link.sct | 0 .../figures/ES-PDS-ES32F0334-V1.1.jpg | Bin bsp/es32f0334/figures/ESLinkII-mini.jpg | Bin .../CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.pdf | Bin .../CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.rtf | 0 .../EastSoft/ES32F033x/Include/es32f033x.h | 0 .../ES32F033x/Startup/iar/startup_es32f033x.s | 0 .../ES32F033x/Startup/keil/startup_es32f033x.s | 0 .../ES32F033x/System/system_es32f033x.c | 0 .../libraries/CMSIS/Include/SConscript | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../libraries/CMSIS/Include/arm_math.h | 0 .../libraries/CMSIS/Include/cmsis_armcc.h | 0 .../libraries/CMSIS/Include/cmsis_armcc_V6.h | 0 .../libraries/CMSIS/Include/cmsis_gcc.h | 0 .../libraries/CMSIS/Include/core_cm0.h | 0 .../libraries/CMSIS/Include/core_cm0plus.h | 0 .../libraries/CMSIS/Include/core_cm3.h | 0 .../libraries/CMSIS/Include/core_cm4.h | 0 .../libraries/CMSIS/Include/core_cm7.h | 0 .../libraries/CMSIS/Include/core_cmFunc.h | 0 .../libraries/CMSIS/Include/core_cmInstr.h | 0 .../libraries/CMSIS/Include/core_cmSimd.h | 0 .../libraries/CMSIS/Include/core_sc000.h | 0 .../libraries/CMSIS/Include/core_sc300.h | 0 .../libraries/CMSIS/RTOS/Template/cmsis_os.h | 0 bsp/es32f0334/libraries/CMSIS/index.html | 0 .../EASTSOFT_ES32F033x_ALD.chm | Bin .../Include/ald_acmp.h | 0 .../Include/ald_adc.h | 0 .../Include/ald_bkpc.h | 0 .../Include/ald_calc.h | 0 .../Include/ald_cmu.h | 0 .../Include/ald_conf.h | 0 .../Include/ald_crc.h | 0 .../Include/ald_crypt.h | 0 .../Include/ald_dbgc.h | 0 .../Include/ald_dma.h | 0 .../Include/ald_flash.h | 0 .../Include/ald_gpio.h | 0 .../Include/ald_i2c.h | 0 .../Include/ald_iap.h | 0 .../Include/ald_lcd.h | 0 .../Include/ald_lptim.h | 0 .../Include/ald_lpuart.h | 0 .../Include/ald_pis.h | 0 .../Include/ald_pmu.h | 0 .../Include/ald_rmu.h | 0 .../Include/ald_rtc.h | 0 .../Include/ald_smartcard.h | 0 .../Include/ald_spi.h | 0 .../Include/ald_syscfg.h | 0 .../Include/ald_temp.h | 0 .../Include/ald_timer.h | 0 .../Include/ald_trng.h | 0 .../Include/ald_uart.h | 0 .../Include/ald_usart.h | 0 .../Include/ald_wdt.h | 0 .../Include/type.h | 0 .../Include/utils.h | 0 .../Source/ald_acmp.c | 0 .../Source/ald_adc.c | 0 .../Source/ald_bkpc.c | 0 .../Source/ald_calc.c | 0 .../Source/ald_cmu.c | 0 .../Source/ald_crc.c | 0 .../Source/ald_crypt.c | 0 .../Source/ald_dma.c | 0 .../Source/ald_flash.c | 0 .../Source/ald_gpio.c | 0 .../Source/ald_i2c.c | 0 .../Source/ald_iap.c | 0 .../Source/ald_lcd.c | 0 .../Source/ald_lptim.c | 0 .../Source/ald_lpuart.c | 0 .../Source/ald_pis.c | 0 .../Source/ald_pmu.c | 0 .../Source/ald_rmu.c | 0 .../Source/ald_rtc.c | 0 .../Source/ald_smartcard.c | 0 .../Source/ald_spi.c | 0 .../Source/ald_temp.c | 0 .../Source/ald_timer.c | 0 .../Source/ald_trng.c | 0 .../Source/ald_uart.c | 0 .../Source/ald_usart.c | 0 .../Source/ald_wdt.c | 0 .../Source/utils.c | 0 bsp/es32f0334/libraries/SConscript | 0 bsp/es32f0334/project.uvoptx | 0 bsp/es32f0334/project.uvprojx | 0 bsp/es32f0334/rtconfig.h | 0 bsp/es32f0334/rtconfig.py | 0 bsp/es32f0334/template.uvoptx | 0 bsp/es32f0334/template.uvprojx | 0 bsp/es32f0654/.config | 0 bsp/es32f0654/Kconfig | 0 bsp/es32f0654/README.md | 0 bsp/es32f0654/SConscript | 0 bsp/es32f0654/SConstruct | 0 bsp/es32f0654/applications/SConscript | 0 bsp/es32f0654/applications/main.c | 0 bsp/es32f0654/drivers/Kconfig | 0 bsp/es32f0654/drivers/SConscript | 0 bsp/es32f0654/drivers/board.c | 0 bsp/es32f0654/drivers/board.h | 0 bsp/es32f0654/drivers/drv_adc.c | 0 bsp/es32f0654/drivers/drv_adc.h | 0 bsp/es32f0654/drivers/drv_gpio.c | 0 bsp/es32f0654/drivers/drv_gpio.h | 0 bsp/es32f0654/drivers/drv_hwtimer.c | 0 bsp/es32f0654/drivers/drv_hwtimer.h | 0 bsp/es32f0654/drivers/drv_i2c.c | 0 bsp/es32f0654/drivers/drv_i2c.h | 0 bsp/es32f0654/drivers/drv_pm.c | 0 bsp/es32f0654/drivers/drv_pm.h | 0 bsp/es32f0654/drivers/drv_pwm.c | 0 bsp/es32f0654/drivers/drv_pwm.h | 0 bsp/es32f0654/drivers/drv_rtc.c | 0 bsp/es32f0654/drivers/drv_rtc.h | 0 bsp/es32f0654/drivers/drv_spi.c | 0 bsp/es32f0654/drivers/drv_spi.h | 0 bsp/es32f0654/drivers/drv_spiflash.c | 0 bsp/es32f0654/drivers/drv_spiflash.h | 0 bsp/es32f0654/drivers/drv_uart.c | 0 bsp/es32f0654/drivers/drv_uart.h | 0 bsp/es32f0654/drivers/linker_scripts/link.sct | 0 .../figures/ES-PDS-ES32F0654-V1.1.jpg | Bin bsp/es32f0654/figures/ESLinkII-mini.jpg | Bin .../CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.pdf | Bin .../CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.rtf | 0 .../EastSoft/ES32F065x/Include/es32f065x.h | 0 .../ES32F065x/Startup/iar/startup_es32f065x.s | 0 .../ES32F065x/Startup/keil/startup_es32f065x.s | 0 .../ES32F065x/System/system_es32f065x.c | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../libraries/CMSIS/Include/arm_math.h | 0 .../libraries/CMSIS/Include/cmsis_armcc.h | 0 .../libraries/CMSIS/Include/cmsis_armcc_V6.h | 0 .../libraries/CMSIS/Include/cmsis_gcc.h | 0 .../libraries/CMSIS/Include/core_cm0.h | 0 .../libraries/CMSIS/Include/core_cm0plus.h | 0 .../libraries/CMSIS/Include/core_cm3.h | 0 .../libraries/CMSIS/Include/core_cm4.h | 0 .../libraries/CMSIS/Include/core_cm7.h | 0 .../libraries/CMSIS/Include/core_cmFunc.h | 0 .../libraries/CMSIS/Include/core_cmInstr.h | 0 .../libraries/CMSIS/Include/core_cmSimd.h | 0 .../libraries/CMSIS/Include/core_sc000.h | 0 .../libraries/CMSIS/Include/core_sc300.h | 0 .../libraries/CMSIS/RTOS/Template/cmsis_os.h | 0 bsp/es32f0654/libraries/CMSIS/index.html | 0 .../Include/ald_acmp.h | 0 .../Include/ald_adc.h | 0 .../Include/ald_bkpc.h | 0 .../Include/ald_calc.h | 0 .../Include/ald_can.h | 0 .../Include/ald_cmu.h | 0 .../Include/ald_conf.h | 0 .../Include/ald_crc.h | 0 .../Include/ald_crypt.h | 0 .../Include/ald_dbgc.h | 0 .../Include/ald_dma.h | 0 .../Include/ald_flash.h | 0 .../Include/ald_gpio.h | 0 .../Include/ald_i2c.h | 0 .../Include/ald_iap.h | 0 .../Include/ald_pis.h | 0 .../Include/ald_pmu.h | 0 .../Include/ald_rmu.h | 0 .../Include/ald_rtc.h | 0 .../Include/ald_smartcard.h | 0 .../Include/ald_spi.h | 0 .../Include/ald_syscfg.h | 0 .../Include/ald_temp.h | 0 .../Include/ald_timer.h | 0 .../Include/ald_trng.h | 0 .../Include/ald_uart.h | 0 .../Include/ald_usart.h | 0 .../Include/ald_wdt.h | 0 .../Include/type.h | 0 .../Include/utils.h | 0 .../ReleaseNote.html | 0 .../Source/ald_acmp.c | 0 .../Source/ald_adc.c | 0 .../Source/ald_bkpc.c | 0 .../Source/ald_calc.c | 0 .../Source/ald_can.c | 0 .../Source/ald_cmu.c | 0 .../Source/ald_crc.c | 0 .../Source/ald_crypt.c | 0 .../Source/ald_dma.c | 0 .../Source/ald_flash.c | 0 .../Source/ald_gpio.c | 0 .../Source/ald_i2c.c | 0 .../Source/ald_iap.c | 0 .../Source/ald_pis.c | 0 .../Source/ald_pmu.c | 0 .../Source/ald_rmu.c | 0 .../Source/ald_rtc.c | 0 .../Source/ald_smartcard.c | 0 .../Source/ald_spi.c | 0 .../Source/ald_temp.c | 0 .../Source/ald_timer.c | 0 .../Source/ald_trng.c | 0 .../Source/ald_uart.c | 0 .../Source/ald_usart.c | 0 .../Source/ald_wdt.c | 0 .../Source/utils.c | 0 bsp/es32f0654/libraries/SConscript | 0 bsp/es32f0654/project.uvoptx | 0 bsp/es32f0654/project.uvprojx | 0 bsp/es32f0654/rtconfig.h | 0 bsp/es32f0654/rtconfig.py | 0 bsp/es32f0654/template.uvoptx | 0 bsp/es32f0654/template.uvprojx | 0 bsp/fh8620/SConscript | 0 bsp/fh8620/SConstruct | 0 bsp/fh8620/applications/SConscript | 0 bsp/fh8620/applications/main.c | 0 bsp/fh8620/drivers/SConscript | 0 bsp/fh8620/drivers/acw.c | 0 bsp/fh8620/drivers/acw.h | 0 bsp/fh8620/drivers/dma.c | 0 bsp/fh8620/drivers/dma.h | 0 bsp/fh8620/drivers/dma_mem.c | 0 bsp/fh8620/drivers/dma_mem.h | 0 bsp/fh8620/drivers/fh_dma.c | 0 bsp/fh8620/drivers/fh_dma.h | 0 bsp/fh8620/drivers/gpio.c | 0 bsp/fh8620/drivers/gpio.h | 0 bsp/fh8620/drivers/i2c.c | 0 bsp/fh8620/drivers/i2c.h | 0 bsp/fh8620/drivers/interrupt.c | 0 bsp/fh8620/drivers/interrupt.h | 0 bsp/fh8620/drivers/mem_process.c | 0 bsp/fh8620/drivers/mmc.c | 0 bsp/fh8620/drivers/mmc.h | 0 bsp/fh8620/drivers/pwm.c | 0 bsp/fh8620/drivers/pwm.h | 0 bsp/fh8620/drivers/sadc.c | 0 bsp/fh8620/drivers/sadc.h | 0 bsp/fh8620/drivers/spi_fh_adapt.c | 0 bsp/fh8620/drivers/spi_fh_adapt.h | 0 bsp/fh8620/drivers/ssi.c | 0 bsp/fh8620/drivers/ssi.h | 0 bsp/fh8620/drivers/trap.c | 0 bsp/fh8620/drivers/uart.c | 0 bsp/fh8620/drivers/uart.h | 0 bsp/fh8620/drivers/wdt.c | 0 bsp/fh8620/drivers/wdt.h | 0 bsp/fh8620/libraries/SConscript | 0 bsp/fh8620/libraries/driverlib/SConscript | 0 bsp/fh8620/libraries/driverlib/fh_gpio.c | 0 bsp/fh8620/libraries/driverlib/fh_i2c.c | 0 bsp/fh8620/libraries/driverlib/fh_ictl.c | 0 bsp/fh8620/libraries/driverlib/fh_mmc.c | 0 bsp/fh8620/libraries/driverlib/fh_pwm.c | 0 bsp/fh8620/libraries/driverlib/fh_sdio.c | 0 bsp/fh8620/libraries/driverlib/fh_spi.c | 0 bsp/fh8620/libraries/driverlib/fh_timer.c | 0 bsp/fh8620/libraries/driverlib/fh_uart.c | 0 bsp/fh8620/libraries/driverlib/fh_wdt.c | 0 bsp/fh8620/libraries/inc/fh_driverlib.h | 0 bsp/fh8620/libraries/inc/fh_gpio.h | 0 bsp/fh8620/libraries/inc/fh_i2c.h | 0 bsp/fh8620/libraries/inc/fh_ictl.h | 0 bsp/fh8620/libraries/inc/fh_mmc.h | 0 bsp/fh8620/libraries/inc/fh_pwm.h | 0 bsp/fh8620/libraries/inc/fh_sdio.h | 0 bsp/fh8620/libraries/inc/fh_spi.h | 0 bsp/fh8620/libraries/inc/fh_timer.h | 0 bsp/fh8620/libraries/inc/fh_uart.h | 0 bsp/fh8620/libraries/inc/fh_wdt.h | 0 bsp/fh8620/libraries/startup/SConscript | 0 bsp/fh8620/libraries/startup/gcc/start_gcc.S | 0 bsp/fh8620/link.ld | 0 bsp/fh8620/platform/SConscript | 0 bsp/fh8620/platform/board.h | 0 bsp/fh8620/platform/board_info.h | 0 bsp/fh8620/platform/common/SConscript | 0 bsp/fh8620/platform/common/board_info.c | 0 bsp/fh8620/platform/common/chkenv.c | 0 bsp/fh8620/platform/fh8620/SConscript | 0 bsp/fh8620/platform/fh8620/arch.h | 0 bsp/fh8620/platform/fh8620/iot_cam/SConscript | 0 bsp/fh8620/platform/fh8620/iot_cam/board.c | 0 bsp/fh8620/platform/fh8620/iot_cam/board_def.h | 0 bsp/fh8620/platform/fh8620/iot_cam/iomux.c | 0 bsp/fh8620/platform/fh8620/iot_cam/readme | 0 bsp/fh8620/platform/fh8620/iot_cam/startup.c | 0 bsp/fh8620/platform/fh_arch.h | 0 bsp/fh8620/platform/fh_def.h | 0 bsp/fh8620/platform/plat-v2/SConscript | 0 bsp/fh8620/platform/plat-v2/arch.h | 0 bsp/fh8620/platform/plat-v2/clock.c | 0 bsp/fh8620/platform/plat-v2/clock.h | 0 bsp/fh8620/platform/plat-v2/fh_pmu.c | 0 bsp/fh8620/platform/plat-v2/fh_pmu.h | 0 bsp/fh8620/platform/plat-v2/iomux.c | 0 bsp/fh8620/platform/plat-v2/iomux.h | 0 bsp/fh8620/platform/plat-v2/reset.c | 0 bsp/fh8620/platform/plat-v2/timer.c | 0 bsp/fh8620/platform/plat-v2/timer.h | 0 bsp/fh8620/platform/platform_def.h | 0 bsp/fh8620/rtconfig.h | 0 bsp/fh8620/rtconfig.py | 0 bsp/frdm-k64f/K64FN1M0xxx12.ld | 0 bsp/frdm-k64f/MK64F.sct | 0 bsp/frdm-k64f/SConscript | 0 bsp/frdm-k64f/SConstruct | 0 bsp/frdm-k64f/applications/SConscript | 0 bsp/frdm-k64f/applications/application.c | 0 bsp/frdm-k64f/applications/startup.c | 0 bsp/frdm-k64f/board/SConscript | 0 bsp/frdm-k64f/board/board.c | 0 bsp/frdm-k64f/board/board.h | 0 bsp/frdm-k64f/board/clock_config.c | 0 bsp/frdm-k64f/board/clock_config.h | 0 bsp/frdm-k64f/board/drv_emac.c | 0 bsp/frdm-k64f/board/drv_emac.h | 0 bsp/frdm-k64f/board/drv_uart.c | 0 bsp/frdm-k64f/board/drv_uart.h | 0 bsp/frdm-k64f/board/fsl_phy.c | 0 bsp/frdm-k64f/board/fsl_phy.h | 0 bsp/frdm-k64f/board/led.c | 0 bsp/frdm-k64f/board/led.h | 0 bsp/frdm-k64f/device/MK64F12.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_adc16.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_adc16.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_clock.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_clock.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_cmp.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_cmp.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_cmt.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_cmt.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_common.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_common.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_crc.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_crc.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_dac.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_dac.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_dmamux.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_dmamux.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_dspi.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_dspi.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_dspi_edma.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_dspi_edma.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_edma.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_edma.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_enet.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_enet.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_ewm.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_ewm.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_flash.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_flash.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_flexbus.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_flexbus.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_flexcan.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_flexcan.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_ftm.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_ftm.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_gpio.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_gpio.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_i2c.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_i2c.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_i2c_edma.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_i2c_edma.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_llwu.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_llwu.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_lptmr.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_lptmr.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_pdb.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_pdb.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_pit.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_pit.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_pmc.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_pmc.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_port.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_rcm.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_rcm.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_rnga.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_rnga.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_rtc.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_rtc.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_sai.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_sai.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_sai_edma.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_sai_edma.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_sdhc.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_sdhc.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_sim.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_sim.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_smc.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_smc.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_sysmpu.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_sysmpu.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_uart.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_uart.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_uart_edma.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_uart_edma.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_vref.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_vref.h | 0 bsp/frdm-k64f/device/MK64F12/fsl_wdog.c | 0 bsp/frdm-k64f/device/MK64F12/fsl_wdog.h | 0 bsp/frdm-k64f/device/MK64F12_features.h | 0 bsp/frdm-k64f/device/SConscript | 0 .../device/TOOLCHAIN_ARM_STD/startup_MK64F12.s | 0 .../device/TOOLCHAIN_GCC_ARM/startup.c | 0 .../device/TOOLCHAIN_GCC_ARM/startup.h | 0 .../device/TOOLCHAIN_GCC_ARM/startup_MK64F12.S | 0 bsp/frdm-k64f/device/core_cm4.h | 0 bsp/frdm-k64f/device/core_cm4_simd.h | 0 bsp/frdm-k64f/device/core_cmFunc.h | 0 bsp/frdm-k64f/device/core_cmInstr.h | 0 bsp/frdm-k64f/device/fsl_device_registers.h | 0 bsp/frdm-k64f/device/system_MK64F12.c | 0 bsp/frdm-k64f/device/system_MK64F12.h | 0 bsp/frdm-k64f/project.uvproj | 0 bsp/frdm-k64f/project.uvprojx | 0 bsp/frdm-k64f/rtconfig.h | 0 bsp/frdm-k64f/rtconfig.py | 0 bsp/frdm-k64f/template.uvproj | 0 bsp/frdm-k64f/template.uvprojx | 0 bsp/gd32303e-eval/.config | 0 bsp/gd32303e-eval/Kconfig | 0 .../CMSIS/GD/GD32F30x/Include/gd32f30x.h | 0 .../GD/GD32F30x/Include/system_gd32f30x.h | 0 .../GD32F30x/Source/ARM/startup_gd32f30x_cl.s | 0 .../GD32F30x/Source/ARM/startup_gd32f30x_hd.s | 0 .../GD32F30x/Source/ARM/startup_gd32f30x_xd.s | 0 .../GD32F30x/Source/GCC/startup_gd32f30x_hd.S | 0 .../GD32F30x/Source/IAR/startup_gd32f30x_cl.s | 0 .../GD32F30x/Source/IAR/startup_gd32f30x_hd.s | 0 .../GD32F30x/Source/IAR/startup_gd32f30x_xd.s | 0 .../CMSIS/GD/GD32F30x/Source/system_gd32f30x.c | 0 bsp/gd32303e-eval/Libraries/CMSIS/core_cm4.h | 0 .../Libraries/CMSIS/core_cm4_simd.h | 0 .../Libraries/CMSIS/core_cmFunc.h | 0 .../Libraries/CMSIS/core_cmInstr.h | 0 .../Include/gd32f30x_adc.h | 0 .../Include/gd32f30x_bkp.h | 0 .../Include/gd32f30x_can.h | 0 .../Include/gd32f30x_crc.h | 0 .../Include/gd32f30x_ctc.h | 0 .../Include/gd32f30x_dac.h | 0 .../Include/gd32f30x_dbg.h | 0 .../Include/gd32f30x_dma.h | 0 .../Include/gd32f30x_enet.h | 0 .../Include/gd32f30x_exmc.h | 0 .../Include/gd32f30x_exti.h | 0 .../Include/gd32f30x_fmc.h | 0 .../Include/gd32f30x_fwdgt.h | 0 .../Include/gd32f30x_gpio.h | 0 .../Include/gd32f30x_i2c.h | 0 .../Include/gd32f30x_misc.h | 0 .../Include/gd32f30x_pmu.h | 0 .../Include/gd32f30x_rcu.h | 0 .../Include/gd32f30x_rtc.h | 0 .../Include/gd32f30x_sdio.h | 0 .../Include/gd32f30x_spi.h | 0 .../Include/gd32f30x_timer.h | 0 .../Include/gd32f30x_usart.h | 0 .../Include/gd32f30x_wwdgt.h | 0 .../Source/gd32f30x_adc.c | 0 .../Source/gd32f30x_bkp.c | 0 .../Source/gd32f30x_can.c | 0 .../Source/gd32f30x_crc.c | 0 .../Source/gd32f30x_ctc.c | 0 .../Source/gd32f30x_dac.c | 0 .../Source/gd32f30x_dbg.c | 0 .../Source/gd32f30x_dma.c | 0 .../Source/gd32f30x_enet.c | 0 .../Source/gd32f30x_exmc.c | 0 .../Source/gd32f30x_exti.c | 0 .../Source/gd32f30x_fmc.c | 0 .../Source/gd32f30x_fwdgt.c | 0 .../Source/gd32f30x_gpio.c | 0 .../Source/gd32f30x_i2c.c | 0 .../Source/gd32f30x_misc.c | 0 .../Source/gd32f30x_pmu.c | 0 .../Source/gd32f30x_rcu.c | 0 .../Source/gd32f30x_rtc.c | 0 .../Source/gd32f30x_sdio.c | 0 .../Source/gd32f30x_spi.c | 0 .../Source/gd32f30x_timer.c | 0 .../Source/gd32f30x_usart.c | 0 .../Source/gd32f30x_wwdgt.c | 0 .../GD32F30x_usbd_driver/Include/usbd_core.h | 0 .../GD32F30x_usbd_driver/Include/usbd_int.h | 0 .../GD32F30x_usbd_driver/Include/usbd_pwr.h | 0 .../GD32F30x_usbd_driver/Include/usbd_regs.h | 0 .../GD32F30x_usbd_driver/Include/usbd_std.h | 0 .../GD32F30x_usbd_driver/Source/usbd_core.c | 0 .../GD32F30x_usbd_driver/Source/usbd_int.c | 0 .../GD32F30x_usbd_driver/Source/usbd_pwr.c | 0 .../GD32F30x_usbd_driver/Source/usbd_std.c | 0 .../GD32F30x_usbfs_driver/Include/usb_core.h | 0 .../Include/usb_defines.h | 0 .../GD32F30x_usbfs_driver/Include/usb_regs.h | 0 .../GD32F30x_usbfs_driver/Include/usb_std.h | 0 .../GD32F30x_usbfs_driver/Include/usbd_core.h | 0 .../GD32F30x_usbfs_driver/Include/usbd_int.h | 0 .../GD32F30x_usbfs_driver/Include/usbd_std.h | 0 .../GD32F30x_usbfs_driver/Include/usbh_core.h | 0 .../GD32F30x_usbfs_driver/Include/usbh_ctrl.h | 0 .../GD32F30x_usbfs_driver/Include/usbh_hcs.h | 0 .../GD32F30x_usbfs_driver/Include/usbh_int.h | 0 .../GD32F30x_usbfs_driver/Include/usbh_std.h | 0 .../GD32F30x_usbfs_driver/Source/usb_core.c | 0 .../GD32F30x_usbfs_driver/Source/usbd_core.c | 0 .../GD32F30x_usbfs_driver/Source/usbd_int.c | 0 .../GD32F30x_usbfs_driver/Source/usbd_std.c | 0 .../GD32F30x_usbfs_driver/Source/usbh_core.c | 0 .../GD32F30x_usbfs_driver/Source/usbh_ctrl.c | 0 .../GD32F30x_usbfs_driver/Source/usbh_hcs.c | 0 .../GD32F30x_usbfs_driver/Source/usbh_int.c | 0 .../GD32F30x_usbfs_driver/Source/usbh_std.c | 0 bsp/gd32303e-eval/Libraries/SConscript | 0 bsp/gd32303e-eval/README.md | 0 .../RTE/_rt-thread_gd32f30x/RTE_Components.h | 0 bsp/gd32303e-eval/SConscript | 0 bsp/gd32303e-eval/SConstruct | 0 bsp/gd32303e-eval/applications/SConscript | 0 bsp/gd32303e-eval/applications/main.c | 0 bsp/gd32303e-eval/cconfig.h | 0 bsp/gd32303e-eval/drivers/SConscript | 0 bsp/gd32303e-eval/drivers/board.c | 0 bsp/gd32303e-eval/drivers/board.h | 0 bsp/gd32303e-eval/drivers/drv_gpio.c | 0 bsp/gd32303e-eval/drivers/drv_gpio.h | 0 bsp/gd32303e-eval/drivers/drv_i2c.c | 0 bsp/gd32303e-eval/drivers/drv_i2c.h | 0 bsp/gd32303e-eval/drivers/drv_spi.c | 0 bsp/gd32303e-eval/drivers/drv_spi.h | 0 bsp/gd32303e-eval/drivers/drv_spi_flash.c | 0 bsp/gd32303e-eval/drivers/drv_usart.c | 0 bsp/gd32303e-eval/drivers/drv_usart.h | 0 bsp/gd32303e-eval/drivers/gd32f303e_eval.c | 0 bsp/gd32303e-eval/drivers/gd32f303e_eval.h | 0 bsp/gd32303e-eval/drivers/gd32f303e_lcd_eval.c | 0 bsp/gd32303e-eval/drivers/gd32f303e_lcd_eval.h | 0 bsp/gd32303e-eval/drivers/gd32f30x_libopt.h | 0 bsp/gd32303e-eval/gd32_rom.icf | 0 bsp/gd32303e-eval/gd32_rom.ld | 0 bsp/gd32303e-eval/gd32_rom.sct | 0 bsp/gd32303e-eval/project.ewd | 0 bsp/gd32303e-eval/project.ewp | 0 bsp/gd32303e-eval/project.eww | 0 bsp/gd32303e-eval/project.uvoptx | 0 bsp/gd32303e-eval/project.uvprojx | 0 bsp/gd32303e-eval/rtconfig.h | 0 bsp/gd32303e-eval/rtconfig.py | 0 bsp/gd32303e-eval/startcmd.bat | 0 bsp/gd32303e-eval/template.ewp | 0 bsp/gd32303e-eval/template.uvoptx | 0 bsp/gd32303e-eval/template.uvprojx | 0 bsp/gd32450z-eval/.config | 0 bsp/gd32450z-eval/Kconfig | 0 .../CMSIS/GD/GD32F4xx/Include/gd32f4xx.h | 0 .../GD/GD32F4xx/Include/system_gd32f4xx.h | 0 .../GD/GD32F4xx/Source/ARM/startup_gd32f4xx.s | 0 .../GD/GD32F4xx/Source/GCC/startup_gd32f4xx.S | 0 .../GD/GD32F4xx/Source/IAR/startup_gd32f4xx.s | 0 .../CMSIS/GD/GD32F4xx/Source/system_gd32f4xx.c | 0 bsp/gd32450z-eval/Libraries/CMSIS/core_cm4.h | 0 .../Libraries/CMSIS/core_cm4_simd.h | 0 .../Libraries/CMSIS/core_cmFunc.h | 0 .../Libraries/CMSIS/core_cmInstr.h | 0 .../Include/gd32f4xx_adc.h | 0 .../Include/gd32f4xx_can.h | 0 .../Include/gd32f4xx_crc.h | 0 .../Include/gd32f4xx_ctc.h | 0 .../Include/gd32f4xx_dac.h | 0 .../Include/gd32f4xx_dbg.h | 0 .../Include/gd32f4xx_dci.h | 0 .../Include/gd32f4xx_dma.h | 0 .../Include/gd32f4xx_enet.h | 0 .../Include/gd32f4xx_exmc.h | 0 .../Include/gd32f4xx_exti.h | 0 .../Include/gd32f4xx_fmc.h | 0 .../Include/gd32f4xx_fwdgt.h | 0 .../Include/gd32f4xx_gpio.h | 0 .../Include/gd32f4xx_i2c.h | 0 .../Include/gd32f4xx_ipa.h | 0 .../Include/gd32f4xx_iref.h | 0 .../Include/gd32f4xx_misc.h | 0 .../Include/gd32f4xx_pmu.h | 0 .../Include/gd32f4xx_rcu.h | 0 .../Include/gd32f4xx_rtc.h | 0 .../Include/gd32f4xx_sdio.h | 0 .../Include/gd32f4xx_spi.h | 0 .../Include/gd32f4xx_syscfg.h | 0 .../Include/gd32f4xx_timer.h | 0 .../Include/gd32f4xx_tli.h | 0 .../Include/gd32f4xx_trng.h | 0 .../Include/gd32f4xx_usart.h | 0 .../Include/gd32f4xx_wwdgt.h | 0 .../Source/gd32f4xx_adc.c | 0 .../Source/gd32f4xx_can.c | 0 .../Source/gd32f4xx_crc.c | 0 .../Source/gd32f4xx_ctc.c | 0 .../Source/gd32f4xx_dac.c | 0 .../Source/gd32f4xx_dbg.c | 0 .../Source/gd32f4xx_dci.c | 0 .../Source/gd32f4xx_dma.c | 0 .../Source/gd32f4xx_enet.c | 0 .../Source/gd32f4xx_exmc.c | 0 .../Source/gd32f4xx_exti.c | 0 .../Source/gd32f4xx_fmc.c | 0 .../Source/gd32f4xx_fwdgt.c | 0 .../Source/gd32f4xx_gpio.c | 0 .../Source/gd32f4xx_i2c.c | 0 .../Source/gd32f4xx_ipa.c | 0 .../Source/gd32f4xx_iref.c | 0 .../Source/gd32f4xx_misc.c | 0 .../Source/gd32f4xx_pmu.c | 0 .../Source/gd32f4xx_rcu.c | 0 .../Source/gd32f4xx_rtc.c | 0 .../Source/gd32f4xx_sdio.c | 0 .../Source/gd32f4xx_spi.c | 0 .../Source/gd32f4xx_syscfg.c | 0 .../Source/gd32f4xx_timer.c | 0 .../Source/gd32f4xx_tli.c | 0 .../Source/gd32f4xx_trng.c | 0 .../Source/gd32f4xx_usart.c | 0 .../Source/gd32f4xx_wwdgt.c | 0 .../GD32F4xx_usb_driver/Include/usb_core.h | 0 .../GD32F4xx_usb_driver/Include/usb_defines.h | 0 .../GD32F4xx_usb_driver/Include/usb_regs.h | 0 .../GD32F4xx_usb_driver/Include/usb_std.h | 0 .../GD32F4xx_usb_driver/Include/usbd_core.h | 0 .../GD32F4xx_usb_driver/Include/usbd_int.h | 0 .../GD32F4xx_usb_driver/Include/usbd_std.h | 0 .../GD32F4xx_usb_driver/Include/usbh_core.h | 0 .../GD32F4xx_usb_driver/Include/usbh_ctrl.h | 0 .../GD32F4xx_usb_driver/Include/usbh_hcs.h | 0 .../GD32F4xx_usb_driver/Include/usbh_int.h | 0 .../GD32F4xx_usb_driver/Include/usbh_std.h | 0 .../GD32F4xx_usb_driver/Source/usb_core.c | 0 .../GD32F4xx_usb_driver/Source/usbd_core.c | 0 .../GD32F4xx_usb_driver/Source/usbd_int.c | 0 .../GD32F4xx_usb_driver/Source/usbd_std.c | 0 .../GD32F4xx_usb_driver/Source/usbh_core.c | 0 .../GD32F4xx_usb_driver/Source/usbh_ctrl.c | 0 .../GD32F4xx_usb_driver/Source/usbh_hcs.c | 0 .../GD32F4xx_usb_driver/Source/usbh_int.c | 0 .../GD32F4xx_usb_driver/Source/usbh_std.c | 0 bsp/gd32450z-eval/Libraries/SConscript | 0 bsp/gd32450z-eval/README.md | 0 bsp/gd32450z-eval/SConscript | 0 bsp/gd32450z-eval/SConstruct | 0 bsp/gd32450z-eval/applications/SConscript | 0 bsp/gd32450z-eval/applications/main.c | 0 bsp/gd32450z-eval/applications/rtgui_demo.h | 0 bsp/gd32450z-eval/drivers/SConscript | 0 bsp/gd32450z-eval/drivers/board.c | 0 bsp/gd32450z-eval/drivers/board.h | 0 bsp/gd32450z-eval/drivers/drv_enet.c | 0 bsp/gd32450z-eval/drivers/drv_exmc_sdram.c | 0 bsp/gd32450z-eval/drivers/drv_exmc_sdram.h | 0 bsp/gd32450z-eval/drivers/drv_lcd.c | 0 bsp/gd32450z-eval/drivers/drv_spi.c | 0 bsp/gd32450z-eval/drivers/drv_spi.h | 0 bsp/gd32450z-eval/drivers/drv_spi_flash.c | 0 bsp/gd32450z-eval/drivers/drv_usart.c | 0 bsp/gd32450z-eval/drivers/drv_usart.h | 0 bsp/gd32450z-eval/drivers/gd32f450z_eval.h | 0 bsp/gd32450z-eval/drivers/gd32f450z_lcd_eval.c | 0 bsp/gd32450z-eval/drivers/gd32f450z_lcd_eval.h | 0 bsp/gd32450z-eval/drivers/gd32f4xx_libopt.h | 0 bsp/gd32450z-eval/drivers/synopsys_emac.c | 0 bsp/gd32450z-eval/drivers/synopsys_emac.h | 0 bsp/gd32450z-eval/gd32_rom.icf | 0 bsp/gd32450z-eval/gd32_rom.ld | 0 bsp/gd32450z-eval/gd32_rom.sct | 0 bsp/gd32450z-eval/project.ewp | 0 bsp/gd32450z-eval/project.eww | 0 bsp/gd32450z-eval/project.uvoptx | 0 bsp/gd32450z-eval/project.uvproj | 0 bsp/gd32450z-eval/project.uvprojx | 0 bsp/gd32450z-eval/rtconfig.h | 0 bsp/gd32450z-eval/rtconfig.py | 0 bsp/gd32450z-eval/startcmd.bat | 0 bsp/gd32450z-eval/template.ewp | 0 bsp/gd32450z-eval/template.uvoptx | 0 bsp/gd32450z-eval/template.uvproj | 0 bsp/gd32450z-eval/template.uvprojx | 0 bsp/gd32e230k-start/.config | 0 bsp/gd32e230k-start/Kconfig | 0 .../CMSIS/GD/GD32E230/Include/gd32e230.h | 0 .../GD/GD32E230/Include/system_gd32e230.h | 0 .../GD/GD32E230/Source/ARM/startup_gd32e230.s | 0 .../GD/GD32E230/Source/IAR/startup_gd32e230.s | 0 .../CMSIS/GD/GD32E230/Source/system_gd32e230.c | 0 .../Libraries/CMSIS/cmsis_compiler.h | 0 .../Libraries/CMSIS/cmsis_gcc.h | 0 .../Libraries/CMSIS/cmsis_version.h | 0 .../Libraries/CMSIS/core_cm23.h | 0 .../Include/gd32e230_adc.h | 0 .../Include/gd32e230_cmp.h | 0 .../Include/gd32e230_crc.h | 0 .../Include/gd32e230_dbg.h | 0 .../Include/gd32e230_dma.h | 0 .../Include/gd32e230_exti.h | 0 .../Include/gd32e230_fmc.h | 0 .../Include/gd32e230_fwdgt.h | 0 .../Include/gd32e230_gpio.h | 0 .../Include/gd32e230_i2c.h | 0 .../Include/gd32e230_misc.h | 0 .../Include/gd32e230_pmu.h | 0 .../Include/gd32e230_rcu.h | 0 .../Include/gd32e230_rtc.h | 0 .../Include/gd32e230_spi.h | 0 .../Include/gd32e230_syscfg.h | 0 .../Include/gd32e230_timer.h | 0 .../Include/gd32e230_usart.h | 0 .../Include/gd32e230_wwdgt.h | 0 .../Source/gd32e230_adc.c | 0 .../Source/gd32e230_cmp.c | 0 .../Source/gd32e230_crc.c | 0 .../Source/gd32e230_dbg.c | 0 .../Source/gd32e230_dma.c | 0 .../Source/gd32e230_exti.c | 0 .../Source/gd32e230_fmc.c | 0 .../Source/gd32e230_fwdgt.c | 0 .../Source/gd32e230_gpio.c | 0 .../Source/gd32e230_i2c.c | 0 .../Source/gd32e230_misc.c | 0 .../Source/gd32e230_pmu.c | 0 .../Source/gd32e230_rcu.c | 0 .../Source/gd32e230_rtc.c | 0 .../Source/gd32e230_spi.c | 0 .../Source/gd32e230_syscfg.c | 0 .../Source/gd32e230_timer.c | 0 .../Source/gd32e230_usart.c | 0 .../Source/gd32e230_wwdgt.c | 0 bsp/gd32e230k-start/Libraries/SConscript | 0 bsp/gd32e230k-start/README.md | 0 bsp/gd32e230k-start/SConscript | 0 bsp/gd32e230k-start/SConstruct | 0 bsp/gd32e230k-start/applications/SConscript | 0 bsp/gd32e230k-start/applications/main.c | 0 bsp/gd32e230k-start/drivers/SConscript | 0 bsp/gd32e230k-start/drivers/board.c | 0 bsp/gd32e230k-start/drivers/board.h | 0 bsp/gd32e230k-start/drivers/drv_gpio.c | 0 bsp/gd32e230k-start/drivers/drv_gpio.h | 0 bsp/gd32e230k-start/drivers/drv_i2c.c | 0 bsp/gd32e230k-start/drivers/drv_i2c.h | 0 bsp/gd32e230k-start/drivers/drv_spi.c | 0 bsp/gd32e230k-start/drivers/drv_spi.h | 0 bsp/gd32e230k-start/drivers/drv_usart.c | 0 bsp/gd32e230k-start/drivers/drv_usart.h | 0 bsp/gd32e230k-start/drivers/gd32e230_libopt.h | 0 bsp/gd32e230k-start/gd32_rom.icf | 0 bsp/gd32e230k-start/gd32_rom.ld | 0 bsp/gd32e230k-start/gd32_rom.sct | 0 bsp/gd32e230k-start/project.uvoptx | 0 bsp/gd32e230k-start/project.uvprojx | 0 bsp/gd32e230k-start/rtconfig.h | 0 bsp/gd32e230k-start/rtconfig.py | 0 bsp/gd32e230k-start/template.uvoptx | 0 bsp/gd32e230k-start/template.uvprojx | 0 bsp/gd32vf103v-eval/.config | 0 bsp/gd32vf103v-eval/.cproject | 0 bsp/gd32vf103v-eval/.project | 0 .../.settings/language.settings.xml | 0 bsp/gd32vf103v-eval/Kconfig | 0 bsp/gd32vf103v-eval/README.md | 0 bsp/gd32vf103v-eval/SConscript | 0 bsp/gd32vf103v-eval/SConstruct | 0 bsp/gd32vf103v-eval/applications/SConscript | 0 bsp/gd32vf103v-eval/applications/main.c | 0 bsp/gd32vf103v-eval/board/Kconfig | 0 bsp/gd32vf103v-eval/board/SConscript | 0 bsp/gd32vf103v-eval/board/board.c | 0 bsp/gd32vf103v-eval/board/board.h | 0 bsp/gd32vf103v-eval/board/gd32vf103_libopt.h | 0 bsp/gd32vf103v-eval/drivers/SConscript | 0 bsp/gd32vf103v-eval/drivers/drv_usart.c | 0 bsp/gd32vf103v-eval/drivers/drv_usart.h | 0 bsp/gd32vf103v-eval/figures/build_path.png | Bin bsp/gd32vf103v-eval/figures/build_project.png | Bin bsp/gd32vf103v-eval/figures/close.png | Bin bsp/gd32vf103v-eval/figures/debug_select.png | Bin bsp/gd32vf103v-eval/figures/exist.png | Bin bsp/gd32vf103v-eval/figures/file.png | Bin bsp/gd32vf103v-eval/figures/finish_port.png | Bin bsp/gd32vf103v-eval/figures/main_select.png | Bin bsp/gd32vf103v-eval/figures/open_debug.png | Bin bsp/gd32vf103v-eval/figures/open_eclipse.png | Bin bsp/gd32vf103v-eval/figures/open_ocd.png | Bin bsp/gd32vf103v-eval/figures/risc-v-tool.png | Bin bsp/gd32vf103v-eval/figures/zadig.png | Bin .../Include/gd32vf103_adc.h | 0 .../Include/gd32vf103_bkp.h | 0 .../Include/gd32vf103_can.h | 0 .../Include/gd32vf103_crc.h | 0 .../Include/gd32vf103_dac.h | 0 .../Include/gd32vf103_dbg.h | 0 .../Include/gd32vf103_dma.h | 0 .../Include/gd32vf103_eclic.h | 0 .../Include/gd32vf103_exmc.h | 0 .../Include/gd32vf103_exti.h | 0 .../Include/gd32vf103_fmc.h | 0 .../Include/gd32vf103_fwdgt.h | 0 .../Include/gd32vf103_gpio.h | 0 .../Include/gd32vf103_i2c.h | 0 .../Include/gd32vf103_pmu.h | 0 .../Include/gd32vf103_rcu.h | 0 .../Include/gd32vf103_rtc.h | 0 .../Include/gd32vf103_spi.h | 0 .../Include/gd32vf103_timer.h | 0 .../Include/gd32vf103_usart.h | 0 .../Include/gd32vf103_wwdgt.h | 0 .../Source/gd32vf103_adc.c | 0 .../Source/gd32vf103_bkp.c | 0 .../Source/gd32vf103_can.c | 0 .../Source/gd32vf103_crc.c | 0 .../Source/gd32vf103_dac.c | 0 .../Source/gd32vf103_dbg.c | 0 .../Source/gd32vf103_dma.c | 0 .../Source/gd32vf103_eclic.c | 0 .../Source/gd32vf103_exmc.c | 0 .../Source/gd32vf103_exti.c | 0 .../Source/gd32vf103_fmc.c | 0 .../Source/gd32vf103_fwdgt.c | 0 .../Source/gd32vf103_gpio.c | 0 .../Source/gd32vf103_i2c.c | 0 .../Source/gd32vf103_pmu.c | 0 .../Source/gd32vf103_rcu.c | 0 .../Source/gd32vf103_rtc.c | 0 .../Source/gd32vf103_spi.c | 0 .../Source/gd32vf103_timer.c | 0 .../Source/gd32vf103_usart.c | 0 .../Source/gd32vf103_wwdgt.c | 0 .../GD32VF103_standard_peripheral/gd32vf103.h | 0 .../system_gd32vf103.c | 0 .../system_gd32vf103.h | 0 bsp/gd32vf103v-eval/libraries/SConscript | 0 .../libraries/n22/drivers/core_v5.h | 0 .../libraries/n22/drivers/n22_eclic.h | 0 .../libraries/n22/drivers/n22_func.c | 0 .../libraries/n22/drivers/n22_func.h | 0 .../libraries/n22/drivers/n22_tmr.h | 0 .../libraries/n22/drivers/riscv_bits.h | 0 .../libraries/n22/drivers/riscv_const.h | 0 .../libraries/n22/drivers/riscv_encoding.h | 0 .../libraries/n22/drivers/sections.h | 0 .../libraries/n22/env_Eclipse/GD32VF103x4.lds | 0 .../libraries/n22/env_Eclipse/GD32VF103x6.lds | 0 .../libraries/n22/env_Eclipse/GD32VF103x8.lds | 0 .../libraries/n22/env_Eclipse/GD32VF103xB.lds | 0 .../n22/env_Eclipse/GD32VF103xB_I2S.lds | 0 .../libraries/n22/env_Eclipse/entry.S | 0 .../libraries/n22/env_Eclipse/handlers.c | 0 .../libraries/n22/env_Eclipse/init.c | 0 .../libraries/n22/env_Eclipse/start.S | 0 .../libraries/n22/stubs/_exit.c | 0 .../libraries/n22/stubs/close.c | 0 .../libraries/n22/stubs/fstat.c | 0 .../libraries/n22/stubs/isatty.c | 0 .../libraries/n22/stubs/lseek.c | 0 bsp/gd32vf103v-eval/libraries/n22/stubs/read.c | 0 bsp/gd32vf103v-eval/libraries/n22/stubs/sbrk.c | 0 bsp/gd32vf103v-eval/libraries/n22/stubs/stub.h | 0 .../libraries/n22/stubs/write.c | 0 .../libraries/n22/stubs/write_hex.c | 0 .../libraries/n22/tools/openocd_upload.sh | 0 bsp/gd32vf103v-eval/rtconfig.h | 0 bsp/gd32vf103v-eval/rtconfig.py | 0 bsp/gkipc/.config | 0 bsp/gkipc/Kconfig | 0 bsp/gkipc/README.md | 0 bsp/gkipc/SConscript | 0 bsp/gkipc/SConstruct | 0 bsp/gkipc/applications/SConscript | 0 bsp/gkipc/applications/main.c | 0 bsp/gkipc/armv6/SConscript | 0 bsp/gkipc/armv6/arm1176_mmu.gcc.s | 0 bsp/gkipc/armv6/arm1176_mmu_ttb.c | 0 bsp/gkipc/armv6/arm1176_mmu_ttb.h | 0 bsp/gkipc/armv6/arm1176_vfp_fast_gcc.s | 0 bsp/gkipc/armv6/context_gcc.s | 0 bsp/gkipc/armv6/cpuport.c | 0 bsp/gkipc/armv6/gk7101.h | 0 bsp/gkipc/armv6/interrupt.c | 0 bsp/gkipc/armv6/mmu.c | 0 bsp/gkipc/armv6/mmu.h | 0 bsp/gkipc/armv6/reset.c | 0 bsp/gkipc/armv6/rtos.h | 0 bsp/gkipc/armv6/rtos_lib.c | 0 bsp/gkipc/armv6/rtos_lib.h | 0 bsp/gkipc/armv6/rtos_memory.h | 0 bsp/gkipc/armv6/stack.c | 0 bsp/gkipc/armv6/start_gcc.s | 0 bsp/gkipc/armv6/system_clock.c | 0 bsp/gkipc/armv6/trap.c | 0 bsp/gkipc/drivers/SConscript | 0 bsp/gkipc/drivers/board.c | 0 bsp/gkipc/drivers/board.h | 0 bsp/gkipc/drivers/drv_adc.c | 0 bsp/gkipc/drivers/drv_adc.h | 0 bsp/gkipc/drivers/drv_dma.c | 0 bsp/gkipc/drivers/drv_dma.h | 0 bsp/gkipc/drivers/drv_flash.c | 0 bsp/gkipc/drivers/drv_flash.h | 0 bsp/gkipc/drivers/drv_gmac.c | 0 bsp/gkipc/drivers/drv_gmac.h | 0 bsp/gkipc/drivers/drv_i2c.c | 0 bsp/gkipc/drivers/drv_i2c.h | 0 bsp/gkipc/drivers/drv_mmc.c | 0 bsp/gkipc/drivers/drv_mmc.h | 0 bsp/gkipc/drivers/drv_pwm.c | 0 bsp/gkipc/drivers/drv_pwm.h | 0 bsp/gkipc/drivers/drv_sdio.c | 0 bsp/gkipc/drivers/drv_sdio.h | 0 bsp/gkipc/drivers/drv_ssi.c | 0 bsp/gkipc/drivers/drv_ssi.h | 0 bsp/gkipc/drivers/drv_uart.c | 0 bsp/gkipc/drivers/drv_uart.h | 0 bsp/gkipc/drivers/drv_wdt.c | 0 bsp/gkipc/drivers/drv_wdt.h | 0 bsp/gkipc/gk7102c_evb_sc1135_config | 0 bsp/gkipc/libraries/SConscript | 0 bsp/gkipc/libraries/drv/7102C/SConscript | 0 bsp/gkipc/libraries/drv/7102C/gd/SConscript | 0 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_adc.h | 0 .../libraries/drv/7102C/gd/inc/gd_audio.h | 0 .../libraries/drv/7102C/gd/inc/gd_crypto.h | 0 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_dma.h | 0 .../libraries/drv/7102C/gd/inc/gd_ethernet.h | 0 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_gpio.h | 0 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_i2c.h | 0 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_i2s.h | 0 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_int.h | 0 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_ir.h | 0 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_pwm.h | 0 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_sdio.h | 0 .../libraries/drv/7102C/gd/inc/gd_sflash.h | 0 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_spi.h | 0 .../libraries/drv/7102C/gd/inc/gd_spieeprom.h | 0 .../libraries/drv/7102C/gd/inc/gd_timer.h | 0 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_uart.h | 0 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_usb.h | 0 .../libraries/drv/7102C/gd/inc/gd_vo_i80.h | 0 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_wdog.h | 0 .../libraries/drv/7102C/gd/src/SConscript | 0 .../libraries/drv/7102C/gd/src/adc/gd_adc.c | 0 .../drv/7102C/gd/src/audio/gd_audio.c | 0 .../drv/7102C/gd/src/crypto/gd_crypto.c | 0 .../libraries/drv/7102C/gd/src/dma/gd_dma.c | 0 .../drv/7102C/gd/src/emac/gd_eth_emac.c | 0 .../drv/7102C/gd/src/emac/gd_eth_emac.h | 0 .../drv/7102C/gd/src/emac/gd_eth_ephy.c | 0 .../drv/7102C/gd/src/emac/gd_eth_ephy.h | 0 .../drv/7102C/gd/src/emac/gd_eth_phy.c | 0 .../drv/7102C/gd/src/emac/gd_eth_phy.h | 0 .../drv/7102C/gd/src/emac/gd_eth_phy_ar8032.c | 0 .../drv/7102C/gd/src/emac/gd_eth_phy_ar8032.h | 0 .../drv/7102C/gd/src/emac/gd_eth_phy_lan8700.c | 0 .../drv/7102C/gd/src/emac/gd_eth_phy_lan8700.h | 0 .../drv/7102C/gd/src/emac/gd_eth_phy_reg.h | 0 .../drv/7102C/gd/src/emac/gd_eth_phy_rtl8201.c | 0 .../drv/7102C/gd/src/emac/gd_eth_phy_rtl8201.h | 0 .../drv/7102C/gd/src/emac/gd_eth_priv.h | 0 .../drv/7102C/gd/src/emac/gd_ethernet.c | 0 .../libraries/drv/7102C/gd/src/gpio/gd_gpio.c | 0 .../libraries/drv/7102C/gd/src/i2c/gd_i2c.c | 0 .../libraries/drv/7102C/gd/src/i2c/gd_i2c_sw.c | 0 .../libraries/drv/7102C/gd/src/i2s/gd_i2s.c | 0 .../libraries/drv/7102C/gd/src/int/gd_int.c | 0 .../drv/7102C/gd/src/int/gd_int_handler.c | 0 .../drv/7102C/gd/src/int/gd_int_priv.c | 0 .../drv/7102C/gd/src/int/gd_int_priv.h | 0 .../libraries/drv/7102C/gd/src/ir/gd_ir.c | 0 .../libraries/drv/7102C/gd/src/pwm/gd_pwm.c | 0 .../libraries/drv/7102C/gd/src/sdio/gd_sdio.c | 0 .../drv/7102C/gd/src/sflash/gd_sflash.c | 0 .../drv/7102C/gd/src/sflash/gd_spi_sflash.c | 0 .../libraries/drv/7102C/gd/src/spi/gd_spi.c | 0 .../drv/7102C/gd/src/spieeprom/gd_spieeprom.c | 0 .../drv/7102C/gd/src/timer/gd_timer.c | 0 .../libraries/drv/7102C/gd/src/uart/gd_uart.c | 0 .../libraries/drv/7102C/gd/src/usb/gd_usb.c | 0 .../drv/7102C/gd/src/vo_i80/gd_vo_i80.c | 0 .../libraries/drv/7102C/gd/src/wdog/gd_wdog.c | 0 bsp/gkipc/libraries/drv/7102C/gh/SConscript | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_adc.h | 0 .../libraries/drv/7102C/gh/inc/gh_audio.h | 0 .../libraries/drv/7102C/gh/inc/gh_crypto.h | 0 .../libraries/drv/7102C/gh/inc/gh_debug_adc.h | 0 .../libraries/drv/7102C/gh/inc/gh_debug_auc.h | 0 .../libraries/drv/7102C/gh/inc/gh_debug_code.h | 0 .../libraries/drv/7102C/gh/inc/gh_debug_idsp.h | 0 .../libraries/drv/7102C/gh/inc/gh_debug_memd.h | 0 .../libraries/drv/7102C/gh/inc/gh_debug_rct.h | 0 .../libraries/drv/7102C/gh/inc/gh_debug_smem.h | 0 .../libraries/drv/7102C/gh/inc/gh_debug_test.h | 0 .../libraries/drv/7102C/gh/inc/gh_debug_tsfm.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_dma.h | 0 .../libraries/drv/7102C/gh/inc/gh_efuse.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_ephy.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_eth.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_gdma.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_gpio.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_hdmi.h | 0 .../libraries/drv/7102C/gh/inc/gh_hw_cfg.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_i2c.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_i2s.h | 0 .../libraries/drv/7102C/gh/inc/gh_lib_cfg.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pmu.h | 0 .../libraries/drv/7102C/gh/inc/gh_pmu_irr.h | 0 .../libraries/drv/7102C/gh/inc/gh_pmu_irt.h | 0 .../libraries/drv/7102C/gh/inc/gh_pmu_rtc.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pwm.h | 0 .../libraries/drv/7102C/gh/inc/gh_sdio0.h | 0 .../libraries/drv/7102C/gh/inc/gh_sdio1.h | 0 .../libraries/drv/7102C/gh/inc/gh_sdio_all.h | 0 .../libraries/drv/7102C/gh/inc/gh_sflash.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_spi0.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_spi1.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_spi2.h | 0 .../libraries/drv/7102C/gh/inc/gh_spi_all.h | 0 .../libraries/drv/7102C/gh/inc/gh_timer.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_uart.h | 0 .../libraries/drv/7102C/gh/inc/gh_uart0.h | 0 .../libraries/drv/7102C/gh/inc/gh_uart1.h | 0 .../libraries/drv/7102C/gh/inc/gh_uart2.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_usb.h | 0 .../libraries/drv/7102C/gh/inc/gh_usb_phy.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vic.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vin.h | 0 .../libraries/drv/7102C/gh/inc/gh_vo_dac.h | 0 .../drv/7102C/gh/inc/gh_vo_display0.h | 0 .../drv/7102C/gh/inc/gh_vo_display1.h | 0 .../libraries/drv/7102C/gh/inc/gh_vo_dve.h | 0 .../libraries/drv/7102C/gh/inc/gh_vo_i80.h | 0 .../libraries/drv/7102C/gh/inc/gh_vo_mixer0.h | 0 .../libraries/drv/7102C/gh/inc/gh_vo_mixer1.h | 0 .../libraries/drv/7102C/gh/inc/gh_vo_osd.h | 0 .../libraries/drv/7102C/gh/inc/gh_vo_smem.h | 0 .../libraries/drv/7102C/gh/inc/gh_vo_top.h | 0 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_wdt.h | 0 .../libraries/drv/7102C/gh/src/SConscript | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_adc.c | 0 .../libraries/drv/7102C/gh/src/gh_audio.c | 0 .../libraries/drv/7102C/gh/src/gh_crypto.c | 0 .../libraries/drv/7102C/gh/src/gh_debug_adc.c | 0 .../libraries/drv/7102C/gh/src/gh_debug_auc.c | 0 .../libraries/drv/7102C/gh/src/gh_debug_code.c | 0 .../libraries/drv/7102C/gh/src/gh_debug_idsp.c | 0 .../libraries/drv/7102C/gh/src/gh_debug_memd.c | 0 .../libraries/drv/7102C/gh/src/gh_debug_rct.c | 0 .../libraries/drv/7102C/gh/src/gh_debug_smem.c | 0 .../libraries/drv/7102C/gh/src/gh_debug_test.c | 0 .../libraries/drv/7102C/gh/src/gh_debug_tsfm.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_dma.c | 0 .../libraries/drv/7102C/gh/src/gh_efuse.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_ephy.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_eth.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_gdma.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_gpio.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_hdmi.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_i2c.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_i2s.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_pmu.c | 0 .../libraries/drv/7102C/gh/src/gh_pmu_irr.c | 0 .../libraries/drv/7102C/gh/src/gh_pmu_irt.c | 0 .../libraries/drv/7102C/gh/src/gh_pmu_rtc.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_pwm.c | 0 .../libraries/drv/7102C/gh/src/gh_sdio0.c | 0 .../libraries/drv/7102C/gh/src/gh_sdio1.c | 0 .../libraries/drv/7102C/gh/src/gh_sdio_all.c | 0 .../libraries/drv/7102C/gh/src/gh_sflash.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_spi0.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_spi1.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_spi2.c | 0 .../libraries/drv/7102C/gh/src/gh_spi_all.c | 0 .../libraries/drv/7102C/gh/src/gh_timer.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_uart.c | 0 .../libraries/drv/7102C/gh/src/gh_uart0.c | 0 .../libraries/drv/7102C/gh/src/gh_uart1.c | 0 .../libraries/drv/7102C/gh/src/gh_uart2.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_usb.c | 0 .../libraries/drv/7102C/gh/src/gh_usb_phy.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_vic.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_vin.c | 0 .../libraries/drv/7102C/gh/src/gh_vo_dac.c | 0 .../drv/7102C/gh/src/gh_vo_display0.c | 0 .../drv/7102C/gh/src/gh_vo_display1.c | 0 .../libraries/drv/7102C/gh/src/gh_vo_dve.c | 0 .../libraries/drv/7102C/gh/src/gh_vo_i80.c | 0 .../libraries/drv/7102C/gh/src/gh_vo_mixer0.c | 0 .../libraries/drv/7102C/gh/src/gh_vo_mixer1.c | 0 .../libraries/drv/7102C/gh/src/gh_vo_osd.c | 0 .../libraries/drv/7102C/gh/src/gh_vo_smem.c | 0 .../libraries/drv/7102C/gh/src/gh_vo_top.c | 0 bsp/gkipc/libraries/drv/7102C/gh/src/gh_wdt.c | 0 bsp/gkipc/libraries/drv/710X/SConscript | 0 bsp/gkipc/libraries/drv/710X/gd/SConscript | 0 bsp/gkipc/libraries/drv/710X/gd/inc/gd_adc.h | 0 bsp/gkipc/libraries/drv/710X/gd/inc/gd_audio.h | 0 .../libraries/drv/710X/gd/inc/gd_crypto.h | 0 bsp/gkipc/libraries/drv/710X/gd/inc/gd_dma.h | 0 .../libraries/drv/710X/gd/inc/gd_dsp_cmd.h | 0 .../libraries/drv/710X/gd/inc/gd_ethernet.h | 0 bsp/gkipc/libraries/drv/710X/gd/inc/gd_gpio.h | 0 bsp/gkipc/libraries/drv/710X/gd/inc/gd_i2c.h | 0 bsp/gkipc/libraries/drv/710X/gd/inc/gd_i2s.h | 0 bsp/gkipc/libraries/drv/710X/gd/inc/gd_int.h | 0 bsp/gkipc/libraries/drv/710X/gd/inc/gd_ir.h | 0 bsp/gkipc/libraries/drv/710X/gd/inc/gd_pwm.h | 0 bsp/gkipc/libraries/drv/710X/gd/inc/gd_sdio.h | 0 .../libraries/drv/710X/gd/inc/gd_sensor.h | 0 .../libraries/drv/710X/gd/inc/gd_sflash.h | 0 bsp/gkipc/libraries/drv/710X/gd/inc/gd_spi.h | 0 .../libraries/drv/710X/gd/inc/gd_spieeprom.h | 0 bsp/gkipc/libraries/drv/710X/gd/inc/gd_timer.h | 0 bsp/gkipc/libraries/drv/710X/gd/inc/gd_uart.h | 0 bsp/gkipc/libraries/drv/710X/gd/inc/gd_usb.h | 0 bsp/gkipc/libraries/drv/710X/gd/inc/gd_wdog.h | 0 bsp/gkipc/libraries/drv/710X/gd/src/SConscript | 0 .../libraries/drv/710X/gd/src/adc/gd_adc.c | 0 .../libraries/drv/710X/gd/src/audio/gd_audio.c | 0 .../drv/710X/gd/src/crypto/gd_crypto.c | 0 .../libraries/drv/710X/gd/src/dma/gd_dma.c | 0 .../drv/710X/gd/src/dsp_cmd/gd_dsp_cmd.c | 0 .../drv/710X/gd/src/emac/gd_eth_emac.c | 0 .../drv/710X/gd/src/emac/gd_eth_emac.h | 0 .../drv/710X/gd/src/emac/gd_eth_ephy.c | 0 .../drv/710X/gd/src/emac/gd_eth_ephy.h | 0 .../drv/710X/gd/src/emac/gd_eth_phy.c | 0 .../drv/710X/gd/src/emac/gd_eth_phy.h | 0 .../drv/710X/gd/src/emac/gd_eth_phy_ar8032.c | 0 .../drv/710X/gd/src/emac/gd_eth_phy_ar8032.h | 0 .../drv/710X/gd/src/emac/gd_eth_phy_lan8700.c | 0 .../drv/710X/gd/src/emac/gd_eth_phy_lan8700.h | 0 .../drv/710X/gd/src/emac/gd_eth_phy_reg.h | 0 .../drv/710X/gd/src/emac/gd_eth_phy_rtl8201.c | 0 .../drv/710X/gd/src/emac/gd_eth_phy_rtl8201.h | 0 .../drv/710X/gd/src/emac/gd_eth_priv.h | 0 .../drv/710X/gd/src/emac/gd_ethernet.c | 0 .../libraries/drv/710X/gd/src/gpio/gd_gpio.c | 0 .../libraries/drv/710X/gd/src/i2c/gd_i2c.c | 0 .../libraries/drv/710X/gd/src/i2c/gd_i2c_sw.c | 0 .../libraries/drv/710X/gd/src/i2s/gd_i2s.c | 0 .../libraries/drv/710X/gd/src/int/gd_int.c | 0 .../drv/710X/gd/src/int/gd_int_handler.c | 0 .../drv/710X/gd/src/int/gd_int_priv.c | 0 .../drv/710X/gd/src/int/gd_int_priv.h | 0 bsp/gkipc/libraries/drv/710X/gd/src/ir/gd_ir.c | 0 .../libraries/drv/710X/gd/src/pwm/gd_pwm.c | 0 .../libraries/drv/710X/gd/src/sdio/gd_sdio.c | 0 .../drv/710X/gd/src/sensor/gd_sensor.c | 0 .../gd_sensor_ov2710.c | 0 .../omnivision_ov2710_parallel/ov2710_docmd.c | 0 .../omnivision_ov2710_parallel/ov2710_pri.h | 0 .../omnivision_ov9710/gd_sensor_ov9710.c | 0 .../sensor/omnivision_ov9710/ov9710_docmd.c | 0 .../src/sensor/omnivision_ov9710/ov9710_pri.h | 0 .../drv/710X/gd/src/sensor/sensor_pri.h | 0 .../src/sensor/sony_imx222/gd_sensor_imx222.c | 0 .../gd/src/sensor/sony_imx222/imx222_docmd.c | 0 .../gd/src/sensor/sony_imx222/imx222_pri.h | 0 .../drv/710X/gd/src/sflash/gd_sflash.c | 0 .../drv/710X/gd/src/sflash/gd_spi_sflash.c | 0 .../libraries/drv/710X/gd/src/spi/gd_spi.c | 0 .../drv/710X/gd/src/spieeprom/gd_spieeprom.c | 0 .../libraries/drv/710X/gd/src/timer/gd_timer.c | 0 .../libraries/drv/710X/gd/src/uart/gd_uart.c | 0 .../libraries/drv/710X/gd/src/usb/gd_usb.c | 0 .../libraries/drv/710X/gd/src/wdog/gd_wdog.c | 0 bsp/gkipc/libraries/drv/710X/gh/SConscript | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_adc.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_audio.h | 0 .../libraries/drv/710X/gh/inc/gh_crypto.h | 0 .../libraries/drv/710X/gh/inc/gh_debug_adc.h | 0 .../libraries/drv/710X/gh/inc/gh_debug_auc.h | 0 .../libraries/drv/710X/gh/inc/gh_debug_code.h | 0 .../libraries/drv/710X/gh/inc/gh_debug_idsp.h | 0 .../libraries/drv/710X/gh/inc/gh_debug_memd.h | 0 .../libraries/drv/710X/gh/inc/gh_debug_rct.h | 0 .../drv/710X/gh/inc/gh_debug_rct_amba.h | 0 .../libraries/drv/710X/gh/inc/gh_debug_smem.h | 0 .../libraries/drv/710X/gh/inc/gh_debug_test.h | 0 .../libraries/drv/710X/gh/inc/gh_debug_tsfm.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_dma.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_efuse.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_ephy.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_eth.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_gdma.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_gpio.h | 0 .../libraries/drv/710X/gh/inc/gh_gpio_amba.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_hdmi.h | 0 .../libraries/drv/710X/gh/inc/gh_hw_cfg.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_i2c.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_i2s.h | 0 .../libraries/drv/710X/gh/inc/gh_lib_cfg.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_pmu.h | 0 .../libraries/drv/710X/gh/inc/gh_pmu_irr.h | 0 .../libraries/drv/710X/gh/inc/gh_pmu_irt.h | 0 .../libraries/drv/710X/gh/inc/gh_pmu_rtc.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_pwm.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_sdio0.h | 0 .../libraries/drv/710X/gh/inc/gh_sdio_all.h | 0 .../libraries/drv/710X/gh/inc/gh_sflash.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_spi0.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_spi1.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_spi2.h | 0 .../libraries/drv/710X/gh/inc/gh_spi_all.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_timer.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart0.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart1.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart2.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_usb.h | 0 .../libraries/drv/710X/gh/inc/gh_usb_phy.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_vic.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_vin.h | 0 .../libraries/drv/710X/gh/inc/gh_vo_dac.h | 0 .../libraries/drv/710X/gh/inc/gh_vo_display.h | 0 .../libraries/drv/710X/gh/inc/gh_vo_dve.h | 0 .../libraries/drv/710X/gh/inc/gh_vo_mixer.h | 0 .../libraries/drv/710X/gh/inc/gh_vo_osd.h | 0 .../libraries/drv/710X/gh/inc/gh_vo_smem.h | 0 .../libraries/drv/710X/gh/inc/gh_vo_top.h | 0 bsp/gkipc/libraries/drv/710X/gh/inc/gh_wdt.h | 0 bsp/gkipc/libraries/drv/710X/gh/src/SConscript | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_adc.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_audio.c | 0 .../libraries/drv/710X/gh/src/gh_crypto.c | 0 .../libraries/drv/710X/gh/src/gh_debug_adc.c | 0 .../libraries/drv/710X/gh/src/gh_debug_auc.c | 0 .../libraries/drv/710X/gh/src/gh_debug_code.c | 0 .../libraries/drv/710X/gh/src/gh_debug_idsp.c | 0 .../libraries/drv/710X/gh/src/gh_debug_memd.c | 0 .../libraries/drv/710X/gh/src/gh_debug_rct.c | 0 .../drv/710X/gh/src/gh_debug_rct_amba.c | 0 .../libraries/drv/710X/gh/src/gh_debug_smem.c | 0 .../libraries/drv/710X/gh/src/gh_debug_test.c | 0 .../libraries/drv/710X/gh/src/gh_debug_tsfm.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_dma.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_efuse.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_ephy.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_eth.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_gdma.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_gpio.c | 0 .../libraries/drv/710X/gh/src/gh_gpio_amba.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_hdmi.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_i2c.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_i2s.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_pmu.c | 0 .../libraries/drv/710X/gh/src/gh_pmu_irr.c | 0 .../libraries/drv/710X/gh/src/gh_pmu_irt.c | 0 .../libraries/drv/710X/gh/src/gh_pmu_rtc.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_pwm.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_sdio0.c | 0 .../libraries/drv/710X/gh/src/gh_sdio_all.c | 0 .../libraries/drv/710X/gh/src/gh_sflash.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_spi0.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_spi1.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_spi2.c | 0 .../libraries/drv/710X/gh/src/gh_spi_all.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_timer.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_uart.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_uart0.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_uart1.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_uart2.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_usb.c | 0 .../libraries/drv/710X/gh/src/gh_usb_phy.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_vic.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_vin.c | 0 .../libraries/drv/710X/gh/src/gh_vo_dac.c | 0 .../libraries/drv/710X/gh/src/gh_vo_display.c | 0 .../libraries/drv/710X/gh/src/gh_vo_dve.c | 0 .../libraries/drv/710X/gh/src/gh_vo_mixer.c | 0 .../libraries/drv/710X/gh/src/gh_vo_osd.c | 0 .../libraries/drv/710X/gh/src/gh_vo_smem.c | 0 .../libraries/drv/710X/gh/src/gh_vo_top.c | 0 bsp/gkipc/libraries/drv/710X/gh/src/gh_wdt.c | 0 bsp/gkipc/libraries/drv/710XS/SConscript | 0 bsp/gkipc/libraries/drv/710XS/gd/SConscript | 0 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_adc.h | 0 .../libraries/drv/710XS/gd/inc/gd_audio.h | 0 .../libraries/drv/710XS/gd/inc/gd_crypto.h | 0 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_dma.h | 0 .../libraries/drv/710XS/gd/inc/gd_dsp_cmd.h | 0 .../libraries/drv/710XS/gd/inc/gd_ethernet.h | 0 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_gpio.h | 0 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_i2c.h | 0 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_i2s.h | 0 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_int.h | 0 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_ir.h | 0 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_pwm.h | 0 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_sdio.h | 0 .../libraries/drv/710XS/gd/inc/gd_sensor.h | 0 .../libraries/drv/710XS/gd/inc/gd_sflash.h | 0 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_spi.h | 0 .../libraries/drv/710XS/gd/inc/gd_spieeprom.h | 0 .../libraries/drv/710XS/gd/inc/gd_timer.h | 0 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_uart.h | 0 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_usb.h | 0 .../libraries/drv/710XS/gd/inc/gd_vo_i80.h | 0 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_wdog.h | 0 .../libraries/drv/710XS/gd/src/SConscript | 0 .../libraries/drv/710XS/gd/src/adc/gd_adc.c | 0 .../drv/710XS/gd/src/audio/gd_audio.c | 0 .../drv/710XS/gd/src/crypto/gd_crypto.c | 0 .../libraries/drv/710XS/gd/src/dma/gd_dma.c | 0 .../drv/710XS/gd/src/dsp_cmd/gd_dsp_cmd.c | 0 .../drv/710XS/gd/src/emac/gd_eth_emac.c | 0 .../drv/710XS/gd/src/emac/gd_eth_emac.h | 0 .../drv/710XS/gd/src/emac/gd_eth_ephy.c | 0 .../drv/710XS/gd/src/emac/gd_eth_ephy.h | 0 .../drv/710XS/gd/src/emac/gd_eth_phy.c | 0 .../drv/710XS/gd/src/emac/gd_eth_phy.h | 0 .../drv/710XS/gd/src/emac/gd_eth_phy_ar8032.c | 0 .../drv/710XS/gd/src/emac/gd_eth_phy_ar8032.h | 0 .../drv/710XS/gd/src/emac/gd_eth_phy_lan8700.c | 0 .../drv/710XS/gd/src/emac/gd_eth_phy_lan8700.h | 0 .../drv/710XS/gd/src/emac/gd_eth_phy_reg.h | 0 .../drv/710XS/gd/src/emac/gd_eth_phy_rtl8201.c | 0 .../drv/710XS/gd/src/emac/gd_eth_phy_rtl8201.h | 0 .../drv/710XS/gd/src/emac/gd_eth_priv.h | 0 .../drv/710XS/gd/src/emac/gd_ethernet.c | 0 .../libraries/drv/710XS/gd/src/gpio/gd_gpio.c | 0 .../libraries/drv/710XS/gd/src/i2c/gd_i2c.c | 0 .../libraries/drv/710XS/gd/src/i2c/gd_i2c_sw.c | 0 .../libraries/drv/710XS/gd/src/i2s/gd_i2s.c | 0 .../libraries/drv/710XS/gd/src/int/gd_int.c | 0 .../drv/710XS/gd/src/int/gd_int_handler.c | 0 .../drv/710XS/gd/src/int/gd_int_priv.c | 0 .../drv/710XS/gd/src/int/gd_int_priv.h | 0 .../libraries/drv/710XS/gd/src/ir/gd_ir.c | 0 .../libraries/drv/710XS/gd/src/pwm/gd_pwm.c | 0 .../libraries/drv/710XS/gd/src/sdio/gd_sdio.c | 0 .../drv/710XS/gd/src/sensor/gd_sensor.c | 0 .../gd_sensor_ov2710.c | 0 .../omnivision_ov2710_parallel/ov2710_docmd.c | 0 .../omnivision_ov2710_parallel/ov2710_pri.h | 0 .../omnivision_ov9710/gd_sensor_ov9710.c | 0 .../sensor/omnivision_ov9710/ov9710_docmd.c | 0 .../src/sensor/omnivision_ov9710/ov9710_pri.h | 0 .../drv/710XS/gd/src/sensor/sensor_pri.h | 0 .../src/sensor/sony_imx222/gd_sensor_imx222.c | 0 .../gd/src/sensor/sony_imx222/imx222_docmd.c | 0 .../gd/src/sensor/sony_imx222/imx222_pri.h | 0 .../drv/710XS/gd/src/sflash/gd_sflash.c | 0 .../drv/710XS/gd/src/sflash/gd_spi_sflash.c | 0 .../libraries/drv/710XS/gd/src/spi/gd_spi.c | 0 .../drv/710XS/gd/src/spieeprom/gd_spieeprom.c | 0 .../drv/710XS/gd/src/timer/gd_timer.c | 0 .../libraries/drv/710XS/gd/src/uart/gd_uart.c | 0 .../libraries/drv/710XS/gd/src/usb/gd_usb.c | 0 .../drv/710XS/gd/src/vo_i80/gd_vo_i80.c | 0 .../libraries/drv/710XS/gd/src/wdog/gd_wdog.c | 0 bsp/gkipc/libraries/drv/710XS/gh/SConscript | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_adc.h | 0 .../libraries/drv/710XS/gh/inc/gh_audio.h | 0 .../libraries/drv/710XS/gh/inc/gh_crypto.h | 0 .../libraries/drv/710XS/gh/inc/gh_debug_adc.h | 0 .../libraries/drv/710XS/gh/inc/gh_debug_auc.h | 0 .../libraries/drv/710XS/gh/inc/gh_debug_code.h | 0 .../libraries/drv/710XS/gh/inc/gh_debug_idsp.h | 0 .../libraries/drv/710XS/gh/inc/gh_debug_memd.h | 0 .../libraries/drv/710XS/gh/inc/gh_debug_rct.h | 0 .../libraries/drv/710XS/gh/inc/gh_debug_smem.h | 0 .../libraries/drv/710XS/gh/inc/gh_debug_test.h | 0 .../libraries/drv/710XS/gh/inc/gh_debug_tsfm.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_dma.h | 0 .../libraries/drv/710XS/gh/inc/gh_efuse.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_ephy.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_eth.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_gdma.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_gpio.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_hdmi.h | 0 .../libraries/drv/710XS/gh/inc/gh_hw_cfg.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_i2c.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_i2s.h | 0 .../libraries/drv/710XS/gh/inc/gh_lib_cfg.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pmu.h | 0 .../libraries/drv/710XS/gh/inc/gh_pmu_irr.h | 0 .../libraries/drv/710XS/gh/inc/gh_pmu_irt.h | 0 .../libraries/drv/710XS/gh/inc/gh_pmu_rtc.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pwm.h | 0 .../libraries/drv/710XS/gh/inc/gh_sdio0.h | 0 .../libraries/drv/710XS/gh/inc/gh_sdio1.h | 0 .../libraries/drv/710XS/gh/inc/gh_sdio_all.h | 0 .../libraries/drv/710XS/gh/inc/gh_sflash.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_spi0.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_spi1.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_spi2.h | 0 .../libraries/drv/710XS/gh/inc/gh_spi_all.h | 0 .../libraries/drv/710XS/gh/inc/gh_timer.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_uart.h | 0 .../libraries/drv/710XS/gh/inc/gh_uart0.h | 0 .../libraries/drv/710XS/gh/inc/gh_uart1.h | 0 .../libraries/drv/710XS/gh/inc/gh_uart2.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_usb.h | 0 .../libraries/drv/710XS/gh/inc/gh_usb_phy.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vic.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vin.h | 0 .../libraries/drv/710XS/gh/inc/gh_vo_dac.h | 0 .../drv/710XS/gh/inc/gh_vo_display0.h | 0 .../drv/710XS/gh/inc/gh_vo_display1.h | 0 .../libraries/drv/710XS/gh/inc/gh_vo_dve.h | 0 .../libraries/drv/710XS/gh/inc/gh_vo_i80.h | 0 .../libraries/drv/710XS/gh/inc/gh_vo_mixer0.h | 0 .../libraries/drv/710XS/gh/inc/gh_vo_mixer1.h | 0 .../libraries/drv/710XS/gh/inc/gh_vo_osd.h | 0 .../libraries/drv/710XS/gh/inc/gh_vo_smem.h | 0 .../libraries/drv/710XS/gh/inc/gh_vo_top.h | 0 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_wdt.h | 0 .../libraries/drv/710XS/gh/src/SConscript | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_adc.c | 0 .../libraries/drv/710XS/gh/src/gh_audio.c | 0 .../libraries/drv/710XS/gh/src/gh_crypto.c | 0 .../libraries/drv/710XS/gh/src/gh_debug_adc.c | 0 .../libraries/drv/710XS/gh/src/gh_debug_auc.c | 0 .../libraries/drv/710XS/gh/src/gh_debug_code.c | 0 .../libraries/drv/710XS/gh/src/gh_debug_idsp.c | 0 .../libraries/drv/710XS/gh/src/gh_debug_memd.c | 0 .../libraries/drv/710XS/gh/src/gh_debug_rct.c | 0 .../libraries/drv/710XS/gh/src/gh_debug_smem.c | 0 .../libraries/drv/710XS/gh/src/gh_debug_test.c | 0 .../libraries/drv/710XS/gh/src/gh_debug_tsfm.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_dma.c | 0 .../libraries/drv/710XS/gh/src/gh_efuse.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_ephy.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_eth.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_gdma.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_gpio.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_hdmi.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_i2c.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_i2s.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_pmu.c | 0 .../libraries/drv/710XS/gh/src/gh_pmu_irr.c | 0 .../libraries/drv/710XS/gh/src/gh_pmu_irt.c | 0 .../libraries/drv/710XS/gh/src/gh_pmu_rtc.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_pwm.c | 0 .../libraries/drv/710XS/gh/src/gh_sdio0.c | 0 .../libraries/drv/710XS/gh/src/gh_sdio1.c | 0 .../libraries/drv/710XS/gh/src/gh_sdio_all.c | 0 .../libraries/drv/710XS/gh/src/gh_sflash.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_spi0.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_spi1.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_spi2.c | 0 .../libraries/drv/710XS/gh/src/gh_spi_all.c | 0 .../libraries/drv/710XS/gh/src/gh_timer.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_uart.c | 0 .../libraries/drv/710XS/gh/src/gh_uart0.c | 0 .../libraries/drv/710XS/gh/src/gh_uart1.c | 0 .../libraries/drv/710XS/gh/src/gh_uart2.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_usb.c | 0 .../libraries/drv/710XS/gh/src/gh_usb_phy.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_vic.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_vin.c | 0 .../libraries/drv/710XS/gh/src/gh_vo_dac.c | 0 .../drv/710XS/gh/src/gh_vo_display0.c | 0 .../drv/710XS/gh/src/gh_vo_display1.c | 0 .../libraries/drv/710XS/gh/src/gh_vo_dve.c | 0 .../libraries/drv/710XS/gh/src/gh_vo_i80.c | 0 .../libraries/drv/710XS/gh/src/gh_vo_mixer0.c | 0 .../libraries/drv/710XS/gh/src/gh_vo_mixer1.c | 0 .../libraries/drv/710XS/gh/src/gh_vo_osd.c | 0 .../libraries/drv/710XS/gh/src/gh_vo_smem.c | 0 .../libraries/drv/710XS/gh/src/gh_vo_top.c | 0 bsp/gkipc/libraries/drv/710XS/gh/src/gh_wdt.c | 0 bsp/gkipc/libraries/drv/SConscript | 0 bsp/gkipc/libraries/drv/gnu_c/SConscript | 0 bsp/gkipc/libraries/drv/gnu_c/gmtime.c | 0 bsp/gkipc/libraries/drv/gnu_c/internal.c | 0 bsp/gkipc/libraries/drv/gnu_c/internal.h | 0 bsp/gkipc/libraries/drv/gnu_c/localtime.c | 0 bsp/gkipc/libraries/drv/gnu_c/memcpy.c | 0 bsp/gkipc/libraries/drv/gnu_c/mkgmtime.c | 0 bsp/gkipc/libraries/drv/gnu_c/random.c | 0 bsp/gkipc/libraries/drv/gnu_c/time.c | 0 bsp/gkipc/libraries/drv/gnu_c/tzset.c | 0 bsp/gkipc/libraries/inc/adi_gpio.h | 0 bsp/gkipc/libraries/inc/adi_sys_error.h | 0 bsp/gkipc/libraries/inc/adi_types.h | 0 bsp/gkipc/libraries/inc/gbitdefs.h | 0 bsp/gkipc/libraries/inc/gerrno.h | 0 bsp/gkipc/libraries/inc/gk_mmap.h | 0 bsp/gkipc/libraries/inc/gm_debug.h | 0 bsp/gkipc/libraries/inc/gmodids.h | 0 bsp/gkipc/libraries/inc/gtypes.h | 0 bsp/gkipc/link.ld | 0 bsp/gkipc/platform/SConscript | 0 bsp/gkipc/platform/board/gpio_cfg.h | 0 bsp/gkipc/platform/board/gpio_gk7101_evb.h | 0 bsp/gkipc/platform/board/gpio_gk7101_imx222.h | 0 bsp/gkipc/platform/board/gpio_gk7101_ov2710.h | 0 bsp/gkipc/platform/board/gpio_gk7101s_evb.h | 0 bsp/gkipc/platform/board/gpio_gk7102_jxh42.h | 0 .../board/gpio_gk7102_jxh42_joyhonest.h | 0 bsp/gkipc/platform/board/gpio_gk7102_rtos.h | 0 bsp/gkipc/platform/board/gpio_gk7102_sc1045.h | 0 bsp/gkipc/platform/board/gpio_gk7102_sc2135.h | 0 bsp/gkipc/platform/board/gpio_gk7102c_evb.h | 0 bsp/gkipc/platform/board/gpio_gk7102c_fpga.h | 0 .../platform/board/gpio_gk7102c_joyhonest.h | 0 bsp/gkipc/platform/board/gpio_gk7102c_ov9750.h | 0 bsp/gkipc/platform/board/gpio_gk7102c_t_rtos.h | 0 .../board/gpio_gk7102s_maoyan_sanzhong.h | 0 .../board/gpio_gk7102s_ov9732_joyhonest.h | 0 bsp/gkipc/platform/board/gpio_gk7102s_tw9912.h | 0 bsp/gkipc/platform/board/gpio_gk710x_hzd.h | 0 .../platform/board/gpio_gk710x_sanzhong.h | 0 bsp/gkipc/platform/platform.c | 0 bsp/gkipc/platform/platform.h | 0 bsp/gkipc/rtconfig.h | 0 bsp/gkipc/rtconfig.py | 0 bsp/hifive1/.config | 0 bsp/hifive1/Kconfig | 0 bsp/hifive1/Makefile | 0 bsp/hifive1/README.md | 0 bsp/hifive1/SConscript | 0 bsp/hifive1/SConstruct | 0 bsp/hifive1/applications/SConscript | 0 bsp/hifive1/applications/main.c | 0 bsp/hifive1/drivers/SConscript | 0 bsp/hifive1/drivers/board.c | 0 bsp/hifive1/drivers/board.h | 0 bsp/hifive1/drivers/drv_usart.c | 0 bsp/hifive1/drivers/interrupt.c | 0 bsp/hifive1/drivers/interrupt.h | 0 bsp/hifive1/figures/board.png | Bin bsp/hifive1/figures/build.png | Bin bsp/hifive1/figures/builded.png | Bin bsp/hifive1/figures/cd.png | Bin bsp/hifive1/figures/debug.png | Bin bsp/hifive1/figures/debug1.png | Bin bsp/hifive1/figures/debug2.png | Bin bsp/hifive1/figures/debug3.png | Bin bsp/hifive1/figures/dowmload.png | Bin bsp/hifive1/figures/env.png | Bin bsp/hifive1/figures/gcc_tool1.png | Bin bsp/hifive1/figures/gcc_tool2.png | Bin bsp/hifive1/figures/ide.png | Bin bsp/hifive1/figures/import.png | Bin bsp/hifive1/figures/import2.png | Bin bsp/hifive1/figures/import3.png | Bin bsp/hifive1/figures/open_ide.png | Bin bsp/hifive1/figures/run.png | Bin bsp/hifive1/figures/string.png | Bin bsp/hifive1/figures/untar.png | Bin bsp/hifive1/freedom-e-sdk/LICENSE | 0 bsp/hifive1/freedom-e-sdk/README.md | 0 bsp/hifive1/freedom-e-sdk/SConscript | 0 .../bsp/drivers/fe300prci/fe300prci_driver.c | 0 .../bsp/drivers/fe300prci/fe300prci_driver.h | 0 .../bsp/drivers/plic/plic_driver.c | 0 .../bsp/drivers/plic/plic_driver.h | 0 .../freedom-e-sdk/bsp/env/coreplexip-arty.h | 0 .../bsp/env/coreplexip-e31-arty/flash.lds | 0 .../bsp/env/coreplexip-e31-arty/init.c | 0 .../bsp/env/coreplexip-e31-arty/openocd.cfg | 0 .../bsp/env/coreplexip-e31-arty/platform.h | 0 .../bsp/env/coreplexip-e31-arty/scratchpad.lds | 0 .../bsp/env/coreplexip-e51-arty/flash.lds | 0 .../bsp/env/coreplexip-e51-arty/init.c | 0 .../bsp/env/coreplexip-e51-arty/openocd.cfg | 0 .../bsp/env/coreplexip-e51-arty/platform.h | 0 .../bsp/env/coreplexip-e51-arty/scratchpad.lds | 0 bsp/hifive1/freedom-e-sdk/bsp/env/encoding.h | 0 bsp/hifive1/freedom-e-sdk/bsp/env/entry.S | 0 .../bsp/env/freedom-e300-arty/flash.lds | 0 .../bsp/env/freedom-e300-arty/init.c | 0 .../bsp/env/freedom-e300-arty/openocd.cfg | 0 .../bsp/env/freedom-e300-arty/platform.h | 0 .../bsp/env/freedom-e300-hifive1/flash.lds | 0 .../bsp/env/freedom-e300-hifive1/init.c | 0 .../bsp/env/freedom-e300-hifive1/openocd.cfg | 0 .../bsp/env/freedom-e300-hifive1/platform.h | 0 bsp/hifive1/freedom-e-sdk/bsp/env/hifive1.h | 0 bsp/hifive1/freedom-e-sdk/bsp/env/start.S | 0 .../freedom-e-sdk/bsp/include/sifive/bits.h | 0 .../freedom-e-sdk/bsp/include/sifive/const.h | 0 .../bsp/include/sifive/devices/aon.h | 0 .../bsp/include/sifive/devices/clint.h | 0 .../bsp/include/sifive/devices/gpio.h | 0 .../bsp/include/sifive/devices/otp.h | 0 .../bsp/include/sifive/devices/plic.h | 0 .../bsp/include/sifive/devices/prci.h | 0 .../bsp/include/sifive/devices/pwm.h | 0 .../bsp/include/sifive/devices/spi.h | 0 .../bsp/include/sifive/devices/uart.h | 0 .../bsp/include/sifive/sections.h | 0 .../freedom-e-sdk/bsp/include/sifive/smp.h | 0 bsp/hifive1/openocd.cfg | 0 bsp/hifive1/openocd.sh | 0 bsp/hifive1/rtconfig.h | 0 bsp/hifive1/rtconfig.py | 0 bsp/imx6sx/README.md | 0 bsp/imx6sx/cortex-a9/.config | 0 bsp/imx6sx/cortex-a9/Kconfig | 0 bsp/imx6sx/cortex-a9/SConscript | 0 bsp/imx6sx/cortex-a9/SConstruct | 0 bsp/imx6sx/cortex-a9/applications/SConscript | 0 bsp/imx6sx/cortex-a9/applications/main.c | 0 bsp/imx6sx/cortex-a9/board/SConscript | 0 .../cortex-a9/board/audmux_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/ccm_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/dcic_iomux_config.c | 0 .../cortex-a9/board/ecspi1_iomux_config.c | 0 .../cortex-a9/board/ecspi_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/eim_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/enet_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/epit_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/esai_iomux_config.c | 0 .../cortex-a9/board/flexcan1_iomux_config.c | 0 .../cortex-a9/board/flexcan2_iomux_config.c | 0 .../cortex-a9/board/flexcan_iomux_config.c | 0 .../cortex-a9/board/gpio1_iomux_config.c | 0 .../cortex-a9/board/gpio2_iomux_config.c | 0 .../cortex-a9/board/gpio4_iomux_config.c | 0 .../cortex-a9/board/gpio5_iomux_config.c | 0 .../cortex-a9/board/gpio6_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/gpio_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/gpmi_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/i2c2_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/i2c3_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/i2c_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/ipu1_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/ipu_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/mlb_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/mmdc_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/pwm3_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/pwm4_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/pwm_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/sjc_iomux_config.c | 0 .../cortex-a9/board/spdif_iomux_config.c | 0 .../cortex-a9/board/uart2_iomux_config.c | 0 .../cortex-a9/board/uart3_iomux_config.c | 0 .../cortex-a9/board/uart4_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/uart_iomux_config.c | 0 .../cortex-a9/board/usdhc1_iomux_config.c | 0 .../cortex-a9/board/usdhc3_iomux_config.c | 0 .../cortex-a9/board/usdhc_iomux_config.c | 0 .../cortex-a9/board/wdog1_iomux_config.c | 0 bsp/imx6sx/cortex-a9/board/wdog_iomux_config.c | 0 bsp/imx6sx/cortex-a9/cpu/SConscript | 0 bsp/imx6sx/cortex-a9/cpu/armv7.h | 0 bsp/imx6sx/cortex-a9/cpu/context_gcc.S | 0 bsp/imx6sx/cortex-a9/cpu/cp15.h | 0 bsp/imx6sx/cortex-a9/cpu/cp15_gcc.S | 0 bsp/imx6sx/cortex-a9/cpu/cpu.c | 0 bsp/imx6sx/cortex-a9/cpu/interrupt.c | 0 bsp/imx6sx/cortex-a9/cpu/mmu.c | 0 bsp/imx6sx/cortex-a9/cpu/pmu.c | 0 bsp/imx6sx/cortex-a9/cpu/pmu.h | 0 bsp/imx6sx/cortex-a9/cpu/stack.c | 0 bsp/imx6sx/cortex-a9/cpu/start_gcc.S | 0 bsp/imx6sx/cortex-a9/cpu/trap.c | 0 bsp/imx6sx/cortex-a9/cpu/vector_gcc.S | 0 bsp/imx6sx/cortex-a9/drivers/SConscript | 0 bsp/imx6sx/cortex-a9/drivers/board.c | 0 bsp/imx6sx/cortex-a9/drivers/board.h | 0 bsp/imx6sx/cortex-a9/drivers/emac_drv.c | 0 bsp/imx6sx/cortex-a9/drivers/emac_drv.h | 0 bsp/imx6sx/cortex-a9/drivers/serial.c | 0 bsp/imx6sx/cortex-a9/drivers/serial.h | 0 bsp/imx6sx/cortex-a9/imx6.lds | 0 bsp/imx6sx/cortex-a9/rtconfig.h | 0 bsp/imx6sx/cortex-a9/rtconfig.py | 0 bsp/imx6sx/iMX6_Platform_SDK/Doxyfile | 0 bsp/imx6sx/iMX6_Platform_SDK/LICENSE.txt | 0 bsp/imx6sx/iMX6_Platform_SDK/Makefile | 0 bsp/imx6sx/iMX6_Platform_SDK/README.pdf | Bin bsp/imx6sx/iMX6_Platform_SDK/SConscript | 0 .../apps/common/platform_init.h | 0 .../apps/common/print_clock_info.c | 0 .../apps/common/print_clock_info.h | 0 .../apps/common/print_version.c | 0 .../apps/common/print_version.h | 0 .../board/common/board_buttons.c | 0 .../board/common/board_camera.c | 0 .../iMX6_Platform_SDK/board/common/board_can.c | 0 .../board/common/board_display.c | 0 .../board/common/board_hdmi.c | 0 .../iMX6_Platform_SDK/board/common/board_i2c.c | 0 .../iMX6_Platform_SDK/board/common/board_i2c.h | 0 .../board/common/board_io_expanders.c | 0 .../board/common/board_io_expanders.h | 0 .../board/common/board_mipi.c | 0 .../board/common/board_nand.c | 0 .../board/common/board_pcie.c | 0 .../iMX6_Platform_SDK/board/common/board_usb.c | 0 .../board/common/board_usdhc.c | 0 .../board/common/hardware_modules.c | 0 .../iMX6_Platform_SDK/board/common/readme.txt | 0 .../iMX6_Platform_SDK/board/mx6dq/evb/Makefile | 0 .../mx6dq/evb/i.MX6DQ_EVB_X3.IoMuxDesign.xml | 0 .../board/mx6dq/evb/iomux/ccm_iomux_config.c | 0 .../board/mx6dq/evb/iomux/dcic_iomux_config.c | 0 .../mx6dq/evb/iomux/ecspi1_iomux_config.c | 0 .../board/mx6dq/evb/iomux/ecspi_iomux_config.c | 0 .../board/mx6dq/evb/iomux/epit_iomux_config.c | 0 .../board/mx6dq/evb/iomux/esai_iomux_config.c | 0 .../mx6dq/evb/iomux/flexcan1_iomux_config.c | 0 .../mx6dq/evb/iomux/flexcan2_iomux_config.c | 0 .../mx6dq/evb/iomux/flexcan_iomux_config.c | 0 .../board/mx6dq/evb/iomux/gpio3_iomux_config.c | 0 .../board/mx6dq/evb/iomux/gpio4_iomux_config.c | 0 .../board/mx6dq/evb/iomux/gpio5_iomux_config.c | 0 .../board/mx6dq/evb/iomux/gpio6_iomux_config.c | 0 .../board/mx6dq/evb/iomux/gpio_iomux_config.c | 0 .../board/mx6dq/evb/iomux/gpmi_iomux_config.c | 0 .../board/mx6dq/evb/iomux/hdmi_iomux_config.c | 0 .../board/mx6dq/evb/iomux/i2c1_iomux_config.c | 0 .../board/mx6dq/evb/iomux/i2c2_iomux_config.c | 0 .../board/mx6dq/evb/iomux/i2c3_iomux_config.c | 0 .../board/mx6dq/evb/iomux/i2c_iomux_config.c | 0 .../board/mx6dq/evb/iomux/iomux_config.c | 0 .../board/mx6dq/evb/iomux/ipu1_iomux_config.c | 0 .../board/mx6dq/evb/iomux/ipu_iomux_config.c | 0 .../board/mx6dq/evb/iomux/mlb_iomux_config.c | 0 .../board/mx6dq/evb/iomux/mmdc_iomux_config.c | 0 .../board/mx6dq/evb/iomux/pwm1_iomux_config.c | 0 .../board/mx6dq/evb/iomux/pwm_iomux_config.c | 0 .../board/mx6dq/evb/iomux/sjc_iomux_config.c | 0 .../board/mx6dq/evb/iomux/spdif_iomux_config.c | 0 .../board/mx6dq/evb/iomux/uart2_iomux_config.c | 0 .../board/mx6dq/evb/iomux/uart4_iomux_config.c | 0 .../board/mx6dq/evb/iomux/uart_iomux_config.c | 0 .../board/mx6dq/evb/iomux/usb_iomux_config.c | 0 .../mx6dq/evb/iomux/usdhc1_iomux_config.c | 0 .../mx6dq/evb/iomux/usdhc2_iomux_config.c | 0 .../mx6dq/evb/iomux/usdhc3_iomux_config.c | 0 .../mx6dq/evb/iomux/usdhc4_iomux_config.c | 0 .../board/mx6dq/evb/iomux/usdhc_iomux_config.c | 0 .../board/mx6dq/evb/iomux/wdog_iomux_config.c | 0 .../board/mx6dq/evb/iomux_config.h | 0 .../board/mx6dq/sabre_ai/Makefile | 0 .../i.MX6DQ_Sabre_AI_RevA.IomuxDesign.xml | 0 .../i.MX6DQ_Sabre_AI_RevB.IomuxDesign.xml | 0 .../board/mx6dq/sabre_ai/iomux_config.h | 0 .../sabre_ai/rev_a_iomux/audmux_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/ccm_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/dcic_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/ecspi1_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/ecspi_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/eim_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/enet_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/epit_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/esai_iomux_config.c | 0 .../rev_a_iomux/flexcan1_iomux_config.c | 0 .../rev_a_iomux/flexcan2_iomux_config.c | 0 .../rev_a_iomux/flexcan_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/gpio1_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/gpio2_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/gpio4_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/gpio5_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/gpio6_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/gpio_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/gpmi_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/i2c2_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/i2c3_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/i2c_iomux_config.c | 0 .../mx6dq/sabre_ai/rev_a_iomux/iomux_config.c | 0 .../sabre_ai/rev_a_iomux/ipu1_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/ipu_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/mlb_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/mmdc_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/pwm3_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/pwm4_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/pwm_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/sjc_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/spdif_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/uart2_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/uart3_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/uart4_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/uart_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/usdhc1_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/usdhc3_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/usdhc_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/wdog1_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/wdog_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/audmux_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/ccm_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/dcic_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/ecspi1_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/ecspi_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/eim_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/enet_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/epit_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/esai_iomux_config.c | 0 .../rev_b_iomux/flexcan1_iomux_config.c | 0 .../rev_b_iomux/flexcan2_iomux_config.c | 0 .../rev_b_iomux/flexcan_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/gpio1_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/gpio2_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/gpio4_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/gpio5_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/gpio6_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/gpio_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/gpmi_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/i2c2_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/i2c3_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/i2c_iomux_config.c | 0 .../mx6dq/sabre_ai/rev_b_iomux/iomux_config.c | 0 .../sabre_ai/rev_b_iomux/ipu1_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/ipu_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/mlb_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/mmdc_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/pwm3_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/pwm4_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/pwm_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/sjc_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/spdif_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/uart2_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/uart3_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/uart4_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/uart_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/usdhc1_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/usdhc3_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/usdhc_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/wdog1_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/wdog_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/audmux_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/ccm_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/dcic_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/ecspi1_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/ecspi_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/eim_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/enet_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/epit_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/esai_iomux_config.c | 0 .../rev_c_iomux/flexcan1_iomux_config.c | 0 .../rev_c_iomux/flexcan2_iomux_config.c | 0 .../rev_c_iomux/flexcan_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/gpio1_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/gpio2_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/gpio4_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/gpio5_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/gpio6_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/gpio_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/gpmi_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/i2c2_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/i2c3_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/i2c_iomux_config.c | 0 .../mx6dq/sabre_ai/rev_c_iomux/iomux_config.c | 0 .../sabre_ai/rev_c_iomux/ipu1_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/ipu_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/mlb_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/mmdc_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/pwm3_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/pwm4_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/pwm_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/sjc_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/spdif_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/uart2_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/uart3_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/uart4_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/uart_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/usdhc1_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/usdhc3_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/usdhc_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/wdog1_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/wdog_iomux_config.c | 0 .../board/mx6dq/smart_device/Makefile | 0 .../board/mx6dq/smart_device/iomux_config.h | 0 .../rev_a_iomux/audmux_iomux_config.c | 0 .../rev_a_iomux/ccm_iomux_config.c | 0 .../rev_a_iomux/dcic_iomux_config.c | 0 .../rev_a_iomux/ecspi1_iomux_config.c | 0 .../rev_a_iomux/ecspi_iomux_config.c | 0 .../rev_a_iomux/enet_iomux_config.c | 0 .../rev_a_iomux/epit_iomux_config.c | 0 .../rev_a_iomux/flexcan1_iomux_config.c | 0 .../rev_a_iomux/flexcan_iomux_config.c | 0 .../rev_a_iomux/gpio1_iomux_config.c | 0 .../rev_a_iomux/gpio2_iomux_config.c | 0 .../rev_a_iomux/gpio3_iomux_config.c | 0 .../rev_a_iomux/gpio4_iomux_config.c | 0 .../rev_a_iomux/gpio5_iomux_config.c | 0 .../rev_a_iomux/gpio6_iomux_config.c | 0 .../rev_a_iomux/gpio7_iomux_config.c | 0 .../rev_a_iomux/gpio_iomux_config.c | 0 .../rev_a_iomux/gps_iomux_config.c | 0 .../rev_a_iomux/i2c1_iomux_config.c | 0 .../rev_a_iomux/i2c2_iomux_config.c | 0 .../rev_a_iomux/i2c3_iomux_config.c | 0 .../rev_a_iomux/i2c_iomux_config.c | 0 .../smart_device/rev_a_iomux/iomux_config.c | 0 .../rev_a_iomux/ipu1_iomux_config.c | 0 .../rev_a_iomux/ipu_iomux_config.c | 0 .../rev_a_iomux/mmdc_iomux_config.c | 0 .../rev_a_iomux/pwm1_iomux_config.c | 0 .../rev_a_iomux/pwm_iomux_config.c | 0 .../rev_a_iomux/sjc_iomux_config.c | 0 .../rev_a_iomux/uart1_iomux_config.c | 0 .../rev_a_iomux/uart_iomux_config.c | 0 .../rev_a_iomux/usdhc2_iomux_config.c | 0 .../rev_a_iomux/usdhc3_iomux_config.c | 0 .../rev_a_iomux/usdhc4_iomux_config.c | 0 .../rev_a_iomux/usdhc_iomux_config.c | 0 .../rev_a_iomux/wdog_iomux_config.c | 0 .../rev_b_iomux/audmux_iomux_config.c | 0 .../rev_b_iomux/ccm_iomux_config.c | 0 .../rev_b_iomux/dcic_iomux_config.c | 0 .../rev_b_iomux/ecspi1_iomux_config.c | 0 .../rev_b_iomux/ecspi_iomux_config.c | 0 .../rev_b_iomux/enet_iomux_config.c | 0 .../rev_b_iomux/epit_iomux_config.c | 0 .../rev_b_iomux/flexcan1_iomux_config.c | 0 .../rev_b_iomux/flexcan_iomux_config.c | 0 .../rev_b_iomux/gpio1_iomux_config.c | 0 .../rev_b_iomux/gpio2_iomux_config.c | 0 .../rev_b_iomux/gpio3_iomux_config.c | 0 .../rev_b_iomux/gpio4_iomux_config.c | 0 .../rev_b_iomux/gpio5_iomux_config.c | 0 .../rev_b_iomux/gpio6_iomux_config.c | 0 .../rev_b_iomux/gpio7_iomux_config.c | 0 .../rev_b_iomux/gpio_iomux_config.c | 0 .../rev_b_iomux/gps_iomux_config.c | 0 .../rev_b_iomux/i2c1_iomux_config.c | 0 .../rev_b_iomux/i2c2_iomux_config.c | 0 .../rev_b_iomux/i2c3_iomux_config.c | 0 .../rev_b_iomux/i2c_iomux_config.c | 0 .../rev_b_iomux/ipu1_iomux_config.c | 0 .../rev_b_iomux/ipu_iomux_config.c | 0 .../rev_b_iomux/mmdc_iomux_config.c | 0 .../rev_b_iomux/pwm1_iomux_config.c | 0 .../rev_b_iomux/pwm_iomux_config.c | 0 .../rev_b_iomux/sjc_iomux_config.c | 0 .../rev_b_iomux/uart1_iomux_config.c | 0 .../rev_b_iomux/uart_iomux_config.c | 0 .../rev_b_iomux/usb_iomux_config.c | 0 .../rev_b_iomux/usdhc2_iomux_config.c | 0 .../rev_b_iomux/usdhc3_iomux_config.c | 0 .../rev_b_iomux/usdhc4_iomux_config.c | 0 .../rev_b_iomux/usdhc_iomux_config.c | 0 .../rev_b_iomux/wdog_iomux_config.c | 0 .../rev_c_iomux/audmux_iomux_config.c | 0 .../rev_c_iomux/ccm_iomux_config.c | 0 .../rev_c_iomux/dcic_iomux_config.c | 0 .../rev_c_iomux/ecspi1_iomux_config.c | 0 .../rev_c_iomux/ecspi_iomux_config.c | 0 .../rev_c_iomux/enet_iomux_config.c | 0 .../rev_c_iomux/epit_iomux_config.c | 0 .../rev_c_iomux/flexcan1_iomux_config.c | 0 .../rev_c_iomux/flexcan_iomux_config.c | 0 .../rev_c_iomux/gpio1_iomux_config.c | 0 .../rev_c_iomux/gpio2_iomux_config.c | 0 .../rev_c_iomux/gpio3_iomux_config.c | 0 .../rev_c_iomux/gpio4_iomux_config.c | 0 .../rev_c_iomux/gpio5_iomux_config.c | 0 .../rev_c_iomux/gpio6_iomux_config.c | 0 .../rev_c_iomux/gpio7_iomux_config.c | 0 .../rev_c_iomux/gpio_iomux_config.c | 0 .../rev_c_iomux/gps_iomux_config.c | 0 .../rev_c_iomux/i2c1_iomux_config.c | 0 .../rev_c_iomux/i2c2_iomux_config.c | 0 .../rev_c_iomux/i2c3_iomux_config.c | 0 .../rev_c_iomux/i2c_iomux_config.c | 0 .../rev_c_iomux/ipu1_iomux_config.c | 0 .../rev_c_iomux/ipu_iomux_config.c | 0 .../rev_c_iomux/mmdc_iomux_config.c | 0 .../rev_c_iomux/pwm1_iomux_config.c | 0 .../rev_c_iomux/pwm_iomux_config.c | 0 .../rev_c_iomux/sjc_iomux_config.c | 0 .../rev_c_iomux/uart1_iomux_config.c | 0 .../rev_c_iomux/uart_iomux_config.c | 0 .../rev_c_iomux/usb_iomux_config.c | 0 .../rev_c_iomux/usdhc2_iomux_config.c | 0 .../rev_c_iomux/usdhc3_iomux_config.c | 0 .../rev_c_iomux/usdhc4_iomux_config.c | 0 .../rev_c_iomux/usdhc_iomux_config.c | 0 .../rev_c_iomux/wdog_iomux_config.c | 0 .../board/mx6sdl/evb/Makefile | 0 .../mx6sdl/evb/i.MX6SDL_EVB_X3.IoMuxDesign.xml | 0 .../board/mx6sdl/evb/iomux/ccm_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/dcic_iomux_config.c | 0 .../mx6sdl/evb/iomux/ecspi1_iomux_config.c | 0 .../mx6sdl/evb/iomux/ecspi_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/enet_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/epit_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/esai_iomux_config.c | 0 .../mx6sdl/evb/iomux/flexcan1_iomux_config.c | 0 .../mx6sdl/evb/iomux/flexcan2_iomux_config.c | 0 .../mx6sdl/evb/iomux/flexcan_iomux_config.c | 0 .../mx6sdl/evb/iomux/gpio3_iomux_config.c | 0 .../mx6sdl/evb/iomux/gpio4_iomux_config.c | 0 .../mx6sdl/evb/iomux/gpio5_iomux_config.c | 0 .../mx6sdl/evb/iomux/gpio6_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/gpio_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/gpmi_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/hdmi_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/i2c1_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/i2c2_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/i2c3_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/i2c_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/iomux_config.c | 0 .../board/mx6sdl/evb/iomux/ipu1_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/ipu_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/kpp_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/mlb_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/mmdc_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/pwm1_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/pwm_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/sjc_iomux_config.c | 0 .../mx6sdl/evb/iomux/spdif_iomux_config.c | 0 .../mx6sdl/evb/iomux/uart2_iomux_config.c | 0 .../mx6sdl/evb/iomux/uart4_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/uart_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/usb_iomux_config.c | 0 .../mx6sdl/evb/iomux/usdhc1_iomux_config.c | 0 .../mx6sdl/evb/iomux/usdhc2_iomux_config.c | 0 .../mx6sdl/evb/iomux/usdhc3_iomux_config.c | 0 .../mx6sdl/evb/iomux/usdhc4_iomux_config.c | 0 .../mx6sdl/evb/iomux/usdhc_iomux_config.c | 0 .../board/mx6sdl/evb/iomux/wdog_iomux_config.c | 0 .../board/mx6sdl/evb/iomux_config.h | 0 .../board/mx6sdl/sabre_ai/Makefile | 0 .../i.MX6SDL_Sabre_AI_RevA.IomuxDesign.xml | 0 .../i.MX6SDL_Sabre_AI_RevB.IomuxDesign.xml | 0 .../board/mx6sdl/sabre_ai/iomux_config.h | 0 .../sabre_ai/rev_a_iomux/audmux_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/ccm_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/dcic_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/ecspi1_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/ecspi_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/eim_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/enet_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/epit_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/esai_iomux_config.c | 0 .../rev_a_iomux/flexcan1_iomux_config.c | 0 .../rev_a_iomux/flexcan2_iomux_config.c | 0 .../rev_a_iomux/flexcan_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/gpio1_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/gpio2_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/gpio4_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/gpio5_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/gpio6_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/gpio_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/gpmi_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/i2c2_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/i2c3_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/i2c_iomux_config.c | 0 .../mx6sdl/sabre_ai/rev_a_iomux/iomux_config.c | 0 .../sabre_ai/rev_a_iomux/ipu1_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/ipu_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/mlb_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/mmdc_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/pwm3_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/pwm4_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/pwm_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/sjc_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/spdif_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/uart2_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/uart3_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/uart4_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/uart_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/usdhc1_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/usdhc3_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/usdhc_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/wdog1_iomux_config.c | 0 .../sabre_ai/rev_a_iomux/wdog_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/audmux_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/ccm_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/dcic_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/ecspi1_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/ecspi_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/eim_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/enet_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/epit_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/esai_iomux_config.c | 0 .../rev_b_iomux/flexcan1_iomux_config.c | 0 .../rev_b_iomux/flexcan2_iomux_config.c | 0 .../rev_b_iomux/flexcan_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/gpio1_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/gpio2_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/gpio4_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/gpio5_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/gpio6_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/gpio_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/gpmi_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/i2c2_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/i2c3_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/i2c_iomux_config.c | 0 .../mx6sdl/sabre_ai/rev_b_iomux/iomux_config.c | 0 .../sabre_ai/rev_b_iomux/ipu1_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/ipu_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/mlb_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/mmdc_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/pwm3_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/pwm4_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/pwm_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/sjc_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/spdif_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/uart2_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/uart3_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/uart4_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/uart_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/usdhc1_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/usdhc3_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/usdhc_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/wdog1_iomux_config.c | 0 .../sabre_ai/rev_b_iomux/wdog_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/audmux_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/ccm_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/dcic_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/ecspi1_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/ecspi_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/eim_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/enet_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/epit_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/esai_iomux_config.c | 0 .../rev_c_iomux/flexcan1_iomux_config.c | 0 .../rev_c_iomux/flexcan2_iomux_config.c | 0 .../rev_c_iomux/flexcan_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/gpio1_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/gpio2_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/gpio4_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/gpio5_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/gpio6_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/gpio_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/gpmi_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/i2c2_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/i2c3_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/i2c_iomux_config.c | 0 .../mx6sdl/sabre_ai/rev_c_iomux/iomux_config.c | 0 .../sabre_ai/rev_c_iomux/ipu1_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/ipu_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/mlb_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/mmdc_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/pwm3_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/pwm4_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/pwm_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/sjc_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/spdif_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/uart2_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/uart3_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/uart4_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/uart_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/usdhc1_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/usdhc3_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/usdhc_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/wdog1_iomux_config.c | 0 .../sabre_ai/rev_c_iomux/wdog_iomux_config.c | 0 .../board/mx6sdl/smart_device/Makefile | 0 .../board/mx6sdl/smart_device/iomux_config.h | 0 .../rev_a_iomux/audmux_iomux_config.c | 0 .../rev_a_iomux/ccm_iomux_config.c | 0 .../rev_a_iomux/dcic_iomux_config.c | 0 .../rev_a_iomux/ecspi1_iomux_config.c | 0 .../rev_a_iomux/ecspi_iomux_config.c | 0 .../rev_a_iomux/enet_iomux_config.c | 0 .../rev_a_iomux/epdc_iomux_config.c | 0 .../rev_a_iomux/epit_iomux_config.c | 0 .../rev_a_iomux/flexcan1_iomux_config.c | 0 .../rev_a_iomux/flexcan_iomux_config.c | 0 .../rev_a_iomux/gpio1_iomux_config.c | 0 .../rev_a_iomux/gpio2_iomux_config.c | 0 .../rev_a_iomux/gpio3_iomux_config.c | 0 .../rev_a_iomux/gpio4_iomux_config.c | 0 .../rev_a_iomux/gpio5_iomux_config.c | 0 .../rev_a_iomux/gpio6_iomux_config.c | 0 .../rev_a_iomux/gpio7_iomux_config.c | 0 .../rev_a_iomux/gpio_iomux_config.c | 0 .../rev_a_iomux/gps_iomux_config.c | 0 .../rev_a_iomux/i2c1_iomux_config.c | 0 .../rev_a_iomux/i2c2_iomux_config.c | 0 .../rev_a_iomux/i2c3_iomux_config.c | 0 .../rev_a_iomux/i2c_iomux_config.c | 0 .../smart_device/rev_a_iomux/iomux_config.c | 0 .../rev_a_iomux/ipu1_iomux_config.c | 0 .../rev_a_iomux/ipu_iomux_config.c | 0 .../rev_a_iomux/kpp_iomux_config.c | 0 .../rev_a_iomux/mmdc_iomux_config.c | 0 .../rev_a_iomux/pwm1_iomux_config.c | 0 .../rev_a_iomux/pwm_iomux_config.c | 0 .../rev_a_iomux/sjc_iomux_config.c | 0 .../rev_a_iomux/uart1_iomux_config.c | 0 .../rev_a_iomux/uart_iomux_config.c | 0 .../rev_a_iomux/usdhc2_iomux_config.c | 0 .../rev_a_iomux/usdhc3_iomux_config.c | 0 .../rev_a_iomux/usdhc4_iomux_config.c | 0 .../rev_a_iomux/usdhc_iomux_config.c | 0 .../rev_a_iomux/wdog_iomux_config.c | 0 .../rev_b_iomux/audmux_iomux_config.c | 0 .../rev_b_iomux/ccm_iomux_config.c | 0 .../rev_b_iomux/dcic_iomux_config.c | 0 .../rev_b_iomux/ecspi1_iomux_config.c | 0 .../rev_b_iomux/ecspi_iomux_config.c | 0 .../rev_b_iomux/enet_iomux_config.c | 0 .../rev_b_iomux/epdc_iomux_config.c | 0 .../rev_b_iomux/epit_iomux_config.c | 0 .../rev_b_iomux/flexcan1_iomux_config.c | 0 .../rev_b_iomux/flexcan_iomux_config.c | 0 .../rev_b_iomux/gpio1_iomux_config.c | 0 .../rev_b_iomux/gpio2_iomux_config.c | 0 .../rev_b_iomux/gpio3_iomux_config.c | 0 .../rev_b_iomux/gpio4_iomux_config.c | 0 .../rev_b_iomux/gpio5_iomux_config.c | 0 .../rev_b_iomux/gpio6_iomux_config.c | 0 .../rev_b_iomux/gpio7_iomux_config.c | 0 .../rev_b_iomux/gpio_iomux_config.c | 0 .../rev_b_iomux/gps_iomux_config.c | 0 .../rev_b_iomux/i2c1_iomux_config.c | 0 .../rev_b_iomux/i2c2_iomux_config.c | 0 .../rev_b_iomux/i2c3_iomux_config.c | 0 .../rev_b_iomux/i2c_iomux_config.c | 0 .../smart_device/rev_b_iomux/iomux_config.c | 0 .../rev_b_iomux/ipu1_iomux_config.c | 0 .../rev_b_iomux/ipu_iomux_config.c | 0 .../rev_b_iomux/mmdc_iomux_config.c | 0 .../rev_b_iomux/pwm1_iomux_config.c | 0 .../rev_b_iomux/pwm_iomux_config.c | 0 .../rev_b_iomux/sjc_iomux_config.c | 0 .../rev_b_iomux/uart1_iomux_config.c | 0 .../rev_b_iomux/uart_iomux_config.c | 0 .../rev_b_iomux/usb_iomux_config.c | 0 .../rev_b_iomux/usdhc2_iomux_config.c | 0 .../rev_b_iomux/usdhc3_iomux_config.c | 0 .../rev_b_iomux/usdhc4_iomux_config.c | 0 .../rev_b_iomux/usdhc_iomux_config.c | 0 .../rev_b_iomux/wdog_iomux_config.c | 0 .../rev_c_iomux/audmux_iomux_config.c | 0 .../rev_c_iomux/ccm_iomux_config.c | 0 .../rev_c_iomux/dcic_iomux_config.c | 0 .../rev_c_iomux/ecspi1_iomux_config.c | 0 .../rev_c_iomux/ecspi_iomux_config.c | 0 .../rev_c_iomux/enet_iomux_config.c | 0 .../rev_c_iomux/epdc_iomux_config.c | 0 .../rev_c_iomux/epit_iomux_config.c | 0 .../rev_c_iomux/flexcan1_iomux_config.c | 0 .../rev_c_iomux/flexcan_iomux_config.c | 0 .../rev_c_iomux/gpio1_iomux_config.c | 0 .../rev_c_iomux/gpio2_iomux_config.c | 0 .../rev_c_iomux/gpio3_iomux_config.c | 0 .../rev_c_iomux/gpio4_iomux_config.c | 0 .../rev_c_iomux/gpio5_iomux_config.c | 0 .../rev_c_iomux/gpio6_iomux_config.c | 0 .../rev_c_iomux/gpio7_iomux_config.c | 0 .../rev_c_iomux/gpio_iomux_config.c | 0 .../rev_c_iomux/gps_iomux_config.c | 0 .../rev_c_iomux/i2c1_iomux_config.c | 0 .../rev_c_iomux/i2c2_iomux_config.c | 0 .../rev_c_iomux/i2c3_iomux_config.c | 0 .../rev_c_iomux/i2c_iomux_config.c | 0 .../smart_device/rev_c_iomux/iomux_config.c | 0 .../rev_c_iomux/ipu1_iomux_config.c | 0 .../rev_c_iomux/ipu_iomux_config.c | 0 .../rev_c_iomux/mmdc_iomux_config.c | 0 .../rev_c_iomux/pwm1_iomux_config.c | 0 .../rev_c_iomux/pwm_iomux_config.c | 0 .../rev_c_iomux/sjc_iomux_config.c | 0 .../rev_c_iomux/uart1_iomux_config.c | 0 .../rev_c_iomux/uart_iomux_config.c | 0 .../rev_c_iomux/usb_iomux_config.c | 0 .../rev_c_iomux/usdhc2_iomux_config.c | 0 .../rev_c_iomux/usdhc3_iomux_config.c | 0 .../rev_c_iomux/usdhc4_iomux_config.c | 0 .../rev_c_iomux/usdhc_iomux_config.c | 0 .../rev_c_iomux/wdog_iomux_config.c | 0 .../board/mx6sl/evk/board_audio.c | 0 .../board/mx6sl/evk/board_camera.c | 0 .../board/mx6sl/evk/board_display.c | 0 .../board/mx6sl/evk/board_i2c.c | 0 .../board/mx6sl/evk/board_io_expanders.c | 0 .../board/mx6sl/evk/board_io_expanders.h | 0 .../board/mx6sl/evk/board_network.c | 0 .../board/mx6sl/evk/board_usb.c | 0 .../board/mx6sl/evk/board_usdhc.c | 0 .../board/mx6sl/evk/hardware_modules.c | 0 .../board/mx6sl/evk/i.MX6SL_BGA_EVK_BD.xml | 0 .../mx6sl/evk/iomux/audmux_iomux_config.c | 0 .../board/mx6sl/evk/iomux/csi_iomux_config.c | 0 .../mx6sl/evk/iomux/ecspi1_iomux_config.c | 0 .../mx6sl/evk/iomux/ecspi2_iomux_config.c | 0 .../board/mx6sl/evk/iomux/ecspi_iomux_config.c | 0 .../board/mx6sl/evk/iomux/epdc_iomux_config.c | 0 .../board/mx6sl/evk/iomux/epit_iomux_config.c | 0 .../board/mx6sl/evk/iomux/fec_iomux_config.c | 0 .../board/mx6sl/evk/iomux/gpio1_iomux_config.c | 0 .../board/mx6sl/evk/iomux/gpio4_iomux_config.c | 0 .../board/mx6sl/evk/iomux/gpio_iomux_config.c | 0 .../board/mx6sl/evk/iomux/i2c1_iomux_config.c | 0 .../board/mx6sl/evk/iomux/i2c2_iomux_config.c | 0 .../board/mx6sl/evk/iomux/i2c3_iomux_config.c | 0 .../board/mx6sl/evk/iomux/i2c_iomux_config.c | 0 .../board/mx6sl/evk/iomux/iomux_config.c | 0 .../board/mx6sl/evk/iomux/kpp_iomux_config.c | 0 .../board/mx6sl/evk/iomux/lcd_iomux_config.c | 0 .../board/mx6sl/evk/iomux/mmdc_iomux_config.c | 0 .../board/mx6sl/evk/iomux/pwm1_iomux_config.c | 0 .../board/mx6sl/evk/iomux/pwm_iomux_config.c | 0 .../board/mx6sl/evk/iomux/sjc_iomux_config.c | 0 .../board/mx6sl/evk/iomux/spdc_iomux_config.c | 0 .../board/mx6sl/evk/iomux/uart1_iomux_config.c | 0 .../board/mx6sl/evk/iomux/uart_iomux_config.c | 0 .../board/mx6sl/evk/iomux/usb_iomux_config.c | 0 .../mx6sl/evk/iomux/usdhc1_iomux_config.c | 0 .../mx6sl/evk/iomux/usdhc2_iomux_config.c | 0 .../board/mx6sl/evk/iomux/usdhc_iomux_config.c | 0 .../board/mx6sl/evk/iomux/wdog1_iomux_config.c | 0 .../board/mx6sl/evk/iomux/wdog_iomux_config.c | 0 .../board/mx6sl/evk/iomux_config.h | 0 bsp/imx6sx/iMX6_Platform_SDK/list.txt | 0 bsp/imx6sx/iMX6_Platform_SDK/sdk/Makefile | 0 .../iMX6_Platform_SDK/sdk/common/Makefile | 0 .../sdk/common/filesystem/Makefile | 0 .../sdk/common/filesystem/fat/bootsecoffset.h | 0 .../sdk/common/filesystem/fat/devicetable.h | 0 .../sdk/common/filesystem/fat/diroffset.h | 0 .../sdk/common/filesystem/fat/filespec.h | 0 .../sdk/common/filesystem/fat/fstypes.h | 0 .../sdk/common/filesystem/fat/fsunicode.c | 0 .../sdk/common/filesystem/fat/standardapi.c | 0 .../common/filesystem/fat/string_utilities.c | 0 .../sdk/common/filesystem/fsapi.h | 0 .../sdk/common/filesystem/include/ddi_media.h | 0 .../common/filesystem/include/fs_steering.h | 0 .../common/filesystem/include/media_cache.h | 0 .../sdk/common/filesystem/include/sectordef.h | 0 .../sdk/common/filesystem/include/types.h | 0 .../filesystem/os_filesystem_errordefs.h | 0 .../sdk/common/ioexpander/max7310.h | 0 .../sdk/common/ioexpander/src/max7310.c | 0 .../common/ioexpander/src/max7310_registers.h | 0 .../sdk/common/ioexpander/test/max7310_test.c | 0 .../sdk/common/profile/profile.c | 0 .../sdk/common/profile/profile.h | 0 .../Device/app/audio_generator/USB_Config.h | 0 .../Device/app/audio_generator/audio_data.c | 0 .../app/audio_generator/audio_generator.c | 0 .../app/audio_generator/audio_generator.h | 0 .../app/audio_generator/usb_descriptor.c | 0 .../app/audio_generator/usb_descriptor.h | 0 .../Device/app/audio_generator/user_config.h | 0 .../Device/app/audio_speaker/USB_Config.h | 0 .../Device/app/audio_speaker/audio_cmt.c | 0 .../Device/app/audio_speaker/audio_cmt.h | 0 .../app/audio_speaker/audio_pit1_kinetis.c | 0 .../app/audio_speaker/audio_pit1_kinetis.h | 0 .../Device/app/audio_speaker/audio_pwm.c | 0 .../Device/app/audio_speaker/audio_pwm.h | 0 .../app/audio_speaker/audio_pwm_kinetis.c | 0 .../Device/app/audio_speaker/audio_rtc.c | 0 .../Device/app/audio_speaker/audio_rtc.h | 0 .../Device/app/audio_speaker/audio_speaker.c | 0 .../Device/app/audio_speaker/audio_speaker.h | 0 .../Device/app/audio_speaker/usb_descriptor.c | 0 .../Device/app/audio_speaker/usb_descriptor.h | 0 .../Device/app/audio_speaker/user_config.h | 0 .../usb_stack/Device/app/batt_chg/USB_Config.h | 0 .../Device/app/batt_chg/usb_batt_chg_app.c | 0 .../Device/app/batt_chg/usb_batt_chg_app.h | 0 .../Device/app/batt_chg/usb_descriptor.c | 0 .../Device/app/batt_chg/usb_descriptor.h | 0 .../Device/app/batt_chg/user_config.h | 0 .../usb_stack/Device/app/cdc/USB_Config.h | 0 .../usb_stack/Device/app/cdc/usb_descriptor.c | 0 .../usb_stack/Device/app/cdc/usb_descriptor.h | 0 .../usb_stack/Device/app/cdc/user_config.h | 0 .../usb_stack/Device/app/cdc/virtual_com.c | 0 .../usb_stack/Device/app/cdc/virtual_com.h | 0 .../Device/app/common/mx6x/derivative.h | 0 .../usb_stack/Device/app/dfu/USB_Config.h | 0 .../usb_stack/Device/app/dfu/dfu_mouse.c | 0 .../usb_stack/Device/app/dfu/dfu_mouse.h | 0 .../common/usb_stack/Device/app/dfu/flash.c | 0 .../common/usb_stack/Device/app/dfu/flash.h | 0 .../usb_stack/Device/app/dfu/flash_FTFL.c | 0 .../usb_stack/Device/app/dfu/flash_FTFL.h | 0 .../usb_stack/Device/app/dfu/flash_NAND.c | 0 .../usb_stack/Device/app/dfu/flash_NAND.h | 0 .../usb_stack/Device/app/dfu/usb_descriptor.c | 0 .../usb_stack/Device/app/dfu/usb_descriptor.h | 0 .../usb_stack/Device/app/dfu/user_config.h | 0 .../Device/app/hid_keyboard/USB_Config.h | 0 .../Device/app/hid_keyboard/keyboard.c | 0 .../Device/app/hid_keyboard/keyboard.h | 0 .../Device/app/hid_keyboard/usb_descriptor.c | 0 .../Device/app/hid_keyboard/usb_descriptor.h | 0 .../Device/app/hid_keyboard/user_config.h | 0 .../usb_stack/Device/app/msd/USB_Config.h | 0 .../sdk/common/usb_stack/Device/app/msd/disk.c | 0 .../sdk/common/usb_stack/Device/app/msd/disk.h | 0 .../app/msd/kinetis_sdhc/SD_esdhc_kinetis.c | 0 .../app/msd/kinetis_sdhc/SD_esdhc_kinetis.h | 0 .../app/msd/kinetis_sdhc/esdhc_kinetis.c | 0 .../app/msd/kinetis_sdhc/esdhc_kinetis.h | 0 .../usb_stack/Device/app/msd/usb_descriptor.c | 0 .../usb_stack/Device/app/msd/usb_descriptor.h | 0 .../usb_stack/Device/app/msd/user_config.h | 0 .../usb_stack/Device/app/phdc/USB_Config.h | 0 .../Device/app/phdc/ieee11073_nom_codes.h | 0 .../Device/app/phdc/ieee11073_phd_types.h | 0 .../app/phdc/ieee11073_phd_types_kinetis.h | 0 .../usb_stack/Device/app/phdc/phd_com_model.c | 0 .../usb_stack/Device/app/phdc/phd_com_model.h | 0 .../usb_stack/Device/app/phdc/phdc_app.c | 0 .../usb_stack/Device/app/phdc/phdc_app.h | 0 .../usb_stack/Device/app/phdc/usb_descriptor.c | 0 .../usb_stack/Device/app/phdc/usb_descriptor.h | 0 .../usb_stack/Device/app/phdc/user_config.h | 0 .../app/phdc_multi_specialization/USB_Config.h | 0 .../ieee11073_nom_codes.h | 0 .../ieee11073_phd_types.h | 0 .../ieee11073_phd_types_kinetis.h | 0 .../phdc_multi_specialization/phd_com_model.c | 0 .../phdc_multi_specialization/phd_com_model.h | 0 .../phd_device_spec.c | 0 .../phd_device_spec.h | 0 .../app/phdc_multi_specialization/phdc_app.c | 0 .../app/phdc_multi_specialization/phdc_app.h | 0 .../phdc_multi_specialization/usb_descriptor.c | 0 .../phdc_multi_specialization/usb_descriptor.h | 0 .../phdc_multi_specialization/user_config.h | 0 .../usb_stack/Device/app/sd_bootloader/FAT16.c | 0 .../usb_stack/Device/app/sd_bootloader/FAT16.h | 0 .../Device/app/sd_bootloader/USB_Config.h | 0 .../usb_stack/Device/app/sd_bootloader/disk.c | 0 .../usb_stack/Device/app/sd_bootloader/disk.h | 0 .../Device/app/sd_bootloader/usb_descriptor.c | 0 .../Device/app/sd_bootloader/usb_descriptor.h | 0 .../Device/app/sd_bootloader/user_config.h | 0 .../Device/app/virtual_camera/USB_Config.h | 0 .../Device/app/virtual_camera/usb_descriptor.c | 0 .../Device/app/virtual_camera/usb_descriptor.h | 0 .../Device/app/virtual_camera/user_config.h | 0 .../video_data_kinetis_audio_solution.c | 0 .../virtual_camera/video_data_ski_176x144.c | 0 .../video_data_terminator2_normal_176x144.c | 0 .../Device/app/virtual_camera/virtual_camera.c | 0 .../Device/app/virtual_camera/virtual_camera.h | 0 .../Device/app/virtual_camera_SD/USB_Config.h | 0 .../app/virtual_camera_SD/Virtual_camera_SD.c | 0 .../app/virtual_camera_SD/Virtual_camera_SD.h | 0 .../app/virtual_camera_SD/usb_descriptor.c | 0 .../app/virtual_camera_SD/usb_descriptor.h | 0 .../Device/app/virtual_camera_SD/user_config.h | 0 .../app/virtual_camera_SD_and_loader/FAT16.c | 0 .../app/virtual_camera_SD_and_loader/FAT16.h | 0 .../virtual_camera_SD_and_loader/USB_Config.h | 0 .../Virtual_camera_SD.c | 0 .../Virtual_camera_SD.h | 0 .../usb_descriptor.c | 0 .../usb_descriptor.h | 0 .../virtual_camera_SD_and_loader/user_config.h | 0 .../write_sd_data.c | 0 .../write_sd_data.h | 0 .../usb_stack/Device/source/class/usb_audio.c | 0 .../usb_stack/Device/source/class/usb_audio.h | 0 .../Device/source/class/usb_composite.c | 0 .../sdk/common/usb_stack/License.txt | 0 .../sdk/common/usb_stack/Makefile | 0 .../sdk/common/usb_stack/readme.txt | 0 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/Makefile | 0 .../iMX6_Platform_SDK/sdk/core/ccm_pll.h | 0 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/gic.h | 0 .../iMX6_Platform_SDK/sdk/core/interrupt.h | 0 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/mmu.h | 0 .../iMX6_Platform_SDK/sdk/core/src/arm_abort.S | 0 .../sdk/core/src/arm_cp_registers.h | 0 .../iMX6_Platform_SDK/sdk/core/src/gic.c | 0 .../sdk/core/src/gic_registers.h | 0 .../iMX6_Platform_SDK/sdk/core/src/interrupt.c | 0 .../iMX6_Platform_SDK/sdk/core/src/mmu.c | 0 .../iMX6_Platform_SDK/sdk/core/src/startup.S | 0 .../iMX6_Platform_SDK/sdk/core/src/vectors.S | 0 .../iMX6_Platform_SDK/sdk/core/test/Makefile | 0 .../iMX6_Platform_SDK/sdk/core/test/gic_test.c | 0 .../iMX6_Platform_SDK/sdk/drivers/Makefile | 0 .../sdk/drivers/accelerometer/mma8451.h | 0 .../sdk/drivers/accelerometer/src/mma8451.c | 0 .../sdk/drivers/accelerometer/test/Makefile | 0 .../accelerometer/test/accelerometer_test.c | 0 .../sdk/drivers/audio/audio.h | 0 .../sdk/drivers/audio/imx_audmux.h | 0 .../sdk/drivers/audio/snd_card.h | 0 .../sdk/drivers/audio/src/cs42888.c | 0 .../sdk/drivers/audio/src/cs42888.h | 0 .../sdk/drivers/audio/src/imx-ssi.h | 0 .../sdk/drivers/audio/src/imx_audmux.c | 0 .../sdk/drivers/audio/src/imx_audmux_priv.h | 0 .../sdk/drivers/audio/src/imx_esai.c | 0 .../sdk/drivers/audio/src/imx_esai.h | 0 .../sdk/drivers/audio/src/imx_esai_priv.h | 0 .../sdk/drivers/audio/src/imx_spdif.c | 0 .../sdk/drivers/audio/src/imx_spdif.h | 0 .../sdk/drivers/audio/src/sgtl5000.c | 0 .../sdk/drivers/audio/src/sgtl5000.h | 0 .../sdk/drivers/audio/src/sgtl5000_priv.h | 0 .../sdk/drivers/audio/src/wm8962.h | 0 .../sdk/drivers/audio/test/Makefile | 0 .../sdk/drivers/audio/test/esai_playback.c | 0 .../sdk/drivers/audio/test/spdif_playback.c | 0 .../sdk/drivers/audio/test/wav_data.data | 0 .../sdk/drivers/audio/test/wav_file.S | 0 .../sdk/drivers/board_id/board_id.h | 0 .../sdk/drivers/board_id/board_id_registers.h | 0 .../sdk/drivers/board_id/src/board_id.c | 0 .../iMX6_Platform_SDK/sdk/drivers/caam/caam.h | 0 .../sdk/drivers/caam/src/caam_internal.h | 0 .../sdk/drivers/caam/test/Makefile | 0 .../sdk/drivers/caam/test/caam_test.c | 0 .../sdk/drivers/camera/camera_def.h | 0 .../sdk/drivers/camera/src/camera_profile.c | 0 .../sdk/drivers/camera/test/Makefile | 0 .../drivers/camera/test/csi_sensor_capture.c | 0 .../sdk/drivers/camera/test/csi_test_mode.c | 0 .../sdk/drivers/camera/test/sensor_capture.c | 0 .../sdk/drivers/cpu_utility/cpu_utility.h | 0 .../drivers/cpu_utility/src/cpu_get_cores.c | 0 .../drivers/cpu_utility/src/cpu_multicore.c | 0 .../sdk/drivers/cpu_utility/test/Makefile | 0 .../cpu_utility/test/cpu_get_cores_test.c | 0 .../drivers/cpu_utility/test/multicore_test.c | 0 .../sdk/drivers/dcp/test/Makefile | 0 .../sdk/drivers/dcp/test/dcp_test.c | 0 .../sdk/drivers/enet/test/Makefile | 0 .../iMX6_Platform_SDK/sdk/drivers/epdc/epdc.h | 0 .../sdk/drivers/epdc/epdc_regs.h | 0 .../sdk/drivers/epdc/fsl_image.h | 0 .../sdk/drivers/epdc/src/mxc_epdc.c | 0 .../sdk/drivers/epdc/test/Makefile | 0 .../sdk/drivers/epdc/test/epdc_test.c | 0 .../sdk/drivers/epdc/waveform_data.h | 0 .../sdk/drivers/fec/test/Makefile | 0 .../sdk/drivers/flexcan/flexcan.h | 0 .../sdk/drivers/flexcan/src/can.c | 0 .../sdk/drivers/flexcan/test/Makefile | 0 .../sdk/drivers/flexcan/test/can_test.c | 0 .../iMX6_Platform_SDK/sdk/drivers/gpio/gpio.h | 0 .../sdk/drivers/gpio/src/gpio.c | 0 .../sdk/drivers/gpio/src/gpio_map.h | 0 .../sdk/drivers/gpio/src/imx6dq_gpio_map.c | 0 .../sdk/drivers/gpio/src/imx6sdl_gpio_map.c | 0 .../sdk/drivers/gpio/src/imx6sl_gpio_map.c | 0 .../sdk/drivers/gpio/test/Makefile | 0 .../sdk/drivers/gpmi/bch_ecc.h | 0 .../iMX6_Platform_SDK/sdk/drivers/gpmi/gpmi.h | 0 .../sdk/drivers/gpmi/src/gpmi.cpp | 0 .../sdk/drivers/gpmi/src/gpmi_internal.h | 0 .../sdk/drivers/gpmi/src/gpmi_nand_dma.h | 0 .../drivers/gpmi/src/gpmi_nand_operations.cpp | 0 .../sdk/drivers/gpmi/test/Makefile | 0 .../sdk/drivers/gpmi/test/gpmi_test.c | 0 .../sdk/drivers/hdmi/test/Makefile | 0 .../sdk/drivers/hdmi/test/init_dma_data.c | 0 .../sdk/drivers/i2c/imx_i2c.h | 0 .../sdk/drivers/i2c/src/imx_i2c.c | 0 .../sdk/drivers/i2c/src/imx_i2c_internal.h | 0 .../sdk/drivers/i2c/src/imx_i2c_slave.c | 0 .../sdk/drivers/i2c/test/Makefile | 0 .../sdk/drivers/i2c/test/at24cxx.c | 0 .../sdk/drivers/i2c/test/i2c_test.c | 0 .../sdk/drivers/i2c/test/imx6_i2c_device.c | 0 .../sdk/drivers/ipu/src/ips_disp_panel.c | 0 .../sdk/drivers/ipu/src/ipu_dc.c | 0 .../sdk/drivers/ipu/src/ipu_di.c | 0 .../sdk/drivers/ipu/src/ipu_dmfc.c | 0 .../sdk/drivers/ipu/src/ipu_dp.c | 0 .../sdk/drivers/ipu/test/Makefile | 0 .../sdk/drivers/ipu/test/ips_combiner.c | 0 .../sdk/drivers/ipu/test/ips_csc.c | 0 .../sdk/drivers/ipu/test/ips_resize.c | 0 .../sdk/drivers/ipu/test/ips_rotate.c | 0 .../sdk/drivers/ipu/test/ips_test.c | 0 .../sdk/drivers/ipu/test/ips_test.h | 0 .../sdk/drivers/ipu/test/ipu_image.c | 0 .../sdk/drivers/keypad/keypad_port.h | 0 .../sdk/drivers/keypad/test/Makefile | 0 .../sdk/drivers/lcdif/lcdif_common.h | 0 .../sdk/drivers/lcdif/src/lcdif_drv.c | 0 .../sdk/drivers/lcdif/src/pxp_drv.c | 0 .../sdk/drivers/lcdif/test/Makefile | 0 .../sdk/drivers/lcdif/test/lcdif_display.c | 0 .../sdk/drivers/lcdif/test/lcdif_test.c | 0 .../sdk/drivers/ldb/ldb_def.h | 0 .../sdk/drivers/ldb/src/ldb.c | 0 .../sdk/drivers/mipi/src/ov5640_mipi_fm.c | 0 .../sdk/drivers/mipi/src/truly_hx8369.h | 0 .../sdk/drivers/mipi/test/Makefile | 0 .../sdk/drivers/mipi/test/mipi_csi2_test.c | 0 .../sdk/drivers/mipi/test/mipi_dsi_test.c | 0 .../sdk/drivers/mipi/test/mipi_test.c | 0 .../sdk/drivers/ocotp/ocotp.h | 0 .../sdk/drivers/ocotp/src/ocotp.c | 0 .../sdk/drivers/ocotp/test/Makefile | 0 .../sdk/drivers/ocotp/test/ocotp_test.c | 0 .../sdk/drivers/pcie/src/pcie_phy.c | 0 .../sdk/drivers/pcie/src/pcie_prot.c | 0 .../sdk/drivers/pcie/test/Makefile | 0 .../sdk/drivers/pcie/test/pcie_test_rc.c | 0 .../sdk/drivers/pmu/pmu_driver.h | 0 .../sdk/drivers/pmu/src/pmu_driver.cpp | 0 .../sdk/drivers/pmu/src/pmu_driver_internal.h | 0 .../sdk/drivers/pmu/test/Makefile | 0 .../sdk/drivers/pmu/test/pmu_test.c | 0 .../sdk/drivers/pwm/pwm_ifc.h | 0 .../sdk/drivers/pwm/test/Makefile | 0 .../sdk/drivers/pwm/test/pwm_output.c | 0 .../iMX6_Platform_SDK/sdk/drivers/rtc/rtc.h | 0 .../iMX6_Platform_SDK/sdk/drivers/rtc/srtc.h | 0 .../sdk/drivers/rtc/test/Makefile | 0 .../sdk/drivers/rtc/test/snvs_rtc_test.c | 0 .../sdk/drivers/rtc/test/snvs_rtc_test.h | 0 .../sdk/drivers/rtc/test/snvs_srtc_test.c | 0 .../sdk/drivers/rtc/test/snvs_srtc_test.h | 0 .../sdk/drivers/sata/test/Makefile | 0 .../iMX6_Platform_SDK/sdk/drivers/sdma/sdma.h | 0 .../sdk/drivers/sdma/src/sdma_priv.h | 0 .../drivers/sdma/src/sdma_script_code_mx6dq.h | 0 .../drivers/sdma/src/sdma_script_code_mx6sdl.h | 0 .../sdk/drivers/sdma/src/sdma_script_info.c | 0 .../sdk/drivers/sdma/src/sdma_script_info.h | 0 .../sdk/drivers/sdma/test/Makefile | 0 .../sdk/drivers/sdma/test/ecspi.h | 0 .../sdk/drivers/sdma/test/mem_2_mem.c | 0 .../sdk/drivers/sdma/test/sdma_test.c | 0 .../sdk/drivers/sdma/test/sdma_test.h | 0 .../sdk/drivers/sdma/test/spi_lpb.c | 0 .../iMX6_Platform_SDK/sdk/drivers/snvs/snvs.h | 0 .../sdk/drivers/spdc/src/mxc_spdc.c | 0 .../sdk/drivers/spdc/test/Makefile | 0 .../sdk/drivers/spi/ecspi_ifc.h | 0 .../sdk/drivers/spi/src/ecspi.c | 0 .../sdk/drivers/spi/test/Makefile | 0 .../sdk/drivers/spi/test/spi_nor_numonyx.c | 0 .../sdk/drivers/spi/test/spi_nor_numonyx.h | 0 .../sdk/drivers/spi/test/spi_test.c | 0 .../sdk/drivers/spi/test/spi_test.h | 0 .../sdk/drivers/tempmon/src/tempmon.c | 0 .../sdk/drivers/tempmon/tempmon.h | 0 .../sdk/drivers/tempmon/test/Makefile | 0 .../sdk/drivers/tempmon/test/tempmon_test.c | 0 .../iMX6_Platform_SDK/sdk/drivers/timer/epit.h | 0 .../iMX6_Platform_SDK/sdk/drivers/timer/gpt.h | 0 .../sdk/drivers/timer/src/timer.c | 0 .../sdk/drivers/timer/test/Makefile | 0 .../sdk/drivers/timer/test/epit_test.h | 0 .../sdk/drivers/timer/test/gpt_test.h | 0 .../sdk/drivers/timer/test/timer_test.c | 0 .../sdk/drivers/timer/timer.h | 0 .../sdk/drivers/uart/imx_uart.h | 0 .../sdk/drivers/uart/test/Makefile | 0 .../sdk/drivers/uart/test/uart_test.h | 0 .../sdk/drivers/usb/src/usbd_drv.c | 0 .../sdk/drivers/usb/test/Makefile | 0 .../drivers/usb/test/usb0_device_mouse_test.c | 0 .../usb/test/usb0_host_testmodes_test.c | 0 .../iMX6_Platform_SDK/sdk/drivers/usb/usb.h | 0 .../sdk/drivers/usb/usb_defines.h | 0 .../sdk/drivers/vdoa/test/Makefile | 0 .../sdk/drivers/video/adv7180_def.h | 0 .../sdk/drivers/video/src/adv7180.c | 0 .../sdk/drivers/wdog/test/Makefile | 0 .../sdk/drivers/wdog/test/watchdog_test.c | 0 .../sdk/drivers/wdog/watchdog.h | 0 .../sdk/include/asm_defines.h | 0 .../iMX6_Platform_SDK/sdk/include/logo.h | 0 .../sdk/include/mx6dq/iomux_define.h | 0 .../sdk/include/mx6dq/iomux_register.h | 0 .../sdk/include/mx6dq/ipu_reg_def.h | 0 .../sdk/include/mx6dq/irq_numbers.h | 0 .../sdk/include/mx6dq/registers.h | 0 .../sdk/include/mx6dq/registers/regs.h | 0 .../sdk/include/mx6dq/registers/regsaipstz.h | 0 .../sdk/include/mx6dq/registers/regsapbh.h | 0 .../mx6dq/registers/regsarmglobaltimer.h | 0 .../sdk/include/mx6dq/registers/regsasrc.h | 0 .../sdk/include/mx6dq/registers/regsaudmux.h | 0 .../sdk/include/mx6dq/registers/regsbch.h | 0 .../sdk/include/mx6dq/registers/regsccm.h | 0 .../include/mx6dq/registers/regsccmanalog.h | 0 .../sdk/include/mx6dq/registers/regscsi2ipu.h | 0 .../sdk/include/mx6dq/registers/regscsu.h | 0 .../sdk/include/mx6dq/registers/regsdcic.h | 0 .../sdk/include/mx6dq/registers/regsdvfs.h | 0 .../sdk/include/mx6dq/registers/regsecspi.h | 0 .../sdk/include/mx6dq/registers/regseim.h | 0 .../sdk/include/mx6dq/registers/regsenet.h | 0 .../sdk/include/mx6dq/registers/regsepit.h | 0 .../sdk/include/mx6dq/registers/regsesai.h | 0 .../sdk/include/mx6dq/registers/regsflexcan.h | 0 .../sdk/include/mx6dq/registers/regsgpc.h | 0 .../sdk/include/mx6dq/registers/regsgpio.h | 0 .../sdk/include/mx6dq/registers/regsgpmi.h | 0 .../sdk/include/mx6dq/registers/regsgpt.h | 0 .../sdk/include/mx6dq/registers/regsgpu2d.h | 0 .../sdk/include/mx6dq/registers/regsgpu3d.h | 0 .../sdk/include/mx6dq/registers/regshdmi.h | 0 .../sdk/include/mx6dq/registers/regshdmiphy.h | 0 .../sdk/include/mx6dq/registers/regsi2c.h | 0 .../sdk/include/mx6dq/registers/regsiomuxc.h | 0 .../sdk/include/mx6dq/registers/regsipu.h | 0 .../sdk/include/mx6dq/registers/regskpp.h | 0 .../sdk/include/mx6dq/registers/regsldb.h | 0 .../sdk/include/mx6dq/registers/regsmipicsi.h | 0 .../sdk/include/mx6dq/registers/regsmipidsi.h | 0 .../sdk/include/mx6dq/registers/regsmipihsi.h | 0 .../sdk/include/mx6dq/registers/regsmlb150.h | 0 .../sdk/include/mx6dq/registers/regsmmdc.h | 0 .../sdk/include/mx6dq/registers/regsocotp.h | 0 .../sdk/include/mx6dq/registers/regspcieep.h | 0 .../sdk/include/mx6dq/registers/regspciephy.h | 0 .../sdk/include/mx6dq/registers/regspciepl.h | 0 .../sdk/include/mx6dq/registers/regspcierc.h | 0 .../sdk/include/mx6dq/registers/regspgc.h | 0 .../sdk/include/mx6dq/registers/regspmu.h | 0 .../sdk/include/mx6dq/registers/regspwm.h | 0 .../sdk/include/mx6dq/registers/regsromc.h | 0 .../sdk/include/mx6dq/registers/regssata.h | 0 .../include/mx6dq/registers/regssataphyclock.h | 0 .../include/mx6dq/registers/regssataphylane.h | 0 .../sdk/include/mx6dq/registers/regssdmaarm.h | 0 .../sdk/include/mx6dq/registers/regssdmabp.h | 0 .../sdk/include/mx6dq/registers/regssdmacore.h | 0 .../sdk/include/mx6dq/registers/regssjc.h | 0 .../sdk/include/mx6dq/registers/regssnvs.h | 0 .../sdk/include/mx6dq/registers/regsspba.h | 0 .../sdk/include/mx6dq/registers/regsspdif.h | 0 .../sdk/include/mx6dq/registers/regssrc.h | 0 .../sdk/include/mx6dq/registers/regsssi.h | 0 .../sdk/include/mx6dq/registers/regstempmon.h | 0 .../sdk/include/mx6dq/registers/regsuart.h | 0 .../include/mx6dq/registers/regsusbanalog.h | 0 .../sdk/include/mx6dq/registers/regsusbcore.h | 0 .../include/mx6dq/registers/regsusbnoncore.h | 0 .../sdk/include/mx6dq/registers/regsusbphy.h | 0 .../sdk/include/mx6dq/registers/regsusdhc.h | 0 .../sdk/include/mx6dq/registers/regsvdoa.h | 0 .../sdk/include/mx6dq/registers/regsvpu.h | 0 .../sdk/include/mx6dq/registers/regswdog.h | 0 .../include/mx6dq/registers/regsxtalosc24.h | 0 .../sdk/include/mx6dq/sdma_event.h | 0 .../sdk/include/mx6sdl/iomux_define.h | 0 .../sdk/include/mx6sdl/iomux_register.h | 0 .../sdk/include/mx6sdl/ipu_reg_def.h | 0 .../sdk/include/mx6sdl/irq_numbers.h | 0 .../sdk/include/mx6sdl/registers.h | 0 .../sdk/include/mx6sdl/registers/regs.h | 0 .../sdk/include/mx6sdl/registers/regsaipstz.h | 0 .../sdk/include/mx6sdl/registers/regsapbh.h | 0 .../mx6sdl/registers/regsarmglobaltimer.h | 0 .../sdk/include/mx6sdl/registers/regsasrc.h | 0 .../sdk/include/mx6sdl/registers/regsaudmux.h | 0 .../sdk/include/mx6sdl/registers/regsbch.h | 0 .../sdk/include/mx6sdl/registers/regsccm.h | 0 .../include/mx6sdl/registers/regsccmanalog.h | 0 .../sdk/include/mx6sdl/registers/regscsi2ipu.h | 0 .../sdk/include/mx6sdl/registers/regscsu.h | 0 .../sdk/include/mx6sdl/registers/regsdcic.h | 0 .../sdk/include/mx6sdl/registers/regsdvfs.h | 0 .../sdk/include/mx6sdl/registers/regsecspi.h | 0 .../sdk/include/mx6sdl/registers/regseim.h | 0 .../sdk/include/mx6sdl/registers/regsenet.h | 0 .../sdk/include/mx6sdl/registers/regsepdc.h | 0 .../sdk/include/mx6sdl/registers/regsepit.h | 0 .../sdk/include/mx6sdl/registers/regsesai.h | 0 .../sdk/include/mx6sdl/registers/regsflexcan.h | 0 .../sdk/include/mx6sdl/registers/regsgpc.h | 0 .../sdk/include/mx6sdl/registers/regsgpio.h | 0 .../sdk/include/mx6sdl/registers/regsgpmi.h | 0 .../sdk/include/mx6sdl/registers/regsgpt.h | 0 .../sdk/include/mx6sdl/registers/regsgpu2d.h | 0 .../sdk/include/mx6sdl/registers/regsgpu3d.h | 0 .../sdk/include/mx6sdl/registers/regshdmi.h | 0 .../sdk/include/mx6sdl/registers/regshdmiphy.h | 0 .../sdk/include/mx6sdl/registers/regsi2c.h | 0 .../sdk/include/mx6sdl/registers/regsiomuxc.h | 0 .../sdk/include/mx6sdl/registers/regsipu.h | 0 .../sdk/include/mx6sdl/registers/regskpp.h | 0 .../sdk/include/mx6sdl/registers/regsldb.h | 0 .../sdk/include/mx6sdl/registers/regsmipicsi.h | 0 .../sdk/include/mx6sdl/registers/regsmipidsi.h | 0 .../sdk/include/mx6sdl/registers/regsmipihsi.h | 0 .../sdk/include/mx6sdl/registers/regsmlb150.h | 0 .../sdk/include/mx6sdl/registers/regsmmdc.h | 0 .../sdk/include/mx6sdl/registers/regsocotp.h | 0 .../sdk/include/mx6sdl/registers/regspcieep.h | 0 .../sdk/include/mx6sdl/registers/regspciephy.h | 0 .../sdk/include/mx6sdl/registers/regspciepl.h | 0 .../sdk/include/mx6sdl/registers/regspcierc.h | 0 .../sdk/include/mx6sdl/registers/regspgc.h | 0 .../sdk/include/mx6sdl/registers/regspmu.h | 0 .../sdk/include/mx6sdl/registers/regspwm.h | 0 .../sdk/include/mx6sdl/registers/regspxp.h | 0 .../sdk/include/mx6sdl/registers/regsromc.h | 0 .../sdk/include/mx6sdl/registers/regssdmaarm.h | 0 .../sdk/include/mx6sdl/registers/regssdmabp.h | 0 .../include/mx6sdl/registers/regssdmacore.h | 0 .../sdk/include/mx6sdl/registers/regssjc.h | 0 .../sdk/include/mx6sdl/registers/regssnvs.h | 0 .../sdk/include/mx6sdl/registers/regsspba.h | 0 .../sdk/include/mx6sdl/registers/regsspdif.h | 0 .../sdk/include/mx6sdl/registers/regssrc.h | 0 .../sdk/include/mx6sdl/registers/regsssi.h | 0 .../sdk/include/mx6sdl/registers/regstempmon.h | 0 .../sdk/include/mx6sdl/registers/regsuart.h | 0 .../include/mx6sdl/registers/regsusbanalog.h | 0 .../sdk/include/mx6sdl/registers/regsusbcore.h | 0 .../include/mx6sdl/registers/regsusbnoncore.h | 0 .../sdk/include/mx6sdl/registers/regsusbphy.h | 0 .../sdk/include/mx6sdl/registers/regsusdhc.h | 0 .../sdk/include/mx6sdl/registers/regsvdoa.h | 0 .../sdk/include/mx6sdl/registers/regsvpu.h | 0 .../sdk/include/mx6sdl/registers/regswdog.h | 0 .../include/mx6sdl/registers/regsxtalosc24.h | 0 .../sdk/include/mx6sdl/sdma_event.h | 0 .../sdk/include/mx6sl/iomux_define.h | 0 .../sdk/include/mx6sl/iomux_register.h | 0 .../sdk/include/mx6sl/irq_numbers.h | 0 .../sdk/include/mx6sl/registers.h | 0 .../sdk/include/mx6sl/registers/regs.h | 0 .../sdk/include/mx6sl/registers/regsaipstz.h | 0 .../mx6sl/registers/regsarmglobaltimer.h | 0 .../sdk/include/mx6sl/registers/regsaudmux.h | 0 .../sdk/include/mx6sl/registers/regsccm.h | 0 .../include/mx6sl/registers/regsccmanalog.h | 0 .../sdk/include/mx6sl/registers/regscsi.h | 0 .../sdk/include/mx6sl/registers/regscsu.h | 0 .../sdk/include/mx6sl/registers/regsdbgmon.h | 0 .../sdk/include/mx6sl/registers/regsdcp.h | 0 .../sdk/include/mx6sl/registers/regsdvfs.h | 0 .../sdk/include/mx6sl/registers/regsecspi.h | 0 .../sdk/include/mx6sl/registers/regseim.h | 0 .../sdk/include/mx6sl/registers/regselcdif.h | 0 .../sdk/include/mx6sl/registers/regsepdc.h | 0 .../sdk/include/mx6sl/registers/regsepit.h | 0 .../sdk/include/mx6sl/registers/regsfec.h | 0 .../sdk/include/mx6sl/registers/regsgpc.h | 0 .../sdk/include/mx6sl/registers/regsgpio.h | 0 .../sdk/include/mx6sl/registers/regsgpt.h | 0 .../sdk/include/mx6sl/registers/regsgpu2d.h | 0 .../sdk/include/mx6sl/registers/regsi2c.h | 0 .../sdk/include/mx6sl/registers/regsiomuxc.h | 0 .../sdk/include/mx6sl/registers/regskpp.h | 0 .../sdk/include/mx6sl/registers/regsmmdc.h | 0 .../sdk/include/mx6sl/registers/regsocotp.h | 0 .../sdk/include/mx6sl/registers/regspgc.h | 0 .../sdk/include/mx6sl/registers/regspmu.h | 0 .../sdk/include/mx6sl/registers/regspwm.h | 0 .../sdk/include/mx6sl/registers/regspxp.h | 0 .../sdk/include/mx6sl/registers/regsqosc.h | 0 .../sdk/include/mx6sl/registers/regsrng.h | 0 .../sdk/include/mx6sl/registers/regsromc.h | 0 .../sdk/include/mx6sl/registers/regssdmaarm.h | 0 .../sdk/include/mx6sl/registers/regssdmabp.h | 0 .../sdk/include/mx6sl/registers/regssdmacore.h | 0 .../sdk/include/mx6sl/registers/regssjc.h | 0 .../sdk/include/mx6sl/registers/regssnvs.h | 0 .../sdk/include/mx6sl/registers/regsspba.h | 0 .../sdk/include/mx6sl/registers/regsspdc.h | 0 .../sdk/include/mx6sl/registers/regsspdif.h | 0 .../sdk/include/mx6sl/registers/regssrc.h | 0 .../sdk/include/mx6sl/registers/regsssi.h | 0 .../sdk/include/mx6sl/registers/regstempmon.h | 0 .../sdk/include/mx6sl/registers/regsuart.h | 0 .../include/mx6sl/registers/regsusbanalog.h | 0 .../sdk/include/mx6sl/registers/regsusbcore.h | 0 .../include/mx6sl/registers/regsusbnoncore.h | 0 .../sdk/include/mx6sl/registers/regsusbphy.h | 0 .../sdk/include/mx6sl/registers/regsusdhc.h | 0 .../sdk/include/mx6sl/registers/regswdog.h | 0 .../include/mx6sl/registers/regsxtalosc24.h | 0 .../sdk/include/mx6sl/sdma_event.h | 0 .../iMX6_Platform_SDK/sdk/include/sdk_types.h | 0 .../sdk/include/sdk_version.h | 0 bsp/imx6sx/iMX6_Platform_SDK/sdk/sdk.dox | 0 .../iMX6_Platform_SDK/sdk/utility/Makefile | 0 .../iMX6_Platform_SDK/sdk/utility/atomics.h | 0 .../iMX6_Platform_SDK/sdk/utility/menu.h | 0 .../iMX6_Platform_SDK/sdk/utility/spinlock.h | 0 .../sdk/utility/src/atomics.s | 0 .../iMX6_Platform_SDK/sdk/utility/src/menu.c | 0 .../sdk/utility/src/sdk_version.c | 0 .../sdk/utility/src/spinlock.c | 0 .../sdk/utility/src/spinlock_lock_unlock.S | 0 .../sdk/utility/src/system_util.c | 0 .../sdk/utility/src/text_color.c | 0 .../iMX6_Platform_SDK/sdk/utility/text_color.h | 0 bsp/imx6ul/.config | 0 bsp/imx6ul/Kconfig | 0 bsp/imx6ul/Makefile | 0 bsp/imx6ul/README.md | 0 bsp/imx6ul/SConscript | 0 bsp/imx6ul/SConstruct | 0 bsp/imx6ul/applications/SConscript | 0 bsp/imx6ul/applications/application.c | 0 bsp/imx6ul/applications/startup.c | 0 bsp/imx6ul/drivers/Kconfig | 0 bsp/imx6ul/drivers/SConscript | 0 bsp/imx6ul/drivers/board.c | 0 bsp/imx6ul/drivers/board.h | 0 bsp/imx6ul/drivers/imx6ul.h | 0 bsp/imx6ul/drivers/iomux/iomux_config.c | 0 bsp/imx6ul/drivers/iomux/iomux_config.h | 0 bsp/imx6ul/drivers/iomux/uart_iomux_config.c | 0 bsp/imx6ul/drivers/serial.c | 0 bsp/imx6ul/drivers/serial.h | 0 bsp/imx6ul/imx6.lds | 0 bsp/imx6ul/platform/SConscript | 0 bsp/imx6ul/platform/cpu/arm_cp_registers.h | 0 bsp/imx6ul/platform/cpu/armv7_cache.c | 0 bsp/imx6ul/platform/cpu/ccm_pll.h | 0 bsp/imx6ul/platform/cpu/ccm_pll2.c | 0 bsp/imx6ul/platform/cpu/cortex_a.h | 0 bsp/imx6ul/platform/cpu/cortex_a_gcc.S | 0 bsp/imx6ul/platform/cpu/gic_registers.h | 0 bsp/imx6ul/platform/drivers/epit.c | 0 bsp/imx6ul/platform/drivers/gpt.c | 0 bsp/imx6ul/platform/drivers/imx_i2c.c | 0 bsp/imx6ul/platform/drivers/imx_i2c_internal.h | 0 bsp/imx6ul/platform/drivers/imx_timer.c | 0 bsp/imx6ul/platform/drivers/imx_uart.c | 0 bsp/imx6ul/platform/include/epit.h | 0 bsp/imx6ul/platform/include/gpt.h | 0 bsp/imx6ul/platform/include/hab_defines.h | 0 bsp/imx6ul/platform/include/imx_i2c.h | 0 bsp/imx6ul/platform/include/imx_timer.h | 0 bsp/imx6ul/platform/include/imx_uart.h | 0 bsp/imx6ul/platform/include/io.h | 0 .../include/mx6ul/ccm_pll_reg_define.h | 0 .../platform/include/mx6ul/fsl_bitaccess.h | 0 bsp/imx6ul/platform/include/mx6ul/functions.h | 0 .../platform/include/mx6ul/gpio_define.h | 0 bsp/imx6ul/platform/include/mx6ul/hardware.h | 0 bsp/imx6ul/platform/include/mx6ul/hdmi_regs.h | 0 bsp/imx6ul/platform/include/mx6ul/iim_fuse.h | 0 .../platform/include/mx6ul/imx6ul-pinfunc.h | 0 .../platform/include/mx6ul/iomux_define.h | 0 .../platform/include/mx6ul/iomux_register.h | 0 .../platform/include/mx6ul/irq_numbers.h | 0 .../platform/include/mx6ul/plat_startup.h | 0 bsp/imx6ul/platform/include/mx6ul/registers.h | 0 .../platform/include/mx6ul/registers/regs.h | 0 .../mx6ul/registers/regsarmglobaltimer.h | 0 .../platform/include/mx6ul/registers/regsccm.h | 0 .../include/mx6ul/registers/regsccmanalog.h | 0 .../include/mx6ul/registers/regsecspi.h | 0 .../include/mx6ul/registers/regsenet.h | 0 .../include/mx6ul/registers/regsepit.h | 0 .../include/mx6ul/registers/regsgpmi.h | 0 .../platform/include/mx6ul/registers/regsgpt.h | 0 .../platform/include/mx6ul/registers/regsi2c.h | 0 .../include/mx6ul/registers/regsocotp.h | 0 .../include/mx6ul/registers/regssdmaarm.h | 0 .../include/mx6ul/registers/regsspba.h | 0 .../include/mx6ul/registers/regsuart.h | 0 .../include/mx6ul/registers/regsusbanalog.h | 0 .../include/mx6ul/registers/regsusdhc.h | 0 bsp/imx6ul/platform/include/mx6ul/regs.h | 0 bsp/imx6ul/platform/include/mx6ul/regsapbh.h | 0 bsp/imx6ul/platform/include/mx6ul/regsbch.h | 0 bsp/imx6ul/platform/include/mx6ul/regsgpmi.h | 0 .../platform/include/mx6ul/soc_memory_map.h | 0 bsp/imx6ul/platform/include/sdk.h | 0 bsp/imx6ul/platform/include/sdk_types.h | 0 bsp/imx6ul/platform/include/sdk_version.h | 0 bsp/imx6ul/rtconfig.h | 0 bsp/imx6ul/rtconfig.py | 0 bsp/imxrt/README.md | 0 ...266\344\275\234\346\225\231\347\250\213.md" | 0 ...277\347\224\250\346\225\231\347\250\213.md" | 0 ...273\345\212\240\346\214\207\345\215\227.md" | 0 ...261\345\212\250\344\273\213\347\273\215.md" | 0 bsp/imxrt/docs/figures/Kconfig.png | Bin bsp/imxrt/docs/figures/Kconfig2.png | Bin bsp/imxrt/docs/figures/Peripheral.png | Bin bsp/imxrt/docs/figures/SConscript.png | Bin bsp/imxrt/docs/figures/adc_config1.png | Bin bsp/imxrt/docs/figures/adc_config2.png | Bin bsp/imxrt/docs/figures/adc_config3.png | Bin bsp/imxrt/docs/figures/adc_config4.png | Bin bsp/imxrt/docs/figures/board_kconfig2.png | Bin bsp/imxrt/docs/figures/bsp_template_dir.png | Bin bsp/imxrt/docs/figures/complise.png | Bin bsp/imxrt/docs/figures/config1.png | Bin bsp/imxrt/docs/figures/config2.png | Bin bsp/imxrt/docs/figures/config5.png | Bin bsp/imxrt/docs/figures/copy.png | Bin bsp/imxrt/docs/figures/frame.png | Bin bsp/imxrt/docs/figures/gpt_config1.png | Bin bsp/imxrt/docs/figures/gpt_config2.png | Bin bsp/imxrt/docs/figures/gpt_config3.png | Bin bsp/imxrt/docs/figures/i2c2_code.png | Bin bsp/imxrt/docs/figures/i2c2_config.png | Bin bsp/imxrt/docs/figures/i2c_device1.png | Bin bsp/imxrt/docs/figures/link-icf.png | Bin bsp/imxrt/docs/figures/link-lds.png | Bin bsp/imxrt/docs/figures/link-scf.png | Bin bsp/imxrt/docs/figures/linker_scripts.png | Bin bsp/imxrt/docs/figures/mcupress_2.png | Bin bsp/imxrt/docs/figures/mcupress_3.png | Bin bsp/imxrt/docs/figures/mcupress_clock2.png | Bin bsp/imxrt/docs/figures/mcux_i2c2.png | Bin bsp/imxrt/docs/figures/mcuxpress.png | Bin bsp/imxrt/docs/figures/mcuxpress_1.png | Bin bsp/imxrt/docs/figures/mcuxpress_clock1.png | Bin bsp/imxrt/docs/figures/menuconfig_1.png | Bin bsp/imxrt/docs/figures/menuconfig_2.png | Bin bsp/imxrt/docs/figures/menuconfig_3.png | Bin bsp/imxrt/docs/figures/menuconfig_4.png | Bin bsp/imxrt/docs/figures/menuconfig_apolo.png | Bin bsp/imxrt/docs/figures/mpu6050.png | Bin bsp/imxrt/docs/figures/on_chip_config.png | Bin bsp/imxrt/docs/figures/open_mcuxpress.png | Bin bsp/imxrt/docs/figures/pwm_config1.png | Bin bsp/imxrt/docs/figures/pwm_config2.png | Bin bsp/imxrt/docs/figures/pwm_config3.png | Bin bsp/imxrt/docs/figures/pwm_device.png | Bin bsp/imxrt/docs/figures/rt_device.png | Bin bsp/imxrt/docs/figures/run_i2c2.png | Bin bsp/imxrt/docs/figures/save.png | Bin bsp/imxrt/docs/figures/scons_mdk5.png | Bin bsp/imxrt/docs/figures/template_1.png | Bin bsp/imxrt/docs/figures/template_2.png | Bin bsp/imxrt/docs/figures/template_3.png | Bin bsp/imxrt/docs/figures/template_4.png | Bin bsp/imxrt/docs/figures/update.png | Bin bsp/imxrt/imxrt1052-atk-commander/.config | 0 bsp/imxrt/imxrt1052-atk-commander/Kconfig | 0 bsp/imxrt/imxrt1052-atk-commander/README.md | 0 bsp/imxrt/imxrt1052-atk-commander/SConscript | 0 bsp/imxrt/imxrt1052-atk-commander/SConstruct | 0 .../applications/SConscript | 0 .../applications/main.c | 0 .../imxrt1052-atk-commander/applications/mnt.c | 0 .../imxrt1052-atk-commander/board/Kconfig | 0 .../board/MCUX_Config/MCUX_Config.mex | 0 .../board/MCUX_Config/clock_config.c | 0 .../board/MCUX_Config/clock_config.h | 0 .../board/MCUX_Config/pin_mux.c | 0 .../board/MCUX_Config/pin_mux.h | 0 .../board/MIMXRT105x_QuadSPI_4KB_SEC.FLM | Bin .../imxrt1052-atk-commander/board/SConscript | 0 .../imxrt1052-atk-commander/board/board.c | 0 .../imxrt1052-atk-commander/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/sdram_port.h | 0 .../board/ports/spi_flash_init.c | 0 .../imxrt1052-atk-commander/figures/board.png | Bin .../imxrt1052-atk-commander/figures/flash.png | Bin .../imxrt1052-atk-commander/project.uvoptx | 0 .../imxrt1052-atk-commander/project.uvprojx | 0 bsp/imxrt/imxrt1052-atk-commander/rtconfig.h | 0 bsp/imxrt/imxrt1052-atk-commander/rtconfig.py | 0 .../imxrt1052-atk-commander/template.uvoptx | 0 .../imxrt1052-atk-commander/template.uvprojx | 0 bsp/imxrt/imxrt1052-fire-pro/.config | 0 bsp/imxrt/imxrt1052-fire-pro/Kconfig | 0 bsp/imxrt/imxrt1052-fire-pro/README.md | 0 bsp/imxrt/imxrt1052-fire-pro/SConscript | 0 bsp/imxrt/imxrt1052-fire-pro/SConstruct | 0 .../imxrt1052-fire-pro/applications/SConscript | 0 .../imxrt1052-fire-pro/applications/main.c | 0 .../board/FlashIMXRT1052_YH_FlexSPI.board | 0 bsp/imxrt/imxrt1052-fire-pro/board/Kconfig | 0 .../board/MCUX_Config/MCUX_Config.mex | 0 .../board/MCUX_Config/clock_config.c | 0 .../board/MCUX_Config/clock_config.h | 0 .../board/MCUX_Config/pin_mux.c | 0 .../board/MCUX_Config/pin_mux.h | 0 bsp/imxrt/imxrt1052-fire-pro/board/SConscript | 0 bsp/imxrt/imxrt1052-fire-pro/board/board.c | 0 bsp/imxrt/imxrt1052-fire-pro/board/board.h | 0 .../board/iMXRT1052_W25Q256JV_CFG_By_Fire.FLM | Bin .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 bsp/imxrt/imxrt1052-fire-pro/figures/board.png | Bin bsp/imxrt/imxrt1052-fire-pro/figures/flash.png | Bin bsp/imxrt/imxrt1052-fire-pro/project.ewd | 0 bsp/imxrt/imxrt1052-fire-pro/project.ewp | 0 bsp/imxrt/imxrt1052-fire-pro/project.ewt | 0 bsp/imxrt/imxrt1052-fire-pro/project.eww | 0 bsp/imxrt/imxrt1052-fire-pro/project.uvoptx | 0 bsp/imxrt/imxrt1052-fire-pro/project.uvprojx | 0 bsp/imxrt/imxrt1052-fire-pro/rtconfig.h | 0 bsp/imxrt/imxrt1052-fire-pro/rtconfig.py | 0 bsp/imxrt/imxrt1052-fire-pro/template.ewd | 0 bsp/imxrt/imxrt1052-fire-pro/template.ewp | 0 bsp/imxrt/imxrt1052-fire-pro/template.ewt | 0 bsp/imxrt/imxrt1052-fire-pro/template.eww | 0 bsp/imxrt/imxrt1052-fire-pro/template.uvoptx | 0 bsp/imxrt/imxrt1052-fire-pro/template.uvprojx | 0 bsp/imxrt/imxrt1052-nxp-evk/.config | 0 bsp/imxrt/imxrt1052-nxp-evk/Kconfig | 0 bsp/imxrt/imxrt1052-nxp-evk/README.md | 0 bsp/imxrt/imxrt1052-nxp-evk/SConscript | 0 bsp/imxrt/imxrt1052-nxp-evk/SConstruct | 0 .../imxrt1052-nxp-evk/applications/SConscript | 0 .../imxrt1052-nxp-evk/applications/main.c | 0 bsp/imxrt/imxrt1052-nxp-evk/applications/mnt.c | 0 bsp/imxrt/imxrt1052-nxp-evk/board/Kconfig | 0 .../board/MCUX_Config/MCUX_Config.mex | 0 .../board/MCUX_Config/clock_config.c | 0 .../board/MCUX_Config/clock_config.h | 0 .../board/MCUX_Config/pin_mux.c | 0 .../board/MCUX_Config/pin_mux.h | 0 bsp/imxrt/imxrt1052-nxp-evk/board/SConscript | 0 bsp/imxrt/imxrt1052-nxp-evk/board/board.c | 0 bsp/imxrt/imxrt1052-nxp-evk/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/phyksz8081/fsl_phy.c | 0 .../board/ports/phyksz8081/fsl_phy.h | 0 .../imxrt1052-nxp-evk/board/ports/sdram_port.h | 0 bsp/imxrt/imxrt1052-nxp-evk/figures/board.jpg | Bin bsp/imxrt/imxrt1052-nxp-evk/project.ewd | 0 bsp/imxrt/imxrt1052-nxp-evk/project.ewp | 0 bsp/imxrt/imxrt1052-nxp-evk/project.eww | 0 bsp/imxrt/imxrt1052-nxp-evk/project.uvoptx | 0 bsp/imxrt/imxrt1052-nxp-evk/project.uvprojx | 0 bsp/imxrt/imxrt1052-nxp-evk/rtconfig.h | 0 bsp/imxrt/imxrt1052-nxp-evk/rtconfig.py | 0 bsp/imxrt/imxrt1052-nxp-evk/template.ewd | 0 bsp/imxrt/imxrt1052-nxp-evk/template.ewp | 0 bsp/imxrt/imxrt1052-nxp-evk/template.ewt | 0 bsp/imxrt/imxrt1052-nxp-evk/template.eww | 0 bsp/imxrt/imxrt1052-nxp-evk/template.uvoptx | 0 bsp/imxrt/imxrt1052-nxp-evk/template.uvprojx | 0 bsp/imxrt/imxrt1052-nxp-evk/xip/SConscript | 0 .../xip/fsl_flexspi_nor_boot.c | 0 .../xip/fsl_flexspi_nor_boot.h | 0 .../xip/fsl_flexspi_nor_flash.c | 0 .../xip/fsl_flexspi_nor_flash.h | 0 bsp/imxrt/imxrt1064-nxp-evk/.config | 0 bsp/imxrt/imxrt1064-nxp-evk/Kconfig | 0 bsp/imxrt/imxrt1064-nxp-evk/README.md | 0 bsp/imxrt/imxrt1064-nxp-evk/SConscript | 0 bsp/imxrt/imxrt1064-nxp-evk/SConstruct | 0 .../imxrt1064-nxp-evk/applications/SConscript | 0 .../imxrt1064-nxp-evk/applications/main.c | 0 bsp/imxrt/imxrt1064-nxp-evk/board/Kconfig | 0 .../board/MCUX_Config/MCUX_Config.mex | 0 .../board/MCUX_Config/clock_config.c | 0 .../board/MCUX_Config/clock_config.h | 0 .../board/MCUX_Config/pin_mux.c | 0 .../board/MCUX_Config/pin_mux.h | 0 bsp/imxrt/imxrt1064-nxp-evk/board/SConscript | 0 bsp/imxrt/imxrt1064-nxp-evk/board/board.c | 0 bsp/imxrt/imxrt1064-nxp-evk/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../figures/MIMXRT1064EVK-TOP.jpg | Bin bsp/imxrt/imxrt1064-nxp-evk/project.ewd | 0 bsp/imxrt/imxrt1064-nxp-evk/project.ewp | 0 bsp/imxrt/imxrt1064-nxp-evk/project.eww | 0 bsp/imxrt/imxrt1064-nxp-evk/project.uvoptx | 0 bsp/imxrt/imxrt1064-nxp-evk/project.uvprojx | 0 bsp/imxrt/imxrt1064-nxp-evk/rtconfig.h | 0 bsp/imxrt/imxrt1064-nxp-evk/rtconfig.py | 0 bsp/imxrt/imxrt1064-nxp-evk/template.ewd | 0 bsp/imxrt/imxrt1064-nxp-evk/template.ewp | 0 bsp/imxrt/imxrt1064-nxp-evk/template.ewt | 0 bsp/imxrt/imxrt1064-nxp-evk/template.eww | 0 bsp/imxrt/imxrt1064-nxp-evk/template.uvoptx | 0 bsp/imxrt/imxrt1064-nxp-evk/template.uvprojx | 0 bsp/imxrt/imxrt1064-nxp-evk/xip/SConscript | 0 .../xip/evkmimxrt1064_flexspi_nor_config.c | 0 .../xip/evkmimxrt1064_flexspi_nor_config.h | 0 .../xip/evkmimxrt1064_sdram_ini_dcd.c | 0 .../xip/evkmimxrt1064_sdram_ini_dcd.h | 0 .../xip/fsl_flexspi_nor_boot.c | 0 .../xip/fsl_flexspi_nor_boot.h | 0 bsp/imxrt/libraries/Kconfig | 0 .../CMSIS/Driver/DriverTemplates/Driver_CAN.c | 0 .../Driver/DriverTemplates/Driver_ETH_MAC.c | 0 .../Driver/DriverTemplates/Driver_ETH_PHY.c | 0 .../Driver/DriverTemplates/Driver_Flash.c | 0 .../CMSIS/Driver/DriverTemplates/Driver_I2C.c | 0 .../CMSIS/Driver/DriverTemplates/Driver_MCI.c | 0 .../CMSIS/Driver/DriverTemplates/Driver_SAI.c | 0 .../CMSIS/Driver/DriverTemplates/Driver_SPI.c | 0 .../Driver/DriverTemplates/Driver_Storage.c | 0 .../Driver/DriverTemplates/Driver_USART.c | 0 .../CMSIS/Driver/DriverTemplates/Driver_USBD.c | 0 .../CMSIS/Driver/DriverTemplates/Driver_USBH.c | 0 .../CMSIS/Driver/Include/Driver_CAN.h | 0 .../CMSIS/Driver/Include/Driver_Common.h | 0 .../CMSIS/Driver/Include/Driver_ETH.h | 0 .../CMSIS/Driver/Include/Driver_ETH_MAC.h | 0 .../CMSIS/Driver/Include/Driver_ETH_PHY.h | 0 .../CMSIS/Driver/Include/Driver_Flash.h | 0 .../CMSIS/Driver/Include/Driver_I2C.h | 0 .../CMSIS/Driver/Include/Driver_MCI.h | 0 .../CMSIS/Driver/Include/Driver_NAND.h | 0 .../CMSIS/Driver/Include/Driver_SAI.h | 0 .../CMSIS/Driver/Include/Driver_SPI.h | 0 .../CMSIS/Driver/Include/Driver_USART.h | 0 .../CMSIS/Driver/Include/Driver_USB.h | 0 .../CMSIS/Driver/Include/Driver_USBD.h | 0 .../CMSIS/Driver/Include/Driver_USBH.h | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../MIMXRT1050/CMSIS/Include/arm_math.h | 0 .../MIMXRT1050/CMSIS/Include/cmsis_armcc.h | 0 .../MIMXRT1050/CMSIS/Include/cmsis_armclang.h | 0 .../MIMXRT1050/CMSIS/Include/cmsis_compiler.h | 0 .../MIMXRT1050/CMSIS/Include/cmsis_gcc.h | 0 .../MIMXRT1050/CMSIS/Include/cmsis_iccarm.h | 0 .../MIMXRT1050/CMSIS/Include/cmsis_version.h | 0 .../MIMXRT1050/CMSIS/Include/core_armv8mbl.h | 0 .../MIMXRT1050/CMSIS/Include/core_armv8mml.h | 0 .../MIMXRT1050/CMSIS/Include/core_cm0.h | 0 .../MIMXRT1050/CMSIS/Include/core_cm0plus.h | 0 .../MIMXRT1050/CMSIS/Include/core_cm23.h | 0 .../MIMXRT1050/CMSIS/Include/core_cm3.h | 0 .../MIMXRT1050/CMSIS/Include/core_cm33.h | 0 .../MIMXRT1050/CMSIS/Include/core_cm4.h | 0 .../MIMXRT1050/CMSIS/Include/core_cm7.h | 0 .../MIMXRT1050/CMSIS/Include/core_sc000.h | 0 .../MIMXRT1050/CMSIS/Include/core_sc300.h | 0 .../MIMXRT1050/CMSIS/Include/mpu_armv7.h | 0 .../MIMXRT1050/CMSIS/Include/mpu_armv8.h | 0 .../MIMXRT1050/CMSIS/Include/tz_context.h | 0 .../libraries/MIMXRT1050/CMSIS/LICENSE.txt | 0 .../MIMXRT1050/MIMXRT1052/MIMXRT1052.h | 0 .../MIMXRT1050/MIMXRT1052/MIMXRT1052.xml | 0 .../MIMXRT1052/MIMXRT1052_features.h | 0 .../arm/MIMXRT1052xxxxx_flexspi_nor.scf | 0 .../arm/MIMXRT1052xxxxx_flexspi_nor_sdram.scf | 0 .../MIMXRT1052/arm/MIMXRT1052xxxxx_ram.scf | 0 .../MIMXRT1052/arm/MIMXRT1052xxxxx_sdram.scf | 0 .../arm/MIMXRT1052xxxxx_sdram_txt.scf | 0 .../arm/MIMXRT105x_HYPER_256KB_SEC.FLM | Bin .../arm/MIMXRT105x_QuadSPI_4KB_SEC.FLM | Bin .../MIMXRT1052/arm/startup_MIMXRT1052.s | 0 .../MIMXRT1052/cmsis_drivers/fsl_lpi2c_cmsis.c | 0 .../MIMXRT1052/cmsis_drivers/fsl_lpi2c_cmsis.h | 0 .../MIMXRT1052/cmsis_drivers/fsl_lpspi_cmsis.c | 0 .../MIMXRT1052/cmsis_drivers/fsl_lpspi_cmsis.h | 0 .../cmsis_drivers/fsl_lpuart_cmsis.c | 0 .../cmsis_drivers/fsl_lpuart_cmsis.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_adc.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_adc.h | 0 .../MIMXRT1052/drivers/fsl_adc_etc.c | 0 .../MIMXRT1052/drivers/fsl_adc_etc.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_aipstz.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_aipstz.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_aoi.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_aoi.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_bee.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_bee.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_cache.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_cache.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_clock.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_clock.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_cmp.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_cmp.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_common.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_common.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_csi.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_csi.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_dcdc.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_dcdc.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_dcp.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_dcp.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_dmamux.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_dmamux.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_edma.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_edma.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_elcdif.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_elcdif.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_enc.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_enc.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_enet.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_enet.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_ewm.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_ewm.h | 0 .../MIMXRT1052/drivers/fsl_flexcan.c | 0 .../MIMXRT1052/drivers/fsl_flexcan.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_flexio.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_flexio.h | 0 .../MIMXRT1052/drivers/fsl_flexio_i2c_master.c | 0 .../MIMXRT1052/drivers/fsl_flexio_i2c_master.h | 0 .../MIMXRT1052/drivers/fsl_flexio_i2s.c | 0 .../MIMXRT1052/drivers/fsl_flexio_i2s.h | 0 .../MIMXRT1052/drivers/fsl_flexio_i2s_edma.c | 0 .../MIMXRT1052/drivers/fsl_flexio_i2s_edma.h | 0 .../MIMXRT1052/drivers/fsl_flexio_spi.c | 0 .../MIMXRT1052/drivers/fsl_flexio_spi.h | 0 .../MIMXRT1052/drivers/fsl_flexio_spi_edma.c | 0 .../MIMXRT1052/drivers/fsl_flexio_spi_edma.h | 0 .../MIMXRT1052/drivers/fsl_flexio_uart.c | 0 .../MIMXRT1052/drivers/fsl_flexio_uart.h | 0 .../MIMXRT1052/drivers/fsl_flexio_uart_edma.c | 0 .../MIMXRT1052/drivers/fsl_flexio_uart_edma.h | 0 .../MIMXRT1052/drivers/fsl_flexram.c | 0 .../MIMXRT1052/drivers/fsl_flexram.h | 0 .../MIMXRT1052/drivers/fsl_flexspi.c | 0 .../MIMXRT1052/drivers/fsl_flexspi.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_gpc.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_gpc.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_gpio.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_gpio.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_gpt.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_gpt.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_iomuxc.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_kpp.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_kpp.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_lpi2c.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_lpi2c.h | 0 .../MIMXRT1052/drivers/fsl_lpi2c_edma.c | 0 .../MIMXRT1052/drivers/fsl_lpi2c_edma.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_lpspi.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_lpspi.h | 0 .../MIMXRT1052/drivers/fsl_lpspi_edma.c | 0 .../MIMXRT1052/drivers/fsl_lpspi_edma.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_lpuart.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_lpuart.h | 0 .../MIMXRT1052/drivers/fsl_lpuart_edma.c | 0 .../MIMXRT1052/drivers/fsl_lpuart_edma.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_pit.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_pit.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_pmu.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_pmu.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_pwm.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_pwm.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_pxp.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_pxp.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_qtmr.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_qtmr.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_rtwdog.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_rtwdog.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_sai.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_sai.h | 0 .../MIMXRT1052/drivers/fsl_sai_edma.c | 0 .../MIMXRT1052/drivers/fsl_sai_edma.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_semc.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_semc.h | 0 .../MIMXRT1052/drivers/fsl_snvs_hp.c | 0 .../MIMXRT1052/drivers/fsl_snvs_hp.h | 0 .../MIMXRT1052/drivers/fsl_snvs_lp.c | 0 .../MIMXRT1052/drivers/fsl_snvs_lp.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_spdif.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_spdif.h | 0 .../MIMXRT1052/drivers/fsl_spdif_edma.c | 0 .../MIMXRT1052/drivers/fsl_spdif_edma.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_src.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_src.h | 0 .../MIMXRT1052/drivers/fsl_tempmon.c | 0 .../MIMXRT1052/drivers/fsl_tempmon.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_trng.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_trng.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_tsc.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_tsc.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_usdhc.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_usdhc.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_wdog.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_wdog.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_xbara.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_xbara.h | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_xbarb.c | 0 .../MIMXRT1050/MIMXRT1052/drivers/fsl_xbarb.h | 0 .../MIMXRT1052/fsl_device_registers.h | 0 .../gcc/MIMXRT1052xxxxx_flexspi_nor.ld | 0 .../gcc/MIMXRT1052xxxxx_flexspi_nor_sdram.ld | 0 .../MIMXRT1052/gcc/MIMXRT1052xxxxx_ram.ld | 0 .../MIMXRT1052/gcc/MIMXRT1052xxxxx_sdram.ld | 0 .../gcc/MIMXRT1052xxxxx_sdram_txt.ld | 0 .../MIMXRT1052/gcc/startup_MIMXRT1052.S | 0 .../iar/MIMXRT1052xxxxx_flexspi_nor.icf | 0 .../iar/MIMXRT1052xxxxx_flexspi_nor_sdram.icf | 0 .../MIMXRT1052/iar/MIMXRT1052xxxxx_ram.icf | 0 .../MIMXRT1052/iar/MIMXRT1052xxxxx_sdram.icf | 0 .../iar/MIMXRT1052xxxxx_sdram_txt.icf | 0 .../MIMXRT1052/iar/startup_MIMXRT1052.s | 0 .../mcuxpresso/MIMXRT1050-EVK_IS25WP064A.cfx | Bin .../mcuxpresso/MIMXRT1050-EVK_S26KS512S.cfx | Bin .../MIMXRT1052/mcuxpresso/startup_mimxrt1052.c | 0 .../mcuxpresso/startup_mimxrt1052.cpp | 0 .../MIMXRT1052/project_template/board.c | 0 .../MIMXRT1052/project_template/board.h | 0 .../MIMXRT1052/project_template/clock_config.c | 0 .../MIMXRT1052/project_template/clock_config.h | 0 .../MIMXRT1052/project_template/peripherals.c | 0 .../MIMXRT1052/project_template/peripherals.h | 0 .../MIMXRT1052/project_template/pin_mux.c | 0 .../MIMXRT1052/project_template/pin_mux.h | 0 .../MIMXRT1050/MIMXRT1052/system_MIMXRT1052.c | 0 .../MIMXRT1050/MIMXRT1052/system_MIMXRT1052.h | 0 .../MIMXRT1052/template/RTE_Device.h | 0 .../debug_console/fsl_debug_console.c | 0 .../debug_console/fsl_debug_console.h | 0 .../debug_console/fsl_debug_console_conf.h | 0 .../MIMXRT1052/utilities/fsl_assert.c | 0 .../MIMXRT1052/utilities/fsl_notifier.c | 0 .../MIMXRT1052/utilities/fsl_notifier.h | 0 .../MIMXRT1050/MIMXRT1052/utilities/fsl_sbrk.c | 0 .../MIMXRT1052/utilities/fsl_shell.c | 0 .../MIMXRT1052/utilities/fsl_shell.h | 0 .../MIMXRT1052/utilities/str/fsl_str.c | 0 .../MIMXRT1052/utilities/str/fsl_str.h | 0 .../MIMXRT1052/utilities/usb_device_config.h | 0 .../MIMXRT1052/xip/fsl_flexspi_nor_boot.c | 0 .../MIMXRT1052/xip/fsl_flexspi_nor_boot.h | 0 bsp/imxrt/libraries/MIMXRT1050/SConscript | 0 .../CMSIS/Driver/Include/Driver_CAN.h | 0 .../CMSIS/Driver/Include/Driver_Common.h | 0 .../CMSIS/Driver/Include/Driver_ETH.h | 0 .../CMSIS/Driver/Include/Driver_ETH_MAC.h | 0 .../CMSIS/Driver/Include/Driver_ETH_PHY.h | 0 .../CMSIS/Driver/Include/Driver_Flash.h | 0 .../CMSIS/Driver/Include/Driver_I2C.h | 0 .../CMSIS/Driver/Include/Driver_MCI.h | 0 .../CMSIS/Driver/Include/Driver_NAND.h | 0 .../CMSIS/Driver/Include/Driver_SAI.h | 0 .../CMSIS/Driver/Include/Driver_SPI.h | 0 .../CMSIS/Driver/Include/Driver_USART.h | 0 .../CMSIS/Driver/Include/Driver_USB.h | 0 .../CMSIS/Driver/Include/Driver_USBD.h | 0 .../CMSIS/Driver/Include/Driver_USBH.h | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../MIMXRT1064/CMSIS/Include/arm_math.h | 0 .../MIMXRT1064/CMSIS/Include/cmsis_armcc.h | 0 .../MIMXRT1064/CMSIS/Include/cmsis_armclang.h | 0 .../MIMXRT1064/CMSIS/Include/cmsis_compiler.h | 0 .../MIMXRT1064/CMSIS/Include/cmsis_gcc.h | 0 .../MIMXRT1064/CMSIS/Include/cmsis_iccarm.h | 0 .../MIMXRT1064/CMSIS/Include/cmsis_version.h | 0 .../MIMXRT1064/CMSIS/Include/core_armv8mbl.h | 0 .../MIMXRT1064/CMSIS/Include/core_armv8mml.h | 0 .../MIMXRT1064/CMSIS/Include/core_cm0.h | 0 .../MIMXRT1064/CMSIS/Include/core_cm0plus.h | 0 .../MIMXRT1064/CMSIS/Include/core_cm23.h | 0 .../MIMXRT1064/CMSIS/Include/core_cm3.h | 0 .../MIMXRT1064/CMSIS/Include/core_cm33.h | 0 .../MIMXRT1064/CMSIS/Include/core_cm4.h | 0 .../MIMXRT1064/CMSIS/Include/core_cm7.h | 0 .../MIMXRT1064/CMSIS/Include/core_sc000.h | 0 .../MIMXRT1064/CMSIS/Include/core_sc300.h | 0 .../MIMXRT1064/CMSIS/Include/mpu_armv7.h | 0 .../MIMXRT1064/CMSIS/Include/mpu_armv8.h | 0 .../MIMXRT1064/CMSIS/Include/tz_context.h | 0 .../libraries/MIMXRT1064/CMSIS/LICENSE.txt | 0 .../MIMXRT1064/MIMXRT1064/MIMXRT1064.h | 0 .../MIMXRT1064/MIMXRT1064/MIMXRT1064.xml | 0 .../MIMXRT1064/MIMXRT1064_features.h | 0 .../arm/MIMXRT1064xxxxx_flexspi_nor.scf | 0 .../arm/MIMXRT1064xxxxx_flexspi_nor_sdram.scf | 0 .../MIMXRT1064/arm/MIMXRT1064xxxxx_ram.scf | 0 .../MIMXRT1064/arm/MIMXRT1064xxxxx_sdram.scf | 0 .../arm/MIMXRT1064xxxxx_sdram_txt.scf | 0 .../arm/evkmimxrt1064_flexspi_nor.ini | 0 .../MIMXRT1064/arm/startup_MIMXRT1064.s | 0 .../MIMXRT1064/cmsis_drivers/fsl_lpi2c_cmsis.c | 0 .../MIMXRT1064/cmsis_drivers/fsl_lpi2c_cmsis.h | 0 .../MIMXRT1064/cmsis_drivers/fsl_lpspi_cmsis.c | 0 .../MIMXRT1064/cmsis_drivers/fsl_lpspi_cmsis.h | 0 .../cmsis_drivers/fsl_lpuart_cmsis.c | 0 .../cmsis_drivers/fsl_lpuart_cmsis.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_adc.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_adc.h | 0 .../MIMXRT1064/drivers/fsl_adc_etc.c | 0 .../MIMXRT1064/drivers/fsl_adc_etc.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_aipstz.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_aipstz.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_aoi.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_aoi.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_bee.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_bee.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_cache.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_cache.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_clock.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_clock.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_cmp.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_cmp.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_common.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_common.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_csi.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_csi.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_dcdc.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_dcdc.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_dcp.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_dcp.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_dmamux.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_dmamux.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_edma.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_edma.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_elcdif.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_elcdif.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_enc.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_enc.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_enet.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_enet.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_ewm.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_ewm.h | 0 .../MIMXRT1064/drivers/fsl_flexcan.c | 0 .../MIMXRT1064/drivers/fsl_flexcan.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_flexio.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_flexio.h | 0 .../MIMXRT1064/drivers/fsl_flexio_i2c_master.c | 0 .../MIMXRT1064/drivers/fsl_flexio_i2c_master.h | 0 .../MIMXRT1064/drivers/fsl_flexio_i2s.c | 0 .../MIMXRT1064/drivers/fsl_flexio_i2s.h | 0 .../MIMXRT1064/drivers/fsl_flexio_i2s_edma.c | 0 .../MIMXRT1064/drivers/fsl_flexio_i2s_edma.h | 0 .../MIMXRT1064/drivers/fsl_flexio_spi.c | 0 .../MIMXRT1064/drivers/fsl_flexio_spi.h | 0 .../MIMXRT1064/drivers/fsl_flexio_spi_edma.c | 0 .../MIMXRT1064/drivers/fsl_flexio_spi_edma.h | 0 .../MIMXRT1064/drivers/fsl_flexio_uart.c | 0 .../MIMXRT1064/drivers/fsl_flexio_uart.h | 0 .../MIMXRT1064/drivers/fsl_flexio_uart_edma.c | 0 .../MIMXRT1064/drivers/fsl_flexio_uart_edma.h | 0 .../MIMXRT1064/drivers/fsl_flexram.c | 0 .../MIMXRT1064/drivers/fsl_flexram.h | 0 .../MIMXRT1064/drivers/fsl_flexspi.c | 0 .../MIMXRT1064/drivers/fsl_flexspi.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_gpc.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_gpc.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_gpio.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_gpio.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_gpt.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_gpt.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_iomuxc.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_kpp.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_kpp.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c.h | 0 .../MIMXRT1064/drivers/fsl_lpi2c_edma.c | 0 .../MIMXRT1064/drivers/fsl_lpi2c_edma.h | 0 .../MIMXRT1064/drivers/fsl_lpi2c_freertos.c | 0 .../MIMXRT1064/drivers/fsl_lpi2c_freertos.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi.h | 0 .../MIMXRT1064/drivers/fsl_lpspi_edma.c | 0 .../MIMXRT1064/drivers/fsl_lpspi_edma.h | 0 .../MIMXRT1064/drivers/fsl_lpspi_freertos.c | 0 .../MIMXRT1064/drivers/fsl_lpspi_freertos.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart.h | 0 .../MIMXRT1064/drivers/fsl_lpuart_edma.c | 0 .../MIMXRT1064/drivers/fsl_lpuart_edma.h | 0 .../MIMXRT1064/drivers/fsl_lpuart_freertos.c | 0 .../MIMXRT1064/drivers/fsl_lpuart_freertos.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_pit.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_pit.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_pmu.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_pmu.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_pwm.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_pwm.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_pxp.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_pxp.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_qtmr.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_qtmr.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_rtwdog.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_rtwdog.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_sai.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_sai.h | 0 .../MIMXRT1064/drivers/fsl_sai_edma.c | 0 .../MIMXRT1064/drivers/fsl_sai_edma.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_semc.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_semc.h | 0 .../MIMXRT1064/drivers/fsl_snvs_hp.c | 0 .../MIMXRT1064/drivers/fsl_snvs_hp.h | 0 .../MIMXRT1064/drivers/fsl_snvs_lp.c | 0 .../MIMXRT1064/drivers/fsl_snvs_lp.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_spdif.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_spdif.h | 0 .../MIMXRT1064/drivers/fsl_spdif_edma.c | 0 .../MIMXRT1064/drivers/fsl_spdif_edma.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_src.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_src.h | 0 .../MIMXRT1064/drivers/fsl_tempmon.c | 0 .../MIMXRT1064/drivers/fsl_tempmon.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_trng.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_trng.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_tsc.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_tsc.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_usdhc.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_usdhc.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_wdog.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_wdog.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_xbara.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_xbara.h | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_xbarb.c | 0 .../MIMXRT1064/MIMXRT1064/drivers/fsl_xbarb.h | 0 .../MIMXRT1064/fsl_device_registers.h | 0 .../gcc/MIMXRT1064xxxxx_flexspi_nor.ld | 0 .../gcc/MIMXRT1064xxxxx_flexspi_nor_sdram.ld | 0 .../MIMXRT1064/gcc/MIMXRT1064xxxxx_ram.ld | 0 .../MIMXRT1064/gcc/MIMXRT1064xxxxx_sdram.ld | 0 .../gcc/MIMXRT1064xxxxx_sdram_txt.ld | 0 .../MIMXRT1064/gcc/startup_MIMXRT1064.S | 0 .../iar/MIMXRT1064xxxxx_flexspi_nor.icf | 0 .../iar/MIMXRT1064xxxxx_flexspi_nor_sdram.icf | 0 .../MIMXRT1064/iar/MIMXRT1064xxxxx_ram.icf | 0 .../MIMXRT1064/iar/MIMXRT1064xxxxx_sdram.icf | 0 .../iar/MIMXRT1064xxxxx_sdram_txt.icf | 0 .../MIMXRT1064/iar/startup_MIMXRT1064.s | 0 .../MIMXRT1064/mcuxpresso/MIMXRT1064.cfx | Bin .../MIMXRT1064/mcuxpresso/startup_mimxrt1064.c | 0 .../mcuxpresso/startup_mimxrt1064.cpp | 0 .../MIMXRT1064/project_template/board.c | 0 .../MIMXRT1064/project_template/board.h | 0 .../MIMXRT1064/project_template/clock_config.c | 0 .../MIMXRT1064/project_template/clock_config.h | 0 .../MIMXRT1064/project_template/peripherals.c | 0 .../MIMXRT1064/project_template/peripherals.h | 0 .../MIMXRT1064/project_template/pin_mux.c | 0 .../MIMXRT1064/project_template/pin_mux.h | 0 .../MIMXRT1064/MIMXRT1064/system_MIMXRT1064.c | 0 .../MIMXRT1064/MIMXRT1064/system_MIMXRT1064.h | 0 .../MIMXRT1064/template/RTE_Device.h | 0 .../MIMXRT1064/utilities/fsl_assert.c | 0 .../MIMXRT1064/utilities/fsl_debug_console.c | 0 .../MIMXRT1064/utilities/fsl_debug_console.h | 0 .../utilities/fsl_debug_console_conf.h | 0 .../MIMXRT1064/utilities/fsl_notifier.c | 0 .../MIMXRT1064/utilities/fsl_notifier.h | 0 .../MIMXRT1064/MIMXRT1064/utilities/fsl_sbrk.c | 0 .../MIMXRT1064/utilities/fsl_shell.c | 0 .../MIMXRT1064/utilities/fsl_shell.h | 0 .../MIMXRT1064/utilities/io/fsl_io.c | 0 .../MIMXRT1064/utilities/io/fsl_io.h | 0 .../MIMXRT1064/utilities/io/swo/fsl_swo.c | 0 .../MIMXRT1064/utilities/io/swo/fsl_swo.h | 0 .../MIMXRT1064/utilities/log/fsl_log.c | 0 .../MIMXRT1064/utilities/log/fsl_log.h | 0 .../MIMXRT1064/utilities/str/fsl_str.c | 0 .../MIMXRT1064/utilities/str/fsl_str.h | 0 .../xip/evkmimxrt1064_flexspi_nor_config.c | 0 .../xip/evkmimxrt1064_flexspi_nor_config.h | 0 .../xip/evkmimxrt1064_sdram_ini_dcd.c | 0 .../xip/evkmimxrt1064_sdram_ini_dcd.h | 0 .../MIMXRT1064/xip/fsl_flexspi_nor_boot.c | 0 .../MIMXRT1064/xip/fsl_flexspi_nor_boot.h | 0 bsp/imxrt/libraries/MIMXRT1064/SConscript | 0 bsp/imxrt/libraries/drivers/SConscript | 0 bsp/imxrt/libraries/drivers/drv_adc.c | 0 bsp/imxrt/libraries/drivers/drv_adc.h | 0 bsp/imxrt/libraries/drivers/drv_can.c | 0 bsp/imxrt/libraries/drivers/drv_can.h | 0 bsp/imxrt/libraries/drivers/drv_eth.c | 0 bsp/imxrt/libraries/drivers/drv_gpio.c | 0 bsp/imxrt/libraries/drivers/drv_gpio.h | 0 bsp/imxrt/libraries/drivers/drv_hwtimer.c | 0 bsp/imxrt/libraries/drivers/drv_hwtimer.h | 0 bsp/imxrt/libraries/drivers/drv_i2c.c | 0 bsp/imxrt/libraries/drivers/drv_i2c.h | 0 bsp/imxrt/libraries/drivers/drv_lcd.c | 0 bsp/imxrt/libraries/drivers/drv_lcd.h | 0 bsp/imxrt/libraries/drivers/drv_log.h | 0 bsp/imxrt/libraries/drivers/drv_pwm.c | 0 bsp/imxrt/libraries/drivers/drv_pwm.h | 0 bsp/imxrt/libraries/drivers/drv_rtc.c | 0 bsp/imxrt/libraries/drivers/drv_rtc.h | 0 bsp/imxrt/libraries/drivers/drv_sdram.c | 0 bsp/imxrt/libraries/drivers/drv_sdram.h | 0 bsp/imxrt/libraries/drivers/drv_spi.c | 0 bsp/imxrt/libraries/drivers/drv_spi.h | 0 bsp/imxrt/libraries/drivers/drv_uart.c | 0 bsp/imxrt/libraries/drivers/drv_uart.h | 0 bsp/imxrt/libraries/drivers/drv_wdt.c | 0 bsp/imxrt/libraries/drivers/drv_wdt.h | 0 .../libraries/templates/imxrt1050xxx/.config | 0 .../libraries/templates/imxrt1050xxx/Kconfig | 0 .../libraries/templates/imxrt1050xxx/README.md | 0 .../templates/imxrt1050xxx/SConscript | 0 .../templates/imxrt1050xxx/SConstruct | 0 .../imxrt1050xxx/applications/SConscript | 0 .../templates/imxrt1050xxx/applications/main.c | 0 .../templates/imxrt1050xxx/board/Kconfig | 0 .../board/MCUX_Config/MCUX_Config.mex | 0 .../board/MCUX_Config/clock_config.c | 0 .../board/MCUX_Config/clock_config.h | 0 .../imxrt1050xxx/board/MCUX_Config/pin_mux.c | 0 .../imxrt1050xxx/board/MCUX_Config/pin_mux.h | 0 .../templates/imxrt1050xxx/board/SConscript | 0 .../templates/imxrt1050xxx/board/board.c | 0 .../templates/imxrt1050xxx/board/board.h | 0 .../imxrt1050xxx/board/linker_scripts/link.icf | 0 .../imxrt1050xxx/board/linker_scripts/link.lds | 0 .../imxrt1050xxx/board/linker_scripts/link.sct | 0 .../templates/imxrt1050xxx/figures/board.png | Bin .../templates/imxrt1050xxx/project.ewd | 0 .../templates/imxrt1050xxx/project.ewp | 0 .../templates/imxrt1050xxx/project.eww | 0 .../templates/imxrt1050xxx/project.uvoptx | 0 .../templates/imxrt1050xxx/project.uvprojx | 0 .../templates/imxrt1050xxx/rtconfig.h | 0 .../templates/imxrt1050xxx/rtconfig.py | 0 .../templates/imxrt1050xxx/template.ewd | 0 .../templates/imxrt1050xxx/template.ewp | 0 .../templates/imxrt1050xxx/template.ewt | 0 .../templates/imxrt1050xxx/template.eww | 0 .../templates/imxrt1050xxx/template.uvoptx | 0 .../templates/imxrt1050xxx/template.uvprojx | 0 .../libraries/templates/imxrt1064xxx/.config | 0 .../libraries/templates/imxrt1064xxx/Kconfig | 0 .../imxrt1064xxx/MIMXRT1064EVK-TOP.jpg | Bin .../libraries/templates/imxrt1064xxx/README.md | 0 .../templates/imxrt1064xxx/SConscript | 0 .../templates/imxrt1064xxx/SConstruct | 0 .../imxrt1064xxx/applications/SConscript | 0 .../templates/imxrt1064xxx/applications/main.c | 0 .../templates/imxrt1064xxx/board/Kconfig | 0 .../board/MCUX_Config/MCUX_Config.mex | 0 .../board/MCUX_Config/clock_config.c | 0 .../board/MCUX_Config/clock_config.h | 0 .../imxrt1064xxx/board/MCUX_Config/pin_mux.c | 0 .../imxrt1064xxx/board/MCUX_Config/pin_mux.h | 0 .../templates/imxrt1064xxx/board/SConscript | 0 .../templates/imxrt1064xxx/board/board.c | 0 .../templates/imxrt1064xxx/board/board.h | 0 .../imxrt1064xxx/board/linker_scripts/link.icf | 0 .../imxrt1064xxx/board/linker_scripts/link.lds | 0 .../imxrt1064xxx/board/linker_scripts/link.sct | 0 .../templates/imxrt1064xxx/project.ewd | 0 .../templates/imxrt1064xxx/project.ewp | 0 .../templates/imxrt1064xxx/project.eww | 0 .../templates/imxrt1064xxx/project.uvoptx | 0 .../templates/imxrt1064xxx/project.uvprojx | 0 .../templates/imxrt1064xxx/rtconfig.h | 0 .../templates/imxrt1064xxx/rtconfig.py | 0 .../imxrt1064xxx/settings/project.crun | 0 .../imxrt1064xxx/settings/project.dbgdt | 0 .../imxrt1064xxx/settings/project.dnx | 0 .../settings/project.rtthread.cspy.bat | 0 .../settings/project.rtthread.cspy.ps1 | 0 .../settings/project.rtthread.driver.xcl | 0 .../settings/project.rtthread.general.xcl | 0 .../imxrt1064xxx/settings/project.wsdt | 0 .../settings/project_rtthread.jlink | 0 .../imxrt1064xxx/settings/template.wsdt | 0 .../templates/imxrt1064xxx/template.ewd | 0 .../templates/imxrt1064xxx/template.ewp | 0 .../templates/imxrt1064xxx/template.ewt | 0 .../templates/imxrt1064xxx/template.eww | 0 .../templates/imxrt1064xxx/template.uvoptx | 0 .../templates/imxrt1064xxx/template.uvprojx | 0 .../templates/imxrt1064xxx/xip/SConscript | 0 .../xip/evkmimxrt1064_flexspi_nor_config.c | 0 .../xip/evkmimxrt1064_flexspi_nor_config.h | 0 .../xip/evkmimxrt1064_sdram_ini_dcd.c | 0 .../xip/evkmimxrt1064_sdram_ini_dcd.h | 0 .../imxrt1064xxx/xip/fsl_flexspi_nor_boot.c | 0 .../imxrt1064xxx/xip/fsl_flexspi_nor_boot.h | 0 bsp/imxrt/tools/sdk_dist.py | 0 bsp/k210/.config | 0 bsp/k210/Kconfig | 0 bsp/k210/README.md | 0 bsp/k210/SConscript | 0 bsp/k210/SConstruct | 0 bsp/k210/applications/SConscript | 0 bsp/k210/applications/main.c | 0 bsp/k210/applications/mnt.c | 0 bsp/k210/driver/Kconfig | 0 bsp/k210/driver/SConscript | 0 bsp/k210/driver/board.c | 0 bsp/k210/driver/board.h | 0 bsp/k210/driver/camera/SConscript | 0 bsp/k210/driver/camera/drv_ov5640.c | 0 bsp/k210/driver/camera/drv_ov5640.h | 0 bsp/k210/driver/camera/ov5640af.h | 0 bsp/k210/driver/camera/ov5640cfg.h | 0 bsp/k210/driver/drv_gpio.c | 0 bsp/k210/driver/drv_gpio.h | 0 bsp/k210/driver/drv_interrupt.c | 0 bsp/k210/driver/drv_io_config.c | 0 bsp/k210/driver/drv_io_config.h | 0 bsp/k210/driver/drv_lcd.c | 0 bsp/k210/driver/drv_lcd.h | 0 bsp/k210/driver/drv_spi.c | 0 bsp/k210/driver/drv_spi.h | 0 bsp/k210/driver/drv_uart.c | 0 bsp/k210/driver/drv_uart.h | 0 bsp/k210/driver/heap.c | 0 bsp/k210/images/flash.png | Bin bsp/k210/images/k210.png | Bin bsp/k210/link.lds | 0 bsp/k210/link_stacksize.lds | 0 bsp/k210/rtconfig.h | 0 bsp/lm3s8962/Libraries/SConscript | 0 bsp/lm3s8962/Libraries/driverlib/adc.c | 0 bsp/lm3s8962/Libraries/driverlib/adc.h | 0 bsp/lm3s8962/Libraries/driverlib/can.c | 0 bsp/lm3s8962/Libraries/driverlib/can.h | 0 bsp/lm3s8962/Libraries/driverlib/comp.c | 0 bsp/lm3s8962/Libraries/driverlib/comp.h | 0 bsp/lm3s8962/Libraries/driverlib/cpu.c | 0 bsp/lm3s8962/Libraries/driverlib/cpu.h | 0 .../Libraries/driverlib/cr_project.xml | 0 bsp/lm3s8962/Libraries/driverlib/debug.h | 0 bsp/lm3s8962/Libraries/driverlib/driverlib.Opt | 0 bsp/lm3s8962/Libraries/driverlib/driverlib.Uv2 | 0 bsp/lm3s8962/Libraries/driverlib/driverlib.ewp | 0 .../Libraries/driverlib/driverlib.sgxx | Bin bsp/lm3s8962/Libraries/driverlib/eeprom.c | 0 bsp/lm3s8962/Libraries/driverlib/eeprom.h | 0 bsp/lm3s8962/Libraries/driverlib/epi.c | 0 bsp/lm3s8962/Libraries/driverlib/epi.h | 0 bsp/lm3s8962/Libraries/driverlib/ethernet.c | 0 bsp/lm3s8962/Libraries/driverlib/ethernet.h | 0 bsp/lm3s8962/Libraries/driverlib/fan.c | 0 bsp/lm3s8962/Libraries/driverlib/fan.h | 0 bsp/lm3s8962/Libraries/driverlib/flash.c | 0 bsp/lm3s8962/Libraries/driverlib/flash.h | 0 bsp/lm3s8962/Libraries/driverlib/fpu.c | 0 bsp/lm3s8962/Libraries/driverlib/fpu.h | 0 bsp/lm3s8962/Libraries/driverlib/gpio.c | 0 bsp/lm3s8962/Libraries/driverlib/gpio.h | 0 bsp/lm3s8962/Libraries/driverlib/hibernate.c | 0 bsp/lm3s8962/Libraries/driverlib/hibernate.h | 0 bsp/lm3s8962/Libraries/driverlib/i2c.c | 0 bsp/lm3s8962/Libraries/driverlib/i2c.h | 0 bsp/lm3s8962/Libraries/driverlib/i2s.c | 0 bsp/lm3s8962/Libraries/driverlib/i2s.h | 0 bsp/lm3s8962/Libraries/driverlib/interrupt.c | 0 bsp/lm3s8962/Libraries/driverlib/interrupt.h | 0 bsp/lm3s8962/Libraries/driverlib/lpc.c | 0 bsp/lm3s8962/Libraries/driverlib/lpc.h | 0 bsp/lm3s8962/Libraries/driverlib/mpu.c | 0 bsp/lm3s8962/Libraries/driverlib/mpu.h | 0 bsp/lm3s8962/Libraries/driverlib/peci.c | 0 bsp/lm3s8962/Libraries/driverlib/peci.h | 0 bsp/lm3s8962/Libraries/driverlib/pin_map.h | 0 bsp/lm3s8962/Libraries/driverlib/pwm.c | 0 bsp/lm3s8962/Libraries/driverlib/pwm.h | 0 bsp/lm3s8962/Libraries/driverlib/qei.c | 0 bsp/lm3s8962/Libraries/driverlib/qei.h | 0 bsp/lm3s8962/Libraries/driverlib/readme.txt | 0 bsp/lm3s8962/Libraries/driverlib/rom.h | 0 bsp/lm3s8962/Libraries/driverlib/rom_map.h | 0 bsp/lm3s8962/Libraries/driverlib/ssi.c | 0 bsp/lm3s8962/Libraries/driverlib/ssi.h | 0 bsp/lm3s8962/Libraries/driverlib/sysctl.c | 0 bsp/lm3s8962/Libraries/driverlib/sysctl.h | 0 bsp/lm3s8962/Libraries/driverlib/sysexc.c | 0 bsp/lm3s8962/Libraries/driverlib/sysexc.h | 0 bsp/lm3s8962/Libraries/driverlib/systick.c | 0 bsp/lm3s8962/Libraries/driverlib/systick.h | 0 bsp/lm3s8962/Libraries/driverlib/timer.c | 0 bsp/lm3s8962/Libraries/driverlib/timer.h | 0 bsp/lm3s8962/Libraries/driverlib/uart.c | 0 bsp/lm3s8962/Libraries/driverlib/uart.h | 0 bsp/lm3s8962/Libraries/driverlib/udma.c | 0 bsp/lm3s8962/Libraries/driverlib/udma.h | 0 bsp/lm3s8962/Libraries/driverlib/usb.c | 0 bsp/lm3s8962/Libraries/driverlib/usb.h | 0 bsp/lm3s8962/Libraries/driverlib/watchdog.c | 0 bsp/lm3s8962/Libraries/driverlib/watchdog.h | 0 bsp/lm3s8962/Libraries/inc/asmdefs.h | 0 bsp/lm3s8962/Libraries/inc/hw_adc.h | 0 bsp/lm3s8962/Libraries/inc/hw_can.h | 0 bsp/lm3s8962/Libraries/inc/hw_comp.h | 0 bsp/lm3s8962/Libraries/inc/hw_eeprom.h | 0 bsp/lm3s8962/Libraries/inc/hw_epi.h | 0 bsp/lm3s8962/Libraries/inc/hw_ethernet.h | 0 bsp/lm3s8962/Libraries/inc/hw_fan.h | 0 bsp/lm3s8962/Libraries/inc/hw_flash.h | 0 bsp/lm3s8962/Libraries/inc/hw_gpio.h | 0 bsp/lm3s8962/Libraries/inc/hw_hibernate.h | 0 bsp/lm3s8962/Libraries/inc/hw_i2c.h | 0 bsp/lm3s8962/Libraries/inc/hw_i2s.h | 0 bsp/lm3s8962/Libraries/inc/hw_ints.h | 0 bsp/lm3s8962/Libraries/inc/hw_lpc.h | 0 bsp/lm3s8962/Libraries/inc/hw_memmap.h | 0 bsp/lm3s8962/Libraries/inc/hw_nvic.h | 0 bsp/lm3s8962/Libraries/inc/hw_peci.h | 0 bsp/lm3s8962/Libraries/inc/hw_pwm.h | 0 bsp/lm3s8962/Libraries/inc/hw_qei.h | 0 bsp/lm3s8962/Libraries/inc/hw_ssi.h | 0 bsp/lm3s8962/Libraries/inc/hw_sysctl.h | 0 bsp/lm3s8962/Libraries/inc/hw_sysexc.h | 0 bsp/lm3s8962/Libraries/inc/hw_timer.h | 0 bsp/lm3s8962/Libraries/inc/hw_types.h | 0 bsp/lm3s8962/Libraries/inc/hw_uart.h | 0 bsp/lm3s8962/Libraries/inc/hw_udma.h | 0 bsp/lm3s8962/Libraries/inc/hw_usb.h | 0 bsp/lm3s8962/Libraries/inc/hw_watchdog.h | 0 .../Libraries/startup/arm/start_rvds.S | 0 bsp/lm3s8962/Libraries/startup/gcc/start_gcc.S | 0 bsp/lm3s8962/SConscript | 0 bsp/lm3s8962/SConstruct | 0 bsp/lm3s8962/applications/SConscript | 0 bsp/lm3s8962/applications/application.c | 0 bsp/lm3s8962/applications/startup.c | 0 bsp/lm3s8962/drivers/SConscript | 0 bsp/lm3s8962/drivers/board.c | 0 bsp/lm3s8962/drivers/board.h | 0 bsp/lm3s8962/drivers/luminaryif.c | 0 bsp/lm3s8962/drivers/luminaryif.h | 0 bsp/lm3s8962/drivers/sdcard.c | 0 bsp/lm3s8962/drivers/serial.c | 0 bsp/lm3s8962/lm3s_rom.ld | 0 bsp/lm3s8962/lm3s_rom.sct | 0 bsp/lm3s8962/project.Uv2 | 0 bsp/lm3s8962/rtconfig.h | 0 bsp/lm3s8962/rtconfig.py | 0 bsp/lm3s8962/template.Uv2 | 0 bsp/lm3s9b9x/Libraries/SConscript | 0 bsp/lm3s9b9x/Libraries/driverlib/adc.c | 0 bsp/lm3s9b9x/Libraries/driverlib/adc.h | 0 bsp/lm3s9b9x/Libraries/driverlib/can.c | 0 bsp/lm3s9b9x/Libraries/driverlib/can.h | 0 bsp/lm3s9b9x/Libraries/driverlib/comp.c | 0 bsp/lm3s9b9x/Libraries/driverlib/comp.h | 0 bsp/lm3s9b9x/Libraries/driverlib/cpu.c | 0 bsp/lm3s9b9x/Libraries/driverlib/cpu.h | 0 bsp/lm3s9b9x/Libraries/driverlib/debug.h | 0 bsp/lm3s9b9x/Libraries/driverlib/eeprom.c | 0 bsp/lm3s9b9x/Libraries/driverlib/eeprom.h | 0 bsp/lm3s9b9x/Libraries/driverlib/epi.c | 0 bsp/lm3s9b9x/Libraries/driverlib/epi.h | 0 bsp/lm3s9b9x/Libraries/driverlib/ethernet.c | 0 bsp/lm3s9b9x/Libraries/driverlib/ethernet.h | 0 bsp/lm3s9b9x/Libraries/driverlib/fan.c | 0 bsp/lm3s9b9x/Libraries/driverlib/fan.h | 0 bsp/lm3s9b9x/Libraries/driverlib/flash.c | 0 bsp/lm3s9b9x/Libraries/driverlib/flash.h | 0 bsp/lm3s9b9x/Libraries/driverlib/fpu.c | 0 bsp/lm3s9b9x/Libraries/driverlib/fpu.h | 0 bsp/lm3s9b9x/Libraries/driverlib/gpio.c | 0 bsp/lm3s9b9x/Libraries/driverlib/gpio.h | 0 bsp/lm3s9b9x/Libraries/driverlib/hibernate.c | 0 bsp/lm3s9b9x/Libraries/driverlib/hibernate.h | 0 bsp/lm3s9b9x/Libraries/driverlib/i2c.c | 0 bsp/lm3s9b9x/Libraries/driverlib/i2c.h | 0 bsp/lm3s9b9x/Libraries/driverlib/i2s.c | 0 bsp/lm3s9b9x/Libraries/driverlib/i2s.h | 0 bsp/lm3s9b9x/Libraries/driverlib/interrupt.c | 0 bsp/lm3s9b9x/Libraries/driverlib/interrupt.h | 0 bsp/lm3s9b9x/Libraries/driverlib/lpc.c | 0 bsp/lm3s9b9x/Libraries/driverlib/lpc.h | 0 bsp/lm3s9b9x/Libraries/driverlib/mpu.c | 0 bsp/lm3s9b9x/Libraries/driverlib/mpu.h | 0 bsp/lm3s9b9x/Libraries/driverlib/peci.c | 0 bsp/lm3s9b9x/Libraries/driverlib/peci.h | 0 bsp/lm3s9b9x/Libraries/driverlib/pin_map.h | 0 bsp/lm3s9b9x/Libraries/driverlib/pwm.c | 0 bsp/lm3s9b9x/Libraries/driverlib/pwm.h | 0 bsp/lm3s9b9x/Libraries/driverlib/qei.c | 0 bsp/lm3s9b9x/Libraries/driverlib/qei.h | 0 bsp/lm3s9b9x/Libraries/driverlib/readme.txt | 0 bsp/lm3s9b9x/Libraries/driverlib/rom.h | 0 bsp/lm3s9b9x/Libraries/driverlib/rom_map.h | 0 bsp/lm3s9b9x/Libraries/driverlib/ssi.c | 0 bsp/lm3s9b9x/Libraries/driverlib/ssi.h | 0 bsp/lm3s9b9x/Libraries/driverlib/sysctl.c | 0 bsp/lm3s9b9x/Libraries/driverlib/sysctl.h | 0 bsp/lm3s9b9x/Libraries/driverlib/sysexc.c | 0 bsp/lm3s9b9x/Libraries/driverlib/sysexc.h | 0 bsp/lm3s9b9x/Libraries/driverlib/systick.c | 0 bsp/lm3s9b9x/Libraries/driverlib/systick.h | 0 bsp/lm3s9b9x/Libraries/driverlib/timer.c | 0 bsp/lm3s9b9x/Libraries/driverlib/timer.h | 0 bsp/lm3s9b9x/Libraries/driverlib/uart.c | 0 bsp/lm3s9b9x/Libraries/driverlib/uart.h | 0 bsp/lm3s9b9x/Libraries/driverlib/udma.c | 0 bsp/lm3s9b9x/Libraries/driverlib/udma.h | 0 bsp/lm3s9b9x/Libraries/driverlib/usb.c | 0 bsp/lm3s9b9x/Libraries/driverlib/usb.h | 0 bsp/lm3s9b9x/Libraries/driverlib/watchdog.c | 0 bsp/lm3s9b9x/Libraries/driverlib/watchdog.h | 0 bsp/lm3s9b9x/Libraries/inc/asmdefs.h | 0 bsp/lm3s9b9x/Libraries/inc/cr_project.xml | 0 bsp/lm3s9b9x/Libraries/inc/hw_adc.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_can.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_comp.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_eeprom.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_epi.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_ethernet.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_fan.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_flash.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_gpio.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_hibernate.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_i2c.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_i2s.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_ints.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_lpc.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_memmap.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_nvic.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_peci.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_pwm.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_qei.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_ssi.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_sysctl.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_sysexc.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_timer.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_types.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_uart.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_udma.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_usb.h | 0 bsp/lm3s9b9x/Libraries/inc/hw_watchdog.h | 0 bsp/lm3s9b9x/Libraries/inc/inc.sgxx | Bin .../Libraries/startup/arm/start_rvds.S | 0 bsp/lm3s9b9x/Libraries/startup/gcc/start_gcc.S | 0 bsp/lm3s9b9x/SConscript | 0 bsp/lm3s9b9x/SConstruct | 0 bsp/lm3s9b9x/applications/SConscript | 0 bsp/lm3s9b9x/applications/application.c | 0 bsp/lm3s9b9x/applications/startup.c | 0 bsp/lm3s9b9x/drivers/SConscript | 0 bsp/lm3s9b9x/drivers/board.c | 0 bsp/lm3s9b9x/drivers/board.h | 0 bsp/lm3s9b9x/drivers/luminaryif.c | 0 bsp/lm3s9b9x/drivers/luminaryif.h | 0 bsp/lm3s9b9x/drivers/sdcard.c | 0 bsp/lm3s9b9x/drivers/sdram.c | 0 bsp/lm3s9b9x/drivers/serial.c | 0 bsp/lm3s9b9x/lm3s_rom.ld | 0 bsp/lm3s9b9x/lm3s_rom.sct | 0 bsp/lm3s9b9x/project.Uv2 | 0 bsp/lm3s9b9x/rtconfig.h | 0 bsp/lm3s9b9x/rtconfig.py | 0 bsp/lm3s9b9x/template.Uv2 | 0 bsp/lm4f232/Libraries/SConscript | 0 bsp/lm4f232/Libraries/driverlib/adc.c | 0 bsp/lm4f232/Libraries/driverlib/adc.h | 0 bsp/lm4f232/Libraries/driverlib/can.c | 0 bsp/lm4f232/Libraries/driverlib/can.h | 0 bsp/lm4f232/Libraries/driverlib/comp.c | 0 bsp/lm4f232/Libraries/driverlib/comp.h | 0 bsp/lm4f232/Libraries/driverlib/cpu.c | 0 bsp/lm4f232/Libraries/driverlib/cpu.h | 0 bsp/lm4f232/Libraries/driverlib/debug.h | 0 bsp/lm4f232/Libraries/driverlib/eeprom.c | 0 bsp/lm4f232/Libraries/driverlib/eeprom.h | 0 bsp/lm4f232/Libraries/driverlib/epi.c | 0 bsp/lm4f232/Libraries/driverlib/epi.h | 0 bsp/lm4f232/Libraries/driverlib/ethernet.c | 0 bsp/lm4f232/Libraries/driverlib/ethernet.h | 0 bsp/lm4f232/Libraries/driverlib/fan.c | 0 bsp/lm4f232/Libraries/driverlib/fan.h | 0 bsp/lm4f232/Libraries/driverlib/flash.c | 0 bsp/lm4f232/Libraries/driverlib/flash.h | 0 bsp/lm4f232/Libraries/driverlib/fpu.c | 0 bsp/lm4f232/Libraries/driverlib/fpu.h | 0 bsp/lm4f232/Libraries/driverlib/gpio.c | 0 bsp/lm4f232/Libraries/driverlib/gpio.h | 0 bsp/lm4f232/Libraries/driverlib/hibernate.c | 0 bsp/lm4f232/Libraries/driverlib/hibernate.h | 0 bsp/lm4f232/Libraries/driverlib/i2c.c | 0 bsp/lm4f232/Libraries/driverlib/i2c.h | 0 bsp/lm4f232/Libraries/driverlib/i2s.c | 0 bsp/lm4f232/Libraries/driverlib/i2s.h | 0 bsp/lm4f232/Libraries/driverlib/interrupt.c | 0 bsp/lm4f232/Libraries/driverlib/interrupt.h | 0 bsp/lm4f232/Libraries/driverlib/lpc.c | 0 bsp/lm4f232/Libraries/driverlib/lpc.h | 0 bsp/lm4f232/Libraries/driverlib/mpu.c | 0 bsp/lm4f232/Libraries/driverlib/mpu.h | 0 bsp/lm4f232/Libraries/driverlib/peci.c | 0 bsp/lm4f232/Libraries/driverlib/peci.h | 0 bsp/lm4f232/Libraries/driverlib/pin_map.h | 0 bsp/lm4f232/Libraries/driverlib/pwm.c | 0 bsp/lm4f232/Libraries/driverlib/pwm.h | 0 bsp/lm4f232/Libraries/driverlib/qei.c | 0 bsp/lm4f232/Libraries/driverlib/qei.h | 0 bsp/lm4f232/Libraries/driverlib/readme.txt | 0 bsp/lm4f232/Libraries/driverlib/rom.h | 0 bsp/lm4f232/Libraries/driverlib/rom_map.h | 0 bsp/lm4f232/Libraries/driverlib/ssi.c | 0 bsp/lm4f232/Libraries/driverlib/ssi.h | 0 bsp/lm4f232/Libraries/driverlib/sysctl.c | 0 bsp/lm4f232/Libraries/driverlib/sysctl.h | 0 bsp/lm4f232/Libraries/driverlib/sysexc.c | 0 bsp/lm4f232/Libraries/driverlib/sysexc.h | 0 bsp/lm4f232/Libraries/driverlib/systick.c | 0 bsp/lm4f232/Libraries/driverlib/systick.h | 0 bsp/lm4f232/Libraries/driverlib/timer.c | 0 bsp/lm4f232/Libraries/driverlib/timer.h | 0 bsp/lm4f232/Libraries/driverlib/uart.c | 0 bsp/lm4f232/Libraries/driverlib/uart.h | 0 bsp/lm4f232/Libraries/driverlib/udma.c | 0 bsp/lm4f232/Libraries/driverlib/udma.h | 0 bsp/lm4f232/Libraries/driverlib/usb.c | 0 bsp/lm4f232/Libraries/driverlib/usb.h | 0 bsp/lm4f232/Libraries/driverlib/watchdog.c | 0 bsp/lm4f232/Libraries/driverlib/watchdog.h | 0 bsp/lm4f232/Libraries/inc/asmdefs.h | 0 bsp/lm4f232/Libraries/inc/hw_adc.h | 0 bsp/lm4f232/Libraries/inc/hw_can.h | 0 bsp/lm4f232/Libraries/inc/hw_comp.h | 0 bsp/lm4f232/Libraries/inc/hw_eeprom.h | 0 bsp/lm4f232/Libraries/inc/hw_epi.h | 0 bsp/lm4f232/Libraries/inc/hw_ethernet.h | 0 bsp/lm4f232/Libraries/inc/hw_fan.h | 0 bsp/lm4f232/Libraries/inc/hw_flash.h | 0 bsp/lm4f232/Libraries/inc/hw_gpio.h | 0 bsp/lm4f232/Libraries/inc/hw_hibernate.h | 0 bsp/lm4f232/Libraries/inc/hw_i2c.h | 0 bsp/lm4f232/Libraries/inc/hw_i2s.h | 0 bsp/lm4f232/Libraries/inc/hw_ints.h | 0 bsp/lm4f232/Libraries/inc/hw_lpc.h | 0 bsp/lm4f232/Libraries/inc/hw_memmap.h | 0 bsp/lm4f232/Libraries/inc/hw_nvic.h | 0 bsp/lm4f232/Libraries/inc/hw_peci.h | 0 bsp/lm4f232/Libraries/inc/hw_pwm.h | 0 bsp/lm4f232/Libraries/inc/hw_qei.h | 0 bsp/lm4f232/Libraries/inc/hw_ssi.h | 0 bsp/lm4f232/Libraries/inc/hw_sysctl.h | 0 bsp/lm4f232/Libraries/inc/hw_sysexc.h | 0 bsp/lm4f232/Libraries/inc/hw_timer.h | 0 bsp/lm4f232/Libraries/inc/hw_types.h | 0 bsp/lm4f232/Libraries/inc/hw_uart.h | 0 bsp/lm4f232/Libraries/inc/hw_udma.h | 0 bsp/lm4f232/Libraries/inc/hw_usb.h | 0 bsp/lm4f232/Libraries/inc/hw_watchdog.h | 0 bsp/lm4f232/Libraries/inc/inc.sgxx | Bin bsp/lm4f232/Libraries/startup/arm/start_rvds.S | 0 bsp/lm4f232/Libraries/startup/gcc/start_gcc.c | 0 bsp/lm4f232/Libraries/startup/iar/start_iar.c | 0 bsp/lm4f232/SConscript | 0 bsp/lm4f232/SConstruct | 0 bsp/lm4f232/applications/SConscript | 0 bsp/lm4f232/applications/application.c | 0 bsp/lm4f232/applications/startup.c | 0 bsp/lm4f232/drivers/SConscript | 0 bsp/lm4f232/drivers/board.c | 0 bsp/lm4f232/drivers/board.h | 0 bsp/lm4f232/drivers/luminaryif.c | 0 bsp/lm4f232/drivers/luminaryif.h | 0 bsp/lm4f232/drivers/serial.c | 0 bsp/lm4f232/lm4f_rom.ld | 0 bsp/lm4f232/project.uvproj | 0 bsp/lm4f232/rtconfig.h | 0 bsp/lm4f232/rtconfig.py | 0 bsp/lm4f232/template.uvproj | 0 bsp/lpc1114/.config | 0 bsp/lpc1114/Kconfig | 0 bsp/lpc1114/SConscript | 0 bsp/lpc1114/SConstruct | 0 bsp/lpc1114/applications/SConscript | 0 bsp/lpc1114/applications/main.c | 0 bsp/lpc1114/driver/SConscript | 0 bsp/lpc1114/driver/board.c | 0 bsp/lpc1114/driver/board.h | 0 bsp/lpc1114/driver/drv_uart.c | 0 bsp/lpc1114/driver/drv_uart.h | 0 bsp/lpc1114/driver/startup_gcc.s | 0 bsp/lpc1114/link.lds | 0 bsp/lpc1114/rtconfig.h | 0 bsp/lpc1114/rtconfig.py | 0 bsp/lpc176x/CMSIS/CM3/CoreSupport/core_cm3.c | 0 bsp/lpc176x/CMSIS/CM3/CoreSupport/core_cm3.h | 0 .../CM3/DeviceSupport/NXP/LPC17xx/LPC17xx.h | 0 .../NXP/LPC17xx/startup/arm/startup_LPC17xx.s | 0 .../NXP/LPC17xx/startup/gcc/startup_LPC17xx.s | 0 .../NXP/LPC17xx/startup/iar/startup_LPC17xx.s | 0 .../DeviceSupport/NXP/LPC17xx/system_LPC17xx.c | 0 .../DeviceSupport/NXP/LPC17xx/system_LPC17xx.h | 0 .../CMSIS/CMSIS/Include/arm_common_tables.h | 0 bsp/lpc176x/CMSIS/CMSIS/Include/arm_math.h | 0 bsp/lpc176x/CMSIS/CMSIS/Include/core_cm0.h | 0 bsp/lpc176x/CMSIS/CMSIS/Include/core_cm0plus.h | 0 bsp/lpc176x/CMSIS/CMSIS/Include/core_cm3.h | 0 bsp/lpc176x/CMSIS/CMSIS/Include/core_cm4.h | 0 .../CMSIS/CMSIS/Include/core_cm4_simd.h | 0 bsp/lpc176x/CMSIS/CMSIS/Include/core_cmFunc.h | 0 bsp/lpc176x/CMSIS/CMSIS/Include/core_cmInstr.h | 0 bsp/lpc176x/CMSIS/CMSIS/Include/core_sc000.h | 0 bsp/lpc176x/CMSIS/CMSIS/Include/core_sc300.h | 0 bsp/lpc176x/CMSIS/License.doc | Bin bsp/lpc176x/CMSIS/SConscript | 0 bsp/lpc176x/SConscript | 0 bsp/lpc176x/SConstruct | 0 bsp/lpc176x/applications/SConscript | 0 bsp/lpc176x/applications/application.c | 0 bsp/lpc176x/applications/platform.c | 0 bsp/lpc176x/applications/platform.h | 0 bsp/lpc176x/applications/startup.c | 0 bsp/lpc176x/drivers/SConscript | 0 bsp/lpc176x/drivers/board.c | 0 bsp/lpc176x/drivers/board.h | 0 bsp/lpc176x/drivers/emac.c | 0 bsp/lpc176x/drivers/emac.h | 0 bsp/lpc176x/drivers/led.c | 0 bsp/lpc176x/drivers/led.h | 0 bsp/lpc176x/drivers/sd.c | 0 bsp/lpc176x/drivers/sd.h | 0 bsp/lpc176x/drivers/spi.c | 0 bsp/lpc176x/drivers/spi.h | 0 bsp/lpc176x/drivers/uart.c | 0 bsp/lpc176x/drivers/uart.h | 0 bsp/lpc176x/project.ewp | 0 bsp/lpc176x/project.eww | 0 bsp/lpc176x/project.uvproj | 0 bsp/lpc176x/rtconfig.h | 0 bsp/lpc176x/rtconfig.py | 0 bsp/lpc176x/rtthread-lpc17xx.icf | 0 bsp/lpc176x/rtthread-lpc17xx.ld | 0 bsp/lpc176x/rtthread-lpc17xx.sct | 0 bsp/lpc176x/template.ewp | 0 bsp/lpc176x/template.uvproj | 0 bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cm3.c | 0 bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cm3.h | 0 .../CMSIS/CM3/CoreSupport/core_cmFunc.h | 0 .../CMSIS/CM3/CoreSupport/core_cmInstr.h | 0 .../DeviceSupport/NXP/LPC177x_8x/LPC177x_8x.h | 0 .../LPC177x_8x/linker/ldscript_iram_iar.icf | 0 .../LPC177x_8x/linker/ldscript_irom_iar.icf | 0 .../startup/arm/startup_LPC177x_8x.s | 0 .../startup/gcc/startup_LPC177x_8x.s | 0 .../startup/iar/startup_LPC177x_8x.s | 0 .../NXP/LPC177x_8x/system_LPC177x_8x.c | 0 .../NXP/LPC177x_8x/system_LPC177x_8x.h | 0 bsp/lpc178x/CMSIS/License.doc | Bin bsp/lpc178x/CMSIS/SConscript | 0 bsp/lpc178x/SConscript | 0 bsp/lpc178x/SConstruct | 0 bsp/lpc178x/applications/SConscript | 0 bsp/lpc178x/applications/application.c | 0 bsp/lpc178x/applications/startup.c | 0 bsp/lpc178x/drivers/SConscript | 0 bsp/lpc178x/drivers/board.c | 0 bsp/lpc178x/drivers/board.h | 0 bsp/lpc178x/drivers/drv_glcd.c | 0 bsp/lpc178x/drivers/drv_glcd.h | 0 bsp/lpc178x/drivers/emac.c | 0 bsp/lpc178x/drivers/emac.h | 0 bsp/lpc178x/drivers/lpc177x_8x_clkpwr.c | 0 bsp/lpc178x/drivers/lpc177x_8x_clkpwr.h | 0 bsp/lpc178x/drivers/lpc177x_8x_emc.c | 0 bsp/lpc178x/drivers/lpc177x_8x_emc.h | 0 bsp/lpc178x/drivers/lpc177x_8x_pinsel.c | 0 bsp/lpc178x/drivers/lpc177x_8x_pinsel.h | 0 bsp/lpc178x/drivers/lpc177x_8x_uart.c | 0 bsp/lpc178x/drivers/lpc177x_8x_uart.h | 0 bsp/lpc178x/drivers/lpc17xx_lcd.c | 0 bsp/lpc178x/drivers/lpc17xx_lcd.h | 0 bsp/lpc178x/drivers/lpc_types.h | 0 bsp/lpc178x/drivers/sdram.c | 0 bsp/lpc178x/drivers/sdram.h | 0 bsp/lpc178x/drivers/uart.c | 0 bsp/lpc178x/drivers/uart.h | 0 bsp/lpc178x/project.uvproj | 0 bsp/lpc178x/rtconfig.h | 0 bsp/lpc178x/rtconfig.py | 0 bsp/lpc178x/rtthread-lpc178x.ld | 0 bsp/lpc178x/rtthread-lpc178x.sct | 0 bsp/lpc178x/template.uvproj | 0 bsp/lpc2148/SConscript | 0 bsp/lpc2148/SConstruct | 0 bsp/lpc2148/applications/SConscript | 0 bsp/lpc2148/applications/application.c | 0 bsp/lpc2148/applications/startup.c | 0 bsp/lpc2148/drivers/SConscript | 0 bsp/lpc2148/drivers/board.c | 0 bsp/lpc2148/drivers/board.h | 0 bsp/lpc2148/drivers/dm9000.c | 0 bsp/lpc2148/drivers/dm9000.h | 0 bsp/lpc2148/drivers/sd.c | 0 bsp/lpc2148/drivers/sd.h | 0 bsp/lpc2148/drivers/serial.c | 0 bsp/lpc2148/lpc2148_rom.ld | 0 bsp/lpc2148/lpc2148_rom.sct | 0 bsp/lpc2148/project.Opt | 0 bsp/lpc2148/project.Uv2 | 0 bsp/lpc2148/rtconfig.h | 0 bsp/lpc2148/rtconfig.py | 0 bsp/lpc2148/template.Uv2 | 0 bsp/lpc2478/SConscript | 0 bsp/lpc2478/SConstruct | 0 bsp/lpc2478/applications/SConscript | 0 bsp/lpc2478/applications/application.c | 0 bsp/lpc2478/applications/startup.c | 0 bsp/lpc2478/drivers/SConscript | 0 bsp/lpc2478/drivers/board.c | 0 bsp/lpc2478/drivers/board.h | 0 bsp/lpc2478/drivers/serial.c | 0 bsp/lpc2478/lpc2478_ram.lds | 0 bsp/lpc2478/lpc2478_rom.lds | 0 bsp/lpc2478/lpc2478_rom.sct | 0 bsp/lpc2478/project.Uv2 | 0 bsp/lpc2478/project.uvproj | 0 bsp/lpc2478/rtconfig.h | 0 bsp/lpc2478/rtconfig.py | 0 bsp/lpc2478/template.uvproj | 0 bsp/lpc408x/.config | 0 bsp/lpc408x/Kconfig | 0 .../CMSIS/Include/arm_common_tables.h | 0 bsp/lpc408x/Libraries/CMSIS/Include/arm_math.h | 0 bsp/lpc408x/Libraries/CMSIS/Include/core_cm0.h | 0 bsp/lpc408x/Libraries/CMSIS/Include/core_cm3.h | 0 bsp/lpc408x/Libraries/CMSIS/Include/core_cm4.h | 0 .../Libraries/CMSIS/Include/core_cm4_simd.h | 0 .../Libraries/CMSIS/Include/core_cmFunc.h | 0 .../Libraries/CMSIS/Include/core_cmInstr.h | 0 .../LPC407x_8x_177x_8x/Include/LPC177x_8x.h | 0 .../Include/LPC407x_8x_177x_8x.h | 0 .../Include/system_LPC177x_8x.h | 0 .../Include/system_LPC407x_8x_177x_8x.h | 0 .../Source/Templates/ARM/startup_LPC177x_8x.s | 0 .../Templates/ARM/startup_LPC407x_8x_177x_8x.s | 0 .../Source/Templates/GCC/startup_LPC177x_8x.s | 0 .../Templates/GCC/startup_LPC407x_8x_177x_8x.s | 0 .../Source/Templates/IAR/startup_LPC177x_8x.s | 0 .../Templates/IAR/startup_LPC407x_8x_177x_8x.s | 0 .../Source/Templates/system_LPC177x_8x.c | 0 .../Templates/system_LPC407x_8x_177x_8x.c | 0 bsp/lpc408x/Libraries/Device/SConscript | 0 bsp/lpc408x/Libraries/Drivers/SConscript | 0 .../Libraries/Drivers/include/debug_frmwrk.h | 0 .../include/lpc177x_8x_libcfg_default.h | 0 .../Libraries/Drivers/include/lpc_adc.h | 0 .../Libraries/Drivers/include/lpc_bod.h | 0 .../Libraries/Drivers/include/lpc_can.h | 0 .../Libraries/Drivers/include/lpc_clkpwr.h | 0 .../Libraries/Drivers/include/lpc_crc.h | 0 .../Libraries/Drivers/include/lpc_dac.h | 0 .../Libraries/Drivers/include/lpc_eeprom.h | 0 .../Libraries/Drivers/include/lpc_emac.h | 0 .../Libraries/Drivers/include/lpc_emc.h | 0 .../Libraries/Drivers/include/lpc_exti.h | 0 .../Libraries/Drivers/include/lpc_gpdma.h | 0 .../Libraries/Drivers/include/lpc_gpio.h | 0 .../Libraries/Drivers/include/lpc_i2c.h | 0 .../Libraries/Drivers/include/lpc_i2s.h | 0 .../Libraries/Drivers/include/lpc_iap.h | 0 .../Libraries/Drivers/include/lpc_lcd.h | 0 .../Drivers/include/lpc_libcfg_default.h | 0 .../Libraries/Drivers/include/lpc_mci.h | 0 .../Libraries/Drivers/include/lpc_mcpwm.h | 0 .../Libraries/Drivers/include/lpc_nvic.h | 0 .../Libraries/Drivers/include/lpc_pinsel.h | 0 .../Libraries/Drivers/include/lpc_pwm.h | 0 .../Libraries/Drivers/include/lpc_qei.h | 0 .../Libraries/Drivers/include/lpc_rtc.h | 0 .../Drivers/include/lpc_spifi_rom_api.h | 0 .../Libraries/Drivers/include/lpc_ssp.h | 0 .../Libraries/Drivers/include/lpc_systick.h | 0 .../Libraries/Drivers/include/lpc_timer.h | 0 .../Libraries/Drivers/include/lpc_types.h | 0 .../Libraries/Drivers/include/lpc_uart.h | 0 .../Libraries/Drivers/include/lpc_wwdt.h | 0 .../Libraries/Drivers/lib/spifi_drv_M4.lib | Bin bsp/lpc408x/Libraries/Drivers/source/lpc_adc.c | 0 bsp/lpc408x/Libraries/Drivers/source/lpc_bod.c | 0 bsp/lpc408x/Libraries/Drivers/source/lpc_can.c | 0 .../Libraries/Drivers/source/lpc_clkpwr.c | 0 bsp/lpc408x/Libraries/Drivers/source/lpc_crc.c | 0 bsp/lpc408x/Libraries/Drivers/source/lpc_dac.c | 0 .../Libraries/Drivers/source/lpc_eeprom.c | 0 .../Libraries/Drivers/source/lpc_emac.c | 0 bsp/lpc408x/Libraries/Drivers/source/lpc_emc.c | 0 .../Libraries/Drivers/source/lpc_exti.c | 0 .../Libraries/Drivers/source/lpc_gpdma.c | 0 .../Libraries/Drivers/source/lpc_gpio.c | 0 bsp/lpc408x/Libraries/Drivers/source/lpc_i2c.c | 0 bsp/lpc408x/Libraries/Drivers/source/lpc_i2s.c | 0 bsp/lpc408x/Libraries/Drivers/source/lpc_iap.c | 0 bsp/lpc408x/Libraries/Drivers/source/lpc_lcd.c | 0 bsp/lpc408x/Libraries/Drivers/source/lpc_mci.c | 0 .../Libraries/Drivers/source/lpc_mcpwm.c | 0 .../Libraries/Drivers/source/lpc_nvic.c | 0 .../Libraries/Drivers/source/lpc_pinsel.c | 0 bsp/lpc408x/Libraries/Drivers/source/lpc_pwm.c | 0 bsp/lpc408x/Libraries/Drivers/source/lpc_qei.c | 0 bsp/lpc408x/Libraries/Drivers/source/lpc_rtc.c | 0 bsp/lpc408x/Libraries/Drivers/source/lpc_ssp.c | 0 .../Libraries/Drivers/source/lpc_systick.c | 0 .../Libraries/Drivers/source/lpc_timer.c | 0 .../Libraries/Drivers/source/lpc_uart.c | 0 .../Libraries/Drivers/source/lpc_wwdt.c | 0 bsp/lpc408x/Libraries/Drivers/source/makefile | 0 bsp/lpc408x/Libraries/SConscript | 0 bsp/lpc408x/README.md | 0 bsp/lpc408x/SConscript | 0 bsp/lpc408x/SConstruct | 0 bsp/lpc408x/applications/SConscript | 0 bsp/lpc408x/applications/main.c | 0 bsp/lpc408x/drivers/Kconfig | 0 bsp/lpc408x/drivers/SConscript | 0 bsp/lpc408x/drivers/board.c | 0 bsp/lpc408x/drivers/board.h | 0 bsp/lpc408x/drivers/drv_emac.c | 0 bsp/lpc408x/drivers/drv_emac.h | 0 bsp/lpc408x/drivers/drv_hwtimer.c | 0 bsp/lpc408x/drivers/drv_hwtimer.h | 0 bsp/lpc408x/drivers/drv_led.c | 0 bsp/lpc408x/drivers/drv_led.h | 0 bsp/lpc408x/drivers/drv_sdram.c | 0 bsp/lpc408x/drivers/drv_sdram.h | 0 bsp/lpc408x/drivers/drv_uart.c | 0 bsp/lpc408x/drivers/drv_uart.h | 0 bsp/lpc408x/drivers/linker_scripts/link.lds | 0 bsp/lpc408x/drivers/linker_scripts/link.sct | 0 bsp/lpc408x/project.uvopt | 0 bsp/lpc408x/project.uvoptx | 0 bsp/lpc408x/project.uvproj | 0 bsp/lpc408x/project.uvprojx | 0 bsp/lpc408x/rtconfig.h | 0 bsp/lpc408x/rtconfig.py | 0 bsp/lpc408x/template.uvopt | 0 bsp/lpc408x/template.uvoptx | 0 bsp/lpc408x/template.uvproj | 0 bsp/lpc408x/template.uvprojx | 0 .../CMSIS/Include/arm_common_tables.h | 0 bsp/lpc43xx/Libraries/CMSIS/Include/arm_math.h | 0 bsp/lpc43xx/Libraries/CMSIS/Include/core_cm0.h | 0 .../Libraries/CMSIS/Include/core_cm0plus.h | 0 bsp/lpc43xx/Libraries/CMSIS/Include/core_cm3.h | 0 bsp/lpc43xx/Libraries/CMSIS/Include/core_cm4.h | 0 .../Libraries/CMSIS/Include/core_cm4_simd.h | 0 .../Libraries/CMSIS/Include/core_cmFunc.h | 0 .../Libraries/CMSIS/Include/core_cmInstr.h | 0 .../Libraries/CMSIS/Include/core_sc000.h | 0 .../Libraries/CMSIS/Include/core_sc300.h | 0 .../Device/NXP/LPC43xx/Include/LPC43xx.h | 0 .../Device/NXP/LPC43xx/Include/fpu_enable.h | 0 .../Device/NXP/LPC43xx/Include/fpu_init.h | 0 .../NXP/LPC43xx/Include/system_LPC43xx.h | 0 .../Source/Templates/ARM/startup_LPC43xx.s | 0 .../Source/Templates/ARM/startup_LPC43xx_M0.s | 0 .../Source/Templates/GCC/startup_LPC43xx.s | 0 .../Source/Templates/GCC/startup_LPC43xx_M0.s | 0 .../Source/Templates/IAR/startup_LPC43xx.s | 0 .../Templates/IAR/startup_lpc43xx_m0sub.s | 0 .../LPC43xx/Source/Templates/system_LPC43xx.c | 0 bsp/lpc43xx/Libraries/Device/SConscript | 0 bsp/lpc43xx/Libraries/SConscript | 0 bsp/lpc43xx/M0/SConscript | 0 bsp/lpc43xx/M0/SConstruct | 0 bsp/lpc43xx/M0/applications/SConscript | 0 bsp/lpc43xx/M0/applications/application.c | 0 bsp/lpc43xx/M0/applications/board.c | 0 bsp/lpc43xx/M0/applications/board.h | 0 bsp/lpc43xx/M0/applications/startup.c | 0 bsp/lpc43xx/M0/applications/vbus_conf.h | 0 bsp/lpc43xx/M0/applications/vbus_drv.c | 0 bsp/lpc43xx/M0/applications/vbus_hw.h | 0 bsp/lpc43xx/M0/rtconfig.h | 0 bsp/lpc43xx/M0/rtconfig.py | 0 bsp/lpc43xx/M0/rtthread-lpc43xx.ld | 0 bsp/lpc43xx/M0/rtthread-lpc43xx_spifi.ld | 0 bsp/lpc43xx/M0/rtthread-lpc43xx_spifi.sct | 0 bsp/lpc43xx/M0/rtthread_lpc43xx.sct | 0 bsp/lpc43xx/M0/template.uvopt | 0 bsp/lpc43xx/M0/template.uvproj | 0 bsp/lpc43xx/M0/vbus_local_conf.h | 0 bsp/lpc43xx/M4/SConscript | 0 bsp/lpc43xx/M4/SConstruct | 0 bsp/lpc43xx/M4/applications/SConscript | 0 bsp/lpc43xx/M4/applications/application.c | 0 bsp/lpc43xx/M4/applications/board.c | 0 bsp/lpc43xx/M4/applications/board.h | 0 bsp/lpc43xx/M4/applications/startup.c | 0 bsp/lpc43xx/M4/applications/vbus_conf.h | 0 bsp/lpc43xx/M4/applications/vbus_drv.c | 0 bsp/lpc43xx/M4/applications/vbus_hw.h | 0 bsp/lpc43xx/M4/rtconfig.h | 0 bsp/lpc43xx/M4/rtconfig.py | 0 bsp/lpc43xx/M4/rtthread-lpc43xx.ld | 0 bsp/lpc43xx/M4/rtthread-lpc43xx_spifi.ld | 0 bsp/lpc43xx/M4/rtthread-lpc43xx_spifi.sct | 0 bsp/lpc43xx/M4/rtthread_lpc43xx.sct | 0 bsp/lpc43xx/M4/template.uvopt | 0 bsp/lpc43xx/M4/template.uvproj | 0 bsp/lpc43xx/M4/vbus_local_conf.h | 0 bsp/lpc43xx/bin2C.py | 0 bsp/lpc43xx/drivers/SConscript | 0 bsp/lpc43xx/drivers/drv_emac.c | 0 bsp/lpc43xx/drivers/drv_emac.h | 0 bsp/lpc43xx/drivers/drv_led.c | 0 bsp/lpc43xx/drivers/drv_led.h | 0 bsp/lpc43xx/drivers/drv_uart.c | 0 bsp/lpc43xx/drivers/drv_uart.h | 0 bsp/lpc43xx/readme.txt | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../Libraries/CMSIS/Include/arm_math.h | 0 .../Libraries/CMSIS/Include/core_cm0.h | 0 .../Libraries/CMSIS/Include/core_cm0plus.h | 0 .../Libraries/CMSIS/Include/core_cm3.h | 0 .../Libraries/CMSIS/Include/core_cm4.h | 0 .../Libraries/CMSIS/Include/core_cm4_simd.h | 0 .../Libraries/CMSIS/Include/core_cmFunc.h | 0 .../Libraries/CMSIS/Include/core_cmInstr.h | 0 .../Libraries/CMSIS/Include/core_sc000.h | 0 .../Libraries/CMSIS/Include/core_sc300.h | 0 bsp/lpc5410x/Libraries/Device/SConscript | 0 .../Device/startup/cr_startup_lpc5410x-m0.c | 0 .../Device/startup/cr_startup_lpc5410x.c | 0 bsp/lpc5410x/Libraries/Device/startup/crp.c | 0 .../Device/startup/gcc_startup_lpc5410x.c | 0 .../Device/startup/iar_startup_lpc5410x-m0.s | 0 .../Device/startup/iar_startup_lpc5410x.s | 0 .../Device/startup/keil_startup_lpc5410x-m0.s | 0 .../Device/startup/keil_startup_lpc5410x.s | 0 bsp/lpc5410x/Libraries/Device/startup/mtb.c | 0 .../Libraries/Device/startup/sysinit.c | 0 bsp/lpc5410x/Libraries/SConscript | 0 bsp/lpc5410x/Libraries/lpc_chip/SConscript | 0 .../Libraries/lpc_chip/chip_5410x/chip.h | 0 .../Libraries/lpc_chip/chip_5410x/chip_5410x.c | 0 .../lpc_chip/chip_5410x/clock_5410x.c | 0 .../lpc_chip/chip_5410x/clock_5410x.h | 0 .../Libraries/lpc_chip/chip_5410x/cmd.bat | 0 .../Libraries/lpc_chip/chip_5410x/cmsis.h | 0 .../Libraries/lpc_chip/chip_5410x/config.xml | 0 .../lpc_chip/chip_5410x/config/cmsis_5410x.h | 0 .../chip_5410x/config/cmsis_5410x_m0.h | 0 .../lpc_chip/chip_5410x/config/sys_config.h | 0 .../lpc_chip/chip_5410x/cpuctrl_5410x.h | 0 .../Libraries/lpc_chip/chip_5410x/crc_5410x.c | 0 .../Libraries/lpc_chip/chip_5410x/crc_5410x.h | 0 .../Libraries/lpc_chip/chip_5410x/fifo_5410x.c | 0 .../Libraries/lpc_chip/chip_5410x/fifo_5410x.h | 0 .../Libraries/lpc_chip/chip_5410x/gpio_5410x.c | 0 .../Libraries/lpc_chip/chip_5410x/gpio_5410x.h | 0 .../lpc_chip/chip_5410x/gpiogroup_5410x.c | 0 .../lpc_chip/chip_5410x/gpiogroup_5410x.h | 0 .../Libraries/lpc_chip/chip_5410x/hw_adc.c | 0 .../Libraries/lpc_chip/chip_5410x/hw_adc.h | 0 .../lpc_chip/chip_5410x/hw_adc_rom_api.h | 0 .../Libraries/lpc_chip/chip_5410x/hw_dmaaltd.c | 0 .../Libraries/lpc_chip/chip_5410x/hw_dmaaltd.h | 0 .../lpc_chip/chip_5410x/hw_dmaaltd_regs.h | 0 .../lpc_chip/chip_5410x/hw_dmaaltd_rom_api.c | 0 .../lpc_chip/chip_5410x/hw_dmaaltd_rom_api.h | 0 .../lpc_chip/chip_5410x/hw_i2c_common.h | 0 .../Libraries/lpc_chip/chip_5410x/hw_i2cmd.c | 0 .../Libraries/lpc_chip/chip_5410x/hw_i2cmd.h | 0 .../lpc_chip/chip_5410x/hw_i2cmd_rom_api.c | 0 .../lpc_chip/chip_5410x/hw_i2cmd_rom_api.h | 0 .../Libraries/lpc_chip/chip_5410x/hw_i2cmond.c | 0 .../Libraries/lpc_chip/chip_5410x/hw_i2cmond.h | 0 .../lpc_chip/chip_5410x/hw_i2cmond_rom_api.c | 0 .../lpc_chip/chip_5410x/hw_i2cmond_rom_api.h | 0 .../Libraries/lpc_chip/chip_5410x/hw_i2csd.c | 0 .../Libraries/lpc_chip/chip_5410x/hw_i2csd.h | 0 .../lpc_chip/chip_5410x/hw_i2csd_rom_api.c | 0 .../lpc_chip/chip_5410x/hw_i2csd_rom_api.h | 0 .../lpc_chip/chip_5410x/hw_spi_common.h | 0 .../Libraries/lpc_chip/chip_5410x/hw_spimd.c | 0 .../Libraries/lpc_chip/chip_5410x/hw_spimd.h | 0 .../lpc_chip/chip_5410x/hw_spimd_rom_api.c | 0 .../lpc_chip/chip_5410x/hw_spimd_rom_api.h | 0 .../Libraries/lpc_chip/chip_5410x/hw_spisd.c | 0 .../Libraries/lpc_chip/chip_5410x/hw_spisd.h | 0 .../lpc_chip/chip_5410x/hw_spisd_rom_api.c | 0 .../lpc_chip/chip_5410x/hw_spisd_rom_api.h | 0 .../Libraries/lpc_chip/chip_5410x/hw_uart.c | 0 .../Libraries/lpc_chip/chip_5410x/hw_uart.h | 0 .../lpc_chip/chip_5410x/hw_uart_rom_api.h | 0 .../lpc_chip/chip_5410x/inmux_5410x.h | 0 .../lpc_chip/chip_5410x/iocon_5410x.c | 0 .../lpc_chip/chip_5410x/iocon_5410x.h | 0 .../chip_5410x/keil_output/core_m4/ArInp.Scr | 0 .../lpc_chip/chip_5410x/lib_chip_5410x.ewp | 0 .../lpc_chip/chip_5410x/lib_chip_5410x.uvoptx | 0 .../lpc_chip/chip_5410x/lib_chip_5410x.uvprojx | 0 .../lpc_chip/chip_5410x/lib_chip_5410x_m0.ewp | 0 .../chip_5410x/lib_chip_5410x_m0.uvprojx | 0 .../lpc_chip/chip_5410x/mailbox_5410x.h | 0 .../Libraries/lpc_chip/chip_5410x/mrt_5410x.h | 0 .../lpc_chip/chip_5410x/pinint_5410x.c | 0 .../lpc_chip/chip_5410x/pinint_5410x.h | 0 .../lpc_chip/chip_5410x/pintable_5410x.h | 0 .../Libraries/lpc_chip/chip_5410x/pll_5410x.c | 0 .../Libraries/lpc_chip/chip_5410x/pll_5410x.h | 0 .../Libraries/lpc_chip/chip_5410x/pmu_5410x.h | 0 .../chip_5410x/power_lib/iar/lib_power.a | Bin .../chip_5410x/power_lib/iar/lib_power_m0.a | Bin .../chip_5410x/power_lib/keil/lib_power.lib | Bin .../chip_5410x/power_lib/keil/lib_power_m0.lib | Bin .../power_lib/lpcxpresso/lib_power.a | Bin .../chip_5410x/power_lib/lpcxpresso/libpower.a | Bin .../power_lib/lpcxpresso/libpower_m0.a | Bin .../lpc_chip/chip_5410x/power_lib_5410x.h | 0 .../lpc_chip/chip_5410x/ritimer_5410x.c | 0 .../lpc_chip/chip_5410x/ritimer_5410x.h | 0 .../lpc_chip/chip_5410x/rom_pwr_5410x.h | 0 .../lpc_chip/chip_5410x/romapi_5410x.h | 0 .../Libraries/lpc_chip/chip_5410x/romapi_adc.c | 0 .../Libraries/lpc_chip/chip_5410x/romapi_adc.h | 0 .../Libraries/lpc_chip/chip_5410x/romapi_dma.c | 0 .../Libraries/lpc_chip/chip_5410x/romapi_dma.h | 0 .../lpc_chip/chip_5410x/romapi_i2cm.c | 0 .../lpc_chip/chip_5410x/romapi_i2cm.h | 0 .../lpc_chip/chip_5410x/romapi_i2cmon.c | 0 .../lpc_chip/chip_5410x/romapi_i2cmon.h | 0 .../lpc_chip/chip_5410x/romapi_i2cs.c | 0 .../lpc_chip/chip_5410x/romapi_i2cs.h | 0 .../lpc_chip/chip_5410x/romapi_spim.c | 0 .../lpc_chip/chip_5410x/romapi_spim.h | 0 .../lpc_chip/chip_5410x/romapi_spis.c | 0 .../lpc_chip/chip_5410x/romapi_spis.h | 0 .../lpc_chip/chip_5410x/romapi_uart.c | 0 .../lpc_chip/chip_5410x/romapi_uart.h | 0 .../Libraries/lpc_chip/chip_5410x/rtc_5410x.c | 0 .../Libraries/lpc_chip/chip_5410x/rtc_5410x.h | 0 .../Libraries/lpc_chip/chip_5410x/sct_5410x.c | 0 .../Libraries/lpc_chip/chip_5410x/sct_5410x.h | 0 .../lpc_chip/chip_5410x/sct_pwm_5410x.c | 0 .../lpc_chip/chip_5410x/sct_pwm_5410x.h | 0 .../lpc_chip/chip_5410x/stopwatch_5410x.c | 0 .../lpc_chip/chip_5410x/syscon_5410x.c | 0 .../lpc_chip/chip_5410x/syscon_5410x.h | 0 .../lpc_chip/chip_5410x/sysinit_5410x.c | 0 .../lpc_chip/chip_5410x/timer_5410x.c | 0 .../lpc_chip/chip_5410x/timer_5410x.h | 0 .../lpc_chip/chip_5410x/utick_5410x.c | 0 .../lpc_chip/chip_5410x/utick_5410x.h | 0 .../Libraries/lpc_chip/chip_5410x/wwdt_5410x.c | 0 .../Libraries/lpc_chip/chip_5410x/wwdt_5410x.h | 0 .../Libraries/lpc_chip/chip_common/error.h | 0 .../Libraries/lpc_chip/chip_common/fpu_init.c | 0 .../Libraries/lpc_chip/chip_common/fpu_init.h | 0 .../Libraries/lpc_chip/chip_common/iap.c | 0 .../Libraries/lpc_chip/chip_common/iap.h | 0 .../Libraries/lpc_chip/chip_common/lpc_types.h | 0 .../Libraries/lpc_chip/chip_common/packing.h | 0 .../lpc_chip/chip_common/ring_buffer.c | 0 .../lpc_chip/chip_common/ring_buffer.h | 0 .../Libraries/lpc_chip/chip_common/rtc_ut.c | 0 .../Libraries/lpc_chip/chip_common/rtc_ut.h | 0 .../Libraries/lpc_chip/chip_common/stopwatch.h | 0 bsp/lpc5410x/SConscript | 0 bsp/lpc5410x/SConstruct | 0 bsp/lpc5410x/applications/SConscript | 0 bsp/lpc5410x/applications/application.c | 0 bsp/lpc5410x/applications/board.c | 0 bsp/lpc5410x/applications/board.h | 0 bsp/lpc5410x/applications/demo_thread.c | 0 bsp/lpc5410x/applications/startup.c | 0 bsp/lpc5410x/drivers/SConscript | 0 bsp/lpc5410x/drivers/drv_led.c | 0 bsp/lpc5410x/drivers/drv_led.h | 0 bsp/lpc5410x/drivers/drv_uart.c | 0 bsp/lpc5410x/drivers/drv_uart.h | 0 bsp/lpc5410x/project.uvoptx | 0 bsp/lpc5410x/project.uvprojx | 0 bsp/lpc5410x/rtconfig.h | 0 bsp/lpc5410x/rtconfig.py | 0 bsp/lpc5410x/rtthread-lpc5410x.ld | 0 bsp/lpc5410x/rtthread-lpc5410x.sct | 0 bsp/lpc5410x/template.uvoptx | 0 bsp/lpc5410x/template.uvprojx | 0 bsp/lpc54114-lite/.config | 0 bsp/lpc54114-lite/Kconfig | 0 .../Libraries/CMSIS/Include/SConscript | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../Libraries/CMSIS/Include/arm_math.h | 0 .../Libraries/CMSIS/Include/cmsis_armcc.h | 0 .../Libraries/CMSIS/Include/cmsis_armclang.h | 0 .../Libraries/CMSIS/Include/cmsis_compiler.h | 0 .../Libraries/CMSIS/Include/cmsis_gcc.h | 0 .../Libraries/CMSIS/Include/cmsis_iccarm.h | 0 .../Libraries/CMSIS/Include/cmsis_version.h | 0 .../Libraries/CMSIS/Include/core_armv8mbl.h | 0 .../Libraries/CMSIS/Include/core_armv8mml.h | 0 .../Libraries/CMSIS/Include/core_cm0.h | 0 .../Libraries/CMSIS/Include/core_cm0plus.h | 0 .../Libraries/CMSIS/Include/core_cm23.h | 0 .../Libraries/CMSIS/Include/core_cm3.h | 0 .../Libraries/CMSIS/Include/core_cm33.h | 0 .../Libraries/CMSIS/Include/core_cm4.h | 0 .../Libraries/CMSIS/Include/core_cm7.h | 0 .../Libraries/CMSIS/Include/core_sc000.h | 0 .../Libraries/CMSIS/Include/core_sc300.h | 0 .../Libraries/CMSIS/Include/mpu_armv7.h | 0 .../Libraries/CMSIS/Include/mpu_armv8.h | 0 .../Libraries/CMSIS/Include/tz_context.h | 0 bsp/lpc54114-lite/Libraries/CMSIS/SConscript | 0 bsp/lpc54114-lite/Libraries/SConscript | 0 .../devices/LPC54114/LPC54114_cm0plus.h | 0 .../LPC54114/LPC54114_cm0plus_features.h | 0 .../Libraries/devices/LPC54114/LPC54114_cm4.h | 0 .../devices/LPC54114/LPC54114_cm4_features.h | 0 .../Libraries/devices/LPC54114/SConscript | 0 .../LPC54114/arm/LPC54114J256_cm0plus.scf | 0 .../LPC54114/arm/LPC54114J256_cm0plus_ram.scf | 0 .../LPC54114/arm/LPC54114J256_cm4_ram.scf | 0 .../Libraries/devices/LPC54114/arm/SConscript | 0 .../devices/LPC54114/arm/keil_lib_power.lib | Bin .../devices/LPC54114/arm/keil_lib_power_m0.lib | Bin .../LPC54114/arm/startup_LPC54114_cm0plus.s | 0 .../LPC54114/arm/startup_LPC54114_cm4.s | 0 .../LPC54114/cmsis_drivers/fsl_i2c_cmsis.c | 0 .../LPC54114/cmsis_drivers/fsl_i2c_cmsis.h | 0 .../LPC54114/cmsis_drivers/fsl_spi_cmsis.c | 0 .../LPC54114/cmsis_drivers/fsl_spi_cmsis.h | 0 .../LPC54114/cmsis_drivers/fsl_usart_cmsis.c | 0 .../LPC54114/cmsis_drivers/fsl_usart_cmsis.h | 0 .../devices/LPC54114/drivers/SConscript | 0 .../devices/LPC54114/drivers/fsl_adc.c | 0 .../devices/LPC54114/drivers/fsl_adc.h | 0 .../devices/LPC54114/drivers/fsl_clock.c | 0 .../devices/LPC54114/drivers/fsl_clock.h | 0 .../devices/LPC54114/drivers/fsl_common.c | 0 .../devices/LPC54114/drivers/fsl_common.h | 0 .../devices/LPC54114/drivers/fsl_crc.c | 0 .../devices/LPC54114/drivers/fsl_crc.h | 0 .../devices/LPC54114/drivers/fsl_ctimer.c | 0 .../devices/LPC54114/drivers/fsl_ctimer.h | 0 .../devices/LPC54114/drivers/fsl_dma.c | 0 .../devices/LPC54114/drivers/fsl_dma.h | 0 .../devices/LPC54114/drivers/fsl_dmic.c | 0 .../devices/LPC54114/drivers/fsl_dmic.h | 0 .../devices/LPC54114/drivers/fsl_dmic_dma.c | 0 .../devices/LPC54114/drivers/fsl_dmic_dma.h | 0 .../devices/LPC54114/drivers/fsl_flashiap.c | 0 .../devices/LPC54114/drivers/fsl_flashiap.h | 0 .../devices/LPC54114/drivers/fsl_flexcomm.c | 0 .../devices/LPC54114/drivers/fsl_flexcomm.h | 0 .../devices/LPC54114/drivers/fsl_fmeas.c | 0 .../devices/LPC54114/drivers/fsl_fmeas.h | 0 .../devices/LPC54114/drivers/fsl_gint.c | 0 .../devices/LPC54114/drivers/fsl_gint.h | 0 .../devices/LPC54114/drivers/fsl_gpio.c | 0 .../devices/LPC54114/drivers/fsl_gpio.h | 0 .../devices/LPC54114/drivers/fsl_i2c.c | 0 .../devices/LPC54114/drivers/fsl_i2c.h | 0 .../devices/LPC54114/drivers/fsl_i2c_dma.c | 0 .../devices/LPC54114/drivers/fsl_i2c_dma.h | 0 .../devices/LPC54114/drivers/fsl_i2s.c | 0 .../devices/LPC54114/drivers/fsl_i2s.h | 0 .../devices/LPC54114/drivers/fsl_i2s_dma.c | 0 .../devices/LPC54114/drivers/fsl_i2s_dma.h | 0 .../devices/LPC54114/drivers/fsl_inputmux.c | 0 .../devices/LPC54114/drivers/fsl_inputmux.h | 0 .../drivers/fsl_inputmux_connections.h | 0 .../devices/LPC54114/drivers/fsl_iocon.h | 0 .../devices/LPC54114/drivers/fsl_mailbox.h | 0 .../devices/LPC54114/drivers/fsl_mrt.c | 0 .../devices/LPC54114/drivers/fsl_mrt.h | 0 .../devices/LPC54114/drivers/fsl_pint.c | 0 .../devices/LPC54114/drivers/fsl_pint.h | 0 .../devices/LPC54114/drivers/fsl_power.c | 0 .../devices/LPC54114/drivers/fsl_power.h | 0 .../devices/LPC54114/drivers/fsl_reset.c | 0 .../devices/LPC54114/drivers/fsl_reset.h | 0 .../devices/LPC54114/drivers/fsl_rtc.c | 0 .../devices/LPC54114/drivers/fsl_rtc.h | 0 .../devices/LPC54114/drivers/fsl_sctimer.c | 0 .../devices/LPC54114/drivers/fsl_sctimer.h | 0 .../devices/LPC54114/drivers/fsl_spi.c | 0 .../devices/LPC54114/drivers/fsl_spi.h | 0 .../devices/LPC54114/drivers/fsl_spi_dma.c | 0 .../devices/LPC54114/drivers/fsl_spi_dma.h | 0 .../devices/LPC54114/drivers/fsl_usart.c | 0 .../devices/LPC54114/drivers/fsl_usart.h | 0 .../devices/LPC54114/drivers/fsl_usart_dma.c | 0 .../devices/LPC54114/drivers/fsl_usart_dma.h | 0 .../devices/LPC54114/drivers/fsl_utick.c | 0 .../devices/LPC54114/drivers/fsl_utick.h | 0 .../devices/LPC54114/drivers/fsl_wwdt.c | 0 .../devices/LPC54114/drivers/fsl_wwdt.h | 0 .../devices/LPC54114/fsl_device_registers.h | 0 .../LPC54114/gcc/LPC54114J256_cm0plus_flash.ld | 0 .../LPC54114/gcc/LPC54114J256_cm0plus_ram.ld | 0 .../LPC54114/gcc/LPC54114J256_cm4_ram.ld | 0 .../Libraries/devices/LPC54114/gcc/SConscript | 0 .../devices/LPC54114/gcc/libpower_cm0.a | Bin .../LPC54114/gcc/libpower_cm4_hardabi.a | Bin .../LPC54114/gcc/libpower_cm4_softabi.a | Bin .../LPC54114/gcc/startup_LPC54114_cm0plus.S | 0 .../LPC54114/gcc/startup_LPC54114_cm4.S | 0 .../LPC54114/iar/LPC54114J256_cm0plus.icf | 0 .../LPC54114/iar/LPC54114J256_cm0plus_ram.icf | 0 .../LPC54114/iar/LPC54114J256_cm4_ram.icf | 0 .../Libraries/devices/LPC54114/iar/SConscript | 0 .../devices/LPC54114/iar/iar_lib_power.a | Bin .../devices/LPC54114/iar/iar_lib_power_m0.a | Bin .../LPC54114/iar/startup_LPC54114_cm0plus.s | 0 .../LPC54114/iar/startup_LPC54114_cm4.s | 0 .../devices/LPC54114/project_template/board.c | 0 .../devices/LPC54114/project_template/board.h | 0 .../LPC54114/project_template/clock_config.c | 0 .../LPC54114/project_template/clock_config.h | 0 .../LPC54114/project_template/peripherals.c | 0 .../LPC54114/project_template/peripherals.h | 0 .../LPC54114/project_template/pin_mux.c | 0 .../LPC54114/project_template/pin_mux.h | 0 .../devices/LPC54114/system_LPC54114_cm0plus.c | 0 .../devices/LPC54114/system_LPC54114_cm0plus.h | 0 .../devices/LPC54114/system_LPC54114_cm4.c | 0 .../devices/LPC54114/system_LPC54114_cm4.h | 0 .../devices/LPC54114/template/RTE_Device.h | 0 .../devices/LPC54114/utilities/SConscript | 0 .../devices/LPC54114/utilities/fsl_assert.c | 0 .../LPC54114/utilities/fsl_debug_console.c | 0 .../LPC54114/utilities/fsl_debug_console.h | 0 .../utilities/fsl_debug_console_conf.h | 0 .../devices/LPC54114/utilities/fsl_notifier.c | 0 .../devices/LPC54114/utilities/fsl_notifier.h | 0 .../devices/LPC54114/utilities/fsl_shell.c | 0 .../devices/LPC54114/utilities/fsl_shell.h | 0 .../devices/LPC54114/utilities/fsl_ucwxp.inf | 0 .../devices/LPC54114/utilities/io/fsl_io.c | 0 .../devices/LPC54114/utilities/io/fsl_io.h | 0 .../LPC54114/utilities/io/swo/fsl_swo.c | 0 .../LPC54114/utilities/io/swo/fsl_swo.h | 0 .../devices/LPC54114/utilities/log/fsl_log.c | 0 .../devices/LPC54114/utilities/log/fsl_log.h | 0 .../devices/LPC54114/utilities/str/fsl_str.c | 0 .../devices/LPC54114/utilities/str/fsl_str.h | 0 .../LPC54114/utilities/usb_device_cdc_acm.c | 0 .../LPC54114/utilities/usb_device_cdc_acm.h | 0 .../LPC54114/utilities/usb_device_ch9.c | 0 .../LPC54114/utilities/usb_device_ch9.h | 0 .../LPC54114/utilities/usb_device_config.h | 0 .../LPC54114/utilities/usb_device_descriptor.c | 0 .../LPC54114/utilities/usb_device_descriptor.h | 0 .../devices/LPC54114/utilities/virtual_com.c | 0 .../devices/LPC54114/utilities/virtual_com.h | 0 bsp/lpc54114-lite/Libraries/devices/SConscript | 0 bsp/lpc54114-lite/README.md | 0 bsp/lpc54114-lite/SConscript | 0 bsp/lpc54114-lite/SConstruct | 0 bsp/lpc54114-lite/applications/SConscript | 0 bsp/lpc54114-lite/applications/main.c | 0 bsp/lpc54114-lite/applications/mnt.c | 0 bsp/lpc54114-lite/drivers/Kconfig | 0 bsp/lpc54114-lite/drivers/SConscript | 0 bsp/lpc54114-lite/drivers/board.c | 0 bsp/lpc54114-lite/drivers/board.h | 0 bsp/lpc54114-lite/drivers/clock_config.c | 0 bsp/lpc54114-lite/drivers/clock_config.h | 0 bsp/lpc54114-lite/drivers/drv_gpio.c | 0 bsp/lpc54114-lite/drivers/drv_gpio.h | 0 bsp/lpc54114-lite/drivers/drv_i2c.c | 0 bsp/lpc54114-lite/drivers/drv_i2c.h | 0 bsp/lpc54114-lite/drivers/drv_romfs.c | 0 bsp/lpc54114-lite/drivers/drv_sdcard.c | 0 bsp/lpc54114-lite/drivers/drv_sdcard.h | 0 bsp/lpc54114-lite/drivers/drv_spi.c | 0 bsp/lpc54114-lite/drivers/drv_spi.h | 0 bsp/lpc54114-lite/drivers/drv_spi_flash.c | 0 bsp/lpc54114-lite/drivers/drv_spi_flash.h | 0 bsp/lpc54114-lite/drivers/drv_uart.c | 0 bsp/lpc54114-lite/drivers/drv_uart.h | 0 .../drivers/linker_scripts/link.icf | 0 .../drivers/linker_scripts/link.lds | 0 .../drivers/linker_scripts/link.scf | 0 .../figures/LPC54114-Lite(LPC54110).jpg | Bin bsp/lpc54114-lite/project.ewd | 0 bsp/lpc54114-lite/project.ewp | 0 bsp/lpc54114-lite/project.eww | 0 bsp/lpc54114-lite/project.uvoptx | 0 bsp/lpc54114-lite/project.uvprojx | 0 bsp/lpc54114-lite/rtconfig.h | 0 bsp/lpc54114-lite/rtconfig.py | 0 bsp/lpc54114-lite/template.ewp | 0 bsp/lpc54114-lite/template.eww | 0 bsp/lpc54114-lite/template.uvoptx | 0 bsp/lpc54114-lite/template.uvprojx | 0 bsp/lpc54608-LPCXpresso/.config | 0 bsp/lpc54608-LPCXpresso/Kconfig | 0 bsp/lpc54608-LPCXpresso/LPC54608J512_flash.icf | 0 bsp/lpc54608-LPCXpresso/LPC54608J512_flash.scf | 0 bsp/lpc54608-LPCXpresso/README.md | 0 bsp/lpc54608-LPCXpresso/SConscript | 0 bsp/lpc54608-LPCXpresso/SConstruct | 0 .../Driver/DriverTemplates/Driver_ETH_MAC.c | 0 .../Driver/DriverTemplates/Driver_ETH_PHY.c | 0 .../Driver/DriverTemplates/Driver_Flash.c | 0 .../CMSIS/Driver/DriverTemplates/Driver_I2C.c | 0 .../CMSIS/Driver/DriverTemplates/Driver_MCI.c | 0 .../CMSIS/Driver/DriverTemplates/Driver_SAI.c | 0 .../CMSIS/Driver/DriverTemplates/Driver_SPI.c | 0 .../Driver/DriverTemplates/Driver_USART.c | 0 .../CMSIS/Driver/DriverTemplates/Driver_USBD.c | 0 .../CMSIS/Driver/DriverTemplates/Driver_USBH.c | 0 .../CMSIS/Driver/Include/Driver_CAN.h | 0 .../CMSIS/Driver/Include/Driver_Common.h | 0 .../CMSIS/Driver/Include/Driver_ETH.h | 0 .../CMSIS/Driver/Include/Driver_ETH_MAC.h | 0 .../CMSIS/Driver/Include/Driver_ETH_PHY.h | 0 .../CMSIS/Driver/Include/Driver_Flash.h | 0 .../CMSIS/Driver/Include/Driver_I2C.h | 0 .../CMSIS/Driver/Include/Driver_MCI.h | 0 .../CMSIS/Driver/Include/Driver_NAND.h | 0 .../CMSIS/Driver/Include/Driver_SAI.h | 0 .../CMSIS/Driver/Include/Driver_SPI.h | 0 .../CMSIS/Driver/Include/Driver_USART.h | 0 .../CMSIS/Driver/Include/Driver_USB.h | 0 .../CMSIS/Driver/Include/Driver_USBD.h | 0 .../CMSIS/Driver/Include/Driver_USBH.h | 0 .../CMSIS/Include/SConscript | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../CMSIS/Include/arm_math.h | 0 .../CMSIS/Include/cmsis_armcc.h | 0 .../CMSIS/Include/cmsis_armcc_V6.h | 0 .../CMSIS/Include/cmsis_armclang.h | 0 .../CMSIS/Include/cmsis_compiler.h | 0 .../CMSIS/Include/cmsis_gcc.h | 0 .../CMSIS/Include/cmsis_version.h | 0 .../CMSIS/Include/core_armv8mbl.h | 0 .../CMSIS/Include/core_armv8mml.h | 0 .../CMSIS/Include/core_cm0.h | 0 .../CMSIS/Include/core_cm0plus.h | 0 .../CMSIS/Include/core_cm23.h | 0 .../CMSIS/Include/core_cm3.h | 0 .../CMSIS/Include/core_cm33.h | 0 .../CMSIS/Include/core_cm4.h | 0 .../CMSIS/Include/core_cm7.h | 0 .../CMSIS/Include/core_cmFunc.h | 0 .../CMSIS/Include/core_cmInstr.h | 0 .../CMSIS/Include/core_cmSimd.h | 0 .../CMSIS/Include/core_sc000.h | 0 .../CMSIS/Include/core_sc300.h | 0 .../CMSIS/Include/mpu_armv7.h | 0 .../CMSIS/Include/tz_context.h | 0 .../SDK_2.2_LPCXpresso54608/CMSIS/SConscript | 0 .../SDK_2.2_LPCXpresso54608/SConscript | 0 .../devices/LPC54608/LPC54608.h | 0 .../devices/LPC54608/LPC54608_features.h | 0 .../devices/LPC54608/SConscript | 0 .../LPC54608/arm/LPC54608J512_flash.scf | 0 .../devices/LPC54608/arm/LPC54608J512_ram.scf | 0 .../devices/LPC54608/arm/SConscript | 0 .../devices/LPC54608/arm/keil_lib_power.lib | Bin .../devices/LPC54608/arm/startup_LPC54608.s | 0 .../LPC54608/cmsis_drivers/fsl_i2c_cmsis.c | 0 .../LPC54608/cmsis_drivers/fsl_i2c_cmsis.h | 0 .../LPC54608/cmsis_drivers/fsl_spi_cmsis.c | 0 .../LPC54608/cmsis_drivers/fsl_spi_cmsis.h | 0 .../LPC54608/cmsis_drivers/fsl_usart_cmsis.c | 0 .../LPC54608/cmsis_drivers/fsl_usart_cmsis.h | 0 .../devices/LPC54608/drivers/SConscript | 0 .../devices/LPC54608/drivers/fsl_adc.c | 0 .../devices/LPC54608/drivers/fsl_adc.h | 0 .../devices/LPC54608/drivers/fsl_clock.c | 0 .../devices/LPC54608/drivers/fsl_clock.h | 0 .../devices/LPC54608/drivers/fsl_common.c | 0 .../devices/LPC54608/drivers/fsl_common.h | 0 .../devices/LPC54608/drivers/fsl_crc.c | 0 .../devices/LPC54608/drivers/fsl_crc.h | 0 .../devices/LPC54608/drivers/fsl_ctimer.c | 0 .../devices/LPC54608/drivers/fsl_ctimer.h | 0 .../devices/LPC54608/drivers/fsl_dma.c | 0 .../devices/LPC54608/drivers/fsl_dma.h | 0 .../devices/LPC54608/drivers/fsl_dmic.c | 0 .../devices/LPC54608/drivers/fsl_dmic.h | 0 .../devices/LPC54608/drivers/fsl_dmic_dma.c | 0 .../devices/LPC54608/drivers/fsl_dmic_dma.h | 0 .../devices/LPC54608/drivers/fsl_eeprom.c | 0 .../devices/LPC54608/drivers/fsl_eeprom.h | 0 .../devices/LPC54608/drivers/fsl_emc.c | 0 .../devices/LPC54608/drivers/fsl_emc.h | 0 .../devices/LPC54608/drivers/fsl_enet.c | 0 .../devices/LPC54608/drivers/fsl_enet.h | 0 .../devices/LPC54608/drivers/fsl_flashiap.c | 0 .../devices/LPC54608/drivers/fsl_flashiap.h | 0 .../devices/LPC54608/drivers/fsl_flexcomm.c | 0 .../devices/LPC54608/drivers/fsl_flexcomm.h | 0 .../devices/LPC54608/drivers/fsl_fmc.c | 0 .../devices/LPC54608/drivers/fsl_fmc.h | 0 .../devices/LPC54608/drivers/fsl_fmeas.c | 0 .../devices/LPC54608/drivers/fsl_fmeas.h | 0 .../devices/LPC54608/drivers/fsl_gint.c | 0 .../devices/LPC54608/drivers/fsl_gint.h | 0 .../devices/LPC54608/drivers/fsl_gpio.c | 0 .../devices/LPC54608/drivers/fsl_gpio.h | 0 .../devices/LPC54608/drivers/fsl_i2c.c | 0 .../devices/LPC54608/drivers/fsl_i2c.h | 0 .../devices/LPC54608/drivers/fsl_i2c_dma.c | 0 .../devices/LPC54608/drivers/fsl_i2c_dma.h | 0 .../devices/LPC54608/drivers/fsl_i2s.c | 0 .../devices/LPC54608/drivers/fsl_i2s.h | 0 .../devices/LPC54608/drivers/fsl_i2s_dma.c | 0 .../devices/LPC54608/drivers/fsl_i2s_dma.h | 0 .../devices/LPC54608/drivers/fsl_inputmux.c | 0 .../devices/LPC54608/drivers/fsl_inputmux.h | 0 .../drivers/fsl_inputmux_connections.h | 0 .../devices/LPC54608/drivers/fsl_iocon.h | 0 .../devices/LPC54608/drivers/fsl_lcdc.c | 0 .../devices/LPC54608/drivers/fsl_lcdc.h | 0 .../devices/LPC54608/drivers/fsl_mcan.c | 0 .../devices/LPC54608/drivers/fsl_mcan.h | 0 .../devices/LPC54608/drivers/fsl_mrt.c | 0 .../devices/LPC54608/drivers/fsl_mrt.h | 0 .../devices/LPC54608/drivers/fsl_otp.h | 0 .../devices/LPC54608/drivers/fsl_pint.c | 0 .../devices/LPC54608/drivers/fsl_pint.h | 0 .../devices/LPC54608/drivers/fsl_power.c | 0 .../devices/LPC54608/drivers/fsl_power.h | 0 .../devices/LPC54608/drivers/fsl_reset.c | 0 .../devices/LPC54608/drivers/fsl_reset.h | 0 .../devices/LPC54608/drivers/fsl_rit.c | 0 .../devices/LPC54608/drivers/fsl_rit.h | 0 .../devices/LPC54608/drivers/fsl_rng.h | 0 .../devices/LPC54608/drivers/fsl_rtc.c | 0 .../devices/LPC54608/drivers/fsl_rtc.h | 0 .../devices/LPC54608/drivers/fsl_sctimer.c | 0 .../devices/LPC54608/drivers/fsl_sctimer.h | 0 .../devices/LPC54608/drivers/fsl_sdif.c | 0 .../devices/LPC54608/drivers/fsl_sdif.h | 0 .../devices/LPC54608/drivers/fsl_spi.c | 0 .../devices/LPC54608/drivers/fsl_spi.h | 0 .../devices/LPC54608/drivers/fsl_spi_dma.c | 0 .../devices/LPC54608/drivers/fsl_spi_dma.h | 0 .../devices/LPC54608/drivers/fsl_spifi.c | 0 .../devices/LPC54608/drivers/fsl_spifi.h | 0 .../devices/LPC54608/drivers/fsl_spifi_dma.c | 0 .../devices/LPC54608/drivers/fsl_spifi_dma.h | 0 .../devices/LPC54608/drivers/fsl_usart.c | 0 .../devices/LPC54608/drivers/fsl_usart.h | 0 .../devices/LPC54608/drivers/fsl_usart_dma.c | 0 .../devices/LPC54608/drivers/fsl_usart_dma.h | 0 .../devices/LPC54608/drivers/fsl_utick.c | 0 .../devices/LPC54608/drivers/fsl_utick.h | 0 .../devices/LPC54608/drivers/fsl_wwdt.c | 0 .../devices/LPC54608/drivers/fsl_wwdt.h | 0 .../devices/LPC54608/fsl_device_registers.h | 0 .../LPC54608/iar/LPC54608J512_flash.icf | 0 .../devices/LPC54608/iar/LPC54608J512_ram.icf | 0 .../devices/LPC54608/iar/SConscript | 0 .../devices/LPC54608/iar/iar_lib_power.a | Bin .../devices/LPC54608/iar/startup_LPC54608.s | 0 .../devices/LPC54608/mcuxpresso/SConscript | 0 .../LPC54608/mcuxpresso/libfsl_power_lib.a | Bin .../mcuxpresso/libfsl_power_lib_softabi.a | Bin .../LPC54608/mcuxpresso/startup_LPC54608.c | 0 .../LPC54608/mcuxpresso/startup_LPC54608.cpp | 0 .../devices/LPC54608/system_LPC54608.c | 0 .../devices/LPC54608/system_LPC54608.h | 0 .../devices/LPC54608/utilities/SConscript | 0 .../LPC54608/utilities/fsl_debug_console.c | 0 .../LPC54608/utilities/fsl_debug_console.h | 0 .../SDK_2.2_LPCXpresso54608/devices/SConscript | 0 .../sdmmc_2.1.2/SConscript | 0 .../sdmmc_2.1.2/inc/SConscript | 0 .../sdmmc_2.1.2/inc/fsl_card.h | 0 .../sdmmc_2.1.2/inc/fsl_host.h | 0 .../sdmmc_2.1.2/inc/fsl_sd_event.h | 0 .../sdmmc_2.1.2/inc/fsl_sdmmc.h | 0 .../sdmmc_2.1.2/inc/fsl_sdspi.h | 0 .../sdmmc_2.1.2/inc/fsl_specification.h | 0 .../sdmmc_2.1.2/src/SConscript | 0 .../sdmmc_2.1.2/src/fsl_host.c | 0 .../sdmmc_2.1.2/src/fsl_mmc.c | 0 .../sdmmc_2.1.2/src/fsl_sd.c | 0 .../sdmmc_2.1.2/src/fsl_sd_event.c | 0 .../sdmmc_2.1.2/src/fsl_sdio.c | 0 .../sdmmc_2.1.2/src/fsl_sdmmc.c | 0 .../sdmmc_2.1.2/src/fsl_sdspi.c | 0 .../applications/SConscript | 0 .../applications/application.c | 0 bsp/lpc54608-LPCXpresso/applications/mnt.c | 0 bsp/lpc54608-LPCXpresso/applications/startup.c | 0 bsp/lpc54608-LPCXpresso/drivers/Kconfig | 0 bsp/lpc54608-LPCXpresso/drivers/SConscript | 0 bsp/lpc54608-LPCXpresso/drivers/board.c | 0 bsp/lpc54608-LPCXpresso/drivers/board.h | 0 bsp/lpc54608-LPCXpresso/drivers/clock_config.c | 0 bsp/lpc54608-LPCXpresso/drivers/clock_config.h | 0 bsp/lpc54608-LPCXpresso/drivers/drt_mpu.c | 0 bsp/lpc54608-LPCXpresso/drivers/drt_mpu.h | 0 bsp/lpc54608-LPCXpresso/drivers/drv_emac.c | 0 bsp/lpc54608-LPCXpresso/drivers/drv_emac.h | 0 bsp/lpc54608-LPCXpresso/drivers/drv_ft5406.c | 0 bsp/lpc54608-LPCXpresso/drivers/drv_i2c.c | 0 bsp/lpc54608-LPCXpresso/drivers/drv_lcd.c | 0 bsp/lpc54608-LPCXpresso/drivers/drv_lcd.h | 0 bsp/lpc54608-LPCXpresso/drivers/drv_sd.c | 0 bsp/lpc54608-LPCXpresso/drivers/drv_sd.h | 0 bsp/lpc54608-LPCXpresso/drivers/drv_sdram.c | 0 bsp/lpc54608-LPCXpresso/drivers/drv_sdram.h | 0 bsp/lpc54608-LPCXpresso/drivers/drv_sram.c | 0 bsp/lpc54608-LPCXpresso/drivers/drv_sram.h | 0 bsp/lpc54608-LPCXpresso/drivers/drv_uart.c | 0 bsp/lpc54608-LPCXpresso/drivers/drv_uart.h | 0 bsp/lpc54608-LPCXpresso/drivers/fsl_phy.c | 0 bsp/lpc54608-LPCXpresso/drivers/fsl_phy.h | 0 bsp/lpc54608-LPCXpresso/link.lds | 0 bsp/lpc54608-LPCXpresso/project.ewd | 0 bsp/lpc54608-LPCXpresso/project.ewp | 0 bsp/lpc54608-LPCXpresso/project.ewt | 0 bsp/lpc54608-LPCXpresso/project.eww | 0 bsp/lpc54608-LPCXpresso/project.uvoptx | 0 bsp/lpc54608-LPCXpresso/project.uvprojx | 0 bsp/lpc54608-LPCXpresso/rtconfig.h | 0 bsp/lpc54608-LPCXpresso/rtconfig.py | 0 bsp/lpc54608-LPCXpresso/template.ewp | 0 bsp/lpc54608-LPCXpresso/template.uvoptx | 0 bsp/lpc54608-LPCXpresso/template.uvprojx | 0 bsp/lpc55sxx/Libraries/Kconfig | 0 .../LPC55S6X/CMSIS/Include/arm_common_tables.h | 0 .../LPC55S6X/CMSIS/Include/arm_const_structs.h | 0 .../LPC55S6X/CMSIS/Include/arm_math.h | 0 .../LPC55S6X/CMSIS/Include/cmsis_armcc.h | 0 .../LPC55S6X/CMSIS/Include/cmsis_armclang.h | 0 .../LPC55S6X/CMSIS/Include/cmsis_compiler.h | 0 .../LPC55S6X/CMSIS/Include/cmsis_gcc.h | 0 .../LPC55S6X/CMSIS/Include/cmsis_iccarm.h | 0 .../LPC55S6X/CMSIS/Include/cmsis_version.h | 0 .../LPC55S6X/CMSIS/Include/core_armv8mbl.h | 0 .../LPC55S6X/CMSIS/Include/core_armv8mml.h | 0 .../LPC55S6X/CMSIS/Include/core_cm33.h | 0 .../LPC55S6X/CMSIS/Include/core_dsp.h | 0 .../LPC55S6X/CMSIS/Include/mpu_armv8.h | 0 .../LPC55S6X/CMSIS/Include/tz_context.h | 0 .../Libraries/LPC55S6X/CMSIS/LICENSE.txt | 0 .../LPC55S6X/LPC55S6X/LPC55S69_cm33_core0.h | 0 .../LPC55S6X/LPC55S6X/LPC55S69_cm33_core0.xml | 0 .../LPC55S6X/LPC55S69_cm33_core0_features.h | 0 .../LPC55S6X/LPC55S6X/LPC55S69_cm33_core1.h | 0 .../LPC55S6X/LPC55S6X/LPC55S69_cm33_core1.xml | 0 .../LPC55S6X/LPC55S69_cm33_core1_features.h | 0 .../LPC55S6X/arm/LPC55S69_cm33_core0_flash.scf | 0 .../arm/LPC55S69_cm33_core0_flash_ns.scf | 0 .../arm/LPC55S69_cm33_core0_flash_s.scf | 0 .../LPC55S6X/arm/LPC55S69_cm33_core0_ram.scf | 0 .../LPC55S6X/arm/LPC55S69_cm33_core1_flash.scf | 0 .../LPC55S6X/arm/LPC55S69_cm33_core1_ram.scf | 0 .../LPC55S6X/arm/LPC55S69_cm33_core1_ram_s.scf | 0 .../LPC55S6X/LPC55S6X/arm/LPC55XX_640.FLM | Bin .../LPC55S6X/LPC55S6X/arm/LPC55XX_S_640.FLM | Bin .../LPC55S6X/LPC55S6X/arm/LPC55xx.dbgconf | 0 .../LPC55S6X/arm/keil_lib_power_cm33_core0.lib | Bin ...wer_cm33_core0_disable_short_enum_wchar.lib | Bin .../arm/keil_lib_power_cm33_core0_s.lib | Bin ...r_cm33_core0_s_disable_short_enum_wchar.lib | Bin .../LPC55S6X/arm/keil_lib_power_cm33_core1.lib | Bin ...wer_cm33_core1_disable_short_enum_wchar.lib | Bin .../LPC55S6X/arm/startup_LPC55S69_cm33_core0.s | 0 .../arm/startup_LPC55S69_cm33_core0_ns.s | 0 .../LPC55S6X/arm/startup_LPC55S69_cm33_core1.s | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_anactrl.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_anactrl.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_casper.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_casper.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_clock.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_clock.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_cmp.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_cmp.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_common.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_common.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_crc.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_crc.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_ctimer.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_ctimer.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_dma.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_dma.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_flexcomm.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_flexcomm.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_gint.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_gint.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_gpio.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_gpio.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_hashcrypt.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_hashcrypt.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_i2c.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_i2c.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_i2c_dma.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_i2c_dma.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_i2s.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_i2s.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_i2s_dma.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_i2s_dma.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_iap.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_iap.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_iap_ffr.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_inputmux.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_inputmux.h | 0 .../drivers/fsl_inputmux_connections.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_iocon.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_lpadc.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_lpadc.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_mailbox.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_mrt.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_mrt.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_ostimer.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_ostimer.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_pint.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_pint.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_plu.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_plu.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_power.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_power.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_powerquad.h | 0 .../LPC55S6X/drivers/fsl_powerquad_basic.c | 0 .../LPC55S6X/drivers/fsl_powerquad_cmsis.c | 0 .../LPC55S6X/drivers/fsl_powerquad_data.c | 0 .../LPC55S6X/drivers/fsl_powerquad_data.h | 0 .../LPC55S6X/drivers/fsl_powerquad_filter.c | 0 .../LPC55S6X/drivers/fsl_powerquad_math.c | 0 .../LPC55S6X/drivers/fsl_powerquad_matrix.c | 0 .../LPC55S6X/drivers/fsl_powerquad_transform.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_prince.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_prince.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_puf.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_puf.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_reset.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_reset.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_rng.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_rng.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_rtc.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_rtc.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_sctimer.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_sctimer.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_sdif.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_sdif.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_spi.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_spi.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_spi_dma.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_spi_dma.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_sysctl.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_sysctl.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_usart.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_usart.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_usart_dma.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_usart_dma.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_utick.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_utick.h | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_wwdt.c | 0 .../LPC55S6X/LPC55S6X/drivers/fsl_wwdt.h | 0 .../LPC55S6X/LPC55S6X/fsl_device_registers.h | 0 .../LPC55S6X/gcc/LPC55S69_cm33_core0_flash.ld | 0 .../gcc/LPC55S69_cm33_core0_flash_ns.ld | 0 .../gcc/LPC55S69_cm33_core0_flash_s.ld | 0 .../LPC55S6X/gcc/LPC55S69_cm33_core0_ram.ld | 0 .../LPC55S6X/gcc/LPC55S69_cm33_core1_flash.ld | 0 .../LPC55S6X/gcc/LPC55S69_cm33_core1_ram.ld | 0 .../LPC55S6X/gcc/LPC55S69_cm33_core1_ram_s.ld | 0 .../LPC55S6X/LPC55S6X/gcc/libpower_hardabi.a | Bin .../LPC55S6X/LPC55S6X/gcc/libpower_hardabi_s.a | Bin .../LPC55S6X/LPC55S6X/gcc/libpower_soft.a | Bin .../LPC55S6X/LPC55S6X/gcc/libpower_softabi.a | Bin .../LPC55S6X/LPC55S6X/gcc/libpower_softabi_s.a | Bin .../LPC55S6X/gcc/startup_LPC55S69_cm33_core0.S | 0 .../LPC55S6X/gcc/startup_LPC55S69_cm33_core1.S | 0 .../LPC55S6X/iar/LPC55S69_cm33_core0_flash.icf | 0 .../iar/LPC55S69_cm33_core0_flash_ns.icf | 0 .../iar/LPC55S69_cm33_core0_flash_s.icf | 0 .../LPC55S6X/iar/LPC55S69_cm33_core0_ram.icf | 0 .../LPC55S6X/iar/LPC55S69_cm33_core1_flash.icf | 0 .../LPC55S6X/iar/LPC55S69_cm33_core1_ram.icf | 0 .../LPC55S6X/iar/LPC55S69_cm33_core1_ram_s.icf | 0 .../LPC55S6X/iar/iar_lib_power_cm33_core0.a | Bin .../LPC55S6X/iar/iar_lib_power_cm33_core0_s.a | Bin .../LPC55S6X/iar/iar_lib_power_cm33_core1.a | Bin .../LPC55S6X/iar/startup_LPC55S69_cm33_core0.s | 0 .../LPC55S6X/iar/startup_LPC55S69_cm33_core1.s | 0 .../LPC55S6X/mcuxpresso/boot_multicore_slave.c | 0 .../LPC55S6X/mcuxpresso/boot_multicore_slave.h | 0 .../mcuxpresso/startup_lpc55s69_cm33_core0.c | 0 .../mcuxpresso/startup_lpc55s69_cm33_core0.cpp | 0 .../mcuxpresso/startup_lpc55s69_cm33_core1.c | 0 .../mcuxpresso/startup_lpc55s69_cm33_core1.cpp | 0 .../LPC55S6X/system_LPC55S69_cm33_core0.c | 0 .../LPC55S6X/system_LPC55S69_cm33_core0.h | 0 .../LPC55S6X/system_LPC55S69_cm33_core1.c | 0 .../LPC55S6X/system_LPC55S69_cm33_core1.h | 0 bsp/lpc55sxx/Libraries/LPC55S6X/SConscript | 0 .../components/codec/fsl_codec_common.c | 0 .../components/codec/fsl_codec_common.h | 0 .../components/codec/i2c/fsl_codec_i2c.c | 0 .../components/codec/i2c/fsl_codec_i2c.h | 0 .../components/codec/port/fsl_codec_adapter.h | 0 .../codec/port/wm8904/fsl_codec_adapter.c | 0 .../components/codec/wm8904/fsl_wm8904.c | 0 .../components/codec/wm8904/fsl_wm8904.h | 0 .../LPC55S6X/middleware/sdmmc/inc/fsl_mmc.h | 0 .../LPC55S6X/middleware/sdmmc/inc/fsl_sd.h | 0 .../LPC55S6X/middleware/sdmmc/inc/fsl_sdio.h | 0 .../middleware/sdmmc/inc/fsl_sdmmc_common.h | 0 .../middleware/sdmmc/inc/fsl_sdmmc_host.h | 0 .../middleware/sdmmc/inc/fsl_sdmmc_spec.h | 0 .../middleware/sdmmc/port/fsl_sdmmc_event.h | 0 .../sdmmc/port/sdif/freertos/fsl_sdmmc_event.c | 0 .../sdmmc/port/sdif/freertos/fsl_sdmmc_host.c | 0 .../port/sdif/interrupt/fsl_sdmmc_event.c | 0 .../sdmmc/port/sdif/interrupt/fsl_sdmmc_host.c | 0 .../sdmmc/port/sdif/polling/fsl_sdmmc_event.c | 0 .../sdmmc/port/sdif/polling/fsl_sdmmc_host.c | 0 .../port/sdif/rt_thread/fsl_sdmmc_event.c | 0 .../sdmmc/port/sdif/rt_thread/fsl_sdmmc_host.c | 0 .../LPC55S6X/middleware/sdmmc/src/fsl_mmc.c | 0 .../LPC55S6X/middleware/sdmmc/src/fsl_sd.c | 0 .../LPC55S6X/middleware/sdmmc/src/fsl_sdio.c | 0 .../middleware/sdmmc/src/fsl_sdmmc_common.c | 0 bsp/lpc55sxx/Libraries/drivers/SConscript | 0 bsp/lpc55sxx/Libraries/drivers/drv_adc.c | 0 bsp/lpc55sxx/Libraries/drivers/drv_adc.h | 0 bsp/lpc55sxx/Libraries/drivers/drv_hwtimer.c | 0 bsp/lpc55sxx/Libraries/drivers/drv_hwtimer.h | 0 bsp/lpc55sxx/Libraries/drivers/drv_i2c.c | 0 bsp/lpc55sxx/Libraries/drivers/drv_i2c.h | 0 bsp/lpc55sxx/Libraries/drivers/drv_key.c | 0 bsp/lpc55sxx/Libraries/drivers/drv_key.h | 0 bsp/lpc55sxx/Libraries/drivers/drv_led.c | 0 bsp/lpc55sxx/Libraries/drivers/drv_led.h | 0 bsp/lpc55sxx/Libraries/drivers/drv_log.h | 0 bsp/lpc55sxx/Libraries/drivers/drv_mma8562.c | 0 bsp/lpc55sxx/Libraries/drivers/drv_mma8562.h | 0 bsp/lpc55sxx/Libraries/drivers/drv_pin.c | 0 bsp/lpc55sxx/Libraries/drivers/drv_pin.h | 0 bsp/lpc55sxx/Libraries/drivers/drv_pwm.c | 0 bsp/lpc55sxx/Libraries/drivers/drv_pwm.h | 0 bsp/lpc55sxx/Libraries/drivers/drv_rtc.c | 0 bsp/lpc55sxx/Libraries/drivers/drv_rtc.h | 0 bsp/lpc55sxx/Libraries/drivers/drv_sd.c | 0 bsp/lpc55sxx/Libraries/drivers/drv_sd.h | 0 bsp/lpc55sxx/Libraries/drivers/drv_spi.c | 0 bsp/lpc55sxx/Libraries/drivers/drv_spi.h | 0 bsp/lpc55sxx/Libraries/drivers/drv_uart.c | 0 bsp/lpc55sxx/Libraries/drivers/drv_uart.h | 0 bsp/lpc55sxx/Libraries/drivers/drv_wdt.c | 0 bsp/lpc55sxx/Libraries/drivers/drv_wdt.h | 0 .../Libraries/template/lpc55s6xxxx/.config | 0 .../Libraries/template/lpc55s6xxxx/Kconfig | 0 .../Libraries/template/lpc55s6xxxx/README.md | 0 .../Libraries/template/lpc55s6xxxx/SConscript | 0 .../Libraries/template/lpc55s6xxxx/SConstruct | 0 .../lpc55s6xxxx/applications/SConscript | 0 .../template/lpc55s6xxxx/applications/main.c | 0 .../template/lpc55s6xxxx/board/Kconfig | 0 .../board/MCUX_Config/LPCXpresso55S69.mex | 0 .../board/MCUX_Config/board/clock_config.c | 0 .../board/MCUX_Config/board/clock_config.h | 0 .../board/MCUX_Config/board/pin_mux.c | 0 .../board/MCUX_Config/board/pin_mux.h | 0 .../template/lpc55s6xxxx/board/SConscript | 0 .../template/lpc55s6xxxx/board/board.c | 0 .../template/lpc55s6xxxx/board/board.h | 0 .../LPC55S69_cm33_core0_flash.ld | 0 .../LPC55S69_cm33_core0_flash_iar.icf | 0 .../LPC55S69_cm33_core0_flash_mdk.scf | 0 .../template/lpc55s6xxxx/figures/board.png | Bin .../template/lpc55s6xxxx/figures/flash.png | Bin .../template/lpc55s6xxxx/flashdebug.ini | 0 .../Libraries/template/lpc55s6xxxx/project.ewd | 0 .../Libraries/template/lpc55s6xxxx/project.ewp | 0 .../Libraries/template/lpc55s6xxxx/project.eww | 0 .../template/lpc55s6xxxx/project.uvoptx | 0 .../template/lpc55s6xxxx/project.uvprojx | 0 .../Libraries/template/lpc55s6xxxx/rtconfig.h | 0 .../Libraries/template/lpc55s6xxxx/rtconfig.py | 0 .../template/lpc55s6xxxx/template.ewp | 0 .../template/lpc55s6xxxx/template.eww | 0 .../template/lpc55s6xxxx/template.uvoptx | 0 .../template/lpc55s6xxxx/template.uvprojx | 0 bsp/lpc55sxx/README.md | 0 ...266\344\275\234\346\225\231\347\250\213.md" | 0 ...277\347\224\250\346\225\231\347\250\213.md" | 0 ...273\345\212\240\346\214\207\345\215\227.md" | 0 ...261\345\212\250\344\273\213\347\273\215.md" | 0 bsp/lpc55sxx/docs/figures/Kconfig.png | Bin bsp/lpc55sxx/docs/figures/Kconfig2.png | Bin bsp/lpc55sxx/docs/figures/Peripheral.png | Bin bsp/lpc55sxx/docs/figures/SConscript.png | Bin bsp/lpc55sxx/docs/figures/adc_config1.png | Bin bsp/lpc55sxx/docs/figures/adc_config2.png | Bin bsp/lpc55sxx/docs/figures/adc_config3.png | Bin bsp/lpc55sxx/docs/figures/adc_config4.png | Bin bsp/lpc55sxx/docs/figures/board_kconfig2.png | Bin bsp/lpc55sxx/docs/figures/bsp_template_dir.png | Bin bsp/lpc55sxx/docs/figures/compile_mdk.png | Bin bsp/lpc55sxx/docs/figures/config1.png | Bin bsp/lpc55sxx/docs/figures/config2.png | Bin bsp/lpc55sxx/docs/figures/config5.png | Bin bsp/lpc55sxx/docs/figures/copy.png | Bin bsp/lpc55sxx/docs/figures/frame.png | Bin bsp/lpc55sxx/docs/figures/i2c_code.png | Bin bsp/lpc55sxx/docs/figures/i2c_config.png | Bin bsp/lpc55sxx/docs/figures/i2c_device1.png | Bin bsp/lpc55sxx/docs/figures/link-icf.png | Bin bsp/lpc55sxx/docs/figures/link-lds.png | Bin bsp/lpc55sxx/docs/figures/link-scf.png | Bin bsp/lpc55sxx/docs/figures/linker_scripts.png | Bin bsp/lpc55sxx/docs/figures/mcupress_2.png | Bin bsp/lpc55sxx/docs/figures/mcupresso_3.png | Bin bsp/lpc55sxx/docs/figures/mcupresso_clock2.png | Bin bsp/lpc55sxx/docs/figures/mcux_i2c.png | Bin bsp/lpc55sxx/docs/figures/mcuxpress.png | Bin bsp/lpc55sxx/docs/figures/mcuxpresso_1.png | Bin .../docs/figures/mcuxpresso_clock1.png | Bin bsp/lpc55sxx/docs/figures/menuconfig_1.png | Bin bsp/lpc55sxx/docs/figures/menuconfig_2.png | Bin bsp/lpc55sxx/docs/figures/menuconfig_3.png | Bin bsp/lpc55sxx/docs/figures/menuconfig_4.png | Bin .../docs/figures/menuconfig_ConEmu.png | Bin .../docs/figures/menuconfig_lpc5500.png | Bin bsp/lpc55sxx/docs/figures/mma8562.png | Bin bsp/lpc55sxx/docs/figures/on_chip_config.png | Bin bsp/lpc55sxx/docs/figures/open_mcuxpresso.png | Bin bsp/lpc55sxx/docs/figures/pwm_config1.png | Bin bsp/lpc55sxx/docs/figures/pwm_config2.png | Bin bsp/lpc55sxx/docs/figures/pwm_config3.png | Bin bsp/lpc55sxx/docs/figures/pwm_device.png | Bin bsp/lpc55sxx/docs/figures/rt_device.png | Bin bsp/lpc55sxx/docs/figures/run_i2c.png | Bin bsp/lpc55sxx/docs/figures/save.png | Bin bsp/lpc55sxx/docs/figures/scons_mdk5.png | Bin bsp/lpc55sxx/docs/figures/template_1.png | Bin bsp/lpc55sxx/docs/figures/template_2.png | Bin bsp/lpc55sxx/docs/figures/template_3.png | Bin bsp/lpc55sxx/docs/figures/template_4.png | Bin bsp/lpc55sxx/docs/figures/timer_config1.png | Bin bsp/lpc55sxx/docs/figures/timer_config2.png | Bin bsp/lpc55sxx/docs/figures/timer_config3.png | Bin bsp/lpc55sxx/docs/figures/uart_device.png | Bin bsp/lpc55sxx/docs/figures/update.png | Bin bsp/lpc55sxx/figures/LPC55S69-EVK.bmp | Bin bsp/lpc55sxx/lpc55s69_nxp_evk/.config | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/Kconfig | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/README.md | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/SConscript | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/SConstruct | 0 .../lpc55s69_nxp_evk/applications/SConscript | 0 .../lpc55s69_nxp_evk/applications/main.c | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/board/Kconfig | 0 .../board/MCUX_Config/LPCXpresso55S69.mex | 0 .../board/MCUX_Config/board/clock_config.c | 0 .../board/MCUX_Config/board/clock_config.h | 0 .../board/MCUX_Config/board/pin_mux.c | 0 .../board/MCUX_Config/board/pin_mux.h | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/board/SConscript | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/board/board.c | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/board/board.h | 0 .../LPC55S69_cm33_core0_flash.ld | 0 .../LPC55S69_cm33_core0_flash_iar.icf | 0 .../LPC55S69_cm33_core0_flash_mdk.scf | 0 .../lpc55s69_nxp_evk/figures/board.png | Bin .../lpc55s69_nxp_evk/figures/flash.png | Bin bsp/lpc55sxx/lpc55s69_nxp_evk/flashdebug.ini | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/project.ewd | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/project.ewp | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/project.eww | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/project.uvoptx | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/project.uvprojx | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/rtconfig.h | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/rtconfig.py | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/template.ewp | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/template.eww | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/template.uvoptx | 0 bsp/lpc55sxx/lpc55s69_nxp_evk/template.uvprojx | 0 bsp/lpc55sxx/tools/sdk_dist.py | 0 bsp/lpc824/Libraries/SConscript | 0 .../Libraries/common/CMSIS/cmsis_armcc.h | 0 .../Libraries/common/CMSIS/cmsis_armcc_V6.h | 0 .../Libraries/common/CMSIS/core_cm0plus.h | 0 .../Libraries/common/CMSIS/core_cmFunc.h | 0 .../Libraries/common/CMSIS/core_cmInstr.h | 0 bsp/lpc824/Libraries/common/board/board_api.h | 0 bsp/lpc824/Libraries/common/board/board_lpc.c | 0 bsp/lpc824/Libraries/common/board/board_lpc.h | 0 bsp/lpc824/Libraries/common/chip/chip.h | 0 bsp/lpc824/Libraries/common/chip/clock_8xx.c | 0 bsp/lpc824/Libraries/common/chip/clock_8xx.h | 0 bsp/lpc824/Libraries/common/chip/cmsis.h | 0 bsp/lpc824/Libraries/common/chip/error_8xx.h | 0 bsp/lpc824/Libraries/common/chip/fmc_8xx.h | 0 bsp/lpc824/Libraries/common/chip/ioswm_8xx.c | 0 bsp/lpc824/Libraries/common/chip/ioswm_8xx.h | 0 bsp/lpc824/Libraries/common/chip/lpc_types.h | 0 bsp/lpc824/Libraries/common/chip/syscon_8xx.c | 0 bsp/lpc824/Libraries/common/chip/syscon_8xx.h | 0 bsp/lpc824/Libraries/common/chip/sysinit_8xx.c | 0 .../common/startup/iar_startup_lpc82x.s | 0 .../common/startup/keil_startup_lpc82x.s | 0 .../Libraries/peri_driver/acmp/acmp_8xx.c | 0 .../Libraries/peri_driver/acmp/acmp_8xx.h | 0 bsp/lpc824/Libraries/peri_driver/adc/adc_8xx.c | 0 bsp/lpc824/Libraries/peri_driver/adc/adc_8xx.h | 0 bsp/lpc824/Libraries/peri_driver/crc/crc_8xx.c | 0 bsp/lpc824/Libraries/peri_driver/crc/crc_8xx.h | 0 bsp/lpc824/Libraries/peri_driver/dma/dma_8xx.c | 0 bsp/lpc824/Libraries/peri_driver/dma/dma_8xx.h | 0 .../Libraries/peri_driver/gpio/gpio_8xx.c | 0 .../Libraries/peri_driver/gpio/gpio_8xx.h | 0 bsp/lpc824/Libraries/peri_driver/i2c/i2c_8xx.c | 0 bsp/lpc824/Libraries/peri_driver/i2c/i2c_8xx.h | 0 bsp/lpc824/Libraries/peri_driver/iap/iap.c | 0 bsp/lpc824/Libraries/peri_driver/iap/iap.h | 0 .../Libraries/peri_driver/inmux/inmux_8xx.h | 0 bsp/lpc824/Libraries/peri_driver/mrt/mrt_8xx.h | 0 .../Libraries/peri_driver/mrt/stopwatch.c | 0 .../Libraries/peri_driver/mrt/stopwatch.h | 0 bsp/lpc824/Libraries/peri_driver/peri_driver.h | 0 .../Libraries/peri_driver/pinint/pinint_8xx.c | 0 .../Libraries/peri_driver/pinint/pinint_8xx.h | 0 bsp/lpc824/Libraries/peri_driver/pmu/pmu_8xx.c | 0 bsp/lpc824/Libraries/peri_driver/pmu/pmu_8xx.h | 0 .../Libraries/peri_driver/rom/rom_i2c_8xx.h | 0 .../Libraries/peri_driver/rom/rom_pwr_8xx.h | 0 .../Libraries/peri_driver/rom/rom_uart_8xx.h | 0 .../Libraries/peri_driver/rom/romapi_8xx.h | 0 .../Libraries/peri_driver/sctimer/sct_8xx.c | 0 .../Libraries/peri_driver/sctimer/sct_8xx.h | 0 .../peri_driver/sctimer/sct_pwm_8xx.c | 0 .../peri_driver/sctimer/sct_pwm_8xx.h | 0 bsp/lpc824/Libraries/peri_driver/spi/spi_8xx.c | 0 bsp/lpc824/Libraries/peri_driver/spi/spi_8xx.h | 0 .../Libraries/peri_driver/uart/ring_buffer.c | 0 .../Libraries/peri_driver/uart/ring_buffer.h | 0 .../Libraries/peri_driver/uart/uart_8xx.c | 0 .../Libraries/peri_driver/uart/uart_8xx.h | 0 bsp/lpc824/Libraries/peri_driver/wkt/wkt_8xx.c | 0 bsp/lpc824/Libraries/peri_driver/wkt/wkt_8xx.h | 0 .../Libraries/peri_driver/wwdt/wwdt_8xx.c | 0 .../Libraries/peri_driver/wwdt/wwdt_8xx.h | 0 bsp/lpc824/SConscript | 0 bsp/lpc824/SConstruct | 0 bsp/lpc824/applications/SConscript | 0 bsp/lpc824/applications/application.c | 0 bsp/lpc824/applications/startup.c | 0 bsp/lpc824/drivers/SConscript | 0 bsp/lpc824/drivers/board.c | 0 bsp/lpc824/drivers/board.h | 0 bsp/lpc824/drivers/usart.c | 0 bsp/lpc824/drivers/usart.h | 0 bsp/lpc824/lpc824_rom.icf | 0 bsp/lpc824/lpc824_rom.ld | 0 bsp/lpc824/lpc824_rom.sct | 0 bsp/lpc824/project.ewp | 0 bsp/lpc824/project.eww | 0 bsp/lpc824/project.uvprojx | 0 bsp/lpc824/rtconfig.h | 0 bsp/lpc824/rtconfig.py | 0 bsp/lpc824/template.ewp | 0 bsp/lpc824/template.uvprojx | 0 bsp/ls1bdev/SConscript | 0 bsp/ls1bdev/SConstruct | 0 bsp/ls1bdev/applications/SConscript | 0 bsp/ls1bdev/applications/application.c | 0 bsp/ls1bdev/applications/startup.c | 0 bsp/ls1bdev/drivers/SConscript | 0 bsp/ls1bdev/drivers/board.c | 0 bsp/ls1bdev/drivers/board.h | 0 bsp/ls1bdev/drivers/display_controller.c | 0 bsp/ls1bdev/drivers/display_controller.h | 0 bsp/ls1bdev/drivers/uart.c | 0 bsp/ls1bdev/drivers/uart.h | 0 bsp/ls1bdev/ls1b_ram.lds | 0 bsp/ls1bdev/readme.txt | 0 bsp/ls1bdev/rtconfig.h | 0 bsp/ls1bdev/rtconfig.py | 0 bsp/ls1cdev/.config | 0 bsp/ls1cdev/Kconfig | 0 bsp/ls1cdev/README.md | 0 bsp/ls1cdev/SConscript | 0 bsp/ls1cdev/SConstruct | 0 bsp/ls1cdev/applications/SConscript | 0 bsp/ls1cdev/applications/main.c | 0 bsp/ls1cdev/drivers/SConscript | 0 bsp/ls1cdev/drivers/board.c | 0 bsp/ls1cdev/drivers/board.h | 0 bsp/ls1cdev/drivers/display_controller.c | 0 bsp/ls1cdev/drivers/display_controller.h | 0 bsp/ls1cdev/drivers/drv_can.c | 0 bsp/ls1cdev/drivers/drv_can.h | 0 bsp/ls1cdev/drivers/drv_gpio.c | 0 bsp/ls1cdev/drivers/drv_gpio.h | 0 bsp/ls1cdev/drivers/drv_i2c.c | 0 bsp/ls1cdev/drivers/drv_i2c.h | 0 bsp/ls1cdev/drivers/drv_pwm.c | 0 bsp/ls1cdev/drivers/drv_pwm.h | 0 bsp/ls1cdev/drivers/drv_rtc.c | 0 bsp/ls1cdev/drivers/drv_rtc.h | 0 bsp/ls1cdev/drivers/drv_spi.c | 0 bsp/ls1cdev/drivers/drv_spi.h | 0 bsp/ls1cdev/drivers/drv_touch.c | 0 bsp/ls1cdev/drivers/drv_touch.h | 0 bsp/ls1cdev/drivers/drv_touch_gt9xx.c | 0 bsp/ls1cdev/drivers/drv_uart.c | 0 bsp/ls1cdev/drivers/drv_uart.h | 0 bsp/ls1cdev/drivers/drv_wdt.c | 0 bsp/ls1cdev/drivers/drv_wdt.h | 0 bsp/ls1cdev/drivers/hw_i2c.c | 0 bsp/ls1cdev/drivers/hw_i2c.h | 0 bsp/ls1cdev/drivers/net/SConscript | 0 bsp/ls1cdev/drivers/net/mii.c | 0 bsp/ls1cdev/drivers/net/mii.h | 0 bsp/ls1cdev/drivers/net/synopGMAC.c | 0 bsp/ls1cdev/drivers/net/synopGMAC.h | 0 bsp/ls1cdev/drivers/net/synopGMAC_Dev.c | 0 bsp/ls1cdev/drivers/net/synopGMAC_Dev.h | 0 bsp/ls1cdev/drivers/net/synopGMAC_Host.h | 0 bsp/ls1cdev/drivers/net/synopGMAC_debug.h | 0 .../drivers/net/synopGMAC_network_interface.h | 0 bsp/ls1cdev/drivers/net/synopGMAC_plat.c | 0 bsp/ls1cdev/drivers/net/synopGMAC_plat.h | 0 bsp/ls1cdev/drivers/net/synopGMAC_types.h | 0 bsp/ls1cdev/drivers/touch.c | 0 bsp/ls1cdev/drivers/touch.h | 0 bsp/ls1cdev/libraries/SConscript | 0 bsp/ls1cdev/libraries/ls1c_can.c | 0 bsp/ls1cdev/libraries/ls1c_can.h | 0 bsp/ls1cdev/libraries/ls1c_clock.c | 0 bsp/ls1cdev/libraries/ls1c_clock.h | 0 bsp/ls1cdev/libraries/ls1c_delay.c | 0 bsp/ls1cdev/libraries/ls1c_delay.h | 0 bsp/ls1cdev/libraries/ls1c_gpio.c | 0 bsp/ls1cdev/libraries/ls1c_gpio.h | 0 bsp/ls1cdev/libraries/ls1c_i2c.c | 0 bsp/ls1cdev/libraries/ls1c_i2c.h | 0 bsp/ls1cdev/libraries/ls1c_pin.c | 0 bsp/ls1cdev/libraries/ls1c_pin.h | 0 bsp/ls1cdev/libraries/ls1c_public.c | 0 bsp/ls1cdev/libraries/ls1c_public.h | 0 bsp/ls1cdev/libraries/ls1c_pwm.c | 0 bsp/ls1cdev/libraries/ls1c_pwm.h | 0 bsp/ls1cdev/libraries/ls1c_regs.h | 0 bsp/ls1cdev/libraries/ls1c_rtc.c | 0 bsp/ls1cdev/libraries/ls1c_rtc.h | 0 bsp/ls1cdev/libraries/ls1c_spi.c | 0 bsp/ls1cdev/libraries/ls1c_spi.h | 0 bsp/ls1cdev/libraries/ls1c_timer.c | 0 bsp/ls1cdev/libraries/ls1c_timer.h | 0 bsp/ls1cdev/libraries/ls1c_uart.c | 0 bsp/ls1cdev/libraries/ls1c_uart.h | 0 bsp/ls1cdev/libraries/ls1c_wdog.c | 0 bsp/ls1cdev/libraries/ls1c_wdog.h | 0 bsp/ls1cdev/ls1c_ram.lds | 0 bsp/ls1cdev/rtconfig.h | 0 bsp/ls1cdev/rtconfig.py | 0 bsp/m16c62p/SConscript | 0 bsp/m16c62p/SConstruct | 0 bsp/m16c62p/applications/SConscript | 0 bsp/m16c62p/applications/application.c | 0 bsp/m16c62p/applications/startup.c | 0 bsp/m16c62p/drivers/SConscript | 0 bsp/m16c62p/drivers/board.c | 0 bsp/m16c62p/drivers/board.h | 0 bsp/m16c62p/drivers/bsp.c | 0 bsp/m16c62p/drivers/bsp.h | 0 bsp/m16c62p/drivers/interrupts_gcc.S | 0 bsp/m16c62p/drivers/interrupts_iar.asm | 0 bsp/m16c62p/drivers/iom16c62p.h | 0 bsp/m16c62p/drivers/start_gcc.S | 0 bsp/m16c62p/drivers/start_iar.asm | 0 bsp/m16c62p/drivers/uart.c | 0 bsp/m16c62p/drivers/uart.h | 0 bsp/m16c62p/drivers/vectors_gcc.S | 0 bsp/m16c62p/drivers/vectors_iar.asm | 0 bsp/m16c62p/lnkm30627fhp.xcl | 0 bsp/m16c62p/m16c62p.ld | 0 bsp/m16c62p/project.ewp | 0 bsp/m16c62p/project.eww | 0 bsp/m16c62p/readme.txt | 0 bsp/m16c62p/rtconfig.h | 0 bsp/m16c62p/rtconfig.py | 0 bsp/m16c62p/template.ewp | 0 bsp/mb9bf500r/CMSIS/SConscript | 0 bsp/mb9bf500r/CMSIS/core_cm3.c | 0 bsp/mb9bf500r/CMSIS/core_cm3.h | 0 bsp/mb9bf500r/CMSIS/core_cmFunc.h | 0 bsp/mb9bf500r/CMSIS/core_cmInstr.h | 0 bsp/mb9bf500r/CMSIS/mb9bf506r.h | 0 bsp/mb9bf500r/CMSIS/start_gcc.S | 0 bsp/mb9bf500r/CMSIS/start_iar.S | 0 bsp/mb9bf500r/CMSIS/start_rvds.S | 0 bsp/mb9bf500r/CMSIS/system_mb9bf50x.c | 0 bsp/mb9bf500r/CMSIS/system_mb9bf50x.h | 0 bsp/mb9bf500r/SConscript | 0 bsp/mb9bf500r/SConstruct | 0 bsp/mb9bf500r/adc.c | 0 bsp/mb9bf500r/adc.h | 0 bsp/mb9bf500r/application.c | 0 bsp/mb9bf500r/board.c | 0 bsp/mb9bf500r/board.h | 0 bsp/mb9bf500r/cpuusage.c | 0 bsp/mb9bf500r/cpuusage.h | 0 bsp/mb9bf500r/fm3_easy_kit.ewp | 0 bsp/mb9bf500r/fm3_easy_kit.eww | 0 bsp/mb9bf500r/fm3_rom.ld | 0 bsp/mb9bf500r/fm3_rom.sct | 0 bsp/mb9bf500r/font.h | 0 bsp/mb9bf500r/info.c | 0 bsp/mb9bf500r/key.c | 0 bsp/mb9bf500r/key.h | 0 bsp/mb9bf500r/lcd.c | 0 bsp/mb9bf500r/lcd.h | 0 bsp/mb9bf500r/led.c | 0 bsp/mb9bf500r/led.h | 0 bsp/mb9bf500r/mb9bf500r.icf | 0 bsp/mb9bf500r/project.uvopt | 0 bsp/mb9bf500r/project.uvproj | 0 bsp/mb9bf500r/rtconfig.h | 0 bsp/mb9bf500r/rtconfig.py | 0 bsp/mb9bf500r/startup.c | 0 bsp/mb9bf506r/SConscript | 0 bsp/mb9bf506r/SConstruct | 0 bsp/mb9bf506r/applications/SConscript | 0 bsp/mb9bf506r/applications/application.c | 0 bsp/mb9bf506r/applications/startup.c | 0 bsp/mb9bf506r/drivers/SConscript | 0 bsp/mb9bf506r/drivers/board.c | 0 bsp/mb9bf506r/drivers/board.h | 0 bsp/mb9bf506r/drivers/fm3_uart.c | 0 bsp/mb9bf506r/drivers/fm3_uart.h | 0 bsp/mb9bf506r/drivers/led.c | 0 bsp/mb9bf506r/drivers/led.h | 0 bsp/mb9bf506r/drivers/nand.c | 0 bsp/mb9bf506r/drivers/nand.h | 0 .../libraries/CMSIS/Include/cmsis_iar.h | 0 .../libraries/CMSIS/Include/core_cm3.h | 0 .../libraries/CMSIS/Include/core_cmFunc.h | 0 .../libraries/CMSIS/Include/core_cmInstr.h | 0 .../FUJISTU/MB9BF50x/Include/mb9bf506r.h | 0 .../Device/FUJISTU/MB9BF50x/Include/mcu.h | 0 .../FUJISTU/MB9BF50x/Include/system_mb9bf50x.h | 0 .../MB9BF50x/Source/ARM/startup_mb9bf50x.S | 0 .../MB9BF50x/Source/G++/startup_mb9bf50x.S | 0 .../MB9BF50x/Source/IAR/startup_mb9bf50x.S | 0 .../FUJISTU/MB9BF50x/Source/system_mb9bf50x.c | 0 bsp/mb9bf506r/libraries/SConscript | 0 bsp/mb9bf506r/project.ewp | 0 bsp/mb9bf506r/project.eww | 0 bsp/mb9bf506r/project.uvproj | 0 bsp/mb9bf506r/rtconfig.h | 0 bsp/mb9bf506r/rtconfig.py | 0 bsp/mb9bf506r/rtthread-mb9bf506.icf | 0 bsp/mb9bf506r/rtthread-mb9bf506.ld | 0 bsp/mb9bf506r/rtthread-mb9bf506.sct | 0 bsp/mb9bf506r/template.ewp | 0 bsp/mb9bf506r/template.uvproj | 0 .../DeviceSupport/arm/startup_mb9bf56xr.s | 0 bsp/mb9bf568r/CMSIS/DeviceSupport/base_types.h | 0 .../DeviceSupport/gcc/startup_mb9bf56xr.S | 0 bsp/mb9bf568r/CMSIS/DeviceSupport/mb9b560r.h | 0 .../CMSIS/DeviceSupport/system_mb9abxxx.c | 0 .../CMSIS/DeviceSupport/system_mb9bf56xr.h | 0 .../CMSIS/Include/arm_common_tables.h | 0 bsp/mb9bf568r/CMSIS/Include/arm_math.h | 0 bsp/mb9bf568r/CMSIS/Include/core_cm0.h | 0 bsp/mb9bf568r/CMSIS/Include/core_cm3.h | 0 bsp/mb9bf568r/CMSIS/Include/core_cm4.h | 0 bsp/mb9bf568r/CMSIS/Include/core_cm4_simd.h | 0 bsp/mb9bf568r/CMSIS/Include/core_cmFunc.h | 0 bsp/mb9bf568r/CMSIS/Include/core_cmInstr.h | 0 bsp/mb9bf568r/CMSIS/SConscript | 0 bsp/mb9bf568r/SConscript | 0 bsp/mb9bf568r/SConstruct | 0 bsp/mb9bf568r/applications/SConscript | 0 bsp/mb9bf568r/applications/application.c | 0 bsp/mb9bf568r/applications/demo.c | 0 bsp/mb9bf568r/applications/startup.c | 0 bsp/mb9bf568r/drivers/SConscript | 0 bsp/mb9bf568r/drivers/board.c | 0 bsp/mb9bf568r/drivers/board.h | 0 bsp/mb9bf568r/drivers/led.c | 0 bsp/mb9bf568r/drivers/mcu.h | 0 bsp/mb9bf568r/drivers/serial.c | 0 bsp/mb9bf568r/drivers/serial.h | 0 bsp/mb9bf568r/project.uvopt | 0 bsp/mb9bf568r/project.uvproj | 0 bsp/mb9bf568r/rtconfig.h | 0 bsp/mb9bf568r/rtconfig.py | 0 bsp/mb9bf568r/rtthread-mb9bf568r.ld | 0 bsp/mb9bf568r/rtthread-mb9bf568r.sct | 0 bsp/mb9bf568r/template.uvopt | 0 bsp/mb9bf568r/template.uvproj | 0 .../CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf | Bin .../DeviceSupport/fujitsu/mb9bf61x/mb9b610s.h | 0 .../DeviceSupport/fujitsu/mb9bf61x/mb9b610t.h | 0 .../mb9bf61x/startup/arm/startup_mb9bf61x.S | 0 .../mb9bf61x/startup/gcc/startup_mb9bf61x.c | 0 .../mb9bf61x/startup/iar/startup_mb9bf61x.S | 0 .../fujitsu/mb9bf61x/system_mb9bf61x.c | 0 .../fujitsu/mb9bf61x/system_mb9bf61x.h | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 bsp/mb9bf618s/CMSIS/Include/arm_math.h | 0 bsp/mb9bf618s/CMSIS/Include/core_cm0.h | 0 bsp/mb9bf618s/CMSIS/Include/core_cm0plus.h | 0 bsp/mb9bf618s/CMSIS/Include/core_cm3.h | 0 bsp/mb9bf618s/CMSIS/Include/core_cm4.h | 0 bsp/mb9bf618s/CMSIS/Include/core_cm4_simd.h | 0 bsp/mb9bf618s/CMSIS/Include/core_cmFunc.h | 0 bsp/mb9bf618s/CMSIS/Include/core_cmInstr.h | 0 bsp/mb9bf618s/CMSIS/Include/core_sc000.h | 0 bsp/mb9bf618s/CMSIS/Include/core_sc300.h | 0 bsp/mb9bf618s/CMSIS/README.txt | 0 bsp/mb9bf618s/CMSIS/SConscript | 0 bsp/mb9bf618s/SConscript | 0 bsp/mb9bf618s/SConstruct | 0 bsp/mb9bf618s/applications/SConscript | 0 bsp/mb9bf618s/applications/application.c | 0 bsp/mb9bf618s/applications/startup.c | 0 bsp/mb9bf618s/drivers/SConscript | 0 bsp/mb9bf618s/drivers/board.c | 0 bsp/mb9bf618s/drivers/board.h | 0 bsp/mb9bf618s/drivers/led.c | 0 bsp/mb9bf618s/drivers/serial.c | 0 bsp/mb9bf618s/drivers/serial.h | 0 bsp/mb9bf618s/project.ewp | 0 bsp/mb9bf618s/project.eww | 0 bsp/mb9bf618s/project.uvproj | 0 bsp/mb9bf618s/rtconfig.h | 0 bsp/mb9bf618s/rtconfig.py | 0 bsp/mb9bf618s/rtthread-fm3.icf | 0 bsp/mb9bf618s/rtthread-fm3.ld | 0 bsp/mb9bf618s/rtthread-fm3.sct | 0 bsp/mb9bf618s/template.ewp | 0 bsp/mb9bf618s/template.uvproj | 0 bsp/mini2440/Ext_RAM.ini | 0 bsp/mini2440/Readme | 0 bsp/mini2440/SConscript | 0 bsp/mini2440/SConstruct | 0 bsp/mini2440/applications/SConscript | 0 bsp/mini2440/applications/application.c | 0 bsp/mini2440/applications/startup.c | 0 bsp/mini2440/debug.Opt | 0 bsp/mini2440/debug.Uv2 | 0 bsp/mini2440/drivers/SConscript | 0 bsp/mini2440/drivers/board.c | 0 bsp/mini2440/drivers/board.h | 0 bsp/mini2440/drivers/console.c | 0 bsp/mini2440/drivers/dm9000.c | 0 bsp/mini2440/drivers/dm9000.h | 0 bsp/mini2440/drivers/key.c | 0 bsp/mini2440/drivers/lcd.h | 0 bsp/mini2440/drivers/lcd_a70.c | 0 bsp/mini2440/drivers/lcd_n35.c | 0 bsp/mini2440/drivers/lcd_t35.c | 0 bsp/mini2440/drivers/lcd_x35.c | 0 bsp/mini2440/drivers/led.c | 0 bsp/mini2440/drivers/led.h | 0 bsp/mini2440/drivers/sdcard.c | 0 bsp/mini2440/drivers/sdcard.h | 0 bsp/mini2440/drivers/touch.c | 0 bsp/mini2440/drivers/touch.h | 0 bsp/mini2440/mini2440_ram.ld | 0 bsp/mini2440/project.Uv2 | 0 bsp/mini2440/project.uvproj | 0 bsp/mini2440/rtconfig.h | 0 bsp/mini2440/rtconfig.py | 0 bsp/mini2440/rtthread-mini2440.sct | 0 bsp/mini2440/template.Uv2 | 0 bsp/mini2440/template.uvproj | 0 bsp/mini4020/Ext_SDRAM.ini | 0 bsp/mini4020/SConscript | 0 bsp/mini4020/SConstruct | 0 bsp/mini4020/applications/SConscript | 0 bsp/mini4020/applications/application.c | 0 bsp/mini4020/applications/startup.c | 0 bsp/mini4020/drivers/SConscript | 0 bsp/mini4020/drivers/board.c | 0 bsp/mini4020/drivers/board.h | 0 bsp/mini4020/drivers/dm9161.c | 0 bsp/mini4020/drivers/dm9161.h | 0 bsp/mini4020/drivers/lcd.c | 0 bsp/mini4020/drivers/lcdc.c | 0 bsp/mini4020/drivers/lcdc.h | 0 bsp/mini4020/drivers/mii.h | 0 bsp/mini4020/drivers/sdcard.c | 0 bsp/mini4020/drivers/sdcard.h | 0 bsp/mini4020/project.Uv2 | 0 bsp/mini4020/rtconfig.h | 0 bsp/mini4020/rtconfig.py | 0 bsp/mini4020/rtthread-mini4020.sct | 0 bsp/mini4020/template.Uv2 | 0 bsp/mm32l07x/.config | 0 bsp/mm32l07x/Kconfig | 0 .../Libraries/CMSIS/CORE/arm_common_tables.h | 0 .../Libraries/CMSIS/CORE/arm_const_structs.h | 0 bsp/mm32l07x/Libraries/CMSIS/CORE/arm_math.h | 0 bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm0.h | 0 .../Libraries/CMSIS/CORE/core_cm0plus.h | 0 bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm3.h | 0 bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm4.h | 0 .../Libraries/CMSIS/CORE/core_cm4_simd.h | 0 .../Libraries/CMSIS/CORE/core_cmFunc.h | 0 .../Libraries/CMSIS/CORE/core_cmInstr.h | 0 bsp/mm32l07x/Libraries/CMSIS/CORE/core_sc000.h | 0 bsp/mm32l07x/Libraries/CMSIS/CORE/core_sc300.h | 0 .../CMSIS/IAR_CORE/arm_common_tables.h | 0 .../CMSIS/IAR_CORE/arm_const_structs.h | 0 .../Libraries/CMSIS/IAR_CORE/arm_math.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cm0.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cm0plus.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cm3.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cm4.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cm7.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cmFunc.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cmInstr.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cmSimd.h | 0 .../Libraries/CMSIS/IAR_CORE/core_sc000.h | 0 .../Libraries/CMSIS/IAR_CORE/core_sc300.h | 0 .../MM32L0xx/HAL_lib/MM32L0xx_lib_version.txt | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_adc.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_bkp.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_can.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_comp.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_conf.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_dma.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_exti.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_flash.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_gpio.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_i2c.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_iwdg.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_misc.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_pwr.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_rcc.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_spi.h | 0 .../MM32L0xx/HAL_lib/inc/HAL_syscfg.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_tim.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_uart.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/HAL_wwdg.h | 0 .../Libraries/MM32L0xx/HAL_lib/inc/dtype.h | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_adc.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_bkp.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_can.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_comp.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_dma.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_exti.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_flash.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_gpio.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_i2c.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_iwdg.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_misc.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_pwr.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_rcc.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_spi.c | 0 .../MM32L0xx/HAL_lib/src/HAL_syscfg.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_tim.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_uart.c | 0 .../Libraries/MM32L0xx/HAL_lib/src/HAL_wwdg.c | 0 .../Libraries/MM32L0xx/Include/HAL_device.h | 0 .../Libraries/MM32L0xx/Include/MM32L0xx.h | 0 .../Source/GCC_StartAsm/startup_MM32L0xx.s | 0 .../Source/IAR_StartAsm/startup_MM32L0xx.s | 0 .../Source/KEIL_StartAsm/startup_MM32L0xx.s | 0 .../MM32L0xx/Source/system_MM32L0xx.c | 0 .../MM32L0xx/Source/system_MM32L0xx.h | 0 .../Libraries/MM32L0xx/change list.txt | 0 bsp/mm32l07x/Libraries/SConscript | 0 bsp/mm32l07x/README.md | 0 bsp/mm32l07x/SConscript | 0 bsp/mm32l07x/SConstruct | 0 bsp/mm32l07x/applications/SConscript | 0 bsp/mm32l07x/applications/main.c | 0 bsp/mm32l07x/drivers/Kconfig | 0 bsp/mm32l07x/drivers/SConscript | 0 bsp/mm32l07x/drivers/board.c | 0 bsp/mm32l07x/drivers/board.h | 0 bsp/mm32l07x/drivers/drv_uart.c | 0 bsp/mm32l07x/drivers/drv_uart.h | 0 bsp/mm32l07x/drivers/linker_scripts/link.icf | 0 bsp/mm32l07x/drivers/linker_scripts/link.lds | 0 bsp/mm32l07x/drivers/linker_scripts/link.sct | 0 .../figures/MM32 MiniBoard Rev.D2_1.jpg | Bin .../figures/MM32 MiniBoard Rev.D2_2.jpg | Bin bsp/mm32l07x/project.ewd | 0 bsp/mm32l07x/project.ewp | 0 bsp/mm32l07x/project.eww | 0 bsp/mm32l07x/project.uvoptx | 0 bsp/mm32l07x/project.uvprojx | 0 bsp/mm32l07x/rtconfig.h | 0 bsp/mm32l07x/rtconfig.py | 0 bsp/mm32l07x/template.ewp | 0 bsp/mm32l07x/template.eww | 0 bsp/mm32l07x/template.uvopt | 0 bsp/mm32l07x/template.uvoptx | 0 bsp/mm32l07x/template.uvprojx | 0 bsp/mm32l3xx/.config | 0 bsp/mm32l3xx/Kconfig | 0 .../CMSIS/IAR_CORE/arm_common_tables.h | 0 .../CMSIS/IAR_CORE/arm_const_structs.h | 0 .../Libraries/CMSIS/IAR_CORE/arm_math.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cm0.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cm0plus.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cm3.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cm4.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cm7.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cmFunc.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cmInstr.h | 0 .../Libraries/CMSIS/IAR_CORE/core_cmSimd.h | 0 .../Libraries/CMSIS/IAR_CORE/core_sc000.h | 0 .../Libraries/CMSIS/IAR_CORE/core_sc300.h | 0 .../CMSIS/KEIL_CORE/arm_common_tables.h | 0 .../CMSIS/KEIL_CORE/arm_const_structs.h | 0 .../Libraries/CMSIS/KEIL_CORE/arm_math.h | 0 .../Libraries/CMSIS/KEIL_CORE/core_cm0.h | 0 .../Libraries/CMSIS/KEIL_CORE/core_cm0plus.h | 0 .../Libraries/CMSIS/KEIL_CORE/core_cm3.h | 0 .../Libraries/CMSIS/KEIL_CORE/core_cm4.h | 0 .../Libraries/CMSIS/KEIL_CORE/core_cm4_simd.h | 0 .../Libraries/CMSIS/KEIL_CORE/core_cmFunc.h | 0 .../Libraries/CMSIS/KEIL_CORE/core_cmInstr.h | 0 .../Libraries/CMSIS/KEIL_CORE/core_sc000.h | 0 .../Libraries/CMSIS/KEIL_CORE/core_sc300.h | 0 .../MM32L3xx/HAL_lib/MM32L3xx_lib_version.txt | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_adc.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_bkp.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_can.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_conf.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_crc.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_dac.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_dma.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_exti.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_flash.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_gpio.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_i2c.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_iwdg.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_misc.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_pwr.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_rcc.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_rtc.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_spi.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_tim.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_uart.h | 0 .../Libraries/MM32L3xx/HAL_lib/inc/HAL_wwdg.h | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_adc.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_bkp.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_can.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_crc.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_dac.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_dma.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_exti.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_flash.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_gpio.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_i2c.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_iwdg.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_misc.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_pwr.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_rcc.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_rtc.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_spi.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_tim.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_uart.c | 0 .../Libraries/MM32L3xx/HAL_lib/src/HAL_wwdg.c | 0 .../Libraries/MM32L3xx/Include/HAL_device.h | 0 .../Libraries/MM32L3xx/Include/MM32L3xx.h | 0 .../MM32L3xx/Include/startup_MM32L3xx.h | 0 .../Source/IAR_StartAsm/startup_MM32L3xx.s | 0 .../Source/KEIL_StartAsm/startup_MM32L3xx.s | 0 .../MM32L3xx/Source/system_MM32L3xx.c | 0 .../Libraries/MM32L3xx/change list.txt | 0 bsp/mm32l3xx/Libraries/SConscript | 0 bsp/mm32l3xx/README.md | 0 bsp/mm32l3xx/SConscript | 0 bsp/mm32l3xx/SConstruct | 0 bsp/mm32l3xx/applications/SConscript | 0 bsp/mm32l3xx/applications/main.c | 0 bsp/mm32l3xx/drivers/Kconfig | 0 bsp/mm32l3xx/drivers/SConscript | 0 bsp/mm32l3xx/drivers/board.c | 0 bsp/mm32l3xx/drivers/board.h | 0 bsp/mm32l3xx/drivers/drv_gpio.c | 0 bsp/mm32l3xx/drivers/drv_gpio.h | 0 bsp/mm32l3xx/drivers/drv_uart.c | 0 bsp/mm32l3xx/drivers/drv_uart.h | 0 bsp/mm32l3xx/drivers/linker_scripts/link.icf | 0 bsp/mm32l3xx/drivers/linker_scripts/link.lds | 0 bsp/mm32l3xx/drivers/linker_scripts/link.sct | 0 .../figures/MM32 MiniBoard Rev.D2_1.jpg | Bin .../figures/MM32 MiniBoard Rev.D2_2.jpg | Bin bsp/mm32l3xx/project.ewd | 0 bsp/mm32l3xx/project.ewp | 0 bsp/mm32l3xx/project.eww | 0 bsp/mm32l3xx/project.uvoptx | 0 bsp/mm32l3xx/project.uvprojx | 0 bsp/mm32l3xx/rtconfig.h | 0 bsp/mm32l3xx/rtconfig.py | 0 bsp/mm32l3xx/template.ewp | 0 bsp/mm32l3xx/template.eww | 0 bsp/mm32l3xx/template.uvopt | 0 bsp/mm32l3xx/template.uvoptx | 0 bsp/mm32l3xx/template.uvprojx | 0 bsp/nios_ii/application.c | 0 bsp/nios_ii/board.c | 0 bsp/nios_ii/board.h | 0 bsp/nios_ii/get_update_finsh.bat | 0 bsp/nios_ii/get_update_finsh.sh | 0 bsp/nios_ii/get_update_rt-thread.bat | 0 bsp/nios_ii/get_update_rt-thread.sh | 0 bsp/nios_ii/readme_cn.txt | 0 bsp/nios_ii/readme_en.txt | 0 bsp/nios_ii/rtconfig.h | 0 bsp/nios_ii/startup.c | 0 bsp/nios_ii/uart.c | 0 bsp/nios_ii/uart.h | 0 .../Libraries/CMSIS/Include/core_cm0.h | 0 .../Libraries/CMSIS/Include/core_cmFunc.h | 0 .../Libraries/CMSIS/Include/core_cmInstr.h | 0 bsp/nrf51822/Libraries/SConscript | 0 .../Libraries/nrf51822/Include/nrf51.h | 0 .../nrf51822/Include/nrf51_bitfields.h | 0 .../Libraries/nrf51822/Include/nrf_gpio.h | 0 .../Libraries/nrf51822/Include/system_nrf51.h | 0 .../Source/templates/arm/arm_startup_nrf51.s | 0 .../nrf51822/Source/templates/system_nrf51.c | 0 bsp/nrf51822/SConscript | 0 bsp/nrf51822/SConstruct | 0 bsp/nrf51822/applications/SConscript | 0 bsp/nrf51822/applications/application.c | 0 bsp/nrf51822/applications/startup.c | 0 bsp/nrf51822/drivers/SConscript | 0 bsp/nrf51822/drivers/board.c | 0 bsp/nrf51822/drivers/board.h | 0 bsp/nrf51822/drivers/uart.c | 0 bsp/nrf51822/drivers/uart.h | 0 bsp/nrf51822/project.uvopt | 0 bsp/nrf51822/project.uvproj | 0 bsp/nrf51822/rtconfig.h | 0 bsp/nrf51822/rtconfig.py | 0 bsp/nrf51822/template.uvopt | 0 bsp/nrf51822/template.uvproj | 0 bsp/nrf52832/.config | 0 bsp/nrf52832/Kconfig | 0 bsp/nrf52832/SConscript | 0 bsp/nrf52832/SConstruct | 0 bsp/nrf52832/applications/SConscript | 0 bsp/nrf52832/applications/application.c | 0 bsp/nrf52832/applications/ble_nus_app.c | 0 bsp/nrf52832/applications/sdk_config.h | 0 bsp/nrf52832/applications/startup.c | 0 bsp/nrf52832/board/Sconscript | 0 bsp/nrf52832/board/board.c | 0 bsp/nrf52832/board/board.h | 0 bsp/nrf52832/board/uart.c | 0 bsp/nrf52832/board/uart.h | 0 .../nRF5_SDK_13.0.0_04a0bfd/Sconscript | 0 .../components/SConscript | 0 .../ant_channel_config/ant_channel_config.c | 0 .../ant_channel_config/ant_channel_config.h | 0 .../ant/ant_encryption/ant_encrypt_config.c | 0 .../ant/ant_encryption/ant_encrypt_config.h | 0 .../ant_encrypt_negotiation_slave.c | 0 .../ant_encrypt_negotiation_slave.h | 0 .../components/ant/ant_fs/antfs.c | 0 .../components/ant/ant_fs/antfs.h | 0 .../components/ant/ant_fs/crc.c | 0 .../components/ant/ant_fs/crc.h | 0 .../components/ant/ant_fs/defines.h | 0 .../ant/ant_key_manager/ant_key_manager.c | 0 .../ant/ant_key_manager/ant_key_manager.h | 0 .../config/ant_key_manager_config.h | 0 .../ant/ant_profiles/ant_bpwr/ant_bpwr.c | 0 .../ant/ant_profiles/ant_bpwr/ant_bpwr.h | 0 .../ant/ant_profiles/ant_bpwr/ant_bpwr_local.h | 0 .../ant_bpwr/pages/ant_bpwr_common_data.c | 0 .../ant_bpwr/pages/ant_bpwr_common_data.h | 0 .../ant_bpwr/pages/ant_bpwr_page_1.c | 0 .../ant_bpwr/pages/ant_bpwr_page_1.h | 0 .../ant_bpwr/pages/ant_bpwr_page_16.c | 0 .../ant_bpwr/pages/ant_bpwr_page_16.h | 0 .../ant_bpwr/pages/ant_bpwr_page_17.c | 0 .../ant_bpwr/pages/ant_bpwr_page_17.h | 0 .../ant_bpwr/pages/ant_bpwr_page_18.c | 0 .../ant_bpwr/pages/ant_bpwr_page_18.h | 0 .../ant_bpwr/pages/ant_bpwr_page_torque.c | 0 .../ant_bpwr/pages/ant_bpwr_page_torque.h | 0 .../ant_bpwr/pages/ant_bpwr_pages.h | 0 .../ant_bpwr/simulator/ant_bpwr_simulator.c | 0 .../ant_bpwr/simulator/ant_bpwr_simulator.h | 0 .../simulator/ant_bpwr_simulator_local.h | 0 .../ant_bpwr/utils/ant_bpwr_utils.h | 0 .../ant/ant_profiles/ant_bsc/ant_bsc.c | 0 .../ant/ant_profiles/ant_bsc/ant_bsc.h | 0 .../ant/ant_profiles/ant_bsc/ant_bsc_local.h | 0 .../ant_bsc/pages/ant_bsc_combined_page_0.c | 0 .../ant_bsc/pages/ant_bsc_combined_page_0.h | 0 .../ant_bsc/pages/ant_bsc_page_0.c | 0 .../ant_bsc/pages/ant_bsc_page_0.h | 0 .../ant_bsc/pages/ant_bsc_page_1.c | 0 .../ant_bsc/pages/ant_bsc_page_1.h | 0 .../ant_bsc/pages/ant_bsc_page_2.c | 0 .../ant_bsc/pages/ant_bsc_page_2.h | 0 .../ant_bsc/pages/ant_bsc_page_3.c | 0 .../ant_bsc/pages/ant_bsc_page_3.h | 0 .../ant_bsc/pages/ant_bsc_page_4.c | 0 .../ant_bsc/pages/ant_bsc_page_4.h | 0 .../ant_bsc/pages/ant_bsc_page_5.c | 0 .../ant_bsc/pages/ant_bsc_page_5.h | 0 .../ant_profiles/ant_bsc/pages/ant_bsc_pages.h | 0 .../ant_bsc/simulator/ant_bsc_simulator.c | 0 .../ant_bsc/simulator/ant_bsc_simulator.h | 0 .../simulator/ant_bsc_simulator_local.h | 0 .../ant_profiles/ant_bsc/utils/ant_bsc_utils.h | 0 .../ant_request_controller.c | 0 .../ant_request_controller.h | 0 .../ant_common/pages/ant_common_page_70.c | 0 .../ant_common/pages/ant_common_page_70.h | 0 .../ant_common/pages/ant_common_page_80.c | 0 .../ant_common/pages/ant_common_page_80.h | 0 .../ant_common/pages/ant_common_page_81.c | 0 .../ant_common/pages/ant_common_page_81.h | 0 .../ant/ant_profiles/ant_hrm/ant_hrm.c | 0 .../ant/ant_profiles/ant_hrm/ant_hrm.h | 0 .../ant/ant_profiles/ant_hrm/ant_hrm_local.h | 0 .../ant_hrm/pages/ant_hrm_page_0.c | 0 .../ant_hrm/pages/ant_hrm_page_0.h | 0 .../ant_hrm/pages/ant_hrm_page_1.c | 0 .../ant_hrm/pages/ant_hrm_page_1.h | 0 .../ant_hrm/pages/ant_hrm_page_2.c | 0 .../ant_hrm/pages/ant_hrm_page_2.h | 0 .../ant_hrm/pages/ant_hrm_page_3.c | 0 .../ant_hrm/pages/ant_hrm_page_3.h | 0 .../ant_hrm/pages/ant_hrm_page_4.c | 0 .../ant_hrm/pages/ant_hrm_page_4.h | 0 .../ant_profiles/ant_hrm/pages/ant_hrm_pages.h | 0 .../ant_hrm/simulator/ant_hrm_simulator.c | 0 .../ant_hrm/simulator/ant_hrm_simulator.h | 0 .../simulator/ant_hrm_simulator_local.h | 0 .../ant_profiles/ant_hrm/utils/ant_hrm_utils.h | 0 .../ant/ant_profiles/ant_sdm/ant_sdm.c | 0 .../ant/ant_profiles/ant_sdm/ant_sdm.h | 0 .../ant/ant_profiles/ant_sdm/ant_sdm_local.h | 0 .../ant_sdm/pages/ant_sdm_common_data.c | 0 .../ant_sdm/pages/ant_sdm_common_data.h | 0 .../ant_sdm/pages/ant_sdm_page_1.c | 0 .../ant_sdm/pages/ant_sdm_page_1.h | 0 .../ant_sdm/pages/ant_sdm_page_16.c | 0 .../ant_sdm/pages/ant_sdm_page_16.h | 0 .../ant_sdm/pages/ant_sdm_page_2.c | 0 .../ant_sdm/pages/ant_sdm_page_2.h | 0 .../ant_sdm/pages/ant_sdm_page_22.c | 0 .../ant_sdm/pages/ant_sdm_page_22.h | 0 .../ant_sdm/pages/ant_sdm_page_3.c | 0 .../ant_sdm/pages/ant_sdm_page_3.h | 0 .../ant_profiles/ant_sdm/pages/ant_sdm_pages.h | 0 .../ant_sdm/simulator/ant_sdm_simulator.c | 0 .../ant_sdm/simulator/ant_sdm_simulator.h | 0 .../simulator/ant_sdm_simulator_local.h | 0 .../ant_profiles/ant_sdm/utils/ant_sdm_utils.h | 0 .../ant/ant_search_config/ant_search_config.c | 0 .../ant/ant_search_config/ant_search_config.h | 0 .../ant/ant_stack_config/ant_stack_config.c | 0 .../ant/ant_stack_config/ant_stack_config.h | 0 .../config/ant_stack_config_defs.h | 0 .../ant_state_indicator/ant_state_indicator.c | 0 .../ant_state_indicator/ant_state_indicator.h | 0 .../ble/ble_advertising/ble_advertising.c | 0 .../ble/ble_advertising/ble_advertising.h | 0 .../ble/ble_db_discovery/ble_db_discovery.c | 0 .../ble/ble_db_discovery/ble_db_discovery.h | 0 .../components/ble/ble_dtm/ble_dtm.c | 0 .../components/ble/ble_dtm/ble_dtm.h | 0 .../components/ble/ble_dtm/ble_dtm_hw.h | 0 .../components/ble/ble_dtm/ble_dtm_hw_nrf51.c | 0 .../components/ble/ble_dtm/ble_dtm_hw_nrf52.c | 0 .../components/ble/ble_racp/ble_racp.c | 0 .../components/ble/ble_racp/ble_racp.h | 0 .../ble_radio_notification.c | 0 .../ble_radio_notification.h | 0 .../ble_ancs_c/ancs_app_attr_get.c | 0 .../ble_ancs_c/ancs_app_attr_get.h | 0 .../ble_services/ble_ancs_c/ancs_attr_parser.c | 0 .../ble_services/ble_ancs_c/ancs_attr_parser.h | 0 .../ble_services/ble_ancs_c/ancs_tx_buffer.c | 0 .../ble_services/ble_ancs_c/ancs_tx_buffer.h | 0 .../ble_services/ble_ancs_c/nrf_ble_ancs_c.c | 0 .../ble_services/ble_ancs_c/nrf_ble_ancs_c.h | 0 .../ble/ble_services/ble_ans_c/ble_ans_c.c | 0 .../ble/ble_services/ble_ans_c/ble_ans_c.h | 0 .../ble/ble_services/ble_bas/ble_bas.c | 0 .../ble/ble_services/ble_bas/ble_bas.h | 0 .../ble/ble_services/ble_bas_c/ble_bas_c.c | 0 .../ble/ble_services/ble_bas_c/ble_bas_c.h | 0 .../ble/ble_services/ble_bps/ble_bps.c | 0 .../ble/ble_services/ble_bps/ble_bps.h | 0 .../ble/ble_services/ble_cscs/ble_cscs.c | 0 .../ble/ble_services/ble_cscs/ble_cscs.h | 0 .../ble/ble_services/ble_cscs/ble_sc_ctrlpt.c | 0 .../ble/ble_services/ble_cscs/ble_sc_ctrlpt.h | 0 .../ble/ble_services/ble_cts_c/ble_cts_c.c | 0 .../ble/ble_services/ble_cts_c/ble_cts_c.h | 0 .../ble/ble_services/ble_dfu/ble_dfu.c | 0 .../ble/ble_services/ble_dfu/ble_dfu.h | 0 .../ble/ble_services/ble_dis/ble_dis.c | 0 .../ble/ble_services/ble_dis/ble_dis.h | 0 .../ble/ble_services/ble_escs/escs_defs.h | 0 .../ble/ble_services/ble_escs/nrf_ble_escs.c | 0 .../ble/ble_services/ble_escs/nrf_ble_escs.h | 0 .../ble/ble_services/ble_gls/ble_gls.c | 0 .../ble/ble_services/ble_gls/ble_gls.h | 0 .../ble/ble_services/ble_gls/ble_gls_db.c | 0 .../ble/ble_services/ble_gls/ble_gls_db.h | 0 .../ble/ble_services/ble_hids/ble_hids.c | 0 .../ble/ble_services/ble_hids/ble_hids.h | 0 .../ble/ble_services/ble_hrs/ble_hrs.c | 0 .../ble/ble_services/ble_hrs/ble_hrs.h | 0 .../ble/ble_services/ble_hrs_c/ble_hrs_c.c | 0 .../ble/ble_services/ble_hrs_c/ble_hrs_c.h | 0 .../ble/ble_services/ble_hts/ble_hts.c | 0 .../ble/ble_services/ble_hts/ble_hts.h | 0 .../ble/ble_services/ble_ias/ble_ias.c | 0 .../ble/ble_services/ble_ias/ble_ias.h | 0 .../ble/ble_services/ble_ias_c/ble_ias_c.c | 0 .../ble/ble_services/ble_ias_c/ble_ias_c.h | 0 .../ble/ble_services/ble_lbs/ble_lbs.c | 0 .../ble/ble_services/ble_lbs/ble_lbs.h | 0 .../ble/ble_services/ble_lbs_c/ble_lbs_c.c | 0 .../ble/ble_services/ble_lbs_c/ble_lbs_c.h | 0 .../ble/ble_services/ble_lls/ble_lls.c | 0 .../ble/ble_services/ble_lls/ble_lls.h | 0 .../ble/ble_services/ble_nus/ble_nus.c | 0 .../ble/ble_services/ble_nus/ble_nus.h | 0 .../ble/ble_services/ble_nus_c/ble_nus_c.c | 0 .../ble/ble_services/ble_nus_c/ble_nus_c.h | 0 .../ble/ble_services/ble_rscs/ble_rscs.c | 0 .../ble/ble_services/ble_rscs/ble_rscs.h | 0 .../ble/ble_services/ble_rscs_c/ble_rscs_c.c | 0 .../ble/ble_services/ble_rscs_c/ble_rscs_c.h | 0 .../ble/ble_services/ble_tps/ble_tps.c | 0 .../ble/ble_services/ble_tps/ble_tps.h | 0 .../experimental_ble_lns/ble_ln_common.h | 0 .../experimental_ble_lns/ble_ln_cp.c | 0 .../experimental_ble_lns/ble_ln_cp.h | 0 .../experimental_ble_lns/ble_ln_db.c | 0 .../experimental_ble_lns/ble_ln_db.h | 0 .../experimental_ble_lns/ble_lns.c | 0 .../experimental_ble_lns/ble_lns.h | 0 .../experimental_nrf_ble_bms/nrf_ble_bms.c | 0 .../experimental_nrf_ble_bms/nrf_ble_bms.h | 0 .../experimental_nrf_ble_cgms/cgms_db.c | 0 .../experimental_nrf_ble_cgms/cgms_db.h | 0 .../experimental_nrf_ble_cgms/cgms_meas.c | 0 .../experimental_nrf_ble_cgms/cgms_meas.h | 0 .../experimental_nrf_ble_cgms/cgms_racp.c | 0 .../experimental_nrf_ble_cgms/cgms_racp.h | 0 .../experimental_nrf_ble_cgms/cgms_socp.c | 0 .../experimental_nrf_ble_cgms/cgms_socp.h | 0 .../experimental_nrf_ble_cgms/cgms_sst.c | 0 .../experimental_nrf_ble_cgms/cgms_sst.h | 0 .../experimental_nrf_ble_cgms/nrf_ble_cgms.c | 0 .../experimental_nrf_ble_cgms/nrf_ble_cgms.h | 0 .../components/ble/common/ble_advdata.c | 0 .../components/ble/common/ble_advdata.h | 0 .../components/ble/common/ble_conn_params.c | 0 .../components/ble/common/ble_conn_params.h | 0 .../components/ble/common/ble_conn_state.c | 0 .../components/ble/common/ble_conn_state.h | 0 .../components/ble/common/ble_date_time.h | 0 .../components/ble/common/ble_gatt_db.h | 0 .../ble/common/ble_sensor_location.h | 0 .../components/ble/common/ble_srv_common.c | 0 .../components/ble/common/ble_srv_common.h | 0 .../components/ble/nrf_ble_gatt/nrf_ble_gatt.c | 0 .../components/ble/nrf_ble_gatt/nrf_ble_gatt.h | 0 .../components/ble/nrf_ble_qwr/nrf_ble_qwr.c | 0 .../components/ble/nrf_ble_qwr/nrf_ble_qwr.h | 0 .../ble/peer_manager/gatt_cache_manager.c | 0 .../ble/peer_manager/gatt_cache_manager.h | 0 .../ble/peer_manager/gatts_cache_manager.c | 0 .../ble/peer_manager/gatts_cache_manager.h | 0 .../components/ble/peer_manager/id_manager.c | 0 .../components/ble/peer_manager/id_manager.h | 0 .../ble/peer_manager/peer_data_storage.c | 0 .../ble/peer_manager/peer_data_storage.h | 0 .../ble/peer_manager/peer_database.c | 0 .../ble/peer_manager/peer_database.h | 0 .../components/ble/peer_manager/peer_id.c | 0 .../components/ble/peer_manager/peer_id.h | 0 .../components/ble/peer_manager/peer_manager.c | 0 .../components/ble/peer_manager/peer_manager.h | 0 .../ble/peer_manager/peer_manager_internal.h | 0 .../ble/peer_manager/peer_manager_types.h | 0 .../components/ble/peer_manager/pm_buffer.c | 0 .../components/ble/peer_manager/pm_buffer.h | 0 .../components/ble/peer_manager/pm_mutex.c | 0 .../components/ble/peer_manager/pm_mutex.h | 0 .../ble/peer_manager/security_dispatcher.c | 0 .../ble/peer_manager/security_dispatcher.h | 0 .../ble/peer_manager/security_manager.c | 0 .../ble/peer_manager/security_manager.h | 0 .../components/boards/arduino_primo.h | 0 .../components/boards/boards.c | 0 .../components/boards/boards.h | 0 .../components/boards/d52_starterkit.h | 0 .../components/boards/n5_starterkit.h | 0 .../components/boards/nrf6310.h | 0 .../components/boards/pca10000.h | 0 .../components/boards/pca10001.h | 0 .../components/boards/pca10003.h | 0 .../components/boards/pca10028.h | 0 .../components/boards/pca10031.h | 0 .../components/boards/pca10036.h | 0 .../components/boards/pca10040.h | 0 .../components/boards/pca10056.h | 0 .../components/boards/pca20006.h | 0 .../components/boards/wt51822.h | 0 .../components/device/compiler_abstraction.h | 0 .../components/device/nrf.h | 0 .../components/device/nrf51.h | 0 .../components/device/nrf51422_peripherals.h | 0 .../components/device/nrf51802_peripherals.h | 0 .../components/device/nrf51822_peripherals.h | 0 .../components/device/nrf51_bitfields.h | 0 .../components/device/nrf51_deprecated.h | 0 .../components/device/nrf51_to_nrf52.h | 0 .../components/device/nrf51_to_nrf52840.h | 0 .../components/device/nrf52.h | 0 .../components/device/nrf52832_peripherals.h | 0 .../components/device/nrf52840.h | 0 .../components/device/nrf52840_bitfields.h | 0 .../components/device/nrf52840_peripherals.h | 0 .../components/device/nrf52_bitfields.h | 0 .../components/device/nrf52_name_change.h | 0 .../components/device/nrf52_to_nrf52840.h | 0 .../components/drivers_ext/adns2080/adns2080.c | 0 .../components/drivers_ext/adns2080/adns2080.h | 0 .../drivers_ext/cherry8x16/cherry8x16.c | 0 .../drivers_ext/cherry8x16/cherry8x16.h | 0 .../components/drivers_ext/ds1624/ds1624.c | 0 .../components/drivers_ext/ds1624/ds1624.h | 0 .../components/drivers_ext/ili9341/ili9341.c | 0 .../components/drivers_ext/max9850/max9850.c | 0 .../components/drivers_ext/max9850/max9850.h | 0 .../components/drivers_ext/mcp4725/mcp4725.c | 0 .../components/drivers_ext/mcp4725/mcp4725.h | 0 .../components/drivers_ext/mpu6050/mpu6050.c | 0 .../components/drivers_ext/mpu6050/mpu6050.h | 0 .../components/drivers_ext/nrf6350/nrf6350.c | 0 .../components/drivers_ext/nrf6350/nrf6350.h | 0 .../components/drivers_ext/st7735/st7735.c | 0 .../synaptics_touchpad/synaptics_touchpad.c | 0 .../synaptics_touchpad/synaptics_touchpad.h | 0 .../components/drivers_ext/uda1380/uda1380.c | 0 .../components/drivers_ext/uda1380/uda1380.h | 0 .../drivers_nrf/ble_flash/ble_flash.c | 0 .../drivers_nrf/ble_flash/ble_flash.h | 0 .../drivers_nrf/clock/nrf_drv_clock.c | 0 .../drivers_nrf/clock/nrf_drv_clock.h | 0 .../drivers_nrf/common/nrf_drv_common.c | 0 .../drivers_nrf/common/nrf_drv_common.h | 0 .../components/drivers_nrf/comp/nrf_drv_comp.c | 0 .../components/drivers_nrf/comp/nrf_drv_comp.h | 0 .../components/drivers_nrf/delay/nrf_delay.h | 0 .../drivers_nrf/gpiote/nrf_drv_gpiote.c | 0 .../drivers_nrf/gpiote/nrf_drv_gpiote.h | 0 .../components/drivers_nrf/hal/nrf_clock.h | 0 .../components/drivers_nrf/hal/nrf_comp.h | 0 .../components/drivers_nrf/hal/nrf_ecb.c | 0 .../components/drivers_nrf/hal/nrf_ecb.h | 0 .../components/drivers_nrf/hal/nrf_egu.h | 0 .../components/drivers_nrf/hal/nrf_gpio.h | 0 .../components/drivers_nrf/hal/nrf_gpiote.h | 0 .../components/drivers_nrf/hal/nrf_i2s.h | 0 .../components/drivers_nrf/hal/nrf_lpcomp.h | 0 .../components/drivers_nrf/hal/nrf_nvmc.c | 0 .../components/drivers_nrf/hal/nrf_nvmc.h | 0 .../components/drivers_nrf/hal/nrf_pdm.h | 0 .../drivers_nrf/hal/nrf_peripherals.h | 0 .../components/drivers_nrf/hal/nrf_power.h | 0 .../components/drivers_nrf/hal/nrf_ppi.h | 0 .../components/drivers_nrf/hal/nrf_pwm.h | 0 .../components/drivers_nrf/hal/nrf_qdec.h | 0 .../components/drivers_nrf/hal/nrf_qspi.h | 0 .../components/drivers_nrf/hal/nrf_rng.h | 0 .../components/drivers_nrf/hal/nrf_rtc.h | 0 .../components/drivers_nrf/hal/nrf_saadc.c | 0 .../components/drivers_nrf/hal/nrf_saadc.h | 0 .../components/drivers_nrf/hal/nrf_spi.h | 0 .../components/drivers_nrf/hal/nrf_spim.h | 0 .../components/drivers_nrf/hal/nrf_spis.h | 0 .../components/drivers_nrf/hal/nrf_systick.h | 0 .../components/drivers_nrf/hal/nrf_temp.h | 0 .../components/drivers_nrf/hal/nrf_timer.h | 0 .../components/drivers_nrf/hal/nrf_twi.h | 0 .../components/drivers_nrf/hal/nrf_twim.h | 0 .../components/drivers_nrf/hal/nrf_twis.h | 0 .../components/drivers_nrf/hal/nrf_uart.h | 0 .../components/drivers_nrf/hal/nrf_uarte.h | 0 .../components/drivers_nrf/hal/nrf_usbd.h | 0 .../components/drivers_nrf/hal/nrf_wdt.h | 0 .../components/drivers_nrf/i2s/nrf_drv_i2s.c | 0 .../components/drivers_nrf/i2s/nrf_drv_i2s.h | 0 .../drivers_nrf/lpcomp/nrf_drv_lpcomp.c | 0 .../drivers_nrf/lpcomp/nrf_drv_lpcomp.h | 0 .../drivers_nrf/nrf_soc_nosd/nrf_error.h | 0 .../drivers_nrf/nrf_soc_nosd/nrf_nvic.c | 0 .../drivers_nrf/nrf_soc_nosd/nrf_nvic.h | 0 .../drivers_nrf/nrf_soc_nosd/nrf_soc.c | 0 .../drivers_nrf/nrf_soc_nosd/nrf_soc.h | 0 .../components/drivers_nrf/pdm/nrf_drv_pdm.c | 0 .../components/drivers_nrf/pdm/nrf_drv_pdm.h | 0 .../drivers_nrf/power/nrf_drv_power.c | 0 .../drivers_nrf/power/nrf_drv_power.h | 0 .../components/drivers_nrf/ppi/nrf_drv_ppi.c | 0 .../components/drivers_nrf/ppi/nrf_drv_ppi.h | 0 .../components/drivers_nrf/pwm/nrf_drv_pwm.c | 0 .../components/drivers_nrf/pwm/nrf_drv_pwm.h | 0 .../components/drivers_nrf/qdec/nrf_drv_qdec.c | 0 .../components/drivers_nrf/qdec/nrf_drv_qdec.h | 0 .../components/drivers_nrf/qspi/nrf_drv_qspi.c | 0 .../components/drivers_nrf/qspi/nrf_drv_qspi.h | 0 .../drivers_nrf/radio_config/radio_config.c | 0 .../drivers_nrf/radio_config/radio_config.h | 0 .../components/drivers_nrf/rng/nrf_drv_rng.c | 0 .../components/drivers_nrf/rng/nrf_drv_rng.h | 0 .../components/drivers_nrf/rtc/nrf_drv_rtc.c | 0 .../components/drivers_nrf/rtc/nrf_drv_rtc.h | 0 .../drivers_nrf/saadc/nrf_drv_saadc.c | 0 .../drivers_nrf/saadc/nrf_drv_saadc.h | 0 .../drivers_nrf/sdio/config/sdio_config.h | 0 .../components/drivers_nrf/sdio/sdio.c | 0 .../components/drivers_nrf/sdio/sdio.h | 0 .../drivers_nrf/spi_master/nrf_drv_spi.c | 0 .../drivers_nrf/spi_master/nrf_drv_spi.h | 0 .../drivers_nrf/spi_master/spi_5W_master.c | 0 .../drivers_nrf/spi_master/spi_5W_master.h | 0 .../drivers_nrf/spi_slave/nrf_drv_spis.c | 0 .../drivers_nrf/spi_slave/nrf_drv_spis.h | 0 .../components/drivers_nrf/swi/nrf_drv_swi.c | 0 .../components/drivers_nrf/swi/nrf_drv_swi.h | 0 .../drivers_nrf/systick/nrf_drv_systick.c | 0 .../drivers_nrf/systick/nrf_drv_systick.h | 0 .../drivers_nrf/timer/nrf_drv_timer.c | 0 .../drivers_nrf/timer/nrf_drv_timer.h | 0 .../deprecated/config/twi_master_config.h | 0 .../twi_master/deprecated/twi_hw_master.c | 0 .../twi_master/deprecated/twi_master.h | 0 .../twi_master/deprecated/twi_sw_master.c | 0 .../drivers_nrf/twi_master/nrf_drv_twi.c | 0 .../drivers_nrf/twi_master/nrf_drv_twi.h | 0 .../drivers_nrf/twis_slave/nrf_drv_twis.c | 0 .../drivers_nrf/twis_slave/nrf_drv_twis.h | 0 .../twis_slave/nrf_drv_twis_inst.def | 0 .../components/drivers_nrf/uart/nrf_drv_uart.c | 0 .../components/drivers_nrf/uart/nrf_drv_uart.h | 0 .../components/drivers_nrf/usbd/nrf_drv_usbd.c | 0 .../components/drivers_nrf/usbd/nrf_drv_usbd.h | 0 .../components/drivers_nrf/wdt/nrf_drv_wdt.c | 0 .../components/drivers_nrf/wdt/nrf_drv_wdt.h | 0 .../experimental_802_15_4/802_15_4_config.h | 0 .../experimental_802_15_4/api/HAL/hal_atomic.h | 0 .../experimental_802_15_4/api/HAL/hal_clock.h | 0 .../api/HAL/hal_debug_interface.h | 0 .../experimental_802_15_4/api/HAL/hal_delay.h | 0 .../experimental_802_15_4/api/HAL/hal_led.h | 0 .../experimental_802_15_4/api/HAL/hal_mutex.h | 0 .../experimental_802_15_4/api/HAL/hal_rng.h | 0 .../experimental_802_15_4/api/HAL/hal_sleep.h | 0 .../api/HAL/hal_task_scheduler.h | 0 .../experimental_802_15_4/api/HAL/hal_timer.h | 0 .../api/HAL/hal_timer_critical.h | 0 .../api/HAL/hal_trace_interface.h | 0 .../experimental_802_15_4/api/HAL/hal_uart.h | 0 .../api/HAL/hal_uart_task_scheduler.h | 0 .../api/HAL/nrf52_soc/hal_nrf52_exceptions.h | 0 .../api/HAL/nrf52_soc/hal_nrf52_rtc.h | 0 .../api/HAL/nrf52_soc/hal_nrf52_timer.h | 0 .../api/MAC/mac_auto_request.h | 0 .../experimental_802_15_4/api/MAC/mac_common.h | 0 .../api/MAC/mac_mcps_data.h | 0 .../api/MAC/mac_mcps_purge.h | 0 .../api/MAC/mac_mlme_associate.h | 0 .../api/MAC/mac_mlme_beacon_notify.h | 0 .../api/MAC/mac_mlme_comm_status.h | 0 .../api/MAC/mac_mlme_disassociate.h | 0 .../api/MAC/mac_mlme_gts.h | 0 .../api/MAC/mac_mlme_orphan.h | 0 .../api/MAC/mac_mlme_pib.h | 0 .../api/MAC/mac_mlme_poll.h | 0 .../api/MAC/mac_mlme_reset.h | 0 .../api/MAC/mac_mlme_rx_enable.h | 0 .../api/MAC/mac_mlme_scan.h | 0 .../api/MAC/mac_mlme_start.h | 0 .../api/MAC/mac_mlme_sync.h | 0 .../api/MAC/mac_panid_conflict.h | 0 .../api/MAC/mac_security.h | 0 .../api/MAC/mac_task_scheduler.h | 0 .../experimental_802_15_4/api/MAC/mac_time.h | 0 .../experimental_802_15_4/api/PHY/phy_common.h | 0 .../api/PHY/phy_pd_data.h | 0 .../api/PHY/phy_plme_cca.h | 0 .../api/PHY/phy_plme_ed.h | 0 .../api/PHY/phy_plme_pib.h | 0 .../api/PHY/phy_plme_trx.h | 0 .../api/RAL/nrf52_soc/ral_api_spec.h | 0 .../api/RAL/nrf52_soc/ral_critical_queue.h | 0 .../api/RAL/nrf52_soc/ral_fsm.h | 0 .../api/RAL/nrf52_soc/ral_fsm_private.h | 0 .../api/RAL/nrf52_soc/ral_irq_handlers.h | 0 .../api/RAL/nrf52_soc/ral_rf_init.h | 0 .../experimental_802_15_4/api/RAL/ral_api.h | 0 .../api/SecAL/sec_aes_ccm.h | 0 .../api/SecAL/sec_aes_entity.h | 0 .../experimental_802_15_4/api/SysAL/sys_crc.h | 0 .../api/SysAL/sys_debug.h | 0 .../api/SysAL/sys_events.h | 0 .../experimental_802_15_4/api/SysAL/sys_fsm.h | 0 .../experimental_802_15_4/api/SysAL/sys_init.h | 0 .../experimental_802_15_4/api/SysAL/sys_list.h | 0 .../api/SysAL/sys_memory_manager.h | 0 .../api/SysAL/sys_queue.h | 0 .../api/SysAL/sys_ringbuffer.h | 0 .../api/SysAL/sys_sleep.h | 0 .../api/SysAL/sys_task_scheduler.h | 0 .../experimental_802_15_4/api/SysAL/sys_time.h | 0 .../api/SysAL/sys_utils.h | 0 .../experimental_802_15_4/license.txt | 0 .../experimental_802_15_4/src/rng_entity.c | 0 .../experimental_802_15_4/src/sec_aes_entity.c | 0 .../components/libraries/atomic/nrf_atomic.h | 0 .../libraries/atomic/nrf_atomic_internal.h | 0 .../libraries/atomic/nrf_atomic_sanity_check.h | 0 .../libraries/atomic_fifo/app_atfifo.c | 0 .../libraries/atomic_fifo/app_atfifo.h | 0 .../atomic_fifo/app_atfifo_internal.h | 0 .../components/libraries/balloc/nrf_balloc.c | 0 .../components/libraries/balloc/nrf_balloc.h | 0 .../block_dev/empty/nrf_block_dev_empty.c | 0 .../block_dev/empty/nrf_block_dev_empty.h | 0 .../libraries/block_dev/nrf_block_dev.h | 0 .../block_dev/qspi/nrf_block_dev_qspi.c | 0 .../block_dev/qspi/nrf_block_dev_qspi.h | 0 .../block_dev/qspi/nrf_serial_flash_params.c | 0 .../block_dev/qspi/nrf_serial_flash_params.h | 0 .../block_dev/ram/nrf_block_dev_ram.c | 0 .../block_dev/ram/nrf_block_dev_ram.h | 0 .../block_dev/sdc/nrf_block_dev_sdc.c | 0 .../block_dev/sdc/nrf_block_dev_sdc.h | 0 .../libraries/bootloader/ble_dfu/nrf_ble_dfu.c | 0 .../libraries/bootloader/ble_dfu/nrf_ble_dfu.h | 0 .../libraries/bootloader/dfu/nrf_dfu.c | 0 .../libraries/bootloader/dfu/nrf_dfu.h | 0 .../libraries/bootloader/dfu/nrf_dfu_flash.c | 0 .../libraries/bootloader/dfu/nrf_dfu_flash.h | 0 .../bootloader/dfu/nrf_dfu_handling_error.c | 0 .../bootloader/dfu/nrf_dfu_handling_error.h | 0 .../libraries/bootloader/dfu/nrf_dfu_mbr.c | 0 .../libraries/bootloader/dfu/nrf_dfu_mbr.h | 0 .../bootloader/dfu/nrf_dfu_req_handler.h | 0 .../bootloader/dfu/nrf_dfu_settings.c | 0 .../bootloader/dfu/nrf_dfu_settings.h | 0 .../bootloader/dfu/nrf_dfu_transport.c | 0 .../bootloader/dfu/nrf_dfu_transport.h | 0 .../libraries/bootloader/dfu/nrf_dfu_types.h | 0 .../libraries/bootloader/dfu/nrf_dfu_utils.c | 0 .../libraries/bootloader/dfu/nrf_dfu_utils.h | 0 .../libraries/bootloader/nrf_bootloader.c | 0 .../libraries/bootloader/nrf_bootloader.h | 0 .../bootloader/nrf_bootloader_app_start.c | 0 .../bootloader/nrf_bootloader_app_start.h | 0 .../bootloader/nrf_bootloader_app_start_asm.c | 0 .../bootloader/nrf_bootloader_app_start_nosd.c | 0 .../libraries/bootloader/nrf_bootloader_info.c | 0 .../libraries/bootloader/nrf_bootloader_info.h | 0 .../bootloader/serial_dfu/nrf_serial_dfu.c | 0 .../bootloader/serial_dfu/nrf_serial_dfu.h | 0 .../components/libraries/bsp/bsp.c | 0 .../components/libraries/bsp/bsp.h | 0 .../components/libraries/bsp/bsp_btn_ant.c | 0 .../components/libraries/bsp/bsp_btn_ant.h | 0 .../components/libraries/bsp/bsp_btn_ble.c | 0 .../components/libraries/bsp/bsp_btn_ble.h | 0 .../components/libraries/bsp/bsp_config.h | 0 .../components/libraries/bsp/bsp_nfc.c | 0 .../components/libraries/bsp/bsp_nfc.h | 0 .../components/libraries/button/app_button.c | 0 .../components/libraries/button/app_button.h | 0 .../libraries/cli/cdc_acm/nrf_cli_cdc_acm.c | 0 .../libraries/cli/cdc_acm/nrf_cli_cdc_acm.h | 0 .../components/libraries/cli/nrf_cli.c | 0 .../components/libraries/cli/nrf_cli.h | 0 .../components/libraries/cli/nrf_cli_vt100.h | 0 .../components/libraries/cli/rtt/nrf_cli_rtt.c | 0 .../components/libraries/cli/rtt/nrf_cli_rtt.h | 0 .../libraries/cli/uart/nrf_cli_uart.c | 0 .../libraries/cli/uart/nrf_cli_uart.h | 0 .../components/libraries/crc16/crc16.c | 0 .../components/libraries/crc16/crc16.h | 0 .../components/libraries/crc32/crc32.c | 0 .../components/libraries/crc32/crc32.h | 0 .../crypto/backend/cc310_lib/cc310_lib_ecdh.c | 0 .../crypto/backend/cc310_lib/cc310_lib_ecdsa.c | 0 .../crypto/backend/cc310_lib/cc310_lib_ecdsa.h | 0 .../crypto/backend/cc310_lib/cc310_lib_hash.c | 0 .../crypto/backend/cc310_lib/cc310_lib_hash.h | 0 .../crypto/backend/cc310_lib/cc310_lib_init.c | 0 .../crypto/backend/cc310_lib/cc310_lib_init.h | 0 .../crypto/backend/cc310_lib/cc310_lib_keys.c | 0 .../crypto/backend/cc310_lib/cc310_lib_keys.h | 0 .../crypto/backend/cc310_lib/cc310_lib_rng.c | 0 .../backend/cc310_lib/cc310_lib_shared.c | 0 .../backend/cc310_lib/cc310_lib_shared.h | 0 .../backend/micro_ecc/micro_ecc_lib_ecdh.c | 0 .../backend/micro_ecc/micro_ecc_lib_ecdh.h | 0 .../backend/micro_ecc/micro_ecc_lib_ecdsa.c | 0 .../backend/micro_ecc/micro_ecc_lib_ecdsa.h | 0 .../backend/micro_ecc/micro_ecc_lib_init.c | 0 .../backend/micro_ecc/micro_ecc_lib_init.h | 0 .../backend/micro_ecc/micro_ecc_lib_keys.c | 0 .../backend/micro_ecc/micro_ecc_lib_keys.h | 0 .../backend/micro_ecc/micro_ecc_lib_shared.c | 0 .../backend/micro_ecc/micro_ecc_lib_shared.h | 0 .../backend/nrf_crypto_sw/nrf_crypto_sw_hash.c | 0 .../backend/nrf_crypto_sw/nrf_crypto_sw_hash.h | 0 .../backend/nrf_crypto_sw/nrf_crypto_sw_rng.c | 0 .../backend/nrf_crypto_sw/nrf_crypto_sw_rng.h | 0 .../components/libraries/crypto/nrf_crypto.c | 0 .../components/libraries/crypto/nrf_crypto.h | 0 .../libraries/crypto/nrf_crypto_ecdh.c | 0 .../libraries/crypto/nrf_crypto_ecdh.h | 0 .../libraries/crypto/nrf_crypto_ecdsa.c | 0 .../libraries/crypto/nrf_crypto_ecdsa.h | 0 .../libraries/crypto/nrf_crypto_hash.c | 0 .../libraries/crypto/nrf_crypto_hash.h | 0 .../libraries/crypto/nrf_crypto_init.c | 0 .../libraries/crypto/nrf_crypto_init.h | 0 .../libraries/crypto/nrf_crypto_keys.c | 0 .../libraries/crypto/nrf_crypto_keys.h | 0 .../libraries/crypto/nrf_crypto_mem.c | 0 .../libraries/crypto/nrf_crypto_mem.h | 0 .../libraries/crypto/nrf_crypto_rng.c | 0 .../libraries/crypto/nrf_crypto_rng.h | 0 .../libraries/crypto/nrf_crypto_svc.c | 0 .../libraries/crypto/nrf_crypto_types.h | 0 .../components/libraries/csense/nrf_csense.c | 0 .../components/libraries/csense/nrf_csense.h | 0 .../libraries/csense/nrf_csense_macros.h | 0 .../libraries/csense_drv/nrf_drv_csense.c | 0 .../libraries/csense_drv/nrf_drv_csense.h | 0 .../components/libraries/ecc/ecc.c | 0 .../components/libraries/ecc/ecc.h | 0 .../components/libraries/eddystone/es.h | 0 .../components/libraries/eddystone/es_adv.c | 0 .../components/libraries/eddystone/es_adv.h | 0 .../libraries/eddystone/es_adv_frame.c | 0 .../libraries/eddystone/es_adv_frame.h | 0 .../libraries/eddystone/es_adv_timing.c | 0 .../libraries/eddystone/es_adv_timing.h | 0 .../eddystone/es_adv_timing_resolver.c | 0 .../eddystone/es_adv_timing_resolver.h | 0 .../libraries/eddystone/es_battery_voltage.h | 0 .../eddystone/es_battery_voltage_adc.c | 0 .../eddystone/es_battery_voltage_saadc.c | 0 .../components/libraries/eddystone/es_flash.c | 0 .../components/libraries/eddystone/es_flash.h | 0 .../components/libraries/eddystone/es_gatts.c | 0 .../components/libraries/eddystone/es_gatts.h | 0 .../libraries/eddystone/es_gatts_read.c | 0 .../libraries/eddystone/es_gatts_read.h | 0 .../libraries/eddystone/es_gatts_write.c | 0 .../libraries/eddystone/es_gatts_write.h | 0 .../libraries/eddystone/es_security.c | 0 .../libraries/eddystone/es_security.h | 0 .../components/libraries/eddystone/es_slot.c | 0 .../components/libraries/eddystone/es_slot.h | 0 .../libraries/eddystone/es_slot_reg.c | 0 .../libraries/eddystone/es_slot_reg.h | 0 .../libraries/eddystone/es_stopwatch.c | 0 .../libraries/eddystone/es_stopwatch.h | 0 .../components/libraries/eddystone/es_tlm.c | 0 .../components/libraries/eddystone/es_tlm.h | 0 .../components/libraries/eddystone/es_util.h | 0 .../libraries/eddystone/nrf_ble_es.c | 0 .../libraries/eddystone/nrf_ble_es.h | 0 .../experimental_section_vars/nrf_section.h | 0 .../nrf_section_iter.c | 0 .../nrf_section_iter.h | 0 .../components/libraries/fds/fds.c | 0 .../components/libraries/fds/fds.h | 0 .../libraries/fds/fds_internal_defs.h | 0 .../components/libraries/fifo/app_fifo.c | 0 .../components/libraries/fifo/app_fifo.h | 0 .../components/libraries/fstorage/fstorage.c | 0 .../components/libraries/fstorage/fstorage.h | 0 .../fstorage/fstorage_internal_defs.h | 0 .../libraries/fstorage/fstorage_nosd.c | 0 .../components/libraries/gfx/nrf_gfx.c | 0 .../components/libraries/gfx/nrf_gfx.h | 0 .../components/libraries/gfx/nrf_lcd.h | 0 .../components/libraries/gpiote/app_gpiote.c | 0 .../components/libraries/gpiote/app_gpiote.h | 0 .../components/libraries/hardfault/hardfault.h | 0 .../hardfault/hardfault_implementation.c | 0 .../nrf51/handler/hardfault_handler_gcc.c | 0 .../nrf51/handler/hardfault_handler_iar.c | 0 .../nrf51/handler/hardfault_handler_keil.c | 0 .../nrf52/handler/hardfault_handler_gcc.c | 0 .../nrf52/handler/hardfault_handler_iar.c | 0 .../nrf52/handler/hardfault_handler_keil.c | 0 .../components/libraries/hci/hci_mem_pool.c | 0 .../components/libraries/hci/hci_mem_pool.h | 0 .../components/libraries/hci/hci_slip.c | 0 .../components/libraries/hci/hci_slip.h | 0 .../components/libraries/hci/hci_transport.c | 0 .../components/libraries/hci/hci_transport.h | 0 .../libraries/led_softblink/led_softblink.c | 0 .../libraries/led_softblink/led_softblink.h | 0 .../components/libraries/log/nrf_log.h | 0 .../components/libraries/log/nrf_log_backend.h | 0 .../components/libraries/log/nrf_log_ctrl.h | 0 .../libraries/log/src/nrf_log_backend_serial.c | 0 .../libraries/log/src/nrf_log_ctrl_internal.h | 0 .../libraries/log/src/nrf_log_frontend.c | 0 .../libraries/log/src/nrf_log_internal.h | 0 .../libraries/low_power_pwm/low_power_pwm.c | 0 .../libraries/low_power_pwm/low_power_pwm.h | 0 .../libraries/mem_manager/mem_manager.c | 0 .../libraries/mem_manager/mem_manager.h | 0 .../components/libraries/mutex/nrf_mtx.h | 0 .../components/libraries/pwm/app_pwm.c | 0 .../components/libraries/pwm/app_pwm.h | 0 .../libraries/pwr_mgmt/nrf_pwr_mgmt.c | 0 .../libraries/pwr_mgmt/nrf_pwr_mgmt.h | 0 .../components/libraries/queue/nrf_queue.c | 0 .../components/libraries/queue/nrf_queue.h | 0 .../libraries/scheduler/app_scheduler.c | 0 .../libraries/scheduler/app_scheduler.h | 0 .../scheduler/app_scheduler_serconn.c | 0 .../components/libraries/sdcard/app_sdcard.c | 0 .../components/libraries/sdcard/app_sdcard.h | 0 .../components/libraries/sensorsim/sensorsim.c | 0 .../components/libraries/sensorsim/sensorsim.h | 0 .../components/libraries/serial/nrf_serial.c | 0 .../components/libraries/serial/nrf_serial.h | 0 .../components/libraries/sha256/sha256.c | 0 .../components/libraries/sha256/sha256.h | 0 .../libraries/simple_timer/app_simple_timer.c | 0 .../libraries/simple_timer/app_simple_timer.h | 0 .../components/libraries/slip/slip.c | 0 .../components/libraries/slip/slip.h | 0 .../libraries/spi_mngr/nrf_spi_mngr.c | 0 .../libraries/spi_mngr/nrf_spi_mngr.h | 0 .../libraries/strerror/nrf_strerror.c | 0 .../libraries/strerror/nrf_strerror.h | 0 .../libraries/svc/nrf_svc_function.h | 0 .../components/libraries/svc/nrf_svc_handler.c | 0 .../components/libraries/svc/nrf_svci.h | 0 .../components/libraries/timer/app_timer.c | 0 .../components/libraries/timer/app_timer.h | 0 .../libraries/timer/app_timer_freertos.c | 0 .../libraries/timer/app_timer_rtthread.c | 0 .../components/libraries/timer/app_timer_rtx.c | 0 .../components/libraries/twi/app_twi.c | 0 .../components/libraries/twi/app_twi.h | 0 .../components/libraries/uart/app_uart.c | 0 .../components/libraries/uart/app_uart.h | 0 .../components/libraries/uart/app_uart_fifo.c | 0 .../components/libraries/uart/retarget.c | 0 .../components/libraries/usbd/app_usbd.c | 0 .../components/libraries/usbd/app_usbd.h | 0 .../libraries/usbd/app_usbd_class_base.h | 0 .../components/libraries/usbd/app_usbd_core.c | 0 .../components/libraries/usbd/app_usbd_core.h | 0 .../libraries/usbd/app_usbd_descriptor.h | 0 .../libraries/usbd/app_usbd_langid.h | 0 .../libraries/usbd/app_usbd_request.h | 0 .../libraries/usbd/app_usbd_string_desc.c | 0 .../libraries/usbd/app_usbd_string_desc.h | 0 .../components/libraries/usbd/app_usbd_types.h | 0 .../usbd/class/audio/app_usbd_audio.c | 0 .../usbd/class/audio/app_usbd_audio.h | 0 .../usbd/class/audio/app_usbd_audio_desc.h | 0 .../usbd/class/audio/app_usbd_audio_internal.h | 0 .../usbd/class/audio/app_usbd_audio_types.h | 0 .../usbd/class/cdc/acm/app_usbd_cdc_acm.c | 0 .../usbd/class/cdc/acm/app_usbd_cdc_acm.h | 0 .../class/cdc/acm/app_usbd_cdc_acm_internal.h | 0 .../usbd/class/cdc/app_usbd_cdc_desc.h | 0 .../usbd/class/cdc/app_usbd_cdc_types.h | 0 .../libraries/usbd/class/hid/app_usbd_hid.c | 0 .../libraries/usbd/class/hid/app_usbd_hid.h | 0 .../usbd/class/hid/app_usbd_hid_types.h | 0 .../class/hid/generic/app_usbd_hid_generic.c | 0 .../class/hid/generic/app_usbd_hid_generic.h | 0 .../hid/generic/app_usbd_hid_generic_desc.h | 0 .../generic/app_usbd_hid_generic_internal.h | 0 .../usbd/class/hid/kbd/app_usbd_hid_kbd.c | 0 .../usbd/class/hid/kbd/app_usbd_hid_kbd.h | 0 .../usbd/class/hid/kbd/app_usbd_hid_kbd_desc.h | 0 .../class/hid/kbd/app_usbd_hid_kbd_internal.h | 0 .../usbd/class/hid/mouse/app_usbd_hid_mouse.c | 0 .../usbd/class/hid/mouse/app_usbd_hid_mouse.h | 0 .../class/hid/mouse/app_usbd_hid_mouse_desc.h | 0 .../hid/mouse/app_usbd_hid_mouse_internal.h | 0 .../libraries/usbd/class/msc/app_usbd_msc.c | 0 .../libraries/usbd/class/msc/app_usbd_msc.h | 0 .../usbd/class/msc/app_usbd_msc_desc.h | 0 .../usbd/class/msc/app_usbd_msc_internal.h | 0 .../usbd/class/msc/app_usbd_msc_scsi.h | 0 .../usbd/class/msc/app_usbd_msc_types.h | 0 .../usbd/config/app_usbd_string_config.h | 0 .../components/libraries/util/app_error.c | 0 .../components/libraries/util/app_error.h | 0 .../components/libraries/util/app_error_weak.c | 0 .../components/libraries/util/app_error_weak.h | 0 .../components/libraries/util/app_util.h | 0 .../components/libraries/util/app_util_bds.h | 0 .../libraries/util/app_util_platform.c | 0 .../libraries/util/app_util_platform.h | 0 .../components/libraries/util/nordic_common.h | 0 .../components/libraries/util/nrf_assert.c | 0 .../components/libraries/util/nrf_assert.h | 0 .../components/libraries/util/nrf_bitmask.h | 0 .../components/libraries/util/sdk_common.h | 0 .../components/libraries/util/sdk_errors.h | 0 .../components/libraries/util/sdk_macros.h | 0 .../libraries/util/sdk_mapped_flags.c | 0 .../libraries/util/sdk_mapped_flags.h | 0 .../components/libraries/util/sdk_os.h | 0 .../components/libraries/util/sdk_resources.h | 0 .../ac_rec_parser/nfc_ac_rec_parser.c | 0 .../ac_rec_parser/nfc_ac_rec_parser.h | 0 .../nfc_ble_oob_advdata_parser.c | 0 .../nfc_ble_oob_advdata_parser.h | 0 .../le_oob_rec_parser/nfc_le_oob_rec_parser.c | 0 .../le_oob_rec_parser/nfc_le_oob_rec_parser.h | 0 .../connection_handover/ac_rec/nfc_ac_rec.c | 0 .../connection_handover/ac_rec/nfc_ac_rec.h | 0 .../ble_oob_advdata/nfc_ble_oob_advdata.c | 0 .../ble_oob_advdata/nfc_ble_oob_advdata.h | 0 .../ble_pair_lib/nfc_ble_pair_lib.c | 0 .../ble_pair_lib/nfc_ble_pair_lib.h | 0 .../ble_pair_msg/nfc_ble_pair_msg.c | 0 .../ble_pair_msg/nfc_ble_pair_msg.h | 0 .../common/nfc_ble_pair_common.c | 0 .../common/nfc_ble_pair_common.h | 0 .../ep_oob_rec/nfc_ep_oob_rec.c | 0 .../ep_oob_rec/nfc_ep_oob_rec.h | 0 .../connection_handover/hs_rec/nfc_hs_rec.c | 0 .../connection_handover/hs_rec/nfc_hs_rec.h | 0 .../le_oob_rec/nfc_le_oob_rec.c | 0 .../le_oob_rec/nfc_le_oob_rec.h | 0 .../nfc/ndef/generic/message/nfc_ndef_msg.c | 0 .../nfc/ndef/generic/message/nfc_ndef_msg.h | 0 .../nfc/ndef/generic/record/nfc_ndef_record.c | 0 .../nfc/ndef/generic/record/nfc_ndef_record.h | 0 .../nfc/ndef/launchapp/nfc_launchapp_msg.c | 0 .../nfc/ndef/launchapp/nfc_launchapp_msg.h | 0 .../nfc/ndef/launchapp/nfc_launchapp_rec.c | 0 .../nfc/ndef/launchapp/nfc_launchapp_rec.h | 0 .../ndef/parser/message/nfc_ndef_msg_parser.c | 0 .../ndef/parser/message/nfc_ndef_msg_parser.h | 0 .../parser/message/nfc_ndef_msg_parser_local.c | 0 .../parser/message/nfc_ndef_msg_parser_local.h | 0 .../parser/record/nfc_ndef_record_parser.c | 0 .../parser/record/nfc_ndef_record_parser.h | 0 .../components/nfc/ndef/text/nfc_text_rec.c | 0 .../components/nfc/ndef/text/nfc_text_rec.h | 0 .../components/nfc/ndef/uri/nfc_uri_msg.c | 0 .../components/nfc/ndef/uri/nfc_uri_msg.h | 0 .../components/nfc/ndef/uri/nfc_uri_rec.c | 0 .../components/nfc/ndef/uri/nfc_uri_rec.h | 0 .../nfc/t2t_lib/hal_t2t/hal_nfc_t2t.c | 0 .../nfc/t2t_lib/hal_t2t/hal_nfc_t2t.h | 0 .../components/nfc/t2t_lib/license.txt | 0 .../components/nfc/t2t_lib/nfc_fixes.h | 0 .../components/nfc/t2t_lib/nfc_t2t_lib.h | 0 .../components/nfc/t2t_parser/nfc_t2t_parser.c | 0 .../components/nfc/t2t_parser/nfc_t2t_parser.h | 0 .../components/nfc/t2t_parser/nfc_tlv_block.h | 0 .../nfc/t4t_lib/hal_t4t/hal_nfc_t4t.c | 0 .../nfc/t4t_lib/hal_t4t/hal_nfc_t4t.h | 0 .../components/nfc/t4t_lib/license.txt | 0 .../components/nfc/t4t_lib/nfc_fixes.h | 0 .../components/nfc/t4t_lib/nfc_t4t_lib.h | 0 .../nfc/t4t_parser/apdu/nfc_t4t_apdu.c | 0 .../nfc/t4t_parser/apdu/nfc_t4t_apdu.h | 0 .../nfc/t4t_parser/cc_file/nfc_t4t_cc_file.c | 0 .../nfc/t4t_parser/cc_file/nfc_t4t_cc_file.h | 0 .../nfc_t4t_hl_detection_procedures.c | 0 .../nfc_t4t_hl_detection_procedures.h | 0 .../nfc/t4t_parser/tlv/nfc_t4t_tlv_block.c | 0 .../nfc/t4t_parser/tlv/nfc_t4t_tlv_block.h | 0 .../components/proprietary_rf/esb/nrf_esb.c | 0 .../components/proprietary_rf/esb/nrf_esb.h | 0 .../proprietary_rf/esb/nrf_esb_error_codes.h | 0 .../proprietary_rf/esb/nrf_esb_resources.h | 0 .../proprietary_rf/gzll/arm/license.txt | 0 .../gzll/config/nrf_gzp_config.h | 0 .../proprietary_rf/gzll/gcc/license.txt | 0 .../proprietary_rf/gzll/iar/license.txt | 0 .../components/proprietary_rf/gzll/nrf_gzll.h | 0 .../proprietary_rf/gzll/nrf_gzll_constants.h | 0 .../proprietary_rf/gzll/nrf_gzll_error.h | 0 .../proprietary_rf/gzll/nrf_gzll_resources.h | 0 .../components/proprietary_rf/gzll/nrf_gzp.c | 0 .../components/proprietary_rf/gzll/nrf_gzp.h | 0 .../proprietary_rf/gzll/nrf_gzp_device.c | 0 .../proprietary_rf/gzll/nrf_gzp_host.c | 0 .../proprietary_rf/gzll/nrf_gzp_host_nrf5x.c | 0 .../components/sdk_validation.h | 0 .../codecs/ant/middleware/app_mw_ant.c | 0 .../serializers/ant_acknowledge_message_tx.c | 0 .../ant_active_search_sharing_cycles_get.c | 0 .../ant_active_search_sharing_cycles_set.c | 0 .../ant/serializers/ant_adv_burst_config_set.c | 0 .../codecs/ant/serializers/ant_app.h | 0 .../ant/serializers/ant_broadcast_message_tx.c | 0 .../ant/serializers/ant_capabilities_get.c | 0 .../ant/serializers/ant_channel_assign.c | 0 .../codecs/ant/serializers/ant_channel_close.c | 0 .../ant/serializers/ant_channel_id_get.c | 0 .../ant/serializers/ant_channel_id_set.c | 0 ...hannel_low_priority_rx_search_timeout_set.c | 0 .../serializers/ant_channel_open_with_offset.c | 0 .../ant/serializers/ant_channel_period_get.c | 0 .../ant/serializers/ant_channel_period_set.c | 0 .../serializers/ant_channel_radio_freq_get.c | 0 .../serializers/ant_channel_radio_freq_set.c | 0 .../ant_channel_radio_tx_power_set.c | 0 .../ant_channel_rx_search_timeout_set.c | 0 .../ant/serializers/ant_channel_status_get.c | 0 .../ant/serializers/ant_channel_unassign.c | 0 .../ant/serializers/ant_coex_config_get.c | 0 .../ant/serializers/ant_coex_config_set.c | 0 .../serializers/ant_crypto_channel_enable.c | 0 .../ant/serializers/ant_crypto_info_get.c | 0 .../ant/serializers/ant_crypto_info_set.c | 0 .../ant/serializers/ant_crypto_key_set.c | 0 .../codecs/ant/serializers/ant_cw_test_mode.c | 0 .../ant/serializers/ant_cw_test_mode_init.c | 0 .../codecs/ant/serializers/ant_enable.c | 0 .../codecs/ant/serializers/ant_event.c | 0 .../codecs/ant/serializers/ant_event.h | 0 .../codecs/ant/serializers/ant_id_list_add.c | 0 .../ant/serializers/ant_id_list_config.c | 0 .../ant/serializers/ant_lib_config_clear.c | 0 .../ant/serializers/ant_lib_config_get.c | 0 .../ant/serializers/ant_lib_config_set.c | 0 .../ant/serializers/ant_network_address_set.c | 0 .../ant/serializers/ant_prox_search_set.c | 0 .../ant/serializers/ant_rx_scan_mode_start.c | 0 .../ant_search_channel_priority_set.c | 0 .../ant/serializers/ant_search_waveform_set.c | 0 .../codecs/ant/serializers/ant_stack_reset.c | 0 .../codecs/ant/serializers/ant_version_get.c | 0 .../codecs/ble/middleware/app_mw_ble.c | 0 .../codecs/ble/middleware/app_mw_ble_gap.c | 0 .../codecs/ble/middleware/app_mw_ble_gattc.c | 0 .../codecs/ble/middleware/app_mw_ble_gatts.c | 0 .../codecs/ble/middleware/app_mw_ble_l2cap.c | 0 .../codecs/ble/middleware/app_mw_nrf_soc.c | 0 .../ble/serializers/app_ble_gap_sec_keys.c | 0 .../ble/serializers/app_ble_gap_sec_keys.h | 0 .../codecs/ble/serializers/app_ble_user_mem.c | 0 .../codecs/ble/serializers/app_ble_user_mem.h | 0 .../codecs/ble/serializers/ble_app.c | 0 .../codecs/ble/serializers/ble_app.h | 0 .../codecs/ble/serializers/ble_event.c | 0 .../codecs/ble/serializers/ble_evt_app.c | 0 .../codecs/ble/serializers/ble_evt_app.h | 0 .../codecs/ble/serializers/ble_gap_app.c | 0 .../codecs/ble/serializers/ble_gap_app.h | 0 .../codecs/ble/serializers/ble_gap_evt_app.c | 0 .../codecs/ble/serializers/ble_gap_evt_app.h | 0 .../codecs/ble/serializers/ble_gattc_app.c | 0 .../codecs/ble/serializers/ble_gattc_app.h | 0 .../codecs/ble/serializers/ble_gattc_evt_app.c | 0 .../codecs/ble/serializers/ble_gattc_evt_app.h | 0 .../codecs/ble/serializers/ble_gatts_app.c | 0 .../codecs/ble/serializers/ble_gatts_app.h | 0 .../codecs/ble/serializers/ble_gatts_evt_app.c | 0 .../codecs/ble/serializers/ble_gatts_evt_app.h | 0 .../codecs/ble/serializers/ble_l2cap_app.c | 0 .../codecs/ble/serializers/ble_l2cap_app.h | 0 .../codecs/ble/serializers/ble_l2cap_evt_app.c | 0 .../codecs/ble/serializers/ble_l2cap_evt_app.h | 0 .../codecs/ble/serializers/nrf_soc_app.c | 0 .../codecs/ble/serializers/nrf_soc_app.h | 0 .../application/codecs/common/ble_dtm_app.c | 0 .../application/codecs/common/ble_dtm_app.h | 0 .../application/codecs/common/ble_dtm_init.c | 0 .../codecs/common/conn_systemreset.c | 0 .../codecs/common/conn_systemreset.h | 0 .../application/hal/ser_app_hal.h | 0 .../application/hal/ser_app_hal_nrf5x.c | 0 .../application/hal/ser_app_power_system_off.c | 0 .../application/hal/ser_app_power_system_off.h | 0 .../application/transport/ser_sd_transport.c | 0 .../application/transport/ser_sd_transport.h | 0 .../transport/ser_softdevice_handler.c | 0 .../transport/ser_softdevice_handler.h | 0 .../serialization/common/ble_serialization.c | 0 .../serialization/common/ble_serialization.h | 0 .../common/cond_field_serialization.c | 0 .../common/cond_field_serialization.h | 0 .../serialization/common/ser_config.h | 0 .../serialization/common/ser_dbg_sd_str.c | 0 .../serialization/common/ser_dbg_sd_str.h | 0 .../struct_ser/ant/ant_struct_serialization.c | 0 .../struct_ser/ant/ant_struct_serialization.h | 0 .../ble/ble_gap_struct_serialization.c | 0 .../ble/ble_gap_struct_serialization.h | 0 .../ble/ble_gatt_struct_serialization.c | 0 .../ble/ble_gatt_struct_serialization.h | 0 .../ble/ble_gattc_struct_serialization.c | 0 .../ble/ble_gattc_struct_serialization.h | 0 .../ble/ble_gatts_struct_serialization.c | 0 .../ble/ble_gatts_struct_serialization.h | 0 .../struct_ser/ble/ble_struct_serialization.c | 0 .../struct_ser/ble/ble_struct_serialization.h | 0 .../ble/nrf_soc_struct_serialization.c | 0 .../ble/nrf_soc_struct_serialization.h | 0 .../common/transport/dtm_uart_params.h | 0 .../common/transport/ser_hal_transport.c | 0 .../common/transport/ser_hal_transport.h | 0 .../ser_phy/config/ser_config_5W_app.h | 0 .../ser_phy/config/ser_phy_config_app.h | 0 .../ser_phy/config/ser_phy_config_conn.h | 0 .../ser_phy/config/ser_phy_debug_app.h | 0 .../ser_phy/config/ser_phy_debug_conn.h | 0 .../common/transport/ser_phy/ser_phy.c | 0 .../common/transport/ser_phy/ser_phy.h | 0 .../common/transport/ser_phy/ser_phy_hci.c | 0 .../common/transport/ser_phy/ser_phy_hci.h | 0 .../transport/ser_phy/ser_phy_hci_slip.c | 0 .../transport/ser_phy/ser_phy_hci_slip_cdc.c | 0 .../common/transport/ser_phy/ser_phy_nohci.c | 0 .../transport/ser_phy/ser_phy_spi_5W_master.c | 0 .../transport/ser_phy/ser_phy_spi_5W_slave.c | 0 .../transport/ser_phy/ser_phy_spi_master.c | 0 .../transport/ser_phy/ser_phy_spi_slave.c | 0 .../common/transport/ser_phy/ser_phy_uart.c | 0 .../common/transport/ser_phy_debug_comm.h | 0 .../codecs/ant/middleware/conn_mw_ant.c | 0 .../codecs/ant/middleware/conn_mw_ant.h | 0 .../serializers/ant_acknowledge_message_tx.c | 0 .../ant_active_search_sharing_cycles_get.c | 0 .../ant_active_search_sharing_cycles_set.c | 0 .../ant/serializers/ant_adv_burst_config_set.c | 0 .../ant/serializers/ant_broadcast_message_tx.c | 0 .../ant/serializers/ant_capabilities_get.c | 0 .../ant/serializers/ant_channel_assign.c | 0 .../codecs/ant/serializers/ant_channel_close.c | 0 .../ant/serializers/ant_channel_id_get.c | 0 .../ant/serializers/ant_channel_id_set.c | 0 ...channel_low_priority_rx_search_timout_set.c | 0 .../serializers/ant_channel_open_with_offset.c | 0 .../ant/serializers/ant_channel_period_get.c | 0 .../ant/serializers/ant_channel_period_set.c | 0 .../serializers/ant_channel_radio_freq_get.c | 0 .../serializers/ant_channel_radio_freq_set.c | 0 .../ant_channel_radio_tx_power_set.c | 0 .../ant_channel_rx_search_timeout_set.c | 0 .../ant/serializers/ant_channel_status_get.c | 0 .../ant/serializers/ant_channel_unassign.c | 0 .../ant/serializers/ant_coex_config_get.c | 0 .../ant/serializers/ant_coex_config_set.c | 0 .../codecs/ant/serializers/ant_conn.h | 0 .../serializers/ant_crypto_channel_enable.c | 0 .../ant/serializers/ant_crypto_info_get.c | 0 .../ant/serializers/ant_crypto_info_set.c | 0 .../ant/serializers/ant_crypto_key_set.c | 0 .../codecs/ant/serializers/ant_cw_test_mode.c | 0 .../ant/serializers/ant_cw_test_mode_init.c | 0 .../codecs/ant/serializers/ant_enable.c | 0 .../codecs/ant/serializers/ant_event.c | 0 .../codecs/ant/serializers/ant_event.h | 0 .../codecs/ant/serializers/ant_event_rx.c | 0 .../codecs/ant/serializers/ant_event_rx.h | 0 .../codecs/ant/serializers/ant_id_list_add.c | 0 .../ant/serializers/ant_id_list_config.c | 0 .../ant/serializers/ant_lib_config_clear.c | 0 .../ant/serializers/ant_lib_config_get.c | 0 .../ant/serializers/ant_lib_config_set.c | 0 .../ant/serializers/ant_network_address_set.c | 0 .../ant/serializers/ant_prox_search_set.c | 0 .../ant/serializers/ant_rx_scan_mode_start.c | 0 .../ant_search_channel_priority_set.c | 0 .../ant/serializers/ant_search_waveform_set.c | 0 .../codecs/ant/serializers/ant_stack_reset.c | 0 .../codecs/ant/serializers/ant_version_get.c | 0 .../codecs/ble/middleware/conn_mw.h | 0 .../codecs/ble/middleware/conn_mw_ble.c | 0 .../codecs/ble/middleware/conn_mw_ble.h | 0 .../codecs/ble/middleware/conn_mw_ble_gap.c | 0 .../codecs/ble/middleware/conn_mw_ble_gap.h | 0 .../codecs/ble/middleware/conn_mw_ble_gattc.c | 0 .../codecs/ble/middleware/conn_mw_ble_gattc.h | 0 .../codecs/ble/middleware/conn_mw_ble_gatts.c | 0 .../codecs/ble/middleware/conn_mw_ble_gatts.h | 0 .../codecs/ble/middleware/conn_mw_ble_l2cap.c | 0 .../codecs/ble/middleware/conn_mw_ble_l2cap.h | 0 .../codecs/ble/serializers/ble_conn.c | 0 .../codecs/ble/serializers/ble_conn.h | 0 .../codecs/ble/serializers/ble_event_enc.c | 0 .../codecs/ble/serializers/ble_evt_conn.c | 0 .../codecs/ble/serializers/ble_evt_conn.h | 0 .../codecs/ble/serializers/ble_gap_conn.c | 0 .../codecs/ble/serializers/ble_gap_conn.h | 0 .../codecs/ble/serializers/ble_gap_evt_conn.c | 0 .../codecs/ble/serializers/ble_gap_evt_conn.h | 0 .../codecs/ble/serializers/ble_gattc_conn.c | 0 .../codecs/ble/serializers/ble_gattc_conn.h | 0 .../ble/serializers/ble_gattc_evt_conn.c | 0 .../ble/serializers/ble_gattc_evt_conn.h | 0 .../codecs/ble/serializers/ble_gatts_conn.c | 0 .../codecs/ble/serializers/ble_gatts_conn.h | 0 .../ble/serializers/ble_gatts_evt_conn.c | 0 .../ble/serializers/ble_gatts_evt_conn.h | 0 .../codecs/ble/serializers/ble_l2cap_conn.c | 0 .../codecs/ble/serializers/ble_l2cap_conn.h | 0 .../ble/serializers/ble_l2cap_evt_conn.c | 0 .../ble/serializers/ble_l2cap_evt_conn.h | 0 .../ble/serializers/conn_ble_gap_sec_keys.c | 0 .../ble/serializers/conn_ble_gap_sec_keys.h | 0 .../codecs/ble/serializers/conn_ble_user_mem.c | 0 .../codecs/ble/serializers/conn_ble_user_mem.h | 0 .../codecs/ble/serializers/nrf_soc_conn.c | 0 .../codecs/ble/serializers/nrf_soc_conn.h | 0 .../connectivity/codecs/common/ble_dtm_conn.h | 0 .../connectivity/codecs/common/ble_dtm_init.c | 0 .../connectivity/codecs/common/conn_mw.c | 0 .../connectivity/codecs/common/conn_mw.h | 0 .../connectivity/codecs/common/conn_mw_items.c | 0 .../codecs/common/conn_mw_nrf_soc.c | 0 .../codecs/common/conn_mw_nrf_soc.h | 0 .../serialization/connectivity/hal/dtm_uart.c | 0 .../serialization/connectivity/hal/dtm_uart.h | 0 .../connectivity/pstorage_platform.h | 0 .../connectivity/ser_conn_cmd_decoder.c | 0 .../connectivity/ser_conn_cmd_decoder.h | 0 .../connectivity/ser_conn_dtm_cmd_decoder.c | 0 .../connectivity/ser_conn_dtm_cmd_decoder.h | 0 .../connectivity/ser_conn_error_handling.c | 0 .../connectivity/ser_conn_event_encoder.c | 0 .../connectivity/ser_conn_event_encoder.h | 0 .../connectivity/ser_conn_handlers.c | 0 .../connectivity/ser_conn_handlers.h | 0 .../connectivity/ser_conn_pkt_decoder.c | 0 .../connectivity/ser_conn_pkt_decoder.h | 0 .../connectivity/ser_conn_reset_cmd_decoder.c | 0 .../connectivity/ser_conn_reset_cmd_decoder.h | 0 .../ant_stack_handler_types.h | 0 .../ble_stack_handler_types.h | 0 .../softdevice_handler/softdevice_handler.c | 0 .../softdevice_handler/softdevice_handler.h | 0 .../softdevice_handler_appsh.c | 0 .../softdevice_handler_appsh.h | 0 .../doc/s132_nrf52_4.0.2_licence-agreement.pdf | Bin .../doc/s132_nrf52_4.0.2_licence-agreement.txt | 0 .../s132_nrf52_4.0.2_migration-document.pdf | Bin .../s132/doc/s132_nrf52_4.0.2_readme.txt | 0 .../doc/s132_nrf52_4.0.2_release-notes.pdf | Bin .../components/softdevice/s132/headers/ble.h | 0 .../softdevice/s132/headers/ble_err.h | 0 .../softdevice/s132/headers/ble_gap.h | 0 .../softdevice/s132/headers/ble_gatt.h | 0 .../softdevice/s132/headers/ble_gattc.h | 0 .../softdevice/s132/headers/ble_gatts.h | 0 .../softdevice/s132/headers/ble_hci.h | 0 .../softdevice/s132/headers/ble_l2cap.h | 0 .../softdevice/s132/headers/ble_ranges.h | 0 .../softdevice/s132/headers/ble_types.h | 0 .../softdevice/s132/headers/nrf52/nrf_mbr.h | 0 .../softdevice/s132/headers/nrf_error.h | 0 .../softdevice/s132/headers/nrf_error_sdm.h | 0 .../softdevice/s132/headers/nrf_error_soc.h | 0 .../softdevice/s132/headers/nrf_nvic.h | 0 .../softdevice/s132/headers/nrf_sd_def.h | 0 .../softdevice/s132/headers/nrf_sdm.h | 0 .../softdevice/s132/headers/nrf_soc.h | 0 .../softdevice/s132/headers/nrf_svc.h | 0 .../hex/s132_nrf52_4.0.2_licence-agreement.txt | 0 .../s132/hex/s132_nrf52_4.0.2_softdevice.hex | 0 .../armgcc/armgcc_s132_nrf52832_xxaa.ld | 0 .../toolchain/iar/iar_s132_nrf52832_xxaa.icf | 0 ...rf52840_5.0.0-2.alpha_licence-agreement.pdf | Bin ...rf52840_5.0.0-2.alpha_licence-agreement.txt | 0 ...f52840_5.0.0-2.alpha_migration-document.pdf | Bin .../doc/s140_nrf52840_5.0.0-2.alpha_readme.txt | 0 ...40_5.0.0-2.alpha_release-notes-update-1.pdf | Bin .../components/softdevice/s140/headers/ble.h | 0 .../softdevice/s140/headers/ble_err.h | 0 .../softdevice/s140/headers/ble_gap.h | 0 .../softdevice/s140/headers/ble_gatt.h | 0 .../softdevice/s140/headers/ble_gattc.h | 0 .../softdevice/s140/headers/ble_gatts.h | 0 .../softdevice/s140/headers/ble_hci.h | 0 .../softdevice/s140/headers/ble_l2cap.h | 0 .../softdevice/s140/headers/ble_ranges.h | 0 .../softdevice/s140/headers/ble_types.h | 0 .../softdevice/s140/headers/nrf52/nrf_mbr.h | 0 .../softdevice/s140/headers/nrf_error.h | 0 .../softdevice/s140/headers/nrf_error_sdm.h | 0 .../softdevice/s140/headers/nrf_error_soc.h | 0 .../softdevice/s140/headers/nrf_nvic.h | 0 .../softdevice/s140/headers/nrf_sd_def.h | 0 .../softdevice/s140/headers/nrf_sdm.h | 0 .../softdevice/s140/headers/nrf_soc.h | 0 .../softdevice/s140/headers/nrf_svc.h | 0 ...rf52840_5.0.0-2.alpha_licence-agreement.txt | 0 .../s140_nrf52840_5.0.0-2.alpha_softdevice.hex | 0 .../softdevice/s212/headers/nrf_sd_def.h | 0 .../armgcc/armgcc_s212_nrf52832_xxaa.ld | 0 .../toolchain/iar/iar_s212_nrf52832_xxaa.icf | 0 .../toolchain/arm/arm_startup_nrf51.s | 0 .../toolchain/arm/arm_startup_nrf52.s | 0 .../toolchain/arm/arm_startup_nrf52840.s | 0 .../components/toolchain/arm/uicr_config.h | 0 .../components/toolchain/cmsis/dsp/license.txt | 0 .../cmsis/include/arm_common_tables.h | 0 .../cmsis/include/arm_const_structs.h | 0 .../toolchain/cmsis/include/arm_math.h | 0 .../toolchain/cmsis/include/cmsis_armcc.h | 0 .../toolchain/cmsis/include/cmsis_armcc_V6.h | 0 .../toolchain/cmsis/include/cmsis_gcc.h | 0 .../toolchain/cmsis/include/core_cm0.h | 0 .../toolchain/cmsis/include/core_cm0plus.h | 0 .../toolchain/cmsis/include/core_cm3.h | 0 .../toolchain/cmsis/include/core_cm4.h | 0 .../toolchain/cmsis/include/core_cm7.h | 0 .../toolchain/cmsis/include/core_cmFunc.h | 0 .../toolchain/cmsis/include/core_cmInstr.h | 0 .../toolchain/cmsis/include/core_cmSimd.h | 0 .../toolchain/cmsis/include/core_sc000.h | 0 .../toolchain/cmsis/include/core_sc300.h | 0 .../components/toolchain/gcc/Makefile.common | 0 .../components/toolchain/gcc/Makefile.posix | 0 .../components/toolchain/gcc/Makefile.windows | 0 .../components/toolchain/gcc/file_list.mk | 0 .../toolchain/gcc/gcc_nrf51_common.ld | 0 .../toolchain/gcc/gcc_startup_nrf51.S | 0 .../toolchain/gcc/gcc_startup_nrf52.S | 0 .../toolchain/gcc/gcc_startup_nrf52840.S | 0 .../components/toolchain/gcc/nrf51_common.ld | 0 .../components/toolchain/gcc/nrf51_xxaa.ld | 0 .../components/toolchain/gcc/nrf51_xxab.ld | 0 .../components/toolchain/gcc/nrf51_xxac.ld | 0 .../components/toolchain/gcc/nrf52840_xxaa.ld | 0 .../components/toolchain/gcc/nrf52_common.ld | 0 .../components/toolchain/gcc/nrf52_xxaa.ld | 0 .../components/toolchain/gcc/nrf5x_common.ld | 0 .../toolchain/iar/iar_nrf51_blank_xxaa.icf | 0 .../toolchain/iar/iar_nrf51_blank_xxac.icf | 0 .../toolchain/iar/iar_startup_nrf51.s | 0 .../toolchain/iar/iar_startup_nrf52.s | 0 .../toolchain/iar/iar_startup_nrf52840.s | 0 .../components/toolchain/system_nrf51.c | 0 .../components/toolchain/system_nrf51.h | 0 .../components/toolchain/system_nrf52.c | 0 .../components/toolchain/system_nrf52.h | 0 .../components/toolchain/system_nrf52840.c | 0 .../components/toolchain/system_nrf52840.h | 0 bsp/nrf52832/project.uvoptx | 0 bsp/nrf52832/project.uvprojx | 0 bsp/nrf52832/rtconfig.h | 0 bsp/nrf52832/rtconfig.py | 0 bsp/nrf52832/rtthread-nrf52832.sct | 0 bsp/nrf52832/startups/Sconscript | 0 bsp/nrf52832/startups/arm/arm_startup_nrf52.s | 0 bsp/nrf52832/startups/system_nrf52.c | 0 bsp/nrf52832/startups/system_nrf52.h | 0 bsp/nrf52832/template.uvoptx | 0 bsp/nrf52832/template.uvprojx | 0 bsp/nuvoton_m05x/.config | 0 bsp/nuvoton_m05x/.gitignore | 0 bsp/nuvoton_m05x/Kconfig | 0 .../CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf | Bin .../CMSIS/Include/arm_common_tables.h | 0 .../Libraries/CMSIS/Include/arm_math.h | 0 .../Libraries/CMSIS/Include/core_cm0.h | 0 .../Libraries/CMSIS/Include/core_cm0plus.h | 0 .../Libraries/CMSIS/Include/core_cm3.h | 0 .../Libraries/CMSIS/Include/core_cm4.h | 0 .../Libraries/CMSIS/Include/core_cm4_simd.h | 0 .../Libraries/CMSIS/Include/core_cmFunc.h | 0 .../Libraries/CMSIS/Include/core_cmInstr.h | 0 .../Libraries/CMSIS/Include/core_sc000.h | 0 .../Libraries/CMSIS/Include/core_sc300.h | 0 .../Nuvoton/M051Series/Include/M051Series.h | 0 .../M051Series/Include/system_M051Series.h | 0 .../M051Series/Source/ARM/startup_M051Series.s | 0 .../M051Series/Source/GCC/startup_M051Series.s | 0 .../M051Series/Source/IAR/startup_M051Series.s | 0 .../M051Series/Source/system_M051Series.c | 0 bsp/nuvoton_m05x/Libraries/CMSIS/README.txt | 0 bsp/nuvoton_m05x/Libraries/CMSIS/index.html | 0 bsp/nuvoton_m05x/Libraries/SConscript | 0 .../Libraries/StdDriver/inc/acmp.h | 0 bsp/nuvoton_m05x/Libraries/StdDriver/inc/adc.h | 0 bsp/nuvoton_m05x/Libraries/StdDriver/inc/clk.h | 0 bsp/nuvoton_m05x/Libraries/StdDriver/inc/ebi.h | 0 bsp/nuvoton_m05x/Libraries/StdDriver/inc/fmc.h | 0 .../Libraries/StdDriver/inc/gpio.h | 0 .../Libraries/StdDriver/inc/hdiv.h | 0 bsp/nuvoton_m05x/Libraries/StdDriver/inc/i2c.h | 0 bsp/nuvoton_m05x/Libraries/StdDriver/inc/pwm.h | 0 bsp/nuvoton_m05x/Libraries/StdDriver/inc/spi.h | 0 bsp/nuvoton_m05x/Libraries/StdDriver/inc/sys.h | 0 .../Libraries/StdDriver/inc/timer.h | 0 .../Libraries/StdDriver/inc/uart.h | 0 bsp/nuvoton_m05x/Libraries/StdDriver/inc/wdt.h | 0 .../Libraries/StdDriver/inc/wwdt.h | 0 .../Libraries/StdDriver/src/acmp.c | 0 bsp/nuvoton_m05x/Libraries/StdDriver/src/adc.c | 0 bsp/nuvoton_m05x/Libraries/StdDriver/src/clk.c | 0 bsp/nuvoton_m05x/Libraries/StdDriver/src/ebi.c | 0 bsp/nuvoton_m05x/Libraries/StdDriver/src/fmc.c | 0 .../Libraries/StdDriver/src/gpio.c | 0 bsp/nuvoton_m05x/Libraries/StdDriver/src/i2c.c | 0 bsp/nuvoton_m05x/Libraries/StdDriver/src/pwm.c | 0 bsp/nuvoton_m05x/Libraries/StdDriver/src/spi.c | 0 bsp/nuvoton_m05x/Libraries/StdDriver/src/sys.c | 0 .../Libraries/StdDriver/src/timer.c | 0 .../Libraries/StdDriver/src/uart.c | 0 bsp/nuvoton_m05x/Libraries/StdDriver/src/wdt.c | 0 .../Libraries/StdDriver/src/wwdt.c | 0 bsp/nuvoton_m05x/SConscript | 0 bsp/nuvoton_m05x/SConstruct | 0 bsp/nuvoton_m05x/applications/SConscript | 0 bsp/nuvoton_m05x/applications/main.c | 0 bsp/nuvoton_m05x/drivers/SConscript | 0 bsp/nuvoton_m05x/drivers/board.c | 0 bsp/nuvoton_m05x/drivers/board.h | 0 bsp/nuvoton_m05x/drivers/led.c | 0 bsp/nuvoton_m05x/drivers/led.h | 0 bsp/nuvoton_m05x/drivers/usart.c | 0 bsp/nuvoton_m05x/drivers/usart.h | 0 bsp/nuvoton_m05x/nuvoton_m05x.ld | 0 bsp/nuvoton_m05x/nuvoton_m05x.sct | 0 bsp/nuvoton_m05x/project.uvprojx | 0 bsp/nuvoton_m05x/readme.txt | 0 bsp/nuvoton_m05x/rtconfig.h | 0 bsp/nuvoton_m05x/rtconfig.py | 0 bsp/nuvoton_m05x/template.uvprojx | 0 bsp/nuvoton_m451/.gitignore | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../Libraries/CMSIS/Include/arm_math.h | 0 .../Libraries/CMSIS/Include/core_cm0.h | 0 .../Libraries/CMSIS/Include/core_cm0plus.h | 0 .../Libraries/CMSIS/Include/core_cm3.h | 0 .../Libraries/CMSIS/Include/core_cm4.h | 0 .../Libraries/CMSIS/Include/core_cm4_simd.h | 0 .../Libraries/CMSIS/Include/core_cmFunc.h | 0 .../Libraries/CMSIS/Include/core_cmInstr.h | 0 .../Libraries/CMSIS/Include/core_sc000.h | 0 .../Libraries/CMSIS/Include/core_sc300.h | 0 .../Nuvoton/M451Series/Include/M451Series.h | 0 .../M451Series/Include/system_M451Series.h | 0 .../M451Series/Source/ARM/startup_M451Series.s | 0 .../M451Series/Source/GCC/startup_M451Series.s | 0 .../M451Series/Source/IAR/startup_M451Series.s | 0 .../M451Series/Source/system_M451Series.c | 0 bsp/nuvoton_m451/Libraries/Device/SConscript | 0 bsp/nuvoton_m451/Libraries/SConscript | 0 .../Libraries/StdDriver/SConscript | 0 .../Libraries/StdDriver/inc/acmp.h | 0 bsp/nuvoton_m451/Libraries/StdDriver/inc/can.h | 0 bsp/nuvoton_m451/Libraries/StdDriver/inc/clk.h | 0 bsp/nuvoton_m451/Libraries/StdDriver/inc/crc.h | 0 bsp/nuvoton_m451/Libraries/StdDriver/inc/dac.h | 0 .../Libraries/StdDriver/inc/eadc.h | 0 bsp/nuvoton_m451/Libraries/StdDriver/inc/ebi.h | 0 bsp/nuvoton_m451/Libraries/StdDriver/inc/fmc.h | 0 .../Libraries/StdDriver/inc/gpio.h | 0 bsp/nuvoton_m451/Libraries/StdDriver/inc/i2c.h | 0 bsp/nuvoton_m451/Libraries/StdDriver/inc/otg.h | 0 .../Libraries/StdDriver/inc/pdma.h | 0 bsp/nuvoton_m451/Libraries/StdDriver/inc/pwm.h | 0 bsp/nuvoton_m451/Libraries/StdDriver/inc/rtc.h | 0 bsp/nuvoton_m451/Libraries/StdDriver/inc/sc.h | 0 .../Libraries/StdDriver/inc/scuart.h | 0 bsp/nuvoton_m451/Libraries/StdDriver/inc/spi.h | 0 bsp/nuvoton_m451/Libraries/StdDriver/inc/sys.h | 0 .../Libraries/StdDriver/inc/timer.h | 0 bsp/nuvoton_m451/Libraries/StdDriver/inc/tk.h | 0 .../Libraries/StdDriver/inc/uart.h | 0 .../Libraries/StdDriver/inc/usbd.h | 0 bsp/nuvoton_m451/Libraries/StdDriver/inc/wdt.h | 0 .../Libraries/StdDriver/inc/wwdt.h | 0 .../Libraries/StdDriver/src/acmp.c | 0 bsp/nuvoton_m451/Libraries/StdDriver/src/can.c | 0 bsp/nuvoton_m451/Libraries/StdDriver/src/clk.c | 0 bsp/nuvoton_m451/Libraries/StdDriver/src/crc.c | 0 bsp/nuvoton_m451/Libraries/StdDriver/src/dac.c | 0 .../Libraries/StdDriver/src/eadc.c | 0 bsp/nuvoton_m451/Libraries/StdDriver/src/ebi.c | 0 bsp/nuvoton_m451/Libraries/StdDriver/src/fmc.c | 0 .../Libraries/StdDriver/src/gpio.c | 0 bsp/nuvoton_m451/Libraries/StdDriver/src/i2c.c | 0 .../Libraries/StdDriver/src/pdma.c | 0 bsp/nuvoton_m451/Libraries/StdDriver/src/pwm.c | 0 .../Libraries/StdDriver/src/retarget.c | 0 bsp/nuvoton_m451/Libraries/StdDriver/src/rtc.c | 0 bsp/nuvoton_m451/Libraries/StdDriver/src/sc.c | 0 .../Libraries/StdDriver/src/scuart.c | 0 bsp/nuvoton_m451/Libraries/StdDriver/src/spi.c | 0 bsp/nuvoton_m451/Libraries/StdDriver/src/sys.c | 0 .../Libraries/StdDriver/src/timer.c | 0 bsp/nuvoton_m451/Libraries/StdDriver/src/tk.c | 0 .../Libraries/StdDriver/src/uart.c | 0 .../Libraries/StdDriver/src/usbd.c | 0 bsp/nuvoton_m451/Libraries/StdDriver/src/wdt.c | 0 .../Libraries/StdDriver/src/wwdt.c | 0 bsp/nuvoton_m451/README.md | 0 bsp/nuvoton_m451/SConscript | 0 bsp/nuvoton_m451/SConstruct | 0 bsp/nuvoton_m451/applications/SConscript | 0 bsp/nuvoton_m451/applications/application.c | 0 bsp/nuvoton_m451/applications/startup.c | 0 bsp/nuvoton_m451/drivers/SConscript | 0 bsp/nuvoton_m451/drivers/board.c | 0 bsp/nuvoton_m451/drivers/board.h | 0 bsp/nuvoton_m451/drivers/led.c | 0 bsp/nuvoton_m451/drivers/led.h | 0 bsp/nuvoton_m451/drivers/usart.c | 0 bsp/nuvoton_m451/drivers/usart.h | 0 bsp/nuvoton_m451/nuvoton_m451.ld | 0 bsp/nuvoton_m451/nuvoton_m451.sct | 0 bsp/nuvoton_m451/project.uvproj | 0 bsp/nuvoton_m451/project.uvprojx | 0 bsp/nuvoton_m451/rtconfig.h | 0 bsp/nuvoton_m451/rtconfig.py | 0 bsp/nuvoton_m451/template.uvproj | 0 bsp/nuvoton_m487/.config | 0 bsp/nuvoton_m487/Kconfig | 0 bsp/nuvoton_m487/README.md | 0 bsp/nuvoton_m487/SConscript | 0 bsp/nuvoton_m487/SConstruct | 0 bsp/nuvoton_m487/applications/SConscript | 0 bsp/nuvoton_m487/applications/main.c | 0 bsp/nuvoton_m487/applications/mnt.c | 0 bsp/nuvoton_m487/driver/Kconfig | 0 bsp/nuvoton_m487/driver/SConscript | 0 bsp/nuvoton_m487/driver/board.c | 0 bsp/nuvoton_m487/driver/board.h | 0 bsp/nuvoton_m487/driver/drv_emac.c | 0 bsp/nuvoton_m487/driver/drv_emac.h | 0 bsp/nuvoton_m487/driver/drv_qspi.c | 0 bsp/nuvoton_m487/driver/drv_spiflash.c | 0 bsp/nuvoton_m487/driver/drv_uart.c | 0 bsp/nuvoton_m487/driver/drv_uart.h | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../libraries/CMSIS/Include/arm_math.h | 0 .../libraries/CMSIS/Include/cmsis_armcc.h | 0 .../libraries/CMSIS/Include/cmsis_armcc_V6.h | 0 .../libraries/CMSIS/Include/cmsis_gcc.h | 0 .../libraries/CMSIS/Include/core_cm0.h | 0 .../libraries/CMSIS/Include/core_cm0plus.h | 0 .../libraries/CMSIS/Include/core_cm3.h | 0 .../libraries/CMSIS/Include/core_cm4.h | 0 .../libraries/CMSIS/Include/core_cm7.h | 0 .../libraries/CMSIS/Include/core_cmFunc.h | 0 .../libraries/CMSIS/Include/core_cmInstr.h | 0 .../libraries/CMSIS/Include/core_cmSimd.h | 0 .../libraries/CMSIS/Include/core_sc000.h | 0 .../libraries/CMSIS/Include/core_sc300.h | 0 bsp/nuvoton_m487/libraries/CMSIS/SConscript | 0 .../Device/Nuvoton/M480/Include/M480.h | 0 .../Device/Nuvoton/M480/Include/NuMicro.h | 0 .../Device/Nuvoton/M480/Include/acmp_reg.h | 0 .../Device/Nuvoton/M480/Include/bpwm_reg.h | 0 .../Device/Nuvoton/M480/Include/can_reg.h | 0 .../Device/Nuvoton/M480/Include/clk_reg.h | 0 .../Device/Nuvoton/M480/Include/crc_reg.h | 0 .../Device/Nuvoton/M480/Include/crypto_reg.h | 0 .../Device/Nuvoton/M480/Include/dac_reg.h | 0 .../Device/Nuvoton/M480/Include/eadc_reg.h | 0 .../Device/Nuvoton/M480/Include/ebi_reg.h | 0 .../Device/Nuvoton/M480/Include/ecap_reg.h | 0 .../Device/Nuvoton/M480/Include/emac_reg.h | 0 .../Device/Nuvoton/M480/Include/epwm_reg.h | 0 .../Device/Nuvoton/M480/Include/fmc_reg.h | 0 .../Device/Nuvoton/M480/Include/gpio_reg.h | 0 .../Device/Nuvoton/M480/Include/hsotg_reg.h | 0 .../Device/Nuvoton/M480/Include/hsusbd_reg.h | 0 .../Device/Nuvoton/M480/Include/hsusbh_reg.h | 0 .../Device/Nuvoton/M480/Include/i2c_reg.h | 0 .../Device/Nuvoton/M480/Include/i2s_reg.h | 0 .../Device/Nuvoton/M480/Include/opa_reg.h | 0 .../Device/Nuvoton/M480/Include/otg_reg.h | 0 .../Device/Nuvoton/M480/Include/pdma_reg.h | 0 .../Device/Nuvoton/M480/Include/qei_reg.h | 0 .../Device/Nuvoton/M480/Include/qspi_reg.h | 0 .../Device/Nuvoton/M480/Include/rtc_reg.h | 0 .../Device/Nuvoton/M480/Include/sc_reg.h | 0 .../Device/Nuvoton/M480/Include/sdh_reg.h | 0 .../Device/Nuvoton/M480/Include/spi_reg.h | 0 .../Device/Nuvoton/M480/Include/spim_reg.h | 0 .../Device/Nuvoton/M480/Include/sys_reg.h | 0 .../Device/Nuvoton/M480/Include/system_M480.h | 0 .../Device/Nuvoton/M480/Include/timer_reg.h | 0 .../Device/Nuvoton/M480/Include/uart_reg.h | 0 .../Device/Nuvoton/M480/Include/ui2c_reg.h | 0 .../Device/Nuvoton/M480/Include/usbd_reg.h | 0 .../Device/Nuvoton/M480/Include/usbh_reg.h | 0 .../Device/Nuvoton/M480/Include/uspi_reg.h | 0 .../Device/Nuvoton/M480/Include/uuart_reg.h | 0 .../Device/Nuvoton/M480/Include/wdt_reg.h | 0 .../Device/Nuvoton/M480/Include/wwdt_reg.h | 0 .../Nuvoton/M480/Source/ARM/startup_M480.s | 0 .../Device/Nuvoton/M480/Source/GCC/_syscalls.c | 0 .../Device/Nuvoton/M480/Source/GCC/gcc_arm.ld | 0 .../Nuvoton/M480/Source/GCC/gcc_arm_128k.ld | 0 .../Nuvoton/M480/Source/GCC/semihosting.h | 0 .../Device/Nuvoton/M480/Source/GCC/startup.s | 0 .../Nuvoton/M480/Source/GCC/startup_M480.S | 0 .../Nuvoton/M480/Source/IAR/startup_M480.s | 0 .../Device/Nuvoton/M480/Source/system_M480.c | 0 bsp/nuvoton_m487/libraries/Device/SConscript | 0 bsp/nuvoton_m487/libraries/SConscript | 0 .../libraries/StdDriver/SConscript | 0 .../libraries/StdDriver/inc/acmp.h | 0 .../libraries/StdDriver/inc/bpwm.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/can.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/clk.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/crc.h | 0 .../libraries/StdDriver/inc/crypto.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/dac.h | 0 .../libraries/StdDriver/inc/eadc.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/ebi.h | 0 .../libraries/StdDriver/inc/ecap.h | 0 .../libraries/StdDriver/inc/emac.h | 0 .../libraries/StdDriver/inc/epwm.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/fmc.h | 0 .../libraries/StdDriver/inc/gpio.h | 0 .../libraries/StdDriver/inc/hsotg.h | 0 .../libraries/StdDriver/inc/hsusbd.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/i2c.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/i2s.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/opa.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/otg.h | 0 .../libraries/StdDriver/inc/pdma.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/qei.h | 0 .../libraries/StdDriver/inc/qspi.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/rtc.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/sc.h | 0 .../libraries/StdDriver/inc/scuart.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/sdh.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/spi.h | 0 .../libraries/StdDriver/inc/spim.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/sys.h | 0 .../libraries/StdDriver/inc/timer.h | 0 .../libraries/StdDriver/inc/timer_pwm.h | 0 .../libraries/StdDriver/inc/uart.h | 0 .../libraries/StdDriver/inc/usbd.h | 0 .../libraries/StdDriver/inc/usci_i2c.h | 0 .../libraries/StdDriver/inc/usci_spi.h | 0 .../libraries/StdDriver/inc/usci_uart.h | 0 bsp/nuvoton_m487/libraries/StdDriver/inc/wdt.h | 0 .../libraries/StdDriver/inc/wwdt.h | 0 .../libraries/StdDriver/src/acmp.c | 0 .../libraries/StdDriver/src/bpwm.c | 0 bsp/nuvoton_m487/libraries/StdDriver/src/can.c | 0 bsp/nuvoton_m487/libraries/StdDriver/src/clk.c | 0 bsp/nuvoton_m487/libraries/StdDriver/src/crc.c | 0 .../libraries/StdDriver/src/crypto.c | 0 bsp/nuvoton_m487/libraries/StdDriver/src/dac.c | 0 .../libraries/StdDriver/src/eadc.c | 0 bsp/nuvoton_m487/libraries/StdDriver/src/ebi.c | 0 .../libraries/StdDriver/src/ecap.c | 0 .../libraries/StdDriver/src/emac.c | 0 .../libraries/StdDriver/src/epwm.c | 0 bsp/nuvoton_m487/libraries/StdDriver/src/fmc.c | 0 .../libraries/StdDriver/src/gpio.c | 0 .../libraries/StdDriver/src/hsusbd.c | 0 bsp/nuvoton_m487/libraries/StdDriver/src/i2c.c | 0 bsp/nuvoton_m487/libraries/StdDriver/src/i2s.c | 0 .../libraries/StdDriver/src/pdma.c | 0 bsp/nuvoton_m487/libraries/StdDriver/src/qei.c | 0 .../libraries/StdDriver/src/qspi.c | 0 bsp/nuvoton_m487/libraries/StdDriver/src/rtc.c | 0 bsp/nuvoton_m487/libraries/StdDriver/src/sc.c | 0 .../libraries/StdDriver/src/scuart.c | 0 bsp/nuvoton_m487/libraries/StdDriver/src/sdh.c | 0 bsp/nuvoton_m487/libraries/StdDriver/src/spi.c | 0 .../libraries/StdDriver/src/spim.c | 0 bsp/nuvoton_m487/libraries/StdDriver/src/sys.c | 0 .../libraries/StdDriver/src/timer.c | 0 .../libraries/StdDriver/src/timer_pwm.c | 0 .../libraries/StdDriver/src/uart.c | 0 .../libraries/StdDriver/src/usbd.c | 0 .../libraries/StdDriver/src/usci_i2c.c | 0 .../libraries/StdDriver/src/usci_spi.c | 0 .../libraries/StdDriver/src/usci_uart.c | 0 bsp/nuvoton_m487/libraries/StdDriver/src/wdt.c | 0 .../libraries/StdDriver/src/wwdt.c | 0 bsp/nuvoton_m487/link.ld | 0 bsp/nuvoton_m487/nuc487_flash.sct | 0 bsp/nuvoton_m487/rtconfig.h | 0 bsp/nuvoton_m487/rtconfig.py | 0 bsp/nuvoton_m487/template.uvproj | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../Libraries/CMSIS/Include/arm_math.h | 0 .../Libraries/CMSIS/Include/cmsis_armcc.h | 0 .../Libraries/CMSIS/Include/cmsis_armcc_V6.h | 0 .../Libraries/CMSIS/Include/cmsis_gcc.h | 0 .../Libraries/CMSIS/Include/core_cm0.h | 0 .../Libraries/CMSIS/Include/core_cm0plus.h | 0 .../Libraries/CMSIS/Include/core_cm3.h | 0 .../Libraries/CMSIS/Include/core_cm4.h | 0 .../Libraries/CMSIS/Include/core_cm7.h | 0 .../Libraries/CMSIS/Include/core_cmFunc.h | 0 .../Libraries/CMSIS/Include/core_cmInstr.h | 0 .../Libraries/CMSIS/Include/core_cmSimd.h | 0 .../Libraries/CMSIS/Include/core_sc000.h | 0 .../Libraries/CMSIS/Include/core_sc300.h | 0 bsp/nuvoton_nuc472/Libraries/CMSIS/SConscript | 0 .../Nuvoton/NUC472_442/Include/NUC472_442.h | 0 .../NUC472_442/Include/system_NUC472_442.h | 0 .../NUC472_442/Source/ARM/startup_NUC472_442.s | 0 .../Nuvoton/NUC472_442/Source/GCC/startup.c | 0 .../NUC472_442/Source/IAR/startup_NUC472_442.s | 0 .../NUC472_442/Source/system_NUC472_442.c | 0 bsp/nuvoton_nuc472/Libraries/Device/SConscript | 0 bsp/nuvoton_nuc472/Libraries/SConscript | 0 .../Libraries/StdDriver/SConscript | 0 .../Libraries/StdDriver/inc/acmp.h | 0 .../Libraries/StdDriver/inc/adc.h | 0 .../Libraries/StdDriver/inc/can.h | 0 .../Libraries/StdDriver/inc/cap.h | 0 .../Libraries/StdDriver/inc/clk.h | 0 .../Libraries/StdDriver/inc/crc.h | 0 .../Libraries/StdDriver/inc/crypto.h | 0 .../Libraries/StdDriver/inc/eadc.h | 0 .../Libraries/StdDriver/inc/ebi.h | 0 .../Libraries/StdDriver/inc/emac.h | 0 .../Libraries/StdDriver/inc/epwm.h | 0 .../Libraries/StdDriver/inc/fmc.h | 0 .../Libraries/StdDriver/inc/gpio.h | 0 .../Libraries/StdDriver/inc/i2c.h | 0 .../Libraries/StdDriver/inc/i2s.h | 0 .../Libraries/StdDriver/inc/pdma.h | 0 .../Libraries/StdDriver/inc/ps2.h | 0 .../Libraries/StdDriver/inc/pwm.h | 0 .../Libraries/StdDriver/inc/rtc.h | 0 .../Libraries/StdDriver/inc/sc.h | 0 .../Libraries/StdDriver/inc/scuart.h | 0 .../Libraries/StdDriver/inc/sd.h | 0 .../Libraries/StdDriver/inc/spi.h | 0 .../Libraries/StdDriver/inc/sys.h | 0 .../Libraries/StdDriver/inc/timer.h | 0 .../Libraries/StdDriver/inc/uart.h | 0 .../Libraries/StdDriver/inc/usbd.h | 0 .../Libraries/StdDriver/inc/wdt.h | 0 .../Libraries/StdDriver/inc/wwdt.h | 0 .../Libraries/StdDriver/src/acmp.c | 0 .../Libraries/StdDriver/src/adc.c | 0 .../Libraries/StdDriver/src/can.c | 0 .../Libraries/StdDriver/src/cap.c | 0 .../Libraries/StdDriver/src/clk.c | 0 .../Libraries/StdDriver/src/crc.c | 0 .../Libraries/StdDriver/src/crypto.c | 0 .../Libraries/StdDriver/src/eadc.c | 0 .../Libraries/StdDriver/src/ebi.c | 0 .../Libraries/StdDriver/src/emac.c | 0 .../Libraries/StdDriver/src/epwm.c | 0 .../Libraries/StdDriver/src/fmc.c | 0 .../Libraries/StdDriver/src/gpio.c | 0 .../Libraries/StdDriver/src/i2c.c | 0 .../Libraries/StdDriver/src/i2s.c | 0 .../Libraries/StdDriver/src/pdma.c | 0 .../Libraries/StdDriver/src/ps2.c | 0 .../Libraries/StdDriver/src/pwm.c | 0 .../Libraries/StdDriver/src/rtc.c | 0 .../Libraries/StdDriver/src/sc.c | 0 .../Libraries/StdDriver/src/scuart.c | 0 .../Libraries/StdDriver/src/sd.c | 0 .../Libraries/StdDriver/src/spi.c | 0 .../Libraries/StdDriver/src/sys_.c | 0 .../Libraries/StdDriver/src/timer_.c | 0 .../Libraries/StdDriver/src/uart.c | 0 .../Libraries/StdDriver/src/usbd.c | 0 .../Libraries/StdDriver/src/wdt.c | 0 .../Libraries/StdDriver/src/wwdt.c | 0 bsp/nuvoton_nuc472/README.md | 0 bsp/nuvoton_nuc472/SConscript | 0 bsp/nuvoton_nuc472/SConstruct | 0 bsp/nuvoton_nuc472/applications/SConscript | 0 bsp/nuvoton_nuc472/applications/application.c | 0 bsp/nuvoton_nuc472/drivers/SConscript | 0 bsp/nuvoton_nuc472/drivers/board.c | 0 bsp/nuvoton_nuc472/drivers/board.h | 0 bsp/nuvoton_nuc472/drivers/nuc472_eth.c | 0 bsp/nuvoton_nuc472/drivers/nuc472_eth.h | 0 bsp/nuvoton_nuc472/drivers/usart.c | 0 bsp/nuvoton_nuc472/drivers/usart.h | 0 bsp/nuvoton_nuc472/ldscripts/sections.ld | 0 bsp/nuvoton_nuc472/nuc472_flash.icf | 0 bsp/nuvoton_nuc472/nuc472_flash.sct | 0 bsp/nuvoton_nuc472/project.ewp | 0 bsp/nuvoton_nuc472/project.eww | 0 bsp/nuvoton_nuc472/project.uvproj | 0 bsp/nuvoton_nuc472/project.uvprojx | 0 bsp/nuvoton_nuc472/rtconfig.h | 0 bsp/nuvoton_nuc472/rtconfig.py | 0 bsp/nuvoton_nuc472/template.ewp | 0 bsp/nuvoton_nuc472/template.uvproj | 0 bsp/nuvoton_nuc472/template.uvprojx | 0 bsp/nv32f100x/SConscript | 0 bsp/nv32f100x/SConstruct | 0 bsp/nv32f100x/app/SConscript | 0 bsp/nv32f100x/app/src/ledapp.c | 0 bsp/nv32f100x/app/src/main.c | 0 bsp/nv32f100x/board/SConscript | 0 bsp/nv32f100x/board/inc/board.h | 0 bsp/nv32f100x/board/inc/drv_uart.h | 0 bsp/nv32f100x/board/inc/start.h | 0 bsp/nv32f100x/board/inc/sysinit.h | 0 bsp/nv32f100x/board/src/board.c | 0 bsp/nv32f100x/board/src/drv_uart.c | 0 bsp/nv32f100x/board/src/start.c | 0 bsp/nv32f100x/board/src/sysinit.c | 0 bsp/nv32f100x/lib/SConscript | 0 bsp/nv32f100x/lib/inc/BME.h | 0 bsp/nv32f100x/lib/inc/NV32.h | 0 bsp/nv32f100x/lib/inc/NV32_config.h | 0 bsp/nv32f100x/lib/inc/acmp.h | 0 bsp/nv32f100x/lib/inc/adc.h | 0 bsp/nv32f100x/lib/inc/arm_cm0.h | 0 bsp/nv32f100x/lib/inc/common.h | 0 bsp/nv32f100x/lib/inc/core_cm0plus.h | 0 bsp/nv32f100x/lib/inc/core_cmFunc.h | 0 bsp/nv32f100x/lib/inc/core_cmInstr.h | 0 bsp/nv32f100x/lib/inc/core_cmSimd.h | 0 bsp/nv32f100x/lib/inc/crc.h | 0 bsp/nv32f100x/lib/inc/eeprom.h | 0 bsp/nv32f100x/lib/inc/etm.h | 0 bsp/nv32f100x/lib/inc/flash.h | 0 bsp/nv32f100x/lib/inc/gpio.h | 0 bsp/nv32f100x/lib/inc/i2c.h | 0 bsp/nv32f100x/lib/inc/ics.h | 0 bsp/nv32f100x/lib/inc/kbi.h | 0 bsp/nv32f100x/lib/inc/pit.h | 0 bsp/nv32f100x/lib/inc/pmc.h | 0 bsp/nv32f100x/lib/inc/rtc.h | 0 bsp/nv32f100x/lib/inc/sim.h | 0 bsp/nv32f100x/lib/inc/spi.h | 0 bsp/nv32f100x/lib/inc/uart.h | 0 bsp/nv32f100x/lib/inc/wdog.h | 0 bsp/nv32f100x/lib/src/acmp.c | 0 bsp/nv32f100x/lib/src/adc.c | 0 bsp/nv32f100x/lib/src/arm_cm0.c | 0 bsp/nv32f100x/lib/src/crc.c | 0 bsp/nv32f100x/lib/src/eeprom.c | 0 bsp/nv32f100x/lib/src/etm.c | 0 bsp/nv32f100x/lib/src/flash.c | 0 bsp/nv32f100x/lib/src/gpio.c | 0 bsp/nv32f100x/lib/src/i2c.c | 0 bsp/nv32f100x/lib/src/ics.c | 0 bsp/nv32f100x/lib/src/kbi.c | 0 bsp/nv32f100x/lib/src/pit.c | 0 bsp/nv32f100x/lib/src/pmc.c | 0 bsp/nv32f100x/lib/src/rtc.c | 0 bsp/nv32f100x/lib/src/sim.c | 0 bsp/nv32f100x/lib/src/spi.c | 0 bsp/nv32f100x/lib/src/startup_NV32.s | 0 bsp/nv32f100x/lib/src/uart.c | 0 bsp/nv32f100x/lib/src/wdog.c | 0 bsp/nv32f100x/project.uvprojx | 0 bsp/nv32f100x/rtconfig.h | 0 bsp/nv32f100x/rtconfig.py | 0 bsp/nv32f100x/template.uvprojx | 0 bsp/pic32ethernet/application.c | 0 bsp/pic32ethernet/board.c | 0 bsp/pic32ethernet/console.c | 0 bsp/pic32ethernet/procdefs.ld | 0 bsp/pic32ethernet/project.cbp | 0 bsp/pic32ethernet/project.mcp | 0 bsp/pic32ethernet/project.mcw | Bin bsp/pic32ethernet/readme.txt | 0 bsp/pic32ethernet/rtconfig.h | 0 bsp/pic32ethernet/startup.c | 0 bsp/pic32ethernet/uart.c | 0 bsp/pic32ethernet/uart.h | 0 bsp/qemu-vexpress-a9/.config | 0 bsp/qemu-vexpress-a9/.cproject | 0 bsp/qemu-vexpress-a9/.gitignore | 0 bsp/qemu-vexpress-a9/.project | 0 bsp/qemu-vexpress-a9/.vscode/launch.json | 0 bsp/qemu-vexpress-a9/.vscode/settings.json | 0 bsp/qemu-vexpress-a9/.vscode/tasks.json | 0 bsp/qemu-vexpress-a9/Kconfig | 0 bsp/qemu-vexpress-a9/README.md | 0 bsp/qemu-vexpress-a9/SConscript | 0 bsp/qemu-vexpress-a9/SConstruct | 0 bsp/qemu-vexpress-a9/applications/SConscript | 0 bsp/qemu-vexpress-a9/applications/lcd_init.c | 0 bsp/qemu-vexpress-a9/applications/main.c | 0 bsp/qemu-vexpress-a9/applications/mnt.c | 0 bsp/qemu-vexpress-a9/drivers/Kconfig | 0 bsp/qemu-vexpress-a9/drivers/SConscript | 0 bsp/qemu-vexpress-a9/drivers/audio/SConscript | 0 bsp/qemu-vexpress-a9/drivers/audio/drv_ac97.c | 0 bsp/qemu-vexpress-a9/drivers/audio/drv_ac97.h | 0 bsp/qemu-vexpress-a9/drivers/audio/drv_pl041.c | 0 bsp/qemu-vexpress-a9/drivers/audio/drv_pl041.h | 0 bsp/qemu-vexpress-a9/drivers/audio/drv_sound.c | 0 bsp/qemu-vexpress-a9/drivers/audio/drv_sound.h | 0 bsp/qemu-vexpress-a9/drivers/automac.h | 0 bsp/qemu-vexpress-a9/drivers/board.c | 0 bsp/qemu-vexpress-a9/drivers/board.h | 0 bsp/qemu-vexpress-a9/drivers/drv_clcd.c | 0 bsp/qemu-vexpress-a9/drivers/drv_clcd.h | 0 bsp/qemu-vexpress-a9/drivers/drv_keyboard.c | 0 bsp/qemu-vexpress-a9/drivers/drv_keyboard.h | 0 bsp/qemu-vexpress-a9/drivers/drv_mouse.c | 0 bsp/qemu-vexpress-a9/drivers/drv_mouse.h | 0 bsp/qemu-vexpress-a9/drivers/drv_sdio.c | 0 bsp/qemu-vexpress-a9/drivers/drv_sdio.h | 0 bsp/qemu-vexpress-a9/drivers/drv_smc911x.c | 0 bsp/qemu-vexpress-a9/drivers/drv_smc911x.h | 0 bsp/qemu-vexpress-a9/drivers/drv_timer.c | 0 bsp/qemu-vexpress-a9/drivers/drv_timer.h | 0 bsp/qemu-vexpress-a9/drivers/realview.h | 0 bsp/qemu-vexpress-a9/drivers/secondary_cpu.c | 0 bsp/qemu-vexpress-a9/drivers/serial.c | 0 bsp/qemu-vexpress-a9/drivers/serial.h | 0 bsp/qemu-vexpress-a9/drivers/vexpress_a9.h | 0 bsp/qemu-vexpress-a9/link.lds | 0 bsp/qemu-vexpress-a9/makefile.targets | 0 bsp/qemu-vexpress-a9/qemu-dbg.bat | 0 bsp/qemu-vexpress-a9/qemu-nographic.bat | 0 bsp/qemu-vexpress-a9/qemu.bat | 0 bsp/qemu-vexpress-a9/rtconfig.h | 0 bsp/qemu-vexpress-a9/rtconfig.py | 0 bsp/qemu-vexpress-gemini/.config | 0 bsp/qemu-vexpress-gemini/Kconfig | 0 bsp/qemu-vexpress-gemini/SConscript | 0 bsp/qemu-vexpress-gemini/SConstruct | 0 .../applications/SConscript | 0 .../applications/application.c | 0 .../applications/startup.c | 0 .../applications/vbus_echo.c | 0 bsp/qemu-vexpress-gemini/cpu/SConscript | 0 bsp/qemu-vexpress-gemini/cpu/armv7.h | 0 bsp/qemu-vexpress-gemini/cpu/context_gcc.S | 0 bsp/qemu-vexpress-gemini/cpu/cp15.h | 0 bsp/qemu-vexpress-gemini/cpu/cp15_gcc.S | 0 bsp/qemu-vexpress-gemini/cpu/cpu.c | 0 bsp/qemu-vexpress-gemini/cpu/gic.c | 0 bsp/qemu-vexpress-gemini/cpu/gic.h | 0 bsp/qemu-vexpress-gemini/cpu/interrupt.c | 0 bsp/qemu-vexpress-gemini/cpu/interrupt.h | 0 bsp/qemu-vexpress-gemini/cpu/mmu.c | 0 bsp/qemu-vexpress-gemini/cpu/pmu.c | 0 bsp/qemu-vexpress-gemini/cpu/pmu.h | 0 bsp/qemu-vexpress-gemini/cpu/stack.c | 0 bsp/qemu-vexpress-gemini/cpu/start_gcc.S | 0 bsp/qemu-vexpress-gemini/cpu/trap.c | 0 bsp/qemu-vexpress-gemini/cpu/vector_gcc.S | 0 bsp/qemu-vexpress-gemini/drivers/Kconfig | 0 bsp/qemu-vexpress-gemini/drivers/SConscript | 0 bsp/qemu-vexpress-gemini/drivers/board.c | 0 bsp/qemu-vexpress-gemini/drivers/board.h | 0 bsp/qemu-vexpress-gemini/drivers/realview.h | 0 bsp/qemu-vexpress-gemini/drivers/serial.c | 0 bsp/qemu-vexpress-gemini/drivers/serial.h | 0 bsp/qemu-vexpress-gemini/drivers/vbus_drv.c | 0 bsp/qemu-vexpress-gemini/drivers/vbus_hw.h | 0 bsp/qemu-vexpress-gemini/rtconfig.h | 0 bsp/qemu-vexpress-gemini/rtconfig.py | 0 bsp/qemu-vexpress-gemini/vexpress.lds | 0 bsp/raspi2/.config | 0 bsp/raspi2/Kconfig | 0 bsp/raspi2/README.md | 0 bsp/raspi2/SConscript | 0 bsp/raspi2/SConstruct | 0 bsp/raspi2/applications/SConscript | 0 bsp/raspi2/applications/main.c | 0 bsp/raspi2/applications/mnt.c | 0 bsp/raspi2/cpu/SConscript | 0 bsp/raspi2/cpu/armv7.h | 0 bsp/raspi2/cpu/context_gcc.S | 0 bsp/raspi2/cpu/cp15.h | 0 bsp/raspi2/cpu/cp15_gcc.S | 0 bsp/raspi2/cpu/cpu.c | 0 bsp/raspi2/cpu/interrupt.c | 0 bsp/raspi2/cpu/mmu.c | 0 bsp/raspi2/cpu/stack.c | 0 bsp/raspi2/cpu/start_gcc.S | 0 bsp/raspi2/cpu/trap.c | 0 bsp/raspi2/cpu/vector_gcc.S | 0 bsp/raspi2/driver/Kconfig | 0 bsp/raspi2/driver/SConscript | 0 bsp/raspi2/driver/bcm283x.h | 0 bsp/raspi2/driver/board.c | 0 bsp/raspi2/driver/board.h | 0 bsp/raspi2/driver/drv_uart.c | 0 bsp/raspi2/driver/drv_uart.h | 0 bsp/raspi2/figures/raspi2.png | Bin bsp/raspi2/figures/raspi_uart.png | Bin bsp/raspi2/link.lds | 0 bsp/raspi2/rtconfig.h | 0 bsp/raspi2/rtconfig.py | 0 bsp/realview-a8/.gitignore | 0 bsp/realview-a8/README.md | 0 bsp/realview-a8/SConscript | 0 bsp/realview-a8/SConstruct | 0 bsp/realview-a8/applications/SConscript | 0 bsp/realview-a8/applications/application.c | 0 bsp/realview-a8/applications/startup.c | 0 bsp/realview-a8/boot.sh | 0 bsp/realview-a8/drivers/SConscript | 0 bsp/realview-a8/drivers/board.c | 0 bsp/realview-a8/drivers/board.h | 0 bsp/realview-a8/drivers/realview.h | 0 bsp/realview-a8/drivers/serial.c | 0 bsp/realview-a8/drivers/serial.h | 0 bsp/realview-a8/linux_vmm/.gitignore | 0 bsp/realview-a8/linux_vmm/Makefile | 0 bsp/realview-a8/linux_vmm/build.sh | 0 bsp/realview-a8/linux_vmm/vmm_linux.c | 0 bsp/realview-a8/linux_vmm/vmm_linux.h | 0 bsp/realview-a8/mk.sh | 0 bsp/realview-a8/qemu.sh | 0 bsp/realview-a8/realview.lds | 0 bsp/realview-a8/realview_vmm.lds.S | 0 bsp/realview-a8/rtconfig.h | 0 bsp/realview-a8/rtconfig.py | 0 bsp/realview-a8/rtt_api.h | 0 bsp/rm48x50/HALCoGen/HALCoGen.dil | 0 bsp/rm48x50/HALCoGen/HALCoGen.hcg | 0 bsp/rm48x50/HALCoGen/HALCoGen_bak.dil | 0 bsp/rm48x50/HALCoGen/HALCoGen_bak.hcg | 0 bsp/rm48x50/HALCoGen/SConscript | 0 bsp/rm48x50/HALCoGen/include/adc.h | 0 bsp/rm48x50/HALCoGen/include/can.h | 0 bsp/rm48x50/HALCoGen/include/crc.h | 0 bsp/rm48x50/HALCoGen/include/dcc.h | 0 bsp/rm48x50/HALCoGen/include/dmm.h | 0 bsp/rm48x50/HALCoGen/include/emac.h | 0 bsp/rm48x50/HALCoGen/include/emif.h | 0 bsp/rm48x50/HALCoGen/include/esm.h | 0 bsp/rm48x50/HALCoGen/include/gio.h | 0 bsp/rm48x50/HALCoGen/include/hal_stdtypes.h | 0 bsp/rm48x50/HALCoGen/include/het.h | 0 bsp/rm48x50/HALCoGen/include/htu.h | 0 bsp/rm48x50/HALCoGen/include/hw_emac.h | 0 bsp/rm48x50/HALCoGen/include/hw_emac_ctrl.h | 0 bsp/rm48x50/HALCoGen/include/hw_mdio.h | 0 bsp/rm48x50/HALCoGen/include/hw_reg_access.h | 0 bsp/rm48x50/HALCoGen/include/hw_usb.h | 0 bsp/rm48x50/HALCoGen/include/i2c.h | 0 bsp/rm48x50/HALCoGen/include/lin.h | 0 bsp/rm48x50/HALCoGen/include/mdio.h | 0 bsp/rm48x50/HALCoGen/include/mibspi.h | 0 bsp/rm48x50/HALCoGen/include/pinmux.h | 0 bsp/rm48x50/HALCoGen/include/pom.h | 0 bsp/rm48x50/HALCoGen/include/reg_adc.h | 0 bsp/rm48x50/HALCoGen/include/reg_can.h | 0 bsp/rm48x50/HALCoGen/include/reg_crc.h | 0 bsp/rm48x50/HALCoGen/include/reg_dcc.h | 0 bsp/rm48x50/HALCoGen/include/reg_dma.h | 0 bsp/rm48x50/HALCoGen/include/reg_dmm.h | 0 bsp/rm48x50/HALCoGen/include/reg_efc.h | 0 bsp/rm48x50/HALCoGen/include/reg_emif.h | 0 bsp/rm48x50/HALCoGen/include/reg_esm.h | 0 bsp/rm48x50/HALCoGen/include/reg_flash.h | 0 bsp/rm48x50/HALCoGen/include/reg_gio.h | 0 bsp/rm48x50/HALCoGen/include/reg_het.h | 0 bsp/rm48x50/HALCoGen/include/reg_htu.h | 0 bsp/rm48x50/HALCoGen/include/reg_i2c.h | 0 bsp/rm48x50/HALCoGen/include/reg_lin.h | 0 bsp/rm48x50/HALCoGen/include/reg_mibspi.h | 0 bsp/rm48x50/HALCoGen/include/reg_pbist.h | 0 bsp/rm48x50/HALCoGen/include/reg_pcr.h | 0 bsp/rm48x50/HALCoGen/include/reg_pinmux.h | 0 bsp/rm48x50/HALCoGen/include/reg_pmm.h | 0 bsp/rm48x50/HALCoGen/include/reg_pom.h | 0 bsp/rm48x50/HALCoGen/include/reg_rti.h | 0 bsp/rm48x50/HALCoGen/include/reg_rtp.h | 0 bsp/rm48x50/HALCoGen/include/reg_sci.h | 0 bsp/rm48x50/HALCoGen/include/reg_spi.h | 0 bsp/rm48x50/HALCoGen/include/reg_stc.h | 0 bsp/rm48x50/HALCoGen/include/reg_system.h | 0 bsp/rm48x50/HALCoGen/include/reg_tcram.h | 0 bsp/rm48x50/HALCoGen/include/reg_vim.h | 0 bsp/rm48x50/HALCoGen/include/rti.h | 0 bsp/rm48x50/HALCoGen/include/rtp.h | 0 bsp/rm48x50/HALCoGen/include/sci.h | 0 bsp/rm48x50/HALCoGen/include/spi.h | 0 bsp/rm48x50/HALCoGen/include/std_nhet.h | 0 bsp/rm48x50/HALCoGen/include/sys_common.h | 0 bsp/rm48x50/HALCoGen/include/sys_core.h | 0 bsp/rm48x50/HALCoGen/include/sys_dma.h | 0 bsp/rm48x50/HALCoGen/include/sys_mpu.h | 0 bsp/rm48x50/HALCoGen/include/sys_pcr.h | 0 bsp/rm48x50/HALCoGen/include/sys_pmm.h | 0 bsp/rm48x50/HALCoGen/include/sys_pmu.h | 0 bsp/rm48x50/HALCoGen/include/sys_selftest.h | 0 bsp/rm48x50/HALCoGen/include/sys_vim.h | 0 bsp/rm48x50/HALCoGen/include/system.h | 0 bsp/rm48x50/HALCoGen/include/usb-ids.h | 0 bsp/rm48x50/HALCoGen/include/usb.h | 0 .../HALCoGen/include/usb_serial_structs.h | 0 bsp/rm48x50/HALCoGen/include/usbcdc.h | 0 bsp/rm48x50/HALCoGen/include/usbdcdc.h | 0 bsp/rm48x50/HALCoGen/include/usbdevice.h | 0 bsp/rm48x50/HALCoGen/include/usbdevicepriv.h | 0 bsp/rm48x50/HALCoGen/include/usblib.h | 0 bsp/rm48x50/HALCoGen/misra-c.txt | 0 bsp/rm48x50/HALCoGen/source/gio.c | 0 bsp/rm48x50/HALCoGen/source/rti.c | 0 bsp/rm48x50/HALCoGen/source/sys_link.cmd | 0 bsp/rm48x50/HALCoGen/source/sys_startup.c | 0 bsp/rm48x50/HALCoGen/source/sys_vim.c | 0 bsp/rm48x50/HALCoGen/source/system.c | 0 bsp/rm48x50/SConscript | 0 bsp/rm48x50/SConstruct | 0 bsp/rm48x50/application/SConscript | 0 bsp/rm48x50/application/application.c | 0 bsp/rm48x50/application/startup.c | 0 bsp/rm48x50/drivers/SConscript | 0 bsp/rm48x50/drivers/board.c | 0 bsp/rm48x50/drivers/board.h | 0 bsp/rm48x50/drivers/drv_uart.c | 0 bsp/rm48x50/drivers/drv_uart.h | 0 bsp/rm48x50/rm48x50.ld | 0 bsp/rm48x50/rtconfig.h | 0 bsp/rm48x50/rtconfig.py | 0 bsp/rv32m1_vega/README.md | 0 bsp/rv32m1_vega/ri5cy/.config | 0 bsp/rv32m1_vega/ri5cy/Kconfig | 0 bsp/rv32m1_vega/ri5cy/SConscript | 0 bsp/rv32m1_vega/ri5cy/SConstruct | 0 bsp/rv32m1_vega/ri5cy/applications/SConscript | 0 bsp/rv32m1_vega/ri5cy/applications/main.c | 0 bsp/rv32m1_vega/ri5cy/applications/mnt.c | 0 bsp/rv32m1_vega/ri5cy/board/SConscript | 0 bsp/rv32m1_vega/ri5cy/board/board.c | 0 bsp/rv32m1_vega/ri5cy/board/board.h | 0 bsp/rv32m1_vega/ri5cy/board/clock_config.c | 0 bsp/rv32m1_vega/ri5cy/board/clock_config.h | 0 bsp/rv32m1_vega/ri5cy/board/fsl_host.c | 0 bsp/rv32m1_vega/ri5cy/board/pin_mux.c | 0 bsp/rv32m1_vega/ri5cy/board/pin_mux.h | 0 bsp/rv32m1_vega/ri5cy/driver/Kconfig | 0 bsp/rv32m1_vega/ri5cy/driver/SConscript | 0 bsp/rv32m1_vega/ri5cy/driver/drv_gpio.c | 0 bsp/rv32m1_vega/ri5cy/driver/drv_gpio.h | 0 bsp/rv32m1_vega/ri5cy/driver/drv_sdcard.c | 0 bsp/rv32m1_vega/ri5cy/driver/drv_sdcard.h | 0 bsp/rv32m1_vega/ri5cy/driver/drv_uart.c | 0 bsp/rv32m1_vega/ri5cy/driver/drv_uart.h | 0 bsp/rv32m1_vega/ri5cy/link.lds | 0 bsp/rv32m1_vega/ri5cy/rtconfig.h | 0 bsp/rv32m1_vega/ri5cy/rtconfig.py | 0 .../rv32m1_sdk_riscv/RISCV/core_riscv32.h | 0 bsp/rv32m1_vega/rv32m1_sdk_riscv/SConscript | 0 .../devices/RV32M1/RV32M1_ri5cy.h | 0 .../devices/RV32M1/RV32M1_ri5cy_features.h | 0 .../devices/RV32M1/RV32M1_zero_riscy.h | 0 .../RV32M1/RV32M1_zero_riscy_features.h | 0 .../rv32m1_sdk_riscv/devices/RV32M1/SConscript | 0 .../devices/RV32M1/drivers/fsl_cau3.c | 0 .../devices/RV32M1/drivers/fsl_cau3.h | 0 .../devices/RV32M1/drivers/fsl_clock.c | 0 .../devices/RV32M1/drivers/fsl_clock.h | 0 .../devices/RV32M1/drivers/fsl_common.c | 0 .../devices/RV32M1/drivers/fsl_common.h | 0 .../devices/RV32M1/drivers/fsl_crc.c | 0 .../devices/RV32M1/drivers/fsl_crc.h | 0 .../devices/RV32M1/drivers/fsl_dac.c | 0 .../devices/RV32M1/drivers/fsl_dac.h | 0 .../devices/RV32M1/drivers/fsl_dmamux.c | 0 .../devices/RV32M1/drivers/fsl_dmamux.h | 0 .../devices/RV32M1/drivers/fsl_edma.c | 0 .../devices/RV32M1/drivers/fsl_edma.h | 0 .../devices/RV32M1/drivers/fsl_ewm.c | 0 .../devices/RV32M1/drivers/fsl_ewm.h | 0 .../devices/RV32M1/drivers/fsl_flash.c | 0 .../devices/RV32M1/drivers/fsl_flash.h | 0 .../devices/RV32M1/drivers/fsl_flexio.c | 0 .../devices/RV32M1/drivers/fsl_flexio.h | 0 .../RV32M1/drivers/fsl_flexio_i2c_master.c | 0 .../RV32M1/drivers/fsl_flexio_i2c_master.h | 0 .../devices/RV32M1/drivers/fsl_flexio_spi.c | 0 .../devices/RV32M1/drivers/fsl_flexio_spi.h | 0 .../RV32M1/drivers/fsl_flexio_spi_edma.c | 0 .../RV32M1/drivers/fsl_flexio_spi_edma.h | 0 .../devices/RV32M1/drivers/fsl_flexio_uart.c | 0 .../devices/RV32M1/drivers/fsl_flexio_uart.h | 0 .../RV32M1/drivers/fsl_flexio_uart_edma.c | 0 .../RV32M1/drivers/fsl_flexio_uart_edma.h | 0 .../devices/RV32M1/drivers/fsl_gpio.c | 0 .../devices/RV32M1/drivers/fsl_gpio.h | 0 .../devices/RV32M1/drivers/fsl_intmux.c | 0 .../devices/RV32M1/drivers/fsl_intmux.h | 0 .../devices/RV32M1/drivers/fsl_llwu.c | 0 .../devices/RV32M1/drivers/fsl_llwu.h | 0 .../devices/RV32M1/drivers/fsl_lpadc.c | 0 .../devices/RV32M1/drivers/fsl_lpadc.h | 0 .../devices/RV32M1/drivers/fsl_lpcmp.c | 0 .../devices/RV32M1/drivers/fsl_lpcmp.h | 0 .../devices/RV32M1/drivers/fsl_lpi2c.c | 0 .../devices/RV32M1/drivers/fsl_lpi2c.h | 0 .../devices/RV32M1/drivers/fsl_lpi2c_edma.c | 0 .../devices/RV32M1/drivers/fsl_lpi2c_edma.h | 0 .../devices/RV32M1/drivers/fsl_lpit.c | 0 .../devices/RV32M1/drivers/fsl_lpit.h | 0 .../devices/RV32M1/drivers/fsl_lpspi.c | 0 .../devices/RV32M1/drivers/fsl_lpspi.h | 0 .../devices/RV32M1/drivers/fsl_lpspi_edma.c | 0 .../devices/RV32M1/drivers/fsl_lpspi_edma.h | 0 .../devices/RV32M1/drivers/fsl_lptmr.c | 0 .../devices/RV32M1/drivers/fsl_lptmr.h | 0 .../devices/RV32M1/drivers/fsl_lpuart.c | 0 .../devices/RV32M1/drivers/fsl_lpuart.h | 0 .../devices/RV32M1/drivers/fsl_lpuart_edma.c | 0 .../devices/RV32M1/drivers/fsl_lpuart_edma.h | 0 .../devices/RV32M1/drivers/fsl_mmdvsq.c | 0 .../devices/RV32M1/drivers/fsl_mmdvsq.h | 0 .../devices/RV32M1/drivers/fsl_msmc.c | 0 .../devices/RV32M1/drivers/fsl_msmc.h | 0 .../devices/RV32M1/drivers/fsl_mu.c | 0 .../devices/RV32M1/drivers/fsl_mu.h | 0 .../devices/RV32M1/drivers/fsl_port.h | 0 .../devices/RV32M1/drivers/fsl_rtc.c | 0 .../devices/RV32M1/drivers/fsl_rtc.h | 0 .../devices/RV32M1/drivers/fsl_sema42.c | 0 .../devices/RV32M1/drivers/fsl_sema42.h | 0 .../devices/RV32M1/drivers/fsl_sim.c | 0 .../devices/RV32M1/drivers/fsl_sim.h | 0 .../devices/RV32M1/drivers/fsl_spm.c | 0 .../devices/RV32M1/drivers/fsl_spm.h | 0 .../devices/RV32M1/drivers/fsl_tpm.c | 0 .../devices/RV32M1/drivers/fsl_tpm.h | 0 .../devices/RV32M1/drivers/fsl_trng.c | 0 .../devices/RV32M1/drivers/fsl_trng.h | 0 .../devices/RV32M1/drivers/fsl_tstmr.h | 0 .../devices/RV32M1/drivers/fsl_usdhc.c | 0 .../devices/RV32M1/drivers/fsl_usdhc.h | 0 .../devices/RV32M1/drivers/fsl_wdog32.c | 0 .../devices/RV32M1/drivers/fsl_wdog32.h | 0 .../devices/RV32M1/drivers/fsl_xrdc.c | 0 .../devices/RV32M1/drivers/fsl_xrdc.h | 0 .../devices/RV32M1/fsl_device_registers.h | 0 .../devices/RV32M1/gcc/startup_RV32M1_ri5cy.S | 0 .../RV32M1/gcc/startup_RV32M1_zero_riscy.S | 0 .../devices/RV32M1/system_RV32M1_ri5cy.c | 0 .../devices/RV32M1/system_RV32M1_ri5cy.h | 0 .../devices/RV32M1/system_RV32M1_zero_riscy.c | 0 .../devices/RV32M1/system_RV32M1_zero_riscy.h | 0 .../RV32M1/utilities/fsl_debug_console.c | 0 .../RV32M1/utilities/fsl_debug_console.h | 0 .../RV32M1/utilities/fsl_debug_console_conf.h | 0 .../devices/RV32M1/utilities/fsl_io.c | 0 .../devices/RV32M1/utilities/fsl_io.h | 0 .../devices/RV32M1/utilities/fsl_log.c | 0 .../devices/RV32M1/utilities/fsl_log.h | 0 .../devices/RV32M1/utilities/fsl_shell.c | 0 .../devices/RV32M1/utilities/fsl_shell.h | 0 .../devices/RV32M1/utilities/fsl_str.c | 0 .../devices/RV32M1/utilities/fsl_str.h | 0 .../rv32m1_sdk_riscv/devices/SConscript | 0 .../rv32m1_sdk_riscv/sdmmc_2.1.2/SConscript | 0 .../sdmmc_2.1.2/inc/fsl_card.h | 0 .../sdmmc_2.1.2/inc/fsl_host.h | 0 .../sdmmc_2.1.2/inc/fsl_sdmmc.h | 0 .../sdmmc_2.1.2/inc/fsl_specification.h | 0 .../rv32m1_sdk_riscv/sdmmc_2.1.2/src/fsl_sd.c | 0 .../sdmmc_2.1.2/src/fsl_sdmmc.c | 0 bsp/rx/RPDL/Interrupt_INTC.c | 0 bsp/rx/RPDL/Interrupt_RTC.c | 0 bsp/rx/RPDL/Interrupt_SPI.c | 0 bsp/rx/RPDL/Interrupt_TMR.c | 0 bsp/rx/RPDL/RX62N_library_LQFP_100.a | Bin bsp/rx/RPDL/interrupt_adc_10.c | 0 bsp/rx/RPDL/interrupt_adc_12.c | 0 bsp/rx/RPDL/interrupt_bsc.c | 0 bsp/rx/RPDL/interrupt_cmt.c | 0 bsp/rx/RPDL/interrupt_dmac.c | 0 bsp/rx/RPDL/interrupt_exdmac.c | 0 bsp/rx/RPDL/interrupt_iic.c | 0 bsp/rx/RPDL/interrupt_mtu2.c | 0 bsp/rx/RPDL/interrupt_not_rpdl.c | 0 bsp/rx/RPDL/interrupt_poe.c | 0 bsp/rx/RPDL/interrupt_sci.c | 0 bsp/rx/RPDL/interrupt_wdt.c | 0 bsp/rx/RPDL/macro.h | 0 bsp/rx/RPDL/r_pdl_adc_10.h | 0 bsp/rx/RPDL/r_pdl_adc_10_RX62Nxx.h | 0 bsp/rx/RPDL/r_pdl_adc_12.h | 0 bsp/rx/RPDL/r_pdl_adc_12_RX62Nxx.h | 0 bsp/rx/RPDL/r_pdl_bsc.h | 0 bsp/rx/RPDL/r_pdl_bsc_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_cgc.h | 0 bsp/rx/RPDL/r_pdl_cgc_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_cmt.h | 0 bsp/rx/RPDL/r_pdl_cmt_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_common_defs_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_crc.h | 0 bsp/rx/RPDL/r_pdl_crc_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_dac_10.h | 0 bsp/rx/RPDL/r_pdl_dac_10_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_definitions.h | 0 bsp/rx/RPDL/r_pdl_dmac.h | 0 bsp/rx/RPDL/r_pdl_dmac_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_dtc.h | 0 bsp/rx/RPDL/r_pdl_dtc_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_exdmac.h | 0 bsp/rx/RPDL/r_pdl_exdmac_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_iic.h | 0 bsp/rx/RPDL/r_pdl_iic_rx62nxfp.h | 0 bsp/rx/RPDL/r_pdl_iic_rx62nxnfp.h | 0 bsp/rx/RPDL/r_pdl_intc.h | 0 bsp/rx/RPDL/r_pdl_intc_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_io_port.h | 0 bsp/rx/RPDL/r_pdl_io_port_rx62nxbg.h | 0 bsp/rx/RPDL/r_pdl_io_port_rx62nxfb.h | 0 bsp/rx/RPDL/r_pdl_io_port_rx62nxfp.h | 0 bsp/rx/RPDL/r_pdl_io_port_rx62nxld.h | 0 bsp/rx/RPDL/r_pdl_io_port_rx62nxle.h | 0 bsp/rx/RPDL/r_pdl_iwdt.h | 0 bsp/rx/RPDL/r_pdl_iwdt_RX62Nxx.h | 0 bsp/rx/RPDL/r_pdl_lpc.h | 0 bsp/rx/RPDL/r_pdl_lpc_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_lvd.h | 0 bsp/rx/RPDL/r_pdl_lvd_RX62Nxx.h | 0 bsp/rx/RPDL/r_pdl_mcu.h | 0 bsp/rx/RPDL/r_pdl_mcu_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_mtu2.h | 0 bsp/rx/RPDL/r_pdl_mtu2_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_pfc.h | 0 bsp/rx/RPDL/r_pdl_pfc_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_poe.h | 0 bsp/rx/RPDL/r_pdl_poe_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_ppg.h | 0 bsp/rx/RPDL/r_pdl_ppg_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_rtc.h | 0 bsp/rx/RPDL/r_pdl_rtc_RX62Nxx.h | 0 bsp/rx/RPDL/r_pdl_sci.h | 0 bsp/rx/RPDL/r_pdl_sci_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_spi.h | 0 bsp/rx/RPDL/r_pdl_spi_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_tmr.h | 0 bsp/rx/RPDL/r_pdl_tmr_rx62nxx.h | 0 bsp/rx/RPDL/r_pdl_user_definitions.h | 0 bsp/rx/RPDL/r_pdl_wdt.h | 0 bsp/rx/RPDL/r_pdl_wdt_rx62nxx.h | 0 bsp/rx/ReadMe.txt | 0 bsp/rx/applications/SConscript | 0 bsp/rx/applications/application.c | 0 bsp/rx/applications/startup.c | 0 bsp/rx/drivers/Uart.h | 0 bsp/rx/drivers/board.c | 0 bsp/rx/drivers/board.h | 0 bsp/rx/drivers/uart.c | 0 bsp/rx/lnkr5f562n8.icf | 0 bsp/rx/project.vpj | 0 bsp/rx/project.vpw | 0 bsp/rx/project.vpwhist | 0 bsp/rx/project.vtg | Bin bsp/rx/rt.ewd | 0 bsp/rx/rt.ewp | 0 bsp/rx/rtconfig.h | 0 bsp/rx/rx62n.eww | 0 bsp/sam7x/SConscript | 0 bsp/sam7x/SConstruct | 0 bsp/sam7x/applications/SConscript | 0 bsp/sam7x/applications/application.c | 0 bsp/sam7x/applications/startup.c | 0 bsp/sam7x/drivers/AT91SAM7X.h | 0 bsp/sam7x/drivers/AT91SAM7X256.h | 0 bsp/sam7x/drivers/SConscript | 0 bsp/sam7x/drivers/board.c | 0 bsp/sam7x/drivers/board.h | 0 bsp/sam7x/drivers/mii.h | 0 bsp/sam7x/drivers/sam7x_emac.c | 0 bsp/sam7x/drivers/sam7x_emac.h | 0 bsp/sam7x/drivers/sd.c | 0 bsp/sam7x/drivers/sd.h | 0 bsp/sam7x/drivers/serial.c | 0 bsp/sam7x/drivers/serial.h | 0 bsp/sam7x/project.uvproj | 0 bsp/sam7x/rtconfig.h | 0 bsp/sam7x/rtconfig.py | 0 bsp/sam7x/sam7x_rom.ld | 0 bsp/sam7x/sam7x_rom.sct | 0 bsp/sam7x/template.uvproj | 0 bsp/samd21/README.txt | 0 bsp/samd21/SAM_D2X_RTT.sct | 0 bsp/samd21/SConscript | 0 bsp/samd21/SConstruct | 0 bsp/samd21/applications/SConscript | 0 bsp/samd21/applications/application.c | 0 bsp/samd21/applications/startup.c | 0 .../asflib_config/clock_samd20/conf_clocks.h | 0 .../clock_samd21_r21_da_ha1/conf_clocks.h | 0 bsp/samd21/asflib_config/conf_extint.h | 0 bsp/samd21/board/SConscript | 0 bsp/samd21/board/board.c | 0 bsp/samd21/board/board.h | 0 bsp/samd21/board/sleep_timer.c | 0 bsp/samd21/board/sleep_timer.h | 0 bsp/samd21/board/uart.c | 0 bsp/samd21/project.uvprojx | 0 bsp/samd21/rtconfig.h | 0 bsp/samd21/rtconfig.py | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../sam_d2x_asflib/CMSIS/Include/arm_math.h | 0 .../sam_d2x_asflib/CMSIS/Include/core_cm0.h | 0 .../CMSIS/Include/core_cm0plus.h | 0 .../sam_d2x_asflib/CMSIS/Include/core_cm3.h | 0 .../sam_d2x_asflib/CMSIS/Include/core_cm4.h | 0 .../sam_d2x_asflib/CMSIS/Include/core_cm7.h | 0 .../sam_d2x_asflib/CMSIS/Include/core_cmFunc.h | 0 .../CMSIS/Include/core_cmInstr.h | 0 .../sam_d2x_asflib/CMSIS/Include/core_cmSimd.h | 0 .../sam_d2x_asflib/CMSIS/Include/core_sc000.h | 0 .../sam_d2x_asflib/CMSIS/Include/core_sc300.h | 0 bsp/samd21/sam_d2x_asflib/SConscript | 0 .../sam_d2x_asflib/common/boards/board.h | 0 .../security_xplained/security_xplained.c | 0 .../security_xplained/security_xplained.h | 0 .../boards/sensors_xplained/sensors_xplained.c | 0 .../boards/sensors_xplained/sensors_xplained.h | 0 .../boards/sensors_xplained/xplained_headers.h | 0 .../user_board/board_config/conf_board.h | 0 .../boards/user_board/debug_config/flash.gdb | 0 .../boards/user_board/debug_config/flash.mac | 0 .../boards/user_board/debug_config/ram.gdb | 0 .../boards/user_board/debug_config/ram.mac | 0 .../common/boards/user_board/init.c | 0 .../common/boards/user_board/user_board.h | 0 .../sha204/module_config/conf_atsha204.h | 0 .../components/crypto/sha204/sha204_comm.c | 0 .../components/crypto/sha204/sha204_comm.h | 0 .../crypto/sha204/sha204_command_marshaling.c | 0 .../crypto/sha204/sha204_command_marshaling.h | 0 .../components/crypto/sha204/sha204_config.h | 0 .../components/crypto/sha204/sha204_i2c.c | 0 .../crypto/sha204/sha204_lib_return_codes.h | 0 .../components/crypto/sha204/sha204_physical.h | 0 .../common/drivers/nvm/common_nvm.h | 0 .../drivers/nvm/sam/module_config/conf_nvm.h | 0 .../common/drivers/nvm/sam/sam_nvm.c | 0 .../sam_d2x_asflib/common/services/adp/adp.c | 0 .../sam_d2x_asflib/common/services/adp/adp.h | 0 .../common/services/adp/adp_interface.h | 0 .../services/adp/sam/adp_interface_spi.c | 0 .../services/adp/sam/adp_interface_twi.c | 0 .../services/adp/sam0/adp_interface_spi.c | 0 .../services/adp/sam0/adp_interface_twi.c | 0 .../common/services/calendar/calendar.c | 0 .../common/services/calendar/calendar.h | 0 .../common/services/clock/dfll.h | 0 .../common/services/clock/genclk.h | 0 .../sam_d2x_asflib/common/services/clock/osc.h | 0 .../sam_d2x_asflib/common/services/clock/pll.h | 0 .../common/services/clock/sysclk.h | 0 .../common/services/cpu/reset_cause.h | 0 .../common/services/crc32/crc32.c | 0 .../common/services/crc32/crc32.h | 0 .../common/services/delay/delay.h | 0 .../common/services/delay/sam/cycle_counter.c | 0 .../common/services/delay/sam/cycle_counter.h | 0 .../sam_d2x_asflib/common/services/fifo/fifo.c | 0 .../sam_d2x_asflib/common/services/fifo/fifo.h | 0 .../sam_d2x_asflib/common/services/gpio/gpio.h | 0 .../common/services/gpio/sam_gpio/sam_gpio.h | 0 .../common/services/hugemem/generic/hugemem.h | 0 .../common/services/hugemem/hugemem.h | 0 .../common/services/ioport/ioport.h | 0 .../common/services/ioport/sam/ioport_gpio.h | 0 .../common/services/ioport/sam/ioport_pio.h | 0 .../common/services/ioport/sam0/ioport.h | 0 .../common/services/isp/flip/flip_protocol.h | 0 .../common/services/isp/flip/isp.h | 0 .../services/isp/flip/module_config/conf_isp.h | 0 .../services/serial/sam0_usart/usart_serial.h | 0 .../sam_uart/module_config/conf_uart_serial.h | 0 .../services/serial/sam_uart/uart_serial.h | 0 .../common/services/serial/serial.h | 0 .../common/services/serial/usart_serial.c | 0 .../sleepmgr/sam/module_config/conf_sleepmgr.h | 0 .../common/services/sleepmgr/sam/sleepmgr.c | 0 .../common/services/sleepmgr/sam/sleepmgr.h | 0 .../samd/module_config/conf_sleepmgr.h | 0 .../common/services/sleepmgr/samd/sleepmgr.c | 0 .../common/services/sleepmgr/samd/sleepmgr.h | 0 .../common/services/sleepmgr/sleepmgr.h | 0 .../sam_spi/module_config/conf_spi_master.h | 0 .../common/services/spi/sam_spi/spi_master.c | 0 .../common/services/spi/sam_spi/spi_master.h | 0 .../module_config/conf_usart_spi.h | 0 .../services/spi/sam_usart_spi/usart_spi.c | 0 .../services/spi/sam_usart_spi/usart_spi.h | 0 .../common/services/spi/spi_master.h | 0 .../common/services/spi/usart_spi.h | 0 .../services/storage/ctrl_access/ctrl_access.c | 0 .../services/storage/ctrl_access/ctrl_access.h | 0 .../ctrl_access/module_config/conf_access.h | 0 .../services/storage/ecc_hamming/ecc-sw.c | 0 .../services/storage/ecc_hamming/ecc-sw.h | 0 .../common/services/twi/sam_twi/twi_master.h | 0 .../common/services/twi/sam_twi/twi_slave.h | 0 .../services/twi/sam_twihs/twihs_master.h | 0 .../services/twi/sam_twihs/twihs_slave.h | 0 .../common/services/twi/sam_twim/twi_master.h | 0 .../common/services/twi/twi_master.h | 0 .../common/services/twi/twi_slave.h | 0 .../common/services/twi/twihs_master.h | 0 .../common/services/twi/twihs_slave.h | 0 .../sam_d2x_asflib/common/utils/interrupt.h | 0 .../common/utils/interrupt/interrupt_avr32.h | 0 .../common/utils/interrupt/interrupt_avr8.h | 0 .../utils/interrupt/interrupt_sam_nvic.c | 0 .../utils/interrupt/interrupt_sam_nvic.h | 0 .../common/utils/make/Makefile.avr.in | 0 .../common/utils/membag/membag.c | 0 .../common/utils/membag/membag.h | 0 .../utils/membag/module_config/conf_membag.h | 0 .../common/utils/osprintf/osprintf.c | 0 .../common/utils/osprintf/osprintf.h | 0 bsp/samd21/sam_d2x_asflib/common/utils/parts.h | 0 .../sam_d2x_asflib/common/utils/stdio/read.c | 0 .../utils/stdio/stdio_serial/stdio_serial.h | 0 .../common/utils/stdio/stdio_usb/stdio_usb.c | 0 .../common/utils/stdio/stdio_usb/stdio_usb.h | 0 .../sam_d2x_asflib/common/utils/stdio/write.c | 0 .../common2/services/delay/delay.h | 0 .../services/delay/sam0/cycle_counter.c | 0 .../services/delay/sam0/cycle_counter.h | 0 .../services/delay/sam0/systick_counter.c | 0 .../services/delay/sam0/systick_counter.h | 0 .../common2/services/gfx_mono/gfx_mono.h | 0 .../services/gfx_mono/gfx_mono_c12832_a1z.c | 0 .../services/gfx_mono/gfx_mono_c12832_a1z.h | 0 .../services/gfx_mono/gfx_mono_framebuffer.c | 0 .../services/gfx_mono/gfx_mono_framebuffer.h | 0 .../services/gfx_mono/gfx_mono_generic.c | 0 .../services/gfx_mono/gfx_mono_generic.h | 0 .../common2/services/gfx_mono/gfx_mono_menu.c | 0 .../common2/services/gfx_mono/gfx_mono_menu.h | 0 .../common2/services/gfx_mono/gfx_mono_null.c | 0 .../common2/services/gfx_mono/gfx_mono_null.h | 0 .../services/gfx_mono/gfx_mono_screen_dump.h | 0 .../services/gfx_mono/gfx_mono_spinctrl.c | 0 .../services/gfx_mono/gfx_mono_spinctrl.h | 0 .../common2/services/gfx_mono/gfx_mono_text.c | 0 .../common2/services/gfx_mono/gfx_mono_text.h | 0 .../gfx_mono/gfx_mono_ug_2832hsweg04.c | 0 .../gfx_mono/gfx_mono_ug_2832hsweg04.h | 0 .../gfx_mono/module_config/conf_menu.h | 0 .../gfx_mono/module_config/conf_spinctrl.h | 0 .../gfx_mono/module_config/conf_sysfont.h | 0 .../common2/services/gfx_mono/sysfont.c | 0 .../common2/services/gfx_mono/sysfont.h | 0 .../common2/services/gfx_mono/tools/bitmap.py | 0 .../gfx_mono/tools/dump_display_over_serial.py | 0 .../common2/services/gfx_mono/tools/readme.txt | 0 .../sam0/boards/dummy/dummy_board.h | 0 .../board_config/conf_board.h | 0 .../boards/samd20_xplained_pro/board_init.c | 0 .../gcc/samd20_xplained_pro_flash.gdb | 0 .../gcc/samd20_xplained_pro_sram.gdb | 0 .../iar/samd20_xplained_pro_flash.mac | 0 .../iar/samd20_xplained_pro_sram.mac | 0 .../samd20_xplained_pro/samd20_xplained_pro.h | 0 .../board_config/conf_board.h | 0 .../boards/samd21_xplained_pro/board_init.c | 0 .../gcc/samd21_xplained_pro_flash.gdb | 0 .../gcc/samd21_xplained_pro_sram.gdb | 0 .../iar/samd21_xplained_pro_flash.mac | 0 .../iar/samd21_xplained_pro_sram.mac | 0 .../samd21_xplained_pro/samd21_xplained_pro.h | 0 bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac.h | 0 .../sam0/drivers/ac/ac_callback.c | 0 .../sam0/drivers/ac/ac_callback.h | 0 .../sam0/drivers/ac/ac_sam_d_r_h/ac.c | 0 .../sam0/drivers/ac/ac_sam_l_c/ac.c | 0 .../sam_d2x_asflib/sam0/drivers/adc/adc.h | 0 .../sam0/drivers/adc/adc_callback.h | 0 .../sam0/drivers/adc/adc_sam_b.h | 0 .../sam0/drivers/adc/adc_sam_b/adc_sam_b.c | 0 .../sam0/drivers/adc/adc_sam_d_r_h/adc.c | 0 .../drivers/adc/adc_sam_d_r_h/adc_callback.c | 0 .../drivers/adc/adc_sam_d_r_h/adc_feature.h | 0 .../sam0/drivers/adc/adc_sam_l_c/adc.c | 0 .../drivers/adc/adc_sam_l_c/adc_callback.c | 0 .../sam0/drivers/adc/adc_sam_l_c/adc_feature.h | 0 .../sam_d2x_asflib/sam0/drivers/aes/aes.c | 0 .../sam_d2x_asflib/sam0/drivers/aes/aes.h | 0 .../sam0/drivers/aes/aes_callback.c | 0 .../sam0/drivers/aes/aes_callback.h | 0 .../drivers/aon_sleep_timer/aon_sleep_timer.c | 0 .../drivers/aon_sleep_timer/aon_sleep_timer.h | 0 .../sam_d2x_asflib/sam0/drivers/bod/bod.h | 0 .../sam0/drivers/bod/bod_sam_c/bod.c | 0 .../sam0/drivers/bod/bod_sam_c/bod_feature.h | 0 .../sam0/drivers/bod/bod_sam_d_r_h/bod.c | 0 .../drivers/bod/bod_sam_d_r_h/bod_feature.h | 0 .../sam0/drivers/bod/bod_sam_l/bod.c | 0 .../sam0/drivers/bod/bod_sam_l/bod_feature.h | 0 .../sam_d2x_asflib/sam0/drivers/can/can.c | 0 .../sam_d2x_asflib/sam0/drivers/can/can.h | 0 .../sam0/drivers/can/module_config/conf_can.h | 0 .../sam_d2x_asflib/sam0/drivers/ccl/ccl.c | 0 .../sam_d2x_asflib/sam0/drivers/ccl/ccl.h | 0 .../sam_d2x_asflib/sam0/drivers/dac/dac.h | 0 .../sam0/drivers/dac/dac_callback.h | 0 .../sam0/drivers/dac/dac_sam_d_c_h/dac.c | 0 .../drivers/dac/dac_sam_d_c_h/dac_callback.c | 0 .../drivers/dac/dac_sam_d_c_h/dac_feature.h | 0 .../sam0/drivers/dac/dac_sam_l/dac.c | 0 .../sam0/drivers/dac/dac_sam_l/dac_callback.c | 0 .../sam0/drivers/dac/dac_sam_l/dac_feature.h | 0 .../sam_d2x_asflib/sam0/drivers/divas/divas.c | 0 .../sam_d2x_asflib/sam0/drivers/divas/divas.h | 0 .../sam_d2x_asflib/sam0/drivers/dma/dma.c | 0 .../sam_d2x_asflib/sam0/drivers/dma/dma.h | 0 .../sam_d2x_asflib/sam0/drivers/dma/dma_crc.h | 0 .../sam0/drivers/dma/dma_sam_b.c | 0 .../sam0/drivers/dma/dma_sam_b.h | 0 .../sam0/drivers/dma/module_config/conf_dma.h | 0 .../sam0/drivers/dsu/crc32/crc32.c | 0 .../sam0/drivers/dsu/crc32/crc32.h | 0 .../sam0/drivers/dualtimer/dualtimer.c | 0 .../sam0/drivers/dualtimer/dualtimer.h | 0 .../sam0/drivers/events/events.h | 0 .../sam0/drivers/events/events_common.h | 0 .../sam0/drivers/events/events_hooks.c | 0 .../sam0/drivers/events/events_hooks.h | 0 .../drivers/events/events_sam_d_r_h/events.c | 0 .../drivers/events/events_sam_l_c/events.c | 0 .../sam0/drivers/extint/extint.h | 0 .../sam0/drivers/extint/extint_callback.c | 0 .../sam0/drivers/extint/extint_callback.h | 0 .../drivers/extint/extint_sam_d_r_h/extint.c | 0 .../drivers/extint/extint_sam_l_c/extint.c | 0 .../drivers/extint/module_config/conf_extint.h | 0 .../sam_d2x_asflib/sam0/drivers/freqm/freqm.c | 0 .../sam_d2x_asflib/sam0/drivers/freqm/freqm.h | 0 .../sam0/drivers/freqm/freqm_callback.c | 0 .../sam0/drivers/freqm/freqm_callback.h | 0 .../sam_d2x_asflib/sam0/drivers/gpio/gpio.c | 0 .../sam_d2x_asflib/sam0/drivers/gpio/gpio.h | 0 .../sam0/drivers/i2c/i2c_common.h | 0 .../sam0/drivers/i2c/i2c_master.c | 0 .../sam0/drivers/i2c/i2c_master.h | 0 .../sam0/drivers/i2c/i2c_master_interrupt.c | 0 .../sam0/drivers/i2c/i2c_master_interrupt.h | 0 .../sam0/drivers/i2c/i2c_slave.c | 0 .../sam0/drivers/i2c/i2c_slave.h | 0 .../sam0/drivers/i2c/i2c_slave_interrupt.c | 0 .../sam0/drivers/i2c/i2c_slave_interrupt.h | 0 .../sam_d2x_asflib/sam0/drivers/i2s/i2s.c | 0 .../sam_d2x_asflib/sam0/drivers/i2s/i2s.h | 0 .../sam0/drivers/i2s/i2s_callback.c | 0 .../sam0/drivers/i2s/i2s_callback.h | 0 .../sam_d2x_asflib/sam0/drivers/nvm/nvm.c | 0 .../sam_d2x_asflib/sam0/drivers/nvm/nvm.h | 0 .../sam_d2x_asflib/sam0/drivers/opamp/opamp.c | 0 .../sam_d2x_asflib/sam0/drivers/opamp/opamp.h | 0 .../sam_d2x_asflib/sam0/drivers/pac/pac.h | 0 .../sam0/drivers/pac/pac_sam_d_r_h/pac.c | 0 .../sam0/drivers/pac/pac_sam_l_c/pac.c | 0 .../sam_d2x_asflib/sam0/drivers/port/port.c | 0 .../sam_d2x_asflib/sam0/drivers/port/port.h | 0 .../sam_d2x_asflib/sam0/drivers/pwm/pwm.c | 0 .../sam_d2x_asflib/sam0/drivers/pwm/pwm.h | 0 .../sam0/drivers/quad_decoder/quad_decoder.c | 0 .../sam0/drivers/quad_decoder/quad_decoder.h | 0 .../sam0/drivers/rtc/rtc_calendar.h | 0 .../sam0/drivers/rtc/rtc_calendar_interrupt.h | 0 .../sam0/drivers/rtc/rtc_count.h | 0 .../sam0/drivers/rtc/rtc_count_interrupt.h | 0 .../drivers/rtc/rtc_sam_d_r_h/rtc_calendar.c | 0 .../rtc/rtc_sam_d_r_h/rtc_calendar_interrupt.c | 0 .../sam0/drivers/rtc/rtc_sam_d_r_h/rtc_count.c | 0 .../rtc/rtc_sam_d_r_h/rtc_count_interrupt.c | 0 .../rtc/rtc_sam_l_c/module_config/conf_rtc.h | 0 .../drivers/rtc/rtc_sam_l_c/rtc_calendar.c | 0 .../rtc/rtc_sam_l_c/rtc_calendar_interrupt.c | 0 .../sam0/drivers/rtc/rtc_sam_l_c/rtc_count.c | 0 .../rtc/rtc_sam_l_c/rtc_count_interrupt.c | 0 .../sam0/drivers/rtc/rtc_tamper.h | 0 .../sam_d2x_asflib/sam0/drivers/sdadc/sdadc.c | 0 .../sam_d2x_asflib/sam0/drivers/sdadc/sdadc.h | 0 .../sam0/drivers/sdadc/sdadc_callback.c | 0 .../sam0/drivers/sdadc/sdadc_callback.h | 0 .../sam0/drivers/sercom/i2c/i2c_common.h | 0 .../sam0/drivers/sercom/i2c/i2c_master.h | 0 .../drivers/sercom/i2c/i2c_master_interrupt.h | 0 .../drivers/sercom/i2c/i2c_sam0/i2c_master.c | 0 .../sercom/i2c/i2c_sam0/i2c_master_interrupt.c | 0 .../drivers/sercom/i2c/i2c_sam0/i2c_slave.c | 0 .../sercom/i2c/i2c_sam0/i2c_slave_interrupt.c | 0 .../drivers/sercom/i2c/i2c_samd20/i2c_master.c | 0 .../i2c/i2c_samd20/i2c_master_interrupt.c | 0 .../drivers/sercom/i2c/i2c_samd20/i2c_slave.c | 0 .../i2c/i2c_samd20/i2c_slave_interrupt.c | 0 .../sam0/drivers/sercom/i2c/i2c_slave.h | 0 .../drivers/sercom/i2c/i2c_slave_interrupt.h | 0 .../sam0/drivers/sercom/sercom.c | 0 .../sam0/drivers/sercom/sercom.h | 0 .../sam0/drivers/sercom/sercom_interrupt.c | 0 .../sam0/drivers/sercom/sercom_interrupt.h | 0 .../sam0/drivers/sercom/sercom_pinout.h | 0 .../sercom/spi/module_config/conf_spi.h | 0 .../sam0/drivers/sercom/spi/spi.c | 0 .../sam0/drivers/sercom/spi/spi.h | 0 .../sam0/drivers/sercom/spi/spi_interrupt.c | 0 .../sam0/drivers/sercom/spi/spi_interrupt.h | 0 .../spi_master_vec/module-config/conf_spi.h | 0 .../module-config/conf_spi_master_vec.h | 0 .../sercom/spi_master_vec/spi_master_vec.c | 0 .../sercom/spi_master_vec/spi_master_vec.h | 0 .../sam0/drivers/sercom/usart/usart.c | 0 .../sam0/drivers/sercom/usart/usart.h | 0 .../drivers/sercom/usart/usart_interrupt.c | 0 .../drivers/sercom/usart/usart_interrupt.h | 0 .../drivers/slcd/module_config/conf_slcd.h | 0 .../sam_d2x_asflib/sam0/drivers/slcd/slcd.c | 0 .../sam_d2x_asflib/sam0/drivers/slcd/slcd.h | 0 .../sam0/drivers/slcd/slcd_callback.c | 0 .../sam0/drivers/slcd/slcd_callback.h | 0 .../sam0/drivers/spi/module_config/conf_spi.h | 0 .../sam_d2x_asflib/sam0/drivers/spi/spi.c | 0 .../sam_d2x_asflib/sam0/drivers/spi/spi.h | 0 .../sam0/drivers/spi/spi_callback.c | 0 .../sam0/drivers/spi/spi_callback.h | 0 .../sam0/drivers/spi_flash/spi_flash.c | 0 .../sam0/drivers/spi_flash/spi_flash.h | 0 .../sam0/drivers/system/clock/clock.h | 0 .../drivers/system/clock/clock_samd20/clock.c | 0 .../clock/clock_samd20/clock_config_check.h | 0 .../system/clock/clock_samd20/clock_feature.h | 0 .../drivers/system/clock/clock_samd20/gclk.c | 0 .../clock_samd20/module_config/conf_clocks.h | 0 .../clock/clock_samd21_r21_da_ha1/clock.c | 0 .../clock_config_check.h | 0 .../clock_samd21_r21_da_ha1/clock_feature.h | 0 .../clock/clock_samd21_r21_da_ha1/gclk.c | 0 .../module_config/conf_clocks.h | 0 .../sam0/drivers/system/clock/gclk.h | 0 .../system/interrupt/system_interrupt.c | 0 .../system/interrupt/system_interrupt.h | 0 .../system_interrupt_features.h | 0 .../system_interrupt_features.h | 0 .../sam0/drivers/system/pinmux/pinmux.c | 0 .../sam0/drivers/system/pinmux/pinmux.h | 0 .../drivers/system/power/power_sam_c/power.h | 0 .../system/power/power_sam_d_r_h/power.h | 0 .../drivers/system/power/power_sam_l/power.h | 0 .../drivers/system/reset/reset_sam_c/reset.h | 0 .../system/reset/reset_sam_d_r_h/reset.h | 0 .../drivers/system/reset/reset_sam_l/reset.h | 0 .../sam0/drivers/system/system.c | 0 .../sam0/drivers/system/system.h | 0 .../sam0/drivers/system/system_sam_b.c | 0 .../sam0/drivers/system/system_sam_b.h | 0 bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc.h | 0 .../sam0/drivers/tc/tc_interrupt.c | 0 .../sam0/drivers/tc/tc_interrupt.h | 0 .../sam0/drivers/tc/tc_sam_d_r_h/tc.c | 0 .../sam0/drivers/tc/tc_sam_l_c/tc.c | 0 .../sam_d2x_asflib/sam0/drivers/tcc/tcc.c | 0 .../sam_d2x_asflib/sam0/drivers/tcc/tcc.h | 0 .../sam0/drivers/tcc/tcc_callback.c | 0 .../sam0/drivers/tcc/tcc_callback.h | 0 .../sam_d2x_asflib/sam0/drivers/timer/timer.c | 0 .../sam_d2x_asflib/sam0/drivers/timer/timer.h | 0 .../sam_d2x_asflib/sam0/drivers/trng/trng.c | 0 .../sam_d2x_asflib/sam0/drivers/trng/trng.h | 0 .../sam0/drivers/trng/trng_callback.c | 0 .../sam0/drivers/trng/trng_callback.h | 0 .../sam_d2x_asflib/sam0/drivers/tsens/tsens.c | 0 .../sam_d2x_asflib/sam0/drivers/tsens/tsens.h | 0 .../sam0/drivers/tsens/tsens_callback.c | 0 .../sam0/drivers/tsens/tsens_callback.h | 0 .../sam_d2x_asflib/sam0/drivers/uart/uart.c | 0 .../sam_d2x_asflib/sam0/drivers/uart/uart.h | 0 .../usb/stack_interface/usb_device_udd.c | 0 .../drivers/usb/stack_interface/usb_dual.c | 0 .../drivers/usb/stack_interface/usb_dual.h | 0 .../drivers/usb/stack_interface/usb_host_uhd.c | 0 .../sam_d2x_asflib/sam0/drivers/usb/usb.h | 0 .../sam0/drivers/usb/usb_sam_d_r/usb.c | 0 .../sam0/drivers/usb/usb_sam_l/usb.c | 0 .../sam_d2x_asflib/sam0/drivers/wdt/wdt.c | 0 .../sam_d2x_asflib/sam0/drivers/wdt/wdt.h | 0 .../sam0/drivers/wdt/wdt_callback.c | 0 .../sam0/drivers/wdt/wdt_callback.h | 0 .../sam0/drivers/wdt/wdt_sam_b.c | 0 .../sam0/drivers/wdt/wdt_sam_b.h | 0 .../utils/cmsis/samd20/include/component/ac.h | 0 .../utils/cmsis/samd20/include/component/adc.h | 0 .../utils/cmsis/samd20/include/component/dac.h | 0 .../utils/cmsis/samd20/include/component/dsu.h | 0 .../utils/cmsis/samd20/include/component/eic.h | 0 .../cmsis/samd20/include/component/evsys.h | 0 .../cmsis/samd20/include/component/gclk.h | 0 .../cmsis/samd20/include/component/nvmctrl.h | 0 .../utils/cmsis/samd20/include/component/pac.h | 0 .../utils/cmsis/samd20/include/component/pm.h | 0 .../cmsis/samd20/include/component/port.h | 0 .../utils/cmsis/samd20/include/component/rtc.h | 0 .../cmsis/samd20/include/component/sercom.h | 0 .../cmsis/samd20/include/component/sysctrl.h | 0 .../utils/cmsis/samd20/include/component/tc.h | 0 .../utils/cmsis/samd20/include/component/wdt.h | 0 .../utils/cmsis/samd20/include/instance/ac.h | 0 .../utils/cmsis/samd20/include/instance/adc.h | 0 .../utils/cmsis/samd20/include/instance/dac.h | 0 .../utils/cmsis/samd20/include/instance/dsu.h | 0 .../utils/cmsis/samd20/include/instance/eic.h | 0 .../cmsis/samd20/include/instance/evsys.h | 0 .../utils/cmsis/samd20/include/instance/gclk.h | 0 .../cmsis/samd20/include/instance/nvmctrl.h | 0 .../utils/cmsis/samd20/include/instance/pac0.h | 0 .../utils/cmsis/samd20/include/instance/pac1.h | 0 .../utils/cmsis/samd20/include/instance/pac2.h | 0 .../utils/cmsis/samd20/include/instance/pm.h | 0 .../utils/cmsis/samd20/include/instance/port.h | 0 .../utils/cmsis/samd20/include/instance/rtc.h | 0 .../cmsis/samd20/include/instance/sercom0.h | 0 .../cmsis/samd20/include/instance/sercom1.h | 0 .../cmsis/samd20/include/instance/sercom2.h | 0 .../cmsis/samd20/include/instance/sercom3.h | 0 .../cmsis/samd20/include/instance/sercom4.h | 0 .../cmsis/samd20/include/instance/sercom5.h | 0 .../cmsis/samd20/include/instance/sysctrl.h | 0 .../utils/cmsis/samd20/include/instance/tc0.h | 0 .../utils/cmsis/samd20/include/instance/tc1.h | 0 .../utils/cmsis/samd20/include/instance/tc2.h | 0 .../utils/cmsis/samd20/include/instance/tc3.h | 0 .../utils/cmsis/samd20/include/instance/tc4.h | 0 .../utils/cmsis/samd20/include/instance/tc5.h | 0 .../utils/cmsis/samd20/include/instance/tc6.h | 0 .../utils/cmsis/samd20/include/instance/tc7.h | 0 .../utils/cmsis/samd20/include/instance/wdt.h | 0 .../utils/cmsis/samd20/include/pio/samd20e14.h | 0 .../utils/cmsis/samd20/include/pio/samd20e15.h | 0 .../utils/cmsis/samd20/include/pio/samd20e16.h | 0 .../utils/cmsis/samd20/include/pio/samd20e17.h | 0 .../utils/cmsis/samd20/include/pio/samd20e18.h | 0 .../utils/cmsis/samd20/include/pio/samd20g14.h | 0 .../utils/cmsis/samd20/include/pio/samd20g15.h | 0 .../utils/cmsis/samd20/include/pio/samd20g16.h | 0 .../utils/cmsis/samd20/include/pio/samd20g17.h | 0 .../cmsis/samd20/include/pio/samd20g17u.h | 0 .../utils/cmsis/samd20/include/pio/samd20g18.h | 0 .../cmsis/samd20/include/pio/samd20g18u.h | 0 .../utils/cmsis/samd20/include/pio/samd20j14.h | 0 .../utils/cmsis/samd20/include/pio/samd20j15.h | 0 .../utils/cmsis/samd20/include/pio/samd20j16.h | 0 .../utils/cmsis/samd20/include/pio/samd20j17.h | 0 .../utils/cmsis/samd20/include/pio/samd20j18.h | 0 .../sam0/utils/cmsis/samd20/include/samd20.h | 0 .../utils/cmsis/samd20/include/samd20e14.h | 0 .../utils/cmsis/samd20/include/samd20e15.h | 0 .../utils/cmsis/samd20/include/samd20e16.h | 0 .../utils/cmsis/samd20/include/samd20e17.h | 0 .../utils/cmsis/samd20/include/samd20e18.h | 0 .../utils/cmsis/samd20/include/samd20g14.h | 0 .../utils/cmsis/samd20/include/samd20g15.h | 0 .../utils/cmsis/samd20/include/samd20g16.h | 0 .../utils/cmsis/samd20/include/samd20g17.h | 0 .../utils/cmsis/samd20/include/samd20g17u.h | 0 .../utils/cmsis/samd20/include/samd20g18.h | 0 .../utils/cmsis/samd20/include/samd20g18u.h | 0 .../utils/cmsis/samd20/include/samd20j14.h | 0 .../utils/cmsis/samd20/include/samd20j15.h | 0 .../utils/cmsis/samd20/include/samd20j16.h | 0 .../utils/cmsis/samd20/include/samd20j17.h | 0 .../utils/cmsis/samd20/include/samd20j18.h | 0 .../cmsis/samd20/source/arm/startup_SAMD20.s | 0 .../cmsis/samd20/source/gcc/startup_samd20.c | 0 .../cmsis/samd20/source/iar/startup_samd20.c | 0 .../utils/cmsis/samd20/source/system_samd20.c | 0 .../utils/cmsis/samd20/source/system_samd20.h | 0 .../utils/cmsis/samd21/include/component/ac.h | 0 .../utils/cmsis/samd21/include/component/adc.h | 0 .../utils/cmsis/samd21/include/component/dac.h | 0 .../cmsis/samd21/include/component/dmac.h | 0 .../utils/cmsis/samd21/include/component/dsu.h | 0 .../utils/cmsis/samd21/include/component/eic.h | 0 .../cmsis/samd21/include/component/evsys.h | 0 .../cmsis/samd21/include/component/gclk.h | 0 .../cmsis/samd21/include/component/hmatrixb.h | 0 .../utils/cmsis/samd21/include/component/i2s.h | 0 .../utils/cmsis/samd21/include/component/mtb.h | 0 .../cmsis/samd21/include/component/nvmctrl.h | 0 .../utils/cmsis/samd21/include/component/pac.h | 0 .../utils/cmsis/samd21/include/component/pm.h | 0 .../cmsis/samd21/include/component/port.h | 0 .../utils/cmsis/samd21/include/component/rtc.h | 0 .../cmsis/samd21/include/component/sercom.h | 0 .../cmsis/samd21/include/component/sysctrl.h | 0 .../utils/cmsis/samd21/include/component/tc.h | 0 .../utils/cmsis/samd21/include/component/tcc.h | 0 .../samd21/include/component/tcc_lighting.h | 0 .../utils/cmsis/samd21/include/component/usb.h | 0 .../utils/cmsis/samd21/include/component/wdt.h | 0 .../utils/cmsis/samd21/include/instance/ac.h | 0 .../utils/cmsis/samd21/include/instance/ac1.h | 0 .../utils/cmsis/samd21/include/instance/adc.h | 0 .../utils/cmsis/samd21/include/instance/dac.h | 0 .../utils/cmsis/samd21/include/instance/dmac.h | 0 .../utils/cmsis/samd21/include/instance/dsu.h | 0 .../utils/cmsis/samd21/include/instance/eic.h | 0 .../cmsis/samd21/include/instance/evsys.h | 0 .../utils/cmsis/samd21/include/instance/gclk.h | 0 .../utils/cmsis/samd21/include/instance/i2s.h | 0 .../utils/cmsis/samd21/include/instance/mtb.h | 0 .../cmsis/samd21/include/instance/nvmctrl.h | 0 .../utils/cmsis/samd21/include/instance/pac0.h | 0 .../utils/cmsis/samd21/include/instance/pac1.h | 0 .../utils/cmsis/samd21/include/instance/pac2.h | 0 .../utils/cmsis/samd21/include/instance/pm.h | 0 .../utils/cmsis/samd21/include/instance/port.h | 0 .../utils/cmsis/samd21/include/instance/rtc.h | 0 .../cmsis/samd21/include/instance/sbmatrix.h | 0 .../cmsis/samd21/include/instance/sercom0.h | 0 .../cmsis/samd21/include/instance/sercom1.h | 0 .../cmsis/samd21/include/instance/sercom2.h | 0 .../cmsis/samd21/include/instance/sercom3.h | 0 .../cmsis/samd21/include/instance/sercom4.h | 0 .../cmsis/samd21/include/instance/sercom5.h | 0 .../cmsis/samd21/include/instance/sysctrl.h | 0 .../utils/cmsis/samd21/include/instance/tc3.h | 0 .../utils/cmsis/samd21/include/instance/tc4.h | 0 .../utils/cmsis/samd21/include/instance/tc5.h | 0 .../utils/cmsis/samd21/include/instance/tc6.h | 0 .../utils/cmsis/samd21/include/instance/tc7.h | 0 .../utils/cmsis/samd21/include/instance/tcc0.h | 0 .../utils/cmsis/samd21/include/instance/tcc1.h | 0 .../utils/cmsis/samd21/include/instance/tcc2.h | 0 .../utils/cmsis/samd21/include/instance/usb.h | 0 .../utils/cmsis/samd21/include/instance/wdt.h | 0 .../cmsis/samd21/include/pio/samd21e15a.h | 0 .../cmsis/samd21/include/pio/samd21e15b.h | 0 .../cmsis/samd21/include/pio/samd21e15bu.h | 0 .../cmsis/samd21/include/pio/samd21e15l.h | 0 .../cmsis/samd21/include/pio/samd21e16a.h | 0 .../cmsis/samd21/include/pio/samd21e16b.h | 0 .../cmsis/samd21/include/pio/samd21e16bu.h | 0 .../cmsis/samd21/include/pio/samd21e16l.h | 0 .../cmsis/samd21/include/pio/samd21e17a.h | 0 .../cmsis/samd21/include/pio/samd21e18a.h | 0 .../cmsis/samd21/include/pio/samd21g15a.h | 0 .../cmsis/samd21/include/pio/samd21g15b.h | 0 .../cmsis/samd21/include/pio/samd21g15l.h | 0 .../cmsis/samd21/include/pio/samd21g16a.h | 0 .../cmsis/samd21/include/pio/samd21g16b.h | 0 .../cmsis/samd21/include/pio/samd21g16l.h | 0 .../cmsis/samd21/include/pio/samd21g17a.h | 0 .../cmsis/samd21/include/pio/samd21g17au.h | 0 .../cmsis/samd21/include/pio/samd21g18a.h | 0 .../cmsis/samd21/include/pio/samd21g18au.h | 0 .../cmsis/samd21/include/pio/samd21j15a.h | 0 .../cmsis/samd21/include/pio/samd21j15b.h | 0 .../cmsis/samd21/include/pio/samd21j16a.h | 0 .../cmsis/samd21/include/pio/samd21j16b.h | 0 .../cmsis/samd21/include/pio/samd21j17a.h | 0 .../cmsis/samd21/include/pio/samd21j18a.h | 0 .../sam0/utils/cmsis/samd21/include/samd21.h | 0 .../utils/cmsis/samd21/include/samd21e15a.h | 0 .../utils/cmsis/samd21/include/samd21e15b.h | 0 .../utils/cmsis/samd21/include/samd21e15bu.h | 0 .../utils/cmsis/samd21/include/samd21e15l.h | 0 .../utils/cmsis/samd21/include/samd21e16a.h | 0 .../utils/cmsis/samd21/include/samd21e16b.h | 0 .../utils/cmsis/samd21/include/samd21e16bu.h | 0 .../utils/cmsis/samd21/include/samd21e16l.h | 0 .../utils/cmsis/samd21/include/samd21e17a.h | 0 .../utils/cmsis/samd21/include/samd21e18a.h | 0 .../utils/cmsis/samd21/include/samd21g15a.h | 0 .../utils/cmsis/samd21/include/samd21g15b.h | 0 .../utils/cmsis/samd21/include/samd21g15l.h | 0 .../utils/cmsis/samd21/include/samd21g16a.h | 0 .../utils/cmsis/samd21/include/samd21g16b.h | 0 .../utils/cmsis/samd21/include/samd21g16l.h | 0 .../utils/cmsis/samd21/include/samd21g17a.h | 0 .../utils/cmsis/samd21/include/samd21g17au.h | 0 .../utils/cmsis/samd21/include/samd21g18a.h | 0 .../utils/cmsis/samd21/include/samd21g18au.h | 0 .../utils/cmsis/samd21/include/samd21j15a.h | 0 .../utils/cmsis/samd21/include/samd21j15b.h | 0 .../utils/cmsis/samd21/include/samd21j16a.h | 0 .../utils/cmsis/samd21/include/samd21j16b.h | 0 .../utils/cmsis/samd21/include/samd21j17a.h | 0 .../utils/cmsis/samd21/include/samd21j18a.h | 0 .../cmsis/samd21/source/arm/startup_SAMD21.s | 0 .../cmsis/samd21/source/gcc/startup_samd21.c | 0 .../cmsis/samd21/source/iar/startup_samd21.c | 0 .../utils/cmsis/samd21/source/system_samd21.c | 0 .../utils/cmsis/samd21/source/system_samd21.h | 0 .../sam_d2x_asflib/sam0/utils/compiler.h | 0 .../sam0/utils/header_files/io.h | 0 .../samd20/gcc/samd20e14_flash.ld | 0 .../samd20/gcc/samd20e14_sram.ld | 0 .../samd20/gcc/samd20e15_flash.ld | 0 .../samd20/gcc/samd20e15_sram.ld | 0 .../samd20/gcc/samd20e16_flash.ld | 0 .../samd20/gcc/samd20e16_sram.ld | 0 .../samd20/gcc/samd20e17_flash.ld | 0 .../samd20/gcc/samd20e17_sram.ld | 0 .../samd20/gcc/samd20e18_flash.ld | 0 .../samd20/gcc/samd20e18_sram.ld | 0 .../samd20/gcc/samd20g14_flash.ld | 0 .../samd20/gcc/samd20g14_sram.ld | 0 .../samd20/gcc/samd20g15_flash.ld | 0 .../samd20/gcc/samd20g15_sram.ld | 0 .../samd20/gcc/samd20g16_flash.ld | 0 .../samd20/gcc/samd20g16_sram.ld | 0 .../samd20/gcc/samd20g17_flash.ld | 0 .../samd20/gcc/samd20g17_sram.ld | 0 .../samd20/gcc/samd20g17u_flash.ld | 0 .../samd20/gcc/samd20g17u_sram.ld | 0 .../samd20/gcc/samd20g18_flash.ld | 0 .../samd20/gcc/samd20g18_sram.ld | 0 .../samd20/gcc/samd20g18u_flash.ld | 0 .../samd20/gcc/samd20g18u_sram.ld | 0 .../samd20/gcc/samd20j14_flash.ld | 0 .../samd20/gcc/samd20j14_sram.ld | 0 .../samd20/gcc/samd20j15_flash.ld | 0 .../samd20/gcc/samd20j15_sram.ld | 0 .../samd20/gcc/samd20j16_flash.ld | 0 .../samd20/gcc/samd20j16_sram.ld | 0 .../samd20/gcc/samd20j17_flash.ld | 0 .../samd20/gcc/samd20j17_sram.ld | 0 .../samd20/gcc/samd20j18_flash.ld | 0 .../samd20/gcc/samd20j18_sram.ld | 0 .../samd20/iar/samd20e14_flash.icf | 0 .../samd20/iar/samd20e14_sram.icf | 0 .../samd20/iar/samd20e15_flash.icf | 0 .../samd20/iar/samd20e15_sram.icf | 0 .../samd20/iar/samd20e16_flash.icf | 0 .../samd20/iar/samd20e16_sram.icf | 0 .../samd20/iar/samd20e17_flash.icf | 0 .../samd20/iar/samd20e17_sram.icf | 0 .../samd20/iar/samd20e18_flash.icf | 0 .../samd20/iar/samd20e18_sram.icf | 0 .../samd20/iar/samd20g14_flash.icf | 0 .../samd20/iar/samd20g14_sram.icf | 0 .../samd20/iar/samd20g15_flash.icf | 0 .../samd20/iar/samd20g15_sram.icf | 0 .../samd20/iar/samd20g16_flash.icf | 0 .../samd20/iar/samd20g16_sram.icf | 0 .../samd20/iar/samd20g17_flash.icf | 0 .../samd20/iar/samd20g17_sram.icf | 0 .../samd20/iar/samd20g17u_flash.icf | 0 .../samd20/iar/samd20g17u_sram.icf | 0 .../samd20/iar/samd20g18_flash.icf | 0 .../samd20/iar/samd20g18_sram.icf | 0 .../samd20/iar/samd20g18u_flash.icf | 0 .../samd20/iar/samd20g18u_sram.icf | 0 .../samd20/iar/samd20j14_flash.icf | 0 .../samd20/iar/samd20j14_sram.icf | 0 .../samd20/iar/samd20j15_flash.icf | 0 .../samd20/iar/samd20j15_sram.icf | 0 .../samd20/iar/samd20j16_flash.icf | 0 .../samd20/iar/samd20j16_sram.icf | 0 .../samd20/iar/samd20j17_flash.icf | 0 .../samd20/iar/samd20j17_sram.icf | 0 .../samd20/iar/samd20j18_flash.icf | 0 .../samd20/iar/samd20j18_sram.icf | 0 .../samd21/gcc/samd21e15a_flash.ld | 0 .../samd21/gcc/samd21e15a_sram.ld | 0 .../samd21/gcc/samd21e15b_flash.ld | 0 .../samd21/gcc/samd21e15b_sram.ld | 0 .../samd21/gcc/samd21e15bu_flash.ld | 0 .../samd21/gcc/samd21e15bu_sram.ld | 0 .../samd21/gcc/samd21e15l_flash.ld | 0 .../samd21/gcc/samd21e15l_sram.ld | 0 .../samd21/gcc/samd21e16a_flash.ld | 0 .../samd21/gcc/samd21e16a_sram.ld | 0 .../samd21/gcc/samd21e16b_flash.ld | 0 .../samd21/gcc/samd21e16b_sram.ld | 0 .../samd21/gcc/samd21e16bu_flash.ld | 0 .../samd21/gcc/samd21e16bu_sram.ld | 0 .../samd21/gcc/samd21e16l_flash.ld | 0 .../samd21/gcc/samd21e16l_sram.ld | 0 .../samd21/gcc/samd21e17a_flash.ld | 0 .../samd21/gcc/samd21e17a_sram.ld | 0 .../samd21/gcc/samd21e18a_flash.ld | 0 .../samd21/gcc/samd21e18a_sram.ld | 0 .../samd21/gcc/samd21g15a_flash.ld | 0 .../samd21/gcc/samd21g15a_sram.ld | 0 .../samd21/gcc/samd21g15b_flash.ld | 0 .../samd21/gcc/samd21g15b_sram.ld | 0 .../samd21/gcc/samd21g15l_flash.ld | 0 .../samd21/gcc/samd21g15l_sram.ld | 0 .../samd21/gcc/samd21g16a_flash.ld | 0 .../samd21/gcc/samd21g16a_sram.ld | 0 .../samd21/gcc/samd21g16b_flash.ld | 0 .../samd21/gcc/samd21g16b_sram.ld | 0 .../samd21/gcc/samd21g16l_flash.ld | 0 .../samd21/gcc/samd21g16l_sram.ld | 0 .../samd21/gcc/samd21g17a_flash.ld | 0 .../samd21/gcc/samd21g17a_sram.ld | 0 .../samd21/gcc/samd21g17au_flash.ld | 0 .../samd21/gcc/samd21g17au_sram.ld | 0 .../samd21/gcc/samd21g18a_flash.ld | 0 .../samd21/gcc/samd21g18a_sram.ld | 0 .../samd21/gcc/samd21g18au_flash.ld | 0 .../samd21/gcc/samd21g18au_sram.ld | 0 .../samd21/gcc/samd21j15a_flash.ld | 0 .../samd21/gcc/samd21j15a_sram.ld | 0 .../samd21/gcc/samd21j15b_flash.ld | 0 .../samd21/gcc/samd21j15b_sram.ld | 0 .../samd21/gcc/samd21j16a_flash.ld | 0 .../samd21/gcc/samd21j16a_sram.ld | 0 .../samd21/gcc/samd21j16b_flash.ld | 0 .../samd21/gcc/samd21j16b_sram.ld | 0 .../samd21/gcc/samd21j17a_flash.ld | 0 .../samd21/gcc/samd21j17a_sram.ld | 0 .../samd21/gcc/samd21j18a_flash.ld | 0 .../samd21/gcc/samd21j18a_sram.ld | 0 .../samd21/iar/samd21e15a_flash.icf | 0 .../samd21/iar/samd21e15a_sram.icf | 0 .../samd21/iar/samd21e15b_flash.icf | 0 .../samd21/iar/samd21e15b_sram.icf | 0 .../samd21/iar/samd21e15bu_flash.icf | 0 .../samd21/iar/samd21e15bu_sram.icf | 0 .../samd21/iar/samd21e15l_flash.icf | 0 .../samd21/iar/samd21e15l_sram.icf | 0 .../samd21/iar/samd21e16a_flash.icf | 0 .../samd21/iar/samd21e16a_sram.icf | 0 .../samd21/iar/samd21e16b_flash.icf | 0 .../samd21/iar/samd21e16b_sram.icf | 0 .../samd21/iar/samd21e16bu_flash.icf | 0 .../samd21/iar/samd21e16bu_sram.icf | 0 .../samd21/iar/samd21e16l_flash.icf | 0 .../samd21/iar/samd21e16l_sram.icf | 0 .../samd21/iar/samd21e17a_flash.icf | 0 .../samd21/iar/samd21e17a_sram.icf | 0 .../samd21/iar/samd21e18a_flash.icf | 0 .../samd21/iar/samd21e18a_sram.icf | 0 .../samd21/iar/samd21g15a_flash.icf | 0 .../samd21/iar/samd21g15a_sram.icf | 0 .../samd21/iar/samd21g15b_flash.icf | 0 .../samd21/iar/samd21g15b_sram.icf | 0 .../samd21/iar/samd21g15l_flash.icf | 0 .../samd21/iar/samd21g15l_sram.icf | 0 .../samd21/iar/samd21g16a_flash.icf | 0 .../samd21/iar/samd21g16a_sram.icf | 0 .../samd21/iar/samd21g16b_flash.icf | 0 .../samd21/iar/samd21g16b_sram.icf | 0 .../samd21/iar/samd21g16l_flash.icf | 0 .../samd21/iar/samd21g16l_sram.icf | 0 .../samd21/iar/samd21g17a_flash.icf | 0 .../samd21/iar/samd21g17a_sram.icf | 0 .../samd21/iar/samd21g17au_flash.icf | 0 .../samd21/iar/samd21g17au_sram.icf | 0 .../samd21/iar/samd21g18a_flash.icf | 0 .../samd21/iar/samd21g18a_sram.icf | 0 .../samd21/iar/samd21g18au_flash.icf | 0 .../samd21/iar/samd21g18au_sram.icf | 0 .../samd21/iar/samd21j15a_flash.icf | 0 .../samd21/iar/samd21j15a_sram.icf | 0 .../samd21/iar/samd21j15b_flash.icf | 0 .../samd21/iar/samd21j15b_sram.icf | 0 .../samd21/iar/samd21j16a_flash.icf | 0 .../samd21/iar/samd21j16a_sram.icf | 0 .../samd21/iar/samd21j16b_flash.icf | 0 .../samd21/iar/samd21j16b_sram.icf | 0 .../samd21/iar/samd21j17a_flash.icf | 0 .../samd21/iar/samd21j17a_sram.icf | 0 .../samd21/iar/samd21j18a_flash.icf | 0 .../samd21/iar/samd21j18a_sram.icf | 0 .../sam0/utils/make/Makefile.sam.in | 0 .../sam0/utils/preprocessor/mrecursion.h | 0 .../sam0/utils/preprocessor/mrepeat.h | 0 .../sam0/utils/preprocessor/preprocessor.h | 0 .../sam0/utils/preprocessor/stringz.h | 0 .../sam0/utils/preprocessor/tpaste.h | 0 .../sam_d2x_asflib/sam0/utils/status_codes.h | 0 .../sam_d2x_asflib/sam0/utils/stdio/read.c | 0 .../utils/stdio/stdio_serial/stdio_serial.h | 0 .../sam_d2x_asflib/sam0/utils/stdio/write.c | 0 .../sam0/utils/syscalls/gcc/syscalls.c | 0 bsp/samd21/template.uvprojx | 0 bsp/sep6200/SConscript | 0 bsp/sep6200/SConstruct | 0 bsp/sep6200/application/SConscript | 0 bsp/sep6200/application/application.c | 0 bsp/sep6200/application/startup.c | 0 bsp/sep6200/board.h | 0 bsp/sep6200/drivers/SConscript | 0 bsp/sep6200/drivers/board.c | 0 bsp/sep6200/rtconfig.h | 0 bsp/sep6200/rtconfig.py | 0 bsp/sep6200/sep6200.ld | 0 bsp/simulator/.config | 0 bsp/simulator/.gdbinit | 0 bsp/simulator/.gitignore | 0 bsp/simulator/Debug/SDL2.dll | Bin bsp/simulator/Kconfig | 0 bsp/simulator/SConscript | 0 bsp/simulator/SDL2-2.0.7/include/SDL.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_assert.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_atomic.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_audio.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_bits.h | 0 .../SDL2-2.0.7/include/SDL_blendmode.h | 0 .../SDL2-2.0.7/include/SDL_clipboard.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_config.h | 0 .../SDL2-2.0.7/include/SDL_config.h.cmake | 0 .../SDL2-2.0.7/include/SDL_config.h.in | 0 .../SDL2-2.0.7/include/SDL_config_android.h | 0 .../SDL2-2.0.7/include/SDL_config_iphoneos.h | 0 .../SDL2-2.0.7/include/SDL_config_macosx.h | 0 .../include/SDL_config_macosx.h.orig | 0 .../SDL2-2.0.7/include/SDL_config_minimal.h | 0 .../SDL2-2.0.7/include/SDL_config_pandora.h | 0 .../SDL2-2.0.7/include/SDL_config_psp.h | 0 .../SDL2-2.0.7/include/SDL_config_windows.h | 0 .../SDL2-2.0.7/include/SDL_config_winrt.h | 0 .../SDL2-2.0.7/include/SDL_config_wiz.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_copying.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_cpuinfo.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_egl.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_endian.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_error.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_events.h | 0 .../SDL2-2.0.7/include/SDL_filesystem.h | 0 .../SDL2-2.0.7/include/SDL_gamecontroller.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_gesture.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_haptic.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_hints.h | 0 .../SDL2-2.0.7/include/SDL_joystick.h | 0 .../SDL2-2.0.7/include/SDL_keyboard.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_keycode.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_loadso.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_log.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_main.h | 0 .../SDL2-2.0.7/include/SDL_messagebox.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_mouse.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_mutex.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_name.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_opengl.h | 0 .../SDL2-2.0.7/include/SDL_opengl_glext.h | 0 .../SDL2-2.0.7/include/SDL_opengles.h | 0 .../SDL2-2.0.7/include/SDL_opengles2.h | 0 .../SDL2-2.0.7/include/SDL_opengles2_gl2.h | 0 .../SDL2-2.0.7/include/SDL_opengles2_gl2ext.h | 0 .../include/SDL_opengles2_gl2platform.h | 0 .../include/SDL_opengles2_khrplatform.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_pixels.h | 0 .../SDL2-2.0.7/include/SDL_platform.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_power.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_quit.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_rect.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_render.h | 0 .../SDL2-2.0.7/include/SDL_revision.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_rwops.h | 0 .../SDL2-2.0.7/include/SDL_scancode.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_shape.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_stdinc.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_surface.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_system.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_syswm.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_test.h | 0 .../SDL2-2.0.7/include/SDL_test_assert.h | 0 .../SDL2-2.0.7/include/SDL_test_common.h | 0 .../SDL2-2.0.7/include/SDL_test_compare.h | 0 .../SDL2-2.0.7/include/SDL_test_crc32.h | 0 .../SDL2-2.0.7/include/SDL_test_font.h | 0 .../SDL2-2.0.7/include/SDL_test_fuzzer.h | 0 .../SDL2-2.0.7/include/SDL_test_harness.h | 0 .../SDL2-2.0.7/include/SDL_test_images.h | 0 .../SDL2-2.0.7/include/SDL_test_log.h | 0 .../SDL2-2.0.7/include/SDL_test_md5.h | 0 .../SDL2-2.0.7/include/SDL_test_memory.h | 0 .../SDL2-2.0.7/include/SDL_test_random.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_thread.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_timer.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_touch.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_types.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_version.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_video.h | 0 bsp/simulator/SDL2-2.0.7/include/SDL_vulkan.h | 0 bsp/simulator/SDL2-2.0.7/include/begin_code.h | 0 bsp/simulator/SDL2-2.0.7/include/close_code.h | 0 bsp/simulator/SDL2-2.0.7/lib/x86/SDL2.dll | Bin bsp/simulator/SDL2-2.0.7/lib/x86/SDL2.lib | Bin bsp/simulator/SDL2-2.0.7/lib/x86/SDL2main.lib | Bin bsp/simulator/SDL2-2.0.7/lib/x86/SDL2test.lib | Bin bsp/simulator/applications/SConscript | 0 bsp/simulator/applications/mnt.c | 0 bsp/simulator/applications/platform.c | 0 bsp/simulator/applications/startup.c | 0 bsp/simulator/createdef.py | 0 bsp/simulator/disk/nand/nothing | 0 bsp/simulator/disk/nor/nothing | 0 bsp/simulator/disk/sd/nothing | 0 bsp/simulator/drivers/SConscript | 0 bsp/simulator/drivers/board.h | 0 bsp/simulator/drivers/dfs_win32.c | 0 bsp/simulator/drivers/module_win32.c | 0 bsp/simulator/drivers/nanddrv_file.c | 0 bsp/simulator/drivers/sst25vfxx_mtd.h | 0 bsp/simulator/drivers/sst25vfxx_mtd_sim.c | 0 bsp/simulator/drivers/tap_netif.c | 0 bsp/simulator/drivers/uart_console.c | 0 bsp/simulator/drivers/uart_console.h | 0 bsp/simulator/dummy.c | 0 bsp/simulator/gcc.ld | 0 bsp/simulator/mingw.ld | 0 bsp/simulator/pcap/Include/Packet32.h | 0 bsp/simulator/pcap/Include/Win32-Extensions.h | 0 bsp/simulator/pcap/Include/bittypes.h | 0 bsp/simulator/pcap/Include/ip6_misc.h | 0 bsp/simulator/pcap/Include/pcap-bpf.h | 0 bsp/simulator/pcap/Include/pcap-namedb.h | 0 bsp/simulator/pcap/Include/pcap-stdinc.h | 0 bsp/simulator/pcap/Include/pcap.h | 0 bsp/simulator/pcap/Include/pcap/bluetooth.h | 0 bsp/simulator/pcap/Include/pcap/bpf.h | 0 bsp/simulator/pcap/Include/pcap/namedb.h | 0 bsp/simulator/pcap/Include/pcap/pcap.h | 0 bsp/simulator/pcap/Include/pcap/sll.h | 0 bsp/simulator/pcap/Include/pcap/usb.h | 0 bsp/simulator/pcap/Include/pcap/vlan.h | 0 bsp/simulator/pcap/Include/remote-ext.h | 0 bsp/simulator/pcap/Lib/Packet.lib | Bin bsp/simulator/pcap/Lib/wpcap.lib | Bin bsp/simulator/pcap/Lib/x64/Packet.lib | Bin bsp/simulator/pcap/Lib/x64/wpcap.lib | Bin bsp/simulator/pcap/SConscript | 0 bsp/simulator/pcap/pcap_netif.c | 0 bsp/simulator/readme.txt | 0 bsp/simulator/readme_en.txt | 0 bsp/simulator/rtconfig_project.h | 0 bsp/simulator/template_vs2005.vcproj | 0 bsp/simulator/template_vs2012.vcxproj | 0 bsp/stm32/README.md | 0 ...266\344\275\234\346\225\231\347\250\213.md" | 0 ...277\347\224\250\346\225\231\347\250\213.md" | 0 ...273\345\212\240\346\214\207\345\215\227.md" | 0 ...261\345\212\250\344\273\213\347\273\215.md" | 0 bsp/stm32/docs/figures/CubeMX_1.png | Bin bsp/stm32/docs/figures/CubeMX_2.png | Bin bsp/stm32/docs/figures/CubeMX_3.png | Bin bsp/stm32/docs/figures/CubeMX_4.png | Bin bsp/stm32/docs/figures/CubeMX_5.png | Bin bsp/stm32/docs/figures/Kconfig.png | Bin bsp/stm32/docs/figures/Kconfig2.png | Bin bsp/stm32/docs/figures/Peripheral.png | Bin bsp/stm32/docs/figures/SConscript.png | Bin bsp/stm32/docs/figures/adc_config1.png | Bin bsp/stm32/docs/figures/adc_config2.png | Bin bsp/stm32/docs/figures/adc_config3.png | Bin bsp/stm32/docs/figures/adc_config4.png | Bin bsp/stm32/docs/figures/board_1.png | Bin bsp/stm32/docs/figures/board_2.png | Bin bsp/stm32/docs/figures/board_h.png | Bin bsp/stm32/docs/figures/bsp_template_dir.png | Bin bsp/stm32/docs/figures/complise.png | Bin bsp/stm32/docs/figures/config.png | Bin bsp/stm32/docs/figures/config1.png | Bin bsp/stm32/docs/figures/config2.png | Bin bsp/stm32/docs/figures/config3.png | Bin bsp/stm32/docs/figures/config4.png | Bin bsp/stm32/docs/figures/config5.png | Bin bsp/stm32/docs/figures/copy.png | Bin bsp/stm32/docs/figures/cube_spi3.png | Bin bsp/stm32/docs/figures/cubemx.png | Bin bsp/stm32/docs/figures/exit.png | Bin bsp/stm32/docs/figures/frame.png | Bin bsp/stm32/docs/figures/heap_config.png | Bin bsp/stm32/docs/figures/i2c_device.png | Bin bsp/stm32/docs/figures/link_icf.png | Bin bsp/stm32/docs/figures/link_lds.png | Bin bsp/stm32/docs/figures/linker_scripts.png | Bin bsp/stm32/docs/figures/linkscripts_change.png | Bin bsp/stm32/docs/figures/menuconfig.png | Bin bsp/stm32/docs/figures/menuconfig_1.png | Bin bsp/stm32/docs/figures/menuconfig_2.png | Bin bsp/stm32/docs/figures/menuconfig_3.png | Bin bsp/stm32/docs/figures/menuconfig_4.png | Bin bsp/stm32/docs/figures/menuconfig_apolo.png | Bin bsp/stm32/docs/figures/on_chip_config.png | Bin bsp/stm32/docs/figures/open_cubemx.png | Bin .../docs/figures/pulse_encoder_config1.png | Bin .../docs/figures/pulse_encoder_config2.png | Bin .../docs/figures/pulse_encoder_config3.png | Bin .../docs/figures/pulse_encoder_config4.png | Bin bsp/stm32/docs/figures/pwm_config1.png | Bin bsp/stm32/docs/figures/pwm_config2.png | Bin bsp/stm32/docs/figures/pwm_config3.png | Bin bsp/stm32/docs/figures/pwm_config4.png | Bin bsp/stm32/docs/figures/rt_device.png | Bin bsp/stm32/docs/figures/run_flash.png | Bin bsp/stm32/docs/figures/run_spi3.png | Bin bsp/stm32/docs/figures/save.png | Bin bsp/stm32/docs/figures/scons_mdk5.png | Bin bsp/stm32/docs/figures/spi_code.png | Bin bsp/stm32/docs/figures/spi_config.png | Bin bsp/stm32/docs/figures/spi_flash.png | Bin bsp/stm32/docs/figures/template_1.png | Bin bsp/stm32/docs/figures/template_2.png | Bin bsp/stm32/docs/figures/template_3.png | Bin bsp/stm32/docs/figures/timer_config1.png | Bin bsp/stm32/docs/figures/timer_config2.png | Bin bsp/stm32/docs/figures/timer_config3.png | Bin bsp/stm32/docs/figures/timer_config4.png | Bin bsp/stm32/docs/figures/update.png | Bin bsp/stm32/docs/figures/xCubeMX_1.png | Bin bsp/stm32/libraries/HAL_Drivers/Kconfig | 0 bsp/stm32/libraries/HAL_Drivers/SConscript | 0 .../HAL_Drivers/config/f0/adc_config.h | 0 .../HAL_Drivers/config/f0/dma_config.h | 0 .../HAL_Drivers/config/f0/pwm_config.h | 0 .../HAL_Drivers/config/f0/spi_config.h | 0 .../HAL_Drivers/config/f0/tim_config.h | 0 .../HAL_Drivers/config/f0/uart_config.h | 0 .../HAL_Drivers/config/f1/adc_config.h | 0 .../HAL_Drivers/config/f1/dma_config.h | 0 .../config/f1/pulse_encoder_config.h | 0 .../HAL_Drivers/config/f1/pwm_config.h | 0 .../HAL_Drivers/config/f1/sdio_config.h | 0 .../HAL_Drivers/config/f1/spi_config.h | 0 .../HAL_Drivers/config/f1/tim_config.h | 0 .../HAL_Drivers/config/f1/uart_config.h | 0 .../HAL_Drivers/config/f1/usbd_config.h | 0 .../HAL_Drivers/config/f2/adc_config.h | 0 .../HAL_Drivers/config/f2/dma_config.h | 0 .../HAL_Drivers/config/f2/pwm_config.h | 0 .../HAL_Drivers/config/f2/sdio_config.h | 0 .../HAL_Drivers/config/f2/spi_config.h | 0 .../HAL_Drivers/config/f2/tim_config.h | 0 .../HAL_Drivers/config/f2/uart_config.h | 0 .../HAL_Drivers/config/f4/adc_config.h | 0 .../HAL_Drivers/config/f4/dma_config.h | 0 .../config/f4/pulse_encoder_config.h | 0 .../HAL_Drivers/config/f4/pwm_config.h | 0 .../HAL_Drivers/config/f4/qspi_config.h | 0 .../HAL_Drivers/config/f4/sdio_config.h | 0 .../HAL_Drivers/config/f4/spi_config.h | 0 .../HAL_Drivers/config/f4/tim_config.h | 0 .../HAL_Drivers/config/f4/uart_config.h | 0 .../HAL_Drivers/config/f4/usbd_config.h | 0 .../HAL_Drivers/config/f7/adc_config.h | 0 .../HAL_Drivers/config/f7/dma_config.h | 0 .../HAL_Drivers/config/f7/pwm_config.h | 0 .../HAL_Drivers/config/f7/qspi_config.h | 0 .../HAL_Drivers/config/f7/sdio_config.h | 0 .../HAL_Drivers/config/f7/spi_config.h | 0 .../HAL_Drivers/config/f7/tim_config.h | 0 .../HAL_Drivers/config/f7/uart_config.h | 0 .../HAL_Drivers/config/g0/adc_config.h | 0 .../HAL_Drivers/config/g0/dma_config.h | 0 .../HAL_Drivers/config/g0/pwm_config.h | 0 .../HAL_Drivers/config/g0/spi_config.h | 0 .../HAL_Drivers/config/g0/tim_config.h | 0 .../HAL_Drivers/config/g0/uart_config.h | 0 .../HAL_Drivers/config/g4/adc_config.h | 0 .../HAL_Drivers/config/g4/dma_config.h | 0 .../config/g4/pulse_encoder_config.h | 0 .../HAL_Drivers/config/g4/pwm_config.h | 0 .../HAL_Drivers/config/g4/qspi_config.h | 0 .../HAL_Drivers/config/g4/sdio_config.h | 0 .../HAL_Drivers/config/g4/spi_config.h | 0 .../HAL_Drivers/config/g4/tim_config.h | 0 .../HAL_Drivers/config/g4/uart_config.h | 0 .../HAL_Drivers/config/g4/usbd_config.h | 0 .../HAL_Drivers/config/h7/adc_config.h | 0 .../HAL_Drivers/config/h7/dma_config.h | 0 .../HAL_Drivers/config/h7/pwm_config.h | 0 .../HAL_Drivers/config/h7/qspi_config.h | 0 .../HAL_Drivers/config/h7/sdio_config.h | 0 .../HAL_Drivers/config/h7/spi_config.h | 0 .../HAL_Drivers/config/h7/tim_config.h | 0 .../HAL_Drivers/config/h7/uart_config.h | 0 .../HAL_Drivers/config/h7/usbd_config.h | 0 .../HAL_Drivers/config/l0/dma_config.h | 0 .../HAL_Drivers/config/l0/uart_config.h | 0 .../HAL_Drivers/config/l4/adc_config.h | 0 .../HAL_Drivers/config/l4/dma_config.h | 0 .../HAL_Drivers/config/l4/pwm_config.h | 0 .../HAL_Drivers/config/l4/qspi_config.h | 0 .../HAL_Drivers/config/l4/sdio_config.h | 0 .../HAL_Drivers/config/l4/spi_config.h | 0 .../HAL_Drivers/config/l4/tim_config.h | 0 .../HAL_Drivers/config/l4/uart_config.h | 0 .../HAL_Drivers/config/l4/usbd_config.h | 0 bsp/stm32/libraries/HAL_Drivers/drv_adc.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_can.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_can.h | 0 bsp/stm32/libraries/HAL_Drivers/drv_common.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_common.h | 0 bsp/stm32/libraries/HAL_Drivers/drv_config.h | 0 bsp/stm32/libraries/HAL_Drivers/drv_crypto.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_crypto.h | 0 bsp/stm32/libraries/HAL_Drivers/drv_dma.h | 0 bsp/stm32/libraries/HAL_Drivers/drv_eth.c | 17 +++++++++++++++-- bsp/stm32/libraries/HAL_Drivers/drv_eth.h | 0 .../HAL_Drivers/drv_flash/drv_flash.h | 0 .../HAL_Drivers/drv_flash/drv_flash_f0.c | 0 .../HAL_Drivers/drv_flash/drv_flash_f1.c | 0 .../HAL_Drivers/drv_flash/drv_flash_f2.c | 0 .../HAL_Drivers/drv_flash/drv_flash_f4.c | 0 .../HAL_Drivers/drv_flash/drv_flash_f7.c | 0 .../HAL_Drivers/drv_flash/drv_flash_l4.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_gpio.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_gpio.h | 0 bsp/stm32/libraries/HAL_Drivers/drv_hwtimer.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_lcd.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_lcd_mipi.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_log.h | 0 bsp/stm32/libraries/HAL_Drivers/drv_lptim.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_lptim.h | 0 bsp/stm32/libraries/HAL_Drivers/drv_pm.c | 0 .../libraries/HAL_Drivers/drv_pulse_encoder.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_pwm.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_qspi.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_qspi.h | 0 bsp/stm32/libraries/HAL_Drivers/drv_rtc.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_sdio.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_sdio.h | 0 bsp/stm32/libraries/HAL_Drivers/drv_sdram.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_soft_i2c.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_soft_i2c.h | 0 bsp/stm32/libraries/HAL_Drivers/drv_spi.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_spi.h | 0 bsp/stm32/libraries/HAL_Drivers/drv_usart.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_usart.h | 0 bsp/stm32/libraries/HAL_Drivers/drv_usbd.c | 0 bsp/stm32/libraries/HAL_Drivers/drv_wdt.c | 0 bsp/stm32/libraries/Kconfig | 0 .../Device/ST/STM32F0xx/Include/stm32f030x6.h | 0 .../Device/ST/STM32F0xx/Include/stm32f030x8.h | 0 .../Device/ST/STM32F0xx/Include/stm32f030xc.h | 0 .../Device/ST/STM32F0xx/Include/stm32f031x6.h | 0 .../Device/ST/STM32F0xx/Include/stm32f038xx.h | 0 .../Device/ST/STM32F0xx/Include/stm32f042x6.h | 0 .../Device/ST/STM32F0xx/Include/stm32f048xx.h | 0 .../Device/ST/STM32F0xx/Include/stm32f051x8.h | 0 .../Device/ST/STM32F0xx/Include/stm32f058xx.h | 0 .../Device/ST/STM32F0xx/Include/stm32f070x6.h | 0 .../Device/ST/STM32F0xx/Include/stm32f070xb.h | 0 .../Device/ST/STM32F0xx/Include/stm32f071xb.h | 0 .../Device/ST/STM32F0xx/Include/stm32f072xb.h | 0 .../Device/ST/STM32F0xx/Include/stm32f078xx.h | 0 .../Device/ST/STM32F0xx/Include/stm32f091xc.h | 0 .../Device/ST/STM32F0xx/Include/stm32f098xx.h | 0 .../Device/ST/STM32F0xx/Include/stm32f0xx.h | 0 .../ST/STM32F0xx/Include/system_stm32f0xx.h | 0 .../Source/Templates/arm/startup_stm32f030x6.s | 0 .../Source/Templates/arm/startup_stm32f030x8.s | 0 .../Source/Templates/arm/startup_stm32f030xc.s | 0 .../Source/Templates/arm/startup_stm32f031x6.s | 0 .../Source/Templates/arm/startup_stm32f038xx.s | 0 .../Source/Templates/arm/startup_stm32f042x6.s | 0 .../Source/Templates/arm/startup_stm32f048xx.s | 0 .../Source/Templates/arm/startup_stm32f051x8.s | 0 .../Source/Templates/arm/startup_stm32f058xx.s | 0 .../Source/Templates/arm/startup_stm32f070x6.s | 0 .../Source/Templates/arm/startup_stm32f070xb.s | 0 .../Source/Templates/arm/startup_stm32f071xb.s | 0 .../Source/Templates/arm/startup_stm32f072xb.s | 0 .../Source/Templates/arm/startup_stm32f078xx.s | 0 .../Source/Templates/arm/startup_stm32f091xc.s | 0 .../Source/Templates/arm/startup_stm32f098xx.s | 0 .../Source/Templates/gcc/startup_stm32f030x6.s | 0 .../Source/Templates/gcc/startup_stm32f030x8.s | 0 .../Source/Templates/gcc/startup_stm32f030xc.s | 0 .../Source/Templates/gcc/startup_stm32f031x6.s | 0 .../Source/Templates/gcc/startup_stm32f038xx.s | 0 .../Source/Templates/gcc/startup_stm32f042x6.s | 0 .../Source/Templates/gcc/startup_stm32f048xx.s | 0 .../Source/Templates/gcc/startup_stm32f051x8.s | 0 .../Source/Templates/gcc/startup_stm32f058xx.s | 0 .../Source/Templates/gcc/startup_stm32f070x6.s | 0 .../Source/Templates/gcc/startup_stm32f070xb.s | 0 .../Source/Templates/gcc/startup_stm32f071xb.s | 0 .../Source/Templates/gcc/startup_stm32f072xb.s | 0 .../Source/Templates/gcc/startup_stm32f078xx.s | 0 .../Source/Templates/gcc/startup_stm32f091xc.s | 0 .../Source/Templates/gcc/startup_stm32f098xx.s | 0 .../Templates/iar/linker/stm32f030x6_flash.icf | 0 .../Templates/iar/linker/stm32f030x8_flash.icf | 0 .../Templates/iar/linker/stm32f030xc_flash.icf | 0 .../Templates/iar/linker/stm32f031x6_flash.icf | 0 .../Templates/iar/linker/stm32f038xx_flash.icf | 0 .../Templates/iar/linker/stm32f042x6_flash.icf | 0 .../Templates/iar/linker/stm32f048xx_flash.icf | 0 .../Templates/iar/linker/stm32f051x8_flash.icf | 0 .../Templates/iar/linker/stm32f058xx_flash.icf | 0 .../Templates/iar/linker/stm32f070x6_flash.icf | 0 .../Templates/iar/linker/stm32f070xb_flash.icf | 0 .../Templates/iar/linker/stm32f071xb_flash.icf | 0 .../Templates/iar/linker/stm32f072xb_flash.icf | 0 .../Templates/iar/linker/stm32f078xx_flash.icf | 0 .../Templates/iar/linker/stm32f091xc_flash.icf | 0 .../Templates/iar/linker/stm32f091xc_sram.icf | 0 .../Templates/iar/linker/stm32f098xx_flash.icf | 0 .../Templates/iar/linker/stm32f098xx_sram.icf | 0 .../Source/Templates/iar/startup_stm32f030x6.s | 0 .../Source/Templates/iar/startup_stm32f030x8.s | 0 .../Source/Templates/iar/startup_stm32f030xc.s | 0 .../Source/Templates/iar/startup_stm32f031x6.s | 0 .../Source/Templates/iar/startup_stm32f038xx.s | 0 .../Source/Templates/iar/startup_stm32f042x6.s | 0 .../Source/Templates/iar/startup_stm32f048xx.s | 0 .../Source/Templates/iar/startup_stm32f051x8.s | 0 .../Source/Templates/iar/startup_stm32f058xx.s | 0 .../Source/Templates/iar/startup_stm32f070x6.s | 0 .../Source/Templates/iar/startup_stm32f070xb.s | 0 .../Source/Templates/iar/startup_stm32f071xb.s | 0 .../Source/Templates/iar/startup_stm32f072xb.s | 0 .../Source/Templates/iar/startup_stm32f078xx.s | 0 .../Source/Templates/iar/startup_stm32f091xc.s | 0 .../Source/Templates/iar/startup_stm32f098xx.s | 0 .../Source/Templates/system_stm32f0xx.c | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../STM32F0xx_HAL/CMSIS/Include/arm_math.h | 0 .../STM32F0xx_HAL/CMSIS/Include/cmsis_armcc.h | 0 .../CMSIS/Include/cmsis_armcc_V6.h | 0 .../STM32F0xx_HAL/CMSIS/Include/cmsis_gcc.h | 0 .../STM32F0xx_HAL/CMSIS/Include/core_cm0.h | 0 .../STM32F0xx_HAL/CMSIS/Include/core_cm0plus.h | 0 .../STM32F0xx_HAL/CMSIS/Include/core_cm3.h | 0 .../STM32F0xx_HAL/CMSIS/Include/core_cm4.h | 0 .../STM32F0xx_HAL/CMSIS/Include/core_cm7.h | 0 .../STM32F0xx_HAL/CMSIS/Include/core_cmFunc.h | 0 .../STM32F0xx_HAL/CMSIS/Include/core_cmInstr.h | 0 .../STM32F0xx_HAL/CMSIS/Include/core_cmSimd.h | 0 .../STM32F0xx_HAL/CMSIS/Include/core_sc000.h | 0 .../STM32F0xx_HAL/CMSIS/Include/core_sc300.h | 0 .../CMSIS/RTOS/Template/cmsis_os.h | 0 bsp/stm32/libraries/STM32F0xx_HAL/SConscript | 0 .../Inc/Legacy/stm32_hal_legacy.h | 0 .../Inc/Legacy/stm32f0xx_hal_can_legacy.h | 0 .../Inc/stm32_assert_template.h | 0 .../STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h | 0 .../Inc/stm32f0xx_hal_adc.h | 0 .../Inc/stm32f0xx_hal_adc_ex.h | 0 .../Inc/stm32f0xx_hal_can.h | 0 .../Inc/stm32f0xx_hal_cec.h | 0 .../Inc/stm32f0xx_hal_comp.h | 0 .../Inc/stm32f0xx_hal_conf_template.h | 0 .../Inc/stm32f0xx_hal_cortex.h | 0 .../Inc/stm32f0xx_hal_crc.h | 0 .../Inc/stm32f0xx_hal_crc_ex.h | 0 .../Inc/stm32f0xx_hal_dac.h | 0 .../Inc/stm32f0xx_hal_dac_ex.h | 0 .../Inc/stm32f0xx_hal_def.h | 0 .../Inc/stm32f0xx_hal_dma.h | 0 .../Inc/stm32f0xx_hal_dma_ex.h | 0 .../Inc/stm32f0xx_hal_flash.h | 0 .../Inc/stm32f0xx_hal_flash_ex.h | 0 .../Inc/stm32f0xx_hal_gpio.h | 0 .../Inc/stm32f0xx_hal_gpio_ex.h | 0 .../Inc/stm32f0xx_hal_i2c.h | 0 .../Inc/stm32f0xx_hal_i2c_ex.h | 0 .../Inc/stm32f0xx_hal_i2s.h | 0 .../Inc/stm32f0xx_hal_irda.h | 0 .../Inc/stm32f0xx_hal_irda_ex.h | 0 .../Inc/stm32f0xx_hal_iwdg.h | 0 .../Inc/stm32f0xx_hal_pcd.h | 0 .../Inc/stm32f0xx_hal_pcd_ex.h | 0 .../Inc/stm32f0xx_hal_pwr.h | 0 .../Inc/stm32f0xx_hal_pwr_ex.h | 0 .../Inc/stm32f0xx_hal_rcc.h | 0 .../Inc/stm32f0xx_hal_rcc_ex.h | 0 .../Inc/stm32f0xx_hal_rtc.h | 0 .../Inc/stm32f0xx_hal_rtc_ex.h | 0 .../Inc/stm32f0xx_hal_smartcard.h | 0 .../Inc/stm32f0xx_hal_smartcard_ex.h | 0 .../Inc/stm32f0xx_hal_smbus.h | 0 .../Inc/stm32f0xx_hal_spi.h | 0 .../Inc/stm32f0xx_hal_spi_ex.h | 0 .../Inc/stm32f0xx_hal_tim.h | 0 .../Inc/stm32f0xx_hal_tim_ex.h | 0 .../Inc/stm32f0xx_hal_tsc.h | 0 .../Inc/stm32f0xx_hal_uart.h | 0 .../Inc/stm32f0xx_hal_uart_ex.h | 0 .../Inc/stm32f0xx_hal_usart.h | 0 .../Inc/stm32f0xx_hal_usart_ex.h | 0 .../Inc/stm32f0xx_hal_wwdg.h | 0 .../Inc/stm32f0xx_ll_adc.h | 0 .../Inc/stm32f0xx_ll_bus.h | 0 .../Inc/stm32f0xx_ll_comp.h | 0 .../Inc/stm32f0xx_ll_cortex.h | 0 .../Inc/stm32f0xx_ll_crc.h | 0 .../Inc/stm32f0xx_ll_crs.h | 0 .../Inc/stm32f0xx_ll_dac.h | 0 .../Inc/stm32f0xx_ll_dma.h | 0 .../Inc/stm32f0xx_ll_exti.h | 0 .../Inc/stm32f0xx_ll_gpio.h | 0 .../Inc/stm32f0xx_ll_i2c.h | 0 .../Inc/stm32f0xx_ll_iwdg.h | 0 .../Inc/stm32f0xx_ll_pwr.h | 0 .../Inc/stm32f0xx_ll_rcc.h | 0 .../Inc/stm32f0xx_ll_rtc.h | 0 .../Inc/stm32f0xx_ll_spi.h | 0 .../Inc/stm32f0xx_ll_system.h | 0 .../Inc/stm32f0xx_ll_tim.h | 0 .../Inc/stm32f0xx_ll_usart.h | 0 .../Inc/stm32f0xx_ll_utils.h | 0 .../Inc/stm32f0xx_ll_wwdg.h | 0 .../Src/Legacy/stm32f0xx_hal_can.c | 0 .../STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c | 0 .../Src/stm32f0xx_hal_adc.c | 0 .../Src/stm32f0xx_hal_adc_ex.c | 0 .../Src/stm32f0xx_hal_can.c | 0 .../Src/stm32f0xx_hal_cec.c | 0 .../Src/stm32f0xx_hal_comp.c | 0 .../Src/stm32f0xx_hal_cortex.c | 0 .../Src/stm32f0xx_hal_crc.c | 0 .../Src/stm32f0xx_hal_crc_ex.c | 0 .../Src/stm32f0xx_hal_dac.c | 0 .../Src/stm32f0xx_hal_dac_ex.c | 0 .../Src/stm32f0xx_hal_dma.c | 0 .../Src/stm32f0xx_hal_flash.c | 0 .../Src/stm32f0xx_hal_flash_ex.c | 0 .../Src/stm32f0xx_hal_gpio.c | 0 .../Src/stm32f0xx_hal_i2c.c | 0 .../Src/stm32f0xx_hal_i2c_ex.c | 0 .../Src/stm32f0xx_hal_i2s.c | 0 .../Src/stm32f0xx_hal_irda.c | 0 .../Src/stm32f0xx_hal_iwdg.c | 0 .../Src/stm32f0xx_hal_msp_template.c | 0 .../Src/stm32f0xx_hal_pcd.c | 0 .../Src/stm32f0xx_hal_pcd_ex.c | 0 .../Src/stm32f0xx_hal_pwr.c | 0 .../Src/stm32f0xx_hal_pwr_ex.c | 0 .../Src/stm32f0xx_hal_rcc.c | 0 .../Src/stm32f0xx_hal_rcc_ex.c | 0 .../Src/stm32f0xx_hal_rtc.c | 0 .../Src/stm32f0xx_hal_rtc_ex.c | 0 .../Src/stm32f0xx_hal_smartcard.c | 0 .../Src/stm32f0xx_hal_smartcard_ex.c | 0 .../Src/stm32f0xx_hal_smbus.c | 0 .../Src/stm32f0xx_hal_spi.c | 0 .../Src/stm32f0xx_hal_spi_ex.c | 0 .../Src/stm32f0xx_hal_tim.c | 0 .../Src/stm32f0xx_hal_tim_ex.c | 0 ...stm32f0xx_hal_timebase_rtc_alarm_template.c | 0 ...tm32f0xx_hal_timebase_rtc_wakeup_template.c | 0 .../Src/stm32f0xx_hal_timebase_tim_template.c | 0 .../Src/stm32f0xx_hal_tsc.c | 0 .../Src/stm32f0xx_hal_uart.c | 0 .../Src/stm32f0xx_hal_uart_ex.c | 0 .../Src/stm32f0xx_hal_usart.c | 0 .../Src/stm32f0xx_hal_wwdg.c | 0 .../Src/stm32f0xx_ll_adc.c | 0 .../Src/stm32f0xx_ll_comp.c | 0 .../Src/stm32f0xx_ll_crc.c | 0 .../Src/stm32f0xx_ll_crs.c | 0 .../Src/stm32f0xx_ll_dac.c | 0 .../Src/stm32f0xx_ll_dma.c | 0 .../Src/stm32f0xx_ll_exti.c | 0 .../Src/stm32f0xx_ll_gpio.c | 0 .../Src/stm32f0xx_ll_i2c.c | 0 .../Src/stm32f0xx_ll_pwr.c | 0 .../Src/stm32f0xx_ll_rcc.c | 0 .../Src/stm32f0xx_ll_rtc.c | 0 .../Src/stm32f0xx_ll_spi.c | 0 .../Src/stm32f0xx_ll_tim.c | 0 .../Src/stm32f0xx_ll_usart.c | 0 .../Src/stm32f0xx_ll_utils.c | 0 .../Device/ST/STM32F1xx/Include/stm32f100xb.h | 0 .../Device/ST/STM32F1xx/Include/stm32f100xe.h | 0 .../Device/ST/STM32F1xx/Include/stm32f101x6.h | 0 .../Device/ST/STM32F1xx/Include/stm32f101xb.h | 0 .../Device/ST/STM32F1xx/Include/stm32f101xe.h | 0 .../Device/ST/STM32F1xx/Include/stm32f101xg.h | 0 .../Device/ST/STM32F1xx/Include/stm32f102x6.h | 0 .../Device/ST/STM32F1xx/Include/stm32f102xb.h | 0 .../Device/ST/STM32F1xx/Include/stm32f103x6.h | 0 .../Device/ST/STM32F1xx/Include/stm32f103xb.h | 0 .../Device/ST/STM32F1xx/Include/stm32f103xe.h | 0 .../Device/ST/STM32F1xx/Include/stm32f103xg.h | 0 .../Device/ST/STM32F1xx/Include/stm32f105xc.h | 0 .../Device/ST/STM32F1xx/Include/stm32f107xc.h | 0 .../Device/ST/STM32F1xx/Include/stm32f1xx.h | 0 .../ST/STM32F1xx/Include/system_stm32f1xx.h | 0 .../Device/ST/STM32F1xx/Release_Notes.html | 0 .../Source/Templates/arm/startup_stm32f100xb.s | 0 .../Source/Templates/arm/startup_stm32f100xe.s | 0 .../Source/Templates/arm/startup_stm32f101x6.s | 0 .../Source/Templates/arm/startup_stm32f101xb.s | 0 .../Source/Templates/arm/startup_stm32f101xe.s | 0 .../Source/Templates/arm/startup_stm32f101xg.s | 0 .../Source/Templates/arm/startup_stm32f102x6.s | 0 .../Source/Templates/arm/startup_stm32f102xb.s | 0 .../Source/Templates/arm/startup_stm32f103x6.s | 0 .../Source/Templates/arm/startup_stm32f103xb.s | 0 .../Source/Templates/arm/startup_stm32f103xe.s | 0 .../Source/Templates/arm/startup_stm32f103xg.s | 0 .../Source/Templates/arm/startup_stm32f105xc.s | 0 .../Source/Templates/arm/startup_stm32f107xc.s | 0 .../Templates/gcc/linker/STM32F100XB_FLASH.ld | 0 .../Templates/gcc/linker/STM32F100XE_FLASH.ld | 0 .../Templates/gcc/linker/STM32F101X6_FLASH.ld | 0 .../Templates/gcc/linker/STM32F101XB_FLASH.ld | 0 .../Templates/gcc/linker/STM32F101XE_FLASH.ld | 0 .../Templates/gcc/linker/STM32F101XG_FLASH.ld | 0 .../Templates/gcc/linker/STM32F102X6_FLASH.ld | 0 .../Templates/gcc/linker/STM32F102XB_FLASH.ld | 0 .../Templates/gcc/linker/STM32F103X6_FLASH.ld | 0 .../Templates/gcc/linker/STM32F103XB_FLASH.ld | 0 .../Templates/gcc/linker/STM32F103XE_FLASH.ld | 0 .../Templates/gcc/linker/STM32F103XG_FLASH.ld | 0 .../Templates/gcc/linker/STM32F105XC_FLASH.ld | 0 .../Templates/gcc/linker/STM32F107XC_FLASH.ld | 0 .../Source/Templates/gcc/startup_stm32f100xb.s | 0 .../Source/Templates/gcc/startup_stm32f100xe.s | 0 .../Source/Templates/gcc/startup_stm32f101x6.s | 0 .../Source/Templates/gcc/startup_stm32f101xb.s | 0 .../Source/Templates/gcc/startup_stm32f101xe.s | 0 .../Source/Templates/gcc/startup_stm32f101xg.s | 0 .../Source/Templates/gcc/startup_stm32f102x6.s | 0 .../Source/Templates/gcc/startup_stm32f102xb.s | 0 .../Source/Templates/gcc/startup_stm32f103x6.s | 0 .../Source/Templates/gcc/startup_stm32f103xb.s | 0 .../Source/Templates/gcc/startup_stm32f103xe.s | 0 .../Source/Templates/gcc/startup_stm32f103xg.s | 0 .../Source/Templates/gcc/startup_stm32f105xc.s | 0 .../Source/Templates/gcc/startup_stm32f107xc.s | 0 .../Templates/iar/linker/stm32f100xb_flash.icf | 0 .../Templates/iar/linker/stm32f100xb_sram.icf | 0 .../Templates/iar/linker/stm32f100xe_flash.icf | 0 .../Templates/iar/linker/stm32f100xe_sram.icf | 0 .../Templates/iar/linker/stm32f101x6_flash.icf | 0 .../Templates/iar/linker/stm32f101x6_sram.icf | 0 .../Templates/iar/linker/stm32f101xb_flash.icf | 0 .../Templates/iar/linker/stm32f101xb_sram.icf | 0 .../Templates/iar/linker/stm32f101xe_flash.icf | 0 .../Templates/iar/linker/stm32f101xe_sram.icf | 0 .../Templates/iar/linker/stm32f101xg_flash.icf | 0 .../Templates/iar/linker/stm32f101xg_sram.icf | 0 .../Templates/iar/linker/stm32f102x6_flash.icf | 0 .../Templates/iar/linker/stm32f102x6_sram.icf | 0 .../Templates/iar/linker/stm32f102xb_flash.icf | 0 .../Templates/iar/linker/stm32f102xb_sram.icf | 0 .../Templates/iar/linker/stm32f103x6_flash.icf | 0 .../Templates/iar/linker/stm32f103x6_sram.icf | 0 .../Templates/iar/linker/stm32f103xb_flash.icf | 0 .../Templates/iar/linker/stm32f103xb_sram.icf | 0 .../Templates/iar/linker/stm32f103xe_flash.icf | 0 .../Templates/iar/linker/stm32f103xe_sram.icf | 0 .../Templates/iar/linker/stm32f103xg_flash.icf | 0 .../Templates/iar/linker/stm32f103xg_sram.icf | 0 .../Templates/iar/linker/stm32f105xc_flash.icf | 0 .../Templates/iar/linker/stm32f105xc_sram.icf | 0 .../Templates/iar/linker/stm32f107xc_flash.icf | 0 .../Templates/iar/linker/stm32f107xc_sram.icf | 0 .../Source/Templates/iar/startup_stm32f100xb.s | 0 .../Source/Templates/iar/startup_stm32f100xe.s | 0 .../Source/Templates/iar/startup_stm32f101x6.s | 0 .../Source/Templates/iar/startup_stm32f101xb.s | 0 .../Source/Templates/iar/startup_stm32f101xe.s | 0 .../Source/Templates/iar/startup_stm32f101xg.s | 0 .../Source/Templates/iar/startup_stm32f102x6.s | 0 .../Source/Templates/iar/startup_stm32f102xb.s | 0 .../Source/Templates/iar/startup_stm32f103x6.s | 0 .../Source/Templates/iar/startup_stm32f103xb.s | 0 .../Source/Templates/iar/startup_stm32f103xe.s | 0 .../Source/Templates/iar/startup_stm32f103xg.s | 0 .../Source/Templates/iar/startup_stm32f105xc.s | 0 .../Source/Templates/iar/startup_stm32f107xc.s | 0 .../Source/Templates/system_stm32f1xx.c | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../STM32F1xx_HAL/CMSIS/Include/arm_math.h | 0 .../STM32F1xx_HAL/CMSIS/Include/cmsis_armcc.h | 0 .../CMSIS/Include/cmsis_armcc_V6.h | 0 .../CMSIS/Include/cmsis_armclang.h | 0 .../CMSIS/Include/cmsis_compiler.h | 0 .../STM32F1xx_HAL/CMSIS/Include/cmsis_gcc.h | 0 .../STM32F1xx_HAL/CMSIS/Include/cmsis_iccarm.h | 0 .../CMSIS/Include/cmsis_version.h | 0 .../CMSIS/Include/core_armv8mbl.h | 0 .../CMSIS/Include/core_armv8mml.h | 0 .../STM32F1xx_HAL/CMSIS/Include/core_cm0.h | 0 .../STM32F1xx_HAL/CMSIS/Include/core_cm0plus.h | 0 .../STM32F1xx_HAL/CMSIS/Include/core_cm1.h | 0 .../STM32F1xx_HAL/CMSIS/Include/core_cm23.h | 0 .../STM32F1xx_HAL/CMSIS/Include/core_cm3.h | 0 .../STM32F1xx_HAL/CMSIS/Include/core_cm33.h | 0 .../STM32F1xx_HAL/CMSIS/Include/core_cm4.h | 0 .../STM32F1xx_HAL/CMSIS/Include/core_cm7.h | 0 .../STM32F1xx_HAL/CMSIS/Include/core_cmFunc.h | 0 .../STM32F1xx_HAL/CMSIS/Include/core_cmInstr.h | 0 .../STM32F1xx_HAL/CMSIS/Include/core_cmSimd.h | 0 .../STM32F1xx_HAL/CMSIS/Include/core_sc000.h | 0 .../STM32F1xx_HAL/CMSIS/Include/core_sc300.h | 0 .../STM32F1xx_HAL/CMSIS/Include/mpu_armv7.h | 0 .../STM32F1xx_HAL/CMSIS/Include/mpu_armv8.h | 0 .../STM32F1xx_HAL/CMSIS/Include/tz_context.h | 0 .../STM32F1xx_HAL/CMSIS/Lib/license.txt | 0 .../CMSIS/RTOS/Template/cmsis_os.h | 0 bsp/stm32/libraries/STM32F1xx_HAL/SConscript | 0 .../Inc/Legacy/stm32_hal_legacy.h | 0 .../Inc/Legacy/stm32f1xx_hal_can_ex_legacy.h | 0 .../Inc/Legacy/stm32f1xx_hal_can_legacy.h | 0 .../Inc/stm32_assert_template.h | 0 .../STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h | 0 .../Inc/stm32f1xx_hal_adc.h | 0 .../Inc/stm32f1xx_hal_adc_ex.h | 0 .../Inc/stm32f1xx_hal_can.h | 0 .../Inc/stm32f1xx_hal_cec.h | 0 .../Inc/stm32f1xx_hal_conf_template.h | 0 .../Inc/stm32f1xx_hal_cortex.h | 0 .../Inc/stm32f1xx_hal_crc.h | 0 .../Inc/stm32f1xx_hal_dac.h | 0 .../Inc/stm32f1xx_hal_dac_ex.h | 0 .../Inc/stm32f1xx_hal_def.h | 0 .../Inc/stm32f1xx_hal_dma.h | 0 .../Inc/stm32f1xx_hal_dma_ex.h | 0 .../Inc/stm32f1xx_hal_eth.h | 0 .../Inc/stm32f1xx_hal_exti.h | 0 .../Inc/stm32f1xx_hal_flash.h | 0 .../Inc/stm32f1xx_hal_flash_ex.h | 0 .../Inc/stm32f1xx_hal_gpio.h | 0 .../Inc/stm32f1xx_hal_gpio_ex.h | 0 .../Inc/stm32f1xx_hal_hcd.h | 0 .../Inc/stm32f1xx_hal_i2c.h | 0 .../Inc/stm32f1xx_hal_i2s.h | 0 .../Inc/stm32f1xx_hal_irda.h | 0 .../Inc/stm32f1xx_hal_iwdg.h | 0 .../Inc/stm32f1xx_hal_mmc.h | 0 .../Inc/stm32f1xx_hal_nand.h | 0 .../Inc/stm32f1xx_hal_nor.h | 0 .../Inc/stm32f1xx_hal_pccard.h | 0 .../Inc/stm32f1xx_hal_pcd.h | 0 .../Inc/stm32f1xx_hal_pcd_ex.h | 0 .../Inc/stm32f1xx_hal_pwr.h | 0 .../Inc/stm32f1xx_hal_rcc.h | 0 .../Inc/stm32f1xx_hal_rcc_ex.h | 0 .../Inc/stm32f1xx_hal_rtc.h | 0 .../Inc/stm32f1xx_hal_rtc_ex.h | 0 .../Inc/stm32f1xx_hal_sd.h | 0 .../Inc/stm32f1xx_hal_smartcard.h | 0 .../Inc/stm32f1xx_hal_spi.h | 0 .../Inc/stm32f1xx_hal_sram.h | 0 .../Inc/stm32f1xx_hal_tim.h | 0 .../Inc/stm32f1xx_hal_tim_ex.h | 0 .../Inc/stm32f1xx_hal_uart.h | 0 .../Inc/stm32f1xx_hal_usart.h | 0 .../Inc/stm32f1xx_hal_wwdg.h | 0 .../Inc/stm32f1xx_ll_adc.h | 0 .../Inc/stm32f1xx_ll_bus.h | 0 .../Inc/stm32f1xx_ll_cortex.h | 0 .../Inc/stm32f1xx_ll_crc.h | 0 .../Inc/stm32f1xx_ll_dac.h | 0 .../Inc/stm32f1xx_ll_dma.h | 0 .../Inc/stm32f1xx_ll_exti.h | 0 .../Inc/stm32f1xx_ll_fsmc.h | 0 .../Inc/stm32f1xx_ll_gpio.h | 0 .../Inc/stm32f1xx_ll_i2c.h | 0 .../Inc/stm32f1xx_ll_iwdg.h | 0 .../Inc/stm32f1xx_ll_pwr.h | 0 .../Inc/stm32f1xx_ll_rcc.h | 0 .../Inc/stm32f1xx_ll_rtc.h | 0 .../Inc/stm32f1xx_ll_sdmmc.h | 0 .../Inc/stm32f1xx_ll_spi.h | 0 .../Inc/stm32f1xx_ll_system.h | 0 .../Inc/stm32f1xx_ll_tim.h | 0 .../Inc/stm32f1xx_ll_usart.h | 0 .../Inc/stm32f1xx_ll_usb.h | 0 .../Inc/stm32f1xx_ll_utils.h | 0 .../Inc/stm32f1xx_ll_wwdg.h | 0 .../Src/Legacy/stm32f1xx_hal_can.c | 0 .../STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c | 0 .../Src/stm32f1xx_hal_adc.c | 0 .../Src/stm32f1xx_hal_adc_ex.c | 0 .../Src/stm32f1xx_hal_can.c | 0 .../Src/stm32f1xx_hal_cec.c | 0 .../Src/stm32f1xx_hal_cortex.c | 0 .../Src/stm32f1xx_hal_crc.c | 0 .../Src/stm32f1xx_hal_dac.c | 0 .../Src/stm32f1xx_hal_dac_ex.c | 0 .../Src/stm32f1xx_hal_dma.c | 0 .../Src/stm32f1xx_hal_eth.c | 0 .../Src/stm32f1xx_hal_exti.c | 0 .../Src/stm32f1xx_hal_flash.c | 0 .../Src/stm32f1xx_hal_flash_ex.c | 0 .../Src/stm32f1xx_hal_gpio.c | 0 .../Src/stm32f1xx_hal_gpio_ex.c | 0 .../Src/stm32f1xx_hal_hcd.c | 0 .../Src/stm32f1xx_hal_i2c.c | 0 .../Src/stm32f1xx_hal_i2s.c | 0 .../Src/stm32f1xx_hal_irda.c | 0 .../Src/stm32f1xx_hal_iwdg.c | 0 .../Src/stm32f1xx_hal_mmc.c | 0 .../Src/stm32f1xx_hal_msp_template.c | 0 .../Src/stm32f1xx_hal_nand.c | 0 .../Src/stm32f1xx_hal_nor.c | 0 .../Src/stm32f1xx_hal_pccard.c | 0 .../Src/stm32f1xx_hal_pcd.c | 0 .../Src/stm32f1xx_hal_pcd_ex.c | 0 .../Src/stm32f1xx_hal_pwr.c | 0 .../Src/stm32f1xx_hal_rcc.c | 0 .../Src/stm32f1xx_hal_rcc_ex.c | 0 .../Src/stm32f1xx_hal_rtc.c | 0 .../Src/stm32f1xx_hal_rtc_ex.c | 0 .../Src/stm32f1xx_hal_sd.c | 0 .../Src/stm32f1xx_hal_smartcard.c | 0 .../Src/stm32f1xx_hal_spi.c | 0 .../Src/stm32f1xx_hal_sram.c | 0 .../Src/stm32f1xx_hal_tim.c | 0 .../Src/stm32f1xx_hal_tim_ex.c | 0 ...stm32f1xx_hal_timebase_rtc_alarm_template.c | 0 .../Src/stm32f1xx_hal_timebase_tim_template.c | 0 .../Src/stm32f1xx_hal_uart.c | 0 .../Src/stm32f1xx_hal_usart.c | 0 .../Src/stm32f1xx_hal_wwdg.c | 0 .../Src/stm32f1xx_ll_adc.c | 0 .../Src/stm32f1xx_ll_crc.c | 0 .../Src/stm32f1xx_ll_dac.c | 0 .../Src/stm32f1xx_ll_dma.c | 0 .../Src/stm32f1xx_ll_exti.c | 0 .../Src/stm32f1xx_ll_fsmc.c | 0 .../Src/stm32f1xx_ll_gpio.c | 0 .../Src/stm32f1xx_ll_i2c.c | 0 .../Src/stm32f1xx_ll_pwr.c | 0 .../Src/stm32f1xx_ll_rcc.c | 0 .../Src/stm32f1xx_ll_rtc.c | 0 .../Src/stm32f1xx_ll_sdmmc.c | 0 .../Src/stm32f1xx_ll_spi.c | 0 .../Src/stm32f1xx_ll_tim.c | 0 .../Src/stm32f1xx_ll_usart.c | 0 .../Src/stm32f1xx_ll_usb.c | 0 .../Src/stm32f1xx_ll_utils.c | 0 .../Device/ST/STM32F2xx/Include/stm32f205xx.h | 0 .../Device/ST/STM32F2xx/Include/stm32f207xx.h | 0 .../Device/ST/STM32F2xx/Include/stm32f215xx.h | 0 .../Device/ST/STM32F2xx/Include/stm32f217xx.h | 0 .../Device/ST/STM32F2xx/Include/stm32f2xx.h | 0 .../ST/STM32F2xx/Include/system_stm32f2xx.h | 0 .../Source/Templates/arm/startup_stm32f205xx.s | 0 .../Source/Templates/arm/startup_stm32f207xx.s | 0 .../Source/Templates/arm/startup_stm32f215xx.s | 0 .../Source/Templates/arm/startup_stm32f217xx.s | 0 .../Source/Templates/gcc/startup_stm32f205xx.s | 0 .../Source/Templates/gcc/startup_stm32f207xx.s | 0 .../Source/Templates/gcc/startup_stm32f215xx.s | 0 .../Source/Templates/gcc/startup_stm32f217xx.s | 0 .../Templates/iar/linker/stm32f205xx_flash.icf | 0 .../Templates/iar/linker/stm32f205xx_sram.icf | 0 .../Templates/iar/linker/stm32f207xx_flash.icf | 0 .../Templates/iar/linker/stm32f207xx_sram.icf | 0 .../Templates/iar/linker/stm32f215xx_flash.icf | 0 .../Templates/iar/linker/stm32f215xx_sram.icf | 0 .../Templates/iar/linker/stm32f217xx_flash.icf | 0 .../Templates/iar/linker/stm32f217xx_sram.icf | 0 .../Source/Templates/iar/startup_stm32f205xx.s | 0 .../Source/Templates/iar/startup_stm32f207xx.s | 0 .../Source/Templates/iar/startup_stm32f215xx.s | 0 .../Source/Templates/iar/startup_stm32f217xx.s | 0 .../Source/Templates/system_stm32f2xx.c | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../STM32F2xx_HAL/CMSIS/Include/arm_math.h | 0 .../STM32F2xx_HAL/CMSIS/Include/cmsis_armcc.h | 0 .../CMSIS/Include/cmsis_armcc_V6.h | 0 .../CMSIS/Include/cmsis_armclang.h | 0 .../CMSIS/Include/cmsis_compiler.h | 0 .../STM32F2xx_HAL/CMSIS/Include/cmsis_gcc.h | 0 .../STM32F2xx_HAL/CMSIS/Include/cmsis_iccarm.h | 0 .../CMSIS/Include/cmsis_version.h | 0 .../CMSIS/Include/core_armv8mbl.h | 0 .../CMSIS/Include/core_armv8mml.h | 0 .../STM32F2xx_HAL/CMSIS/Include/core_cm0.h | 0 .../STM32F2xx_HAL/CMSIS/Include/core_cm0plus.h | 0 .../STM32F2xx_HAL/CMSIS/Include/core_cm1.h | 0 .../STM32F2xx_HAL/CMSIS/Include/core_cm23.h | 0 .../STM32F2xx_HAL/CMSIS/Include/core_cm3.h | 0 .../STM32F2xx_HAL/CMSIS/Include/core_cm33.h | 0 .../STM32F2xx_HAL/CMSIS/Include/core_cm4.h | 0 .../STM32F2xx_HAL/CMSIS/Include/core_cm7.h | 0 .../STM32F2xx_HAL/CMSIS/Include/core_cmFunc.h | 0 .../STM32F2xx_HAL/CMSIS/Include/core_cmInstr.h | 0 .../STM32F2xx_HAL/CMSIS/Include/core_cmSimd.h | 0 .../STM32F2xx_HAL/CMSIS/Include/core_sc000.h | 0 .../STM32F2xx_HAL/CMSIS/Include/core_sc300.h | 0 .../STM32F2xx_HAL/CMSIS/Include/mpu_armv7.h | 0 .../STM32F2xx_HAL/CMSIS/Include/mpu_armv8.h | 0 .../STM32F2xx_HAL/CMSIS/Include/tz_context.h | 0 .../CMSIS/RTOS/Template/cmsis_os.h | 0 bsp/stm32/libraries/STM32F2xx_HAL/SConscript | 0 .../Inc/Legacy/stm32_hal_legacy.h | 0 .../Inc/Legacy/stm32f2xx_hal_can_legacy.h | 0 .../Inc/stm32_assert_template.h | 0 .../STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal.h | 0 .../Inc/stm32f2xx_hal_adc.h | 0 .../Inc/stm32f2xx_hal_adc_ex.h | 0 .../Inc/stm32f2xx_hal_can.h | 0 .../Inc/stm32f2xx_hal_conf_template.h | 0 .../Inc/stm32f2xx_hal_cortex.h | 0 .../Inc/stm32f2xx_hal_crc.h | 0 .../Inc/stm32f2xx_hal_cryp.h | 0 .../Inc/stm32f2xx_hal_dac.h | 0 .../Inc/stm32f2xx_hal_dac_ex.h | 0 .../Inc/stm32f2xx_hal_dcmi.h | 0 .../Inc/stm32f2xx_hal_dcmi_ex.h | 0 .../Inc/stm32f2xx_hal_def.h | 0 .../Inc/stm32f2xx_hal_dma.h | 0 .../Inc/stm32f2xx_hal_dma_ex.h | 0 .../Inc/stm32f2xx_hal_eth.h | 0 .../Inc/stm32f2xx_hal_exti.h | 0 .../Inc/stm32f2xx_hal_flash.h | 0 .../Inc/stm32f2xx_hal_flash_ex.h | 0 .../Inc/stm32f2xx_hal_gpio.h | 0 .../Inc/stm32f2xx_hal_gpio_ex.h | 0 .../Inc/stm32f2xx_hal_hash.h | 0 .../Inc/stm32f2xx_hal_hcd.h | 0 .../Inc/stm32f2xx_hal_i2c.h | 0 .../Inc/stm32f2xx_hal_i2s.h | 0 .../Inc/stm32f2xx_hal_irda.h | 0 .../Inc/stm32f2xx_hal_iwdg.h | 0 .../Inc/stm32f2xx_hal_mmc.h | 0 .../Inc/stm32f2xx_hal_nand.h | 0 .../Inc/stm32f2xx_hal_nor.h | 0 .../Inc/stm32f2xx_hal_pccard.h | 0 .../Inc/stm32f2xx_hal_pcd.h | 0 .../Inc/stm32f2xx_hal_pcd_ex.h | 0 .../Inc/stm32f2xx_hal_pwr.h | 0 .../Inc/stm32f2xx_hal_pwr_ex.h | 0 .../Inc/stm32f2xx_hal_rcc.h | 0 .../Inc/stm32f2xx_hal_rcc_ex.h | 0 .../Inc/stm32f2xx_hal_rng.h | 0 .../Inc/stm32f2xx_hal_rtc.h | 0 .../Inc/stm32f2xx_hal_rtc_ex.h | 0 .../Inc/stm32f2xx_hal_sd.h | 0 .../Inc/stm32f2xx_hal_smartcard.h | 0 .../Inc/stm32f2xx_hal_spi.h | 0 .../Inc/stm32f2xx_hal_sram.h | 0 .../Inc/stm32f2xx_hal_tim.h | 0 .../Inc/stm32f2xx_hal_tim_ex.h | 0 .../Inc/stm32f2xx_hal_uart.h | 0 .../Inc/stm32f2xx_hal_usart.h | 0 .../Inc/stm32f2xx_hal_wwdg.h | 0 .../Inc/stm32f2xx_ll_adc.h | 0 .../Inc/stm32f2xx_ll_bus.h | 0 .../Inc/stm32f2xx_ll_cortex.h | 0 .../Inc/stm32f2xx_ll_crc.h | 0 .../Inc/stm32f2xx_ll_dac.h | 0 .../Inc/stm32f2xx_ll_dma.h | 0 .../Inc/stm32f2xx_ll_exti.h | 0 .../Inc/stm32f2xx_ll_fsmc.h | 0 .../Inc/stm32f2xx_ll_gpio.h | 0 .../Inc/stm32f2xx_ll_i2c.h | 0 .../Inc/stm32f2xx_ll_iwdg.h | 0 .../Inc/stm32f2xx_ll_pwr.h | 0 .../Inc/stm32f2xx_ll_rcc.h | 0 .../Inc/stm32f2xx_ll_rng.h | 0 .../Inc/stm32f2xx_ll_rtc.h | 0 .../Inc/stm32f2xx_ll_sdmmc.h | 0 .../Inc/stm32f2xx_ll_spi.h | 0 .../Inc/stm32f2xx_ll_system.h | 0 .../Inc/stm32f2xx_ll_tim.h | 0 .../Inc/stm32f2xx_ll_usart.h | 0 .../Inc/stm32f2xx_ll_usb.h | 0 .../Inc/stm32f2xx_ll_utils.h | 0 .../Inc/stm32f2xx_ll_wwdg.h | 0 .../Src/Legacy/stm32f2xx_hal_can.c | 0 .../STM32F2xx_HAL_Driver/Src/stm32f2xx_hal.c | 0 .../Src/stm32f2xx_hal_adc.c | 0 .../Src/stm32f2xx_hal_adc_ex.c | 0 .../Src/stm32f2xx_hal_can.c | 0 .../Src/stm32f2xx_hal_cortex.c | 0 .../Src/stm32f2xx_hal_crc.c | 0 .../Src/stm32f2xx_hal_cryp.c | 0 .../Src/stm32f2xx_hal_dac.c | 0 .../Src/stm32f2xx_hal_dac_ex.c | 0 .../Src/stm32f2xx_hal_dcmi.c | 0 .../Src/stm32f2xx_hal_dcmi_ex.c | 0 .../Src/stm32f2xx_hal_dma.c | 0 .../Src/stm32f2xx_hal_dma_ex.c | 0 .../Src/stm32f2xx_hal_eth.c | 0 .../Src/stm32f2xx_hal_exti.c | 0 .../Src/stm32f2xx_hal_flash.c | 0 .../Src/stm32f2xx_hal_flash_ex.c | 0 .../Src/stm32f2xx_hal_gpio.c | 0 .../Src/stm32f2xx_hal_hash.c | 0 .../Src/stm32f2xx_hal_hcd.c | 0 .../Src/stm32f2xx_hal_i2c.c | 0 .../Src/stm32f2xx_hal_i2s.c | 0 .../Src/stm32f2xx_hal_irda.c | 0 .../Src/stm32f2xx_hal_iwdg.c | 0 .../Src/stm32f2xx_hal_mmc.c | 0 .../Src/stm32f2xx_hal_msp_template.c | 0 .../Src/stm32f2xx_hal_nand.c | 0 .../Src/stm32f2xx_hal_nor.c | 0 .../Src/stm32f2xx_hal_pccard.c | 0 .../Src/stm32f2xx_hal_pcd.c | 0 .../Src/stm32f2xx_hal_pcd_ex.c | 0 .../Src/stm32f2xx_hal_pwr.c | 0 .../Src/stm32f2xx_hal_pwr_ex.c | 0 .../Src/stm32f2xx_hal_rcc.c | 0 .../Src/stm32f2xx_hal_rcc_ex.c | 0 .../Src/stm32f2xx_hal_rng.c | 0 .../Src/stm32f2xx_hal_rtc.c | 0 .../Src/stm32f2xx_hal_rtc_ex.c | 0 .../Src/stm32f2xx_hal_sd.c | 0 .../Src/stm32f2xx_hal_smartcard.c | 0 .../Src/stm32f2xx_hal_spi.c | 0 .../Src/stm32f2xx_hal_sram.c | 0 .../Src/stm32f2xx_hal_tim.c | 0 .../Src/stm32f2xx_hal_tim_ex.c | 0 ...stm32f2xx_hal_timebase_rtc_alarm_template.c | 0 ...tm32f2xx_hal_timebase_rtc_wakeup_template.c | 0 .../Src/stm32f2xx_hal_timebase_tim_template.c | 0 .../Src/stm32f2xx_hal_uart.c | 0 .../Src/stm32f2xx_hal_usart.c | 0 .../Src/stm32f2xx_hal_wwdg.c | 0 .../Src/stm32f2xx_ll_adc.c | 0 .../Src/stm32f2xx_ll_crc.c | 0 .../Src/stm32f2xx_ll_dac.c | 0 .../Src/stm32f2xx_ll_dma.c | 0 .../Src/stm32f2xx_ll_exti.c | 0 .../Src/stm32f2xx_ll_fsmc.c | 0 .../Src/stm32f2xx_ll_gpio.c | 0 .../Src/stm32f2xx_ll_i2c.c | 0 .../Src/stm32f2xx_ll_pwr.c | 0 .../Src/stm32f2xx_ll_rcc.c | 0 .../Src/stm32f2xx_ll_rng.c | 0 .../Src/stm32f2xx_ll_rtc.c | 0 .../Src/stm32f2xx_ll_sdmmc.c | 0 .../Src/stm32f2xx_ll_spi.c | 0 .../Src/stm32f2xx_ll_tim.c | 0 .../Src/stm32f2xx_ll_usart.c | 0 .../Src/stm32f2xx_ll_usb.c | 0 .../Src/stm32f2xx_ll_utils.c | 0 .../Device/ST/STM32F4xx/Include/stm32f401xc.h | 0 .../Device/ST/STM32F4xx/Include/stm32f401xe.h | 0 .../Device/ST/STM32F4xx/Include/stm32f405xx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f407xx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f410cx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f410rx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f410tx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f411xe.h | 0 .../Device/ST/STM32F4xx/Include/stm32f412cx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f412rx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f412vx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f412zx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f413xx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f415xx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f417xx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f423xx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f427xx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f429xx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f437xx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f439xx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f446xx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f469xx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f479xx.h | 0 .../Device/ST/STM32F4xx/Include/stm32f4xx.h | 0 .../ST/STM32F4xx/Include/system_stm32f4xx.h | 0 .../Device/ST/STM32F4xx/Release_Notes.html | 0 .../Source/Templates/arm/startup_stm32f401xc.s | 0 .../Source/Templates/arm/startup_stm32f401xe.s | 0 .../Source/Templates/arm/startup_stm32f405xx.s | 0 .../Source/Templates/arm/startup_stm32f407xx.s | 0 .../Source/Templates/arm/startup_stm32f410cx.s | 0 .../Source/Templates/arm/startup_stm32f410rx.s | 0 .../Source/Templates/arm/startup_stm32f410tx.s | 0 .../Source/Templates/arm/startup_stm32f411xe.s | 0 .../Source/Templates/arm/startup_stm32f412cx.s | 0 .../Source/Templates/arm/startup_stm32f412rx.s | 0 .../Source/Templates/arm/startup_stm32f412vx.s | 0 .../Source/Templates/arm/startup_stm32f412zx.s | 0 .../Source/Templates/arm/startup_stm32f413xx.s | 0 .../Source/Templates/arm/startup_stm32f415xx.s | 0 .../Source/Templates/arm/startup_stm32f417xx.s | 0 .../Source/Templates/arm/startup_stm32f423xx.s | 0 .../Source/Templates/arm/startup_stm32f427xx.s | 0 .../Source/Templates/arm/startup_stm32f429xx.s | 0 .../Source/Templates/arm/startup_stm32f437xx.s | 0 .../Source/Templates/arm/startup_stm32f439xx.s | 0 .../Source/Templates/arm/startup_stm32f446xx.s | 0 .../Source/Templates/arm/startup_stm32f469xx.s | 0 .../Source/Templates/arm/startup_stm32f479xx.s | 0 .../Source/Templates/gcc/startup_stm32f401xc.s | 0 .../Source/Templates/gcc/startup_stm32f401xe.s | 0 .../Source/Templates/gcc/startup_stm32f405xx.s | 0 .../Source/Templates/gcc/startup_stm32f407xx.s | 0 .../Source/Templates/gcc/startup_stm32f410cx.s | 0 .../Source/Templates/gcc/startup_stm32f410rx.s | 0 .../Source/Templates/gcc/startup_stm32f410tx.s | 0 .../Source/Templates/gcc/startup_stm32f411xe.s | 0 .../Source/Templates/gcc/startup_stm32f412cx.s | 0 .../Source/Templates/gcc/startup_stm32f412rx.s | 0 .../Source/Templates/gcc/startup_stm32f412vx.s | 0 .../Source/Templates/gcc/startup_stm32f412zx.s | 0 .../Source/Templates/gcc/startup_stm32f413xx.s | 0 .../Source/Templates/gcc/startup_stm32f415xx.s | 0 .../Source/Templates/gcc/startup_stm32f417xx.s | 0 .../Source/Templates/gcc/startup_stm32f423xx.s | 0 .../Source/Templates/gcc/startup_stm32f427xx.s | 0 .../Source/Templates/gcc/startup_stm32f429xx.s | 0 .../Source/Templates/gcc/startup_stm32f437xx.s | 0 .../Source/Templates/gcc/startup_stm32f439xx.s | 0 .../Source/Templates/gcc/startup_stm32f446xx.s | 0 .../Source/Templates/gcc/startup_stm32f469xx.s | 0 .../Source/Templates/gcc/startup_stm32f479xx.s | 0 .../Templates/iar/linker/stm32f401xc_flash.icf | 0 .../Templates/iar/linker/stm32f401xc_sram.icf | 0 .../Templates/iar/linker/stm32f401xe_flash.icf | 0 .../Templates/iar/linker/stm32f401xe_sram.icf | 0 .../Templates/iar/linker/stm32f405xx_flash.icf | 0 .../Templates/iar/linker/stm32f405xx_sram.icf | 0 .../Templates/iar/linker/stm32f407xx_flash.icf | 0 .../Templates/iar/linker/stm32f407xx_sram.icf | 0 .../Templates/iar/linker/stm32f410cx_flash.icf | 0 .../Templates/iar/linker/stm32f410cx_sram.icf | 0 .../Templates/iar/linker/stm32f410rx_flash.icf | 0 .../Templates/iar/linker/stm32f410rx_sram.icf | 0 .../Templates/iar/linker/stm32f410tx_flash.icf | 0 .../Templates/iar/linker/stm32f410tx_sram.icf | 0 .../Templates/iar/linker/stm32f411xe_flash.icf | 0 .../Templates/iar/linker/stm32f411xe_sram.icf | 0 .../Templates/iar/linker/stm32f412cx_flash.icf | 0 .../Templates/iar/linker/stm32f412cx_sram.icf | 0 .../Templates/iar/linker/stm32f412rx_flash.icf | 0 .../Templates/iar/linker/stm32f412rx_sram.icf | 0 .../Templates/iar/linker/stm32f412vx_flash.icf | 0 .../Templates/iar/linker/stm32f412vx_sram.icf | 0 .../Templates/iar/linker/stm32f412zx_flash.icf | 0 .../Templates/iar/linker/stm32f412zx_sram.icf | 0 .../Templates/iar/linker/stm32f413xx_flash.icf | 0 .../Templates/iar/linker/stm32f413xx_sram.icf | 0 .../Templates/iar/linker/stm32f415xx_flash.icf | 0 .../Templates/iar/linker/stm32f415xx_sram.icf | 0 .../Templates/iar/linker/stm32f417xx_flash.icf | 0 .../Templates/iar/linker/stm32f417xx_sram.icf | 0 .../Templates/iar/linker/stm32f423xx_flash.icf | 0 .../Templates/iar/linker/stm32f423xx_sram.icf | 0 .../Templates/iar/linker/stm32f427xx_flash.icf | 0 .../Templates/iar/linker/stm32f427xx_sram.icf | 0 .../Templates/iar/linker/stm32f429xx_flash.icf | 0 .../Templates/iar/linker/stm32f429xx_sram.icf | 0 .../Templates/iar/linker/stm32f437xx_flash.icf | 0 .../Templates/iar/linker/stm32f437xx_sram.icf | 0 .../Templates/iar/linker/stm32f439xx_flash.icf | 0 .../Templates/iar/linker/stm32f439xx_sram.icf | 0 .../Templates/iar/linker/stm32f446xx_flash.icf | 0 .../Templates/iar/linker/stm32f446xx_sram.icf | 0 .../Templates/iar/linker/stm32f469xx_flash.icf | 0 .../Templates/iar/linker/stm32f469xx_sram.icf | 0 .../Templates/iar/linker/stm32f479xx_flash.icf | 0 .../Templates/iar/linker/stm32f479xx_sram.icf | 0 .../Source/Templates/iar/startup_stm32f401xc.s | 0 .../Source/Templates/iar/startup_stm32f401xe.s | 0 .../Source/Templates/iar/startup_stm32f405xx.s | 0 .../Source/Templates/iar/startup_stm32f407xx.s | 0 .../Source/Templates/iar/startup_stm32f410cx.s | 0 .../Source/Templates/iar/startup_stm32f410rx.s | 0 .../Source/Templates/iar/startup_stm32f410tx.s | 0 .../Source/Templates/iar/startup_stm32f411xe.s | 0 .../Source/Templates/iar/startup_stm32f412cx.s | 0 .../Source/Templates/iar/startup_stm32f412rx.s | 0 .../Source/Templates/iar/startup_stm32f412vx.s | 0 .../Source/Templates/iar/startup_stm32f412zx.s | 0 .../Source/Templates/iar/startup_stm32f413xx.s | 0 .../Source/Templates/iar/startup_stm32f415xx.s | 0 .../Source/Templates/iar/startup_stm32f417xx.s | 0 .../Source/Templates/iar/startup_stm32f423xx.s | 0 .../Source/Templates/iar/startup_stm32f427xx.s | 0 .../Source/Templates/iar/startup_stm32f429xx.s | 0 .../Source/Templates/iar/startup_stm32f437xx.s | 0 .../Source/Templates/iar/startup_stm32f439xx.s | 0 .../Source/Templates/iar/startup_stm32f446xx.s | 0 .../Source/Templates/iar/startup_stm32f469xx.s | 0 .../Source/Templates/iar/startup_stm32f479xx.s | 0 .../Source/Templates/system_stm32f4xx.c | 0 .../CMSIS/Documentation/index.html | 0 .../STM32F4xx_HAL/CMSIS/Include/cmsis_armcc.h | 0 .../CMSIS/Include/cmsis_armclang.h | 0 .../CMSIS/Include/cmsis_compiler.h | 0 .../STM32F4xx_HAL/CMSIS/Include/cmsis_gcc.h | 0 .../STM32F4xx_HAL/CMSIS/Include/cmsis_iccarm.h | 0 .../CMSIS/Include/cmsis_version.h | 0 .../CMSIS/Include/core_armv8mbl.h | 0 .../CMSIS/Include/core_armv8mml.h | 0 .../STM32F4xx_HAL/CMSIS/Include/core_cm0.h | 0 .../STM32F4xx_HAL/CMSIS/Include/core_cm0plus.h | 0 .../STM32F4xx_HAL/CMSIS/Include/core_cm1.h | 0 .../STM32F4xx_HAL/CMSIS/Include/core_cm23.h | 0 .../STM32F4xx_HAL/CMSIS/Include/core_cm3.h | 0 .../STM32F4xx_HAL/CMSIS/Include/core_cm33.h | 0 .../STM32F4xx_HAL/CMSIS/Include/core_cm4.h | 0 .../STM32F4xx_HAL/CMSIS/Include/core_cm7.h | 0 .../STM32F4xx_HAL/CMSIS/Include/core_sc000.h | 0 .../STM32F4xx_HAL/CMSIS/Include/core_sc300.h | 0 .../STM32F4xx_HAL/CMSIS/Include/mpu_armv7.h | 0 .../STM32F4xx_HAL/CMSIS/Include/mpu_armv8.h | 0 .../STM32F4xx_HAL/CMSIS/Include/tz_context.h | 0 .../CMSIS/RTOS/Template/cmsis_os.h | 0 bsp/stm32/libraries/STM32F4xx_HAL/SConscript | 0 .../Inc/Legacy/stm32_hal_legacy.h | 0 .../Inc/Legacy/stm32f4xx_hal_can_legacy.h | 0 .../Inc/stm32_assert_template.h | 0 .../STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h | 0 .../Inc/stm32f4xx_hal_adc.h | 0 .../Inc/stm32f4xx_hal_adc_ex.h | 0 .../Inc/stm32f4xx_hal_can.h | 0 .../Inc/stm32f4xx_hal_cec.h | 0 .../Inc/stm32f4xx_hal_conf_template.h | 0 .../Inc/stm32f4xx_hal_cortex.h | 0 .../Inc/stm32f4xx_hal_crc.h | 0 .../Inc/stm32f4xx_hal_cryp.h | 0 .../Inc/stm32f4xx_hal_cryp_ex.h | 0 .../Inc/stm32f4xx_hal_dac.h | 0 .../Inc/stm32f4xx_hal_dac_ex.h | 0 .../Inc/stm32f4xx_hal_dcmi.h | 0 .../Inc/stm32f4xx_hal_dcmi_ex.h | 0 .../Inc/stm32f4xx_hal_def.h | 0 .../Inc/stm32f4xx_hal_dfsdm.h | 0 .../Inc/stm32f4xx_hal_dma.h | 0 .../Inc/stm32f4xx_hal_dma2d.h | 0 .../Inc/stm32f4xx_hal_dma_ex.h | 0 .../Inc/stm32f4xx_hal_dsi.h | 0 .../Inc/stm32f4xx_hal_eth.h | 0 .../Inc/stm32f4xx_hal_exti.h | 0 .../Inc/stm32f4xx_hal_flash.h | 0 .../Inc/stm32f4xx_hal_flash_ex.h | 0 .../Inc/stm32f4xx_hal_flash_ramfunc.h | 0 .../Inc/stm32f4xx_hal_fmpi2c.h | 0 .../Inc/stm32f4xx_hal_fmpi2c_ex.h | 0 .../Inc/stm32f4xx_hal_gpio.h | 0 .../Inc/stm32f4xx_hal_gpio_ex.h | 0 .../Inc/stm32f4xx_hal_hash.h | 0 .../Inc/stm32f4xx_hal_hash_ex.h | 0 .../Inc/stm32f4xx_hal_hcd.h | 0 .../Inc/stm32f4xx_hal_i2c.h | 0 .../Inc/stm32f4xx_hal_i2c_ex.h | 0 .../Inc/stm32f4xx_hal_i2s.h | 0 .../Inc/stm32f4xx_hal_i2s_ex.h | 0 .../Inc/stm32f4xx_hal_irda.h | 0 .../Inc/stm32f4xx_hal_iwdg.h | 0 .../Inc/stm32f4xx_hal_lptim.h | 0 .../Inc/stm32f4xx_hal_ltdc.h | 0 .../Inc/stm32f4xx_hal_ltdc_ex.h | 0 .../Inc/stm32f4xx_hal_mmc.h | 0 .../Inc/stm32f4xx_hal_nand.h | 0 .../Inc/stm32f4xx_hal_nor.h | 0 .../Inc/stm32f4xx_hal_pccard.h | 0 .../Inc/stm32f4xx_hal_pcd.h | 0 .../Inc/stm32f4xx_hal_pcd_ex.h | 0 .../Inc/stm32f4xx_hal_pwr.h | 0 .../Inc/stm32f4xx_hal_pwr_ex.h | 0 .../Inc/stm32f4xx_hal_qspi.h | 0 .../Inc/stm32f4xx_hal_rcc.h | 0 .../Inc/stm32f4xx_hal_rcc_ex.h | 0 .../Inc/stm32f4xx_hal_rng.h | 0 .../Inc/stm32f4xx_hal_rtc.h | 0 .../Inc/stm32f4xx_hal_rtc_ex.h | 0 .../Inc/stm32f4xx_hal_sai.h | 0 .../Inc/stm32f4xx_hal_sai_ex.h | 0 .../Inc/stm32f4xx_hal_sd.h | 0 .../Inc/stm32f4xx_hal_sdram.h | 0 .../Inc/stm32f4xx_hal_smartcard.h | 0 .../Inc/stm32f4xx_hal_smbus.h | 0 .../Inc/stm32f4xx_hal_spdifrx.h | 0 .../Inc/stm32f4xx_hal_spi.h | 0 .../Inc/stm32f4xx_hal_sram.h | 0 .../Inc/stm32f4xx_hal_tim.h | 0 .../Inc/stm32f4xx_hal_tim_ex.h | 0 .../Inc/stm32f4xx_hal_uart.h | 0 .../Inc/stm32f4xx_hal_usart.h | 0 .../Inc/stm32f4xx_hal_wwdg.h | 0 .../Inc/stm32f4xx_ll_adc.h | 0 .../Inc/stm32f4xx_ll_bus.h | 0 .../Inc/stm32f4xx_ll_cortex.h | 0 .../Inc/stm32f4xx_ll_crc.h | 0 .../Inc/stm32f4xx_ll_dac.h | 0 .../Inc/stm32f4xx_ll_dma.h | 0 .../Inc/stm32f4xx_ll_dma2d.h | 0 .../Inc/stm32f4xx_ll_exti.h | 0 .../Inc/stm32f4xx_ll_fmc.h | 0 .../Inc/stm32f4xx_ll_fsmc.h | 0 .../Inc/stm32f4xx_ll_gpio.h | 0 .../Inc/stm32f4xx_ll_i2c.h | 0 .../Inc/stm32f4xx_ll_iwdg.h | 0 .../Inc/stm32f4xx_ll_lptim.h | 0 .../Inc/stm32f4xx_ll_pwr.h | 0 .../Inc/stm32f4xx_ll_rcc.h | 0 .../Inc/stm32f4xx_ll_rng.h | 0 .../Inc/stm32f4xx_ll_rtc.h | 0 .../Inc/stm32f4xx_ll_sdmmc.h | 0 .../Inc/stm32f4xx_ll_spi.h | 0 .../Inc/stm32f4xx_ll_system.h | 0 .../Inc/stm32f4xx_ll_tim.h | 0 .../Inc/stm32f4xx_ll_usart.h | 0 .../Inc/stm32f4xx_ll_usb.h | 0 .../Inc/stm32f4xx_ll_utils.h | 0 .../Inc/stm32f4xx_ll_wwdg.h | 0 .../STM32F4xx_HAL_Driver/Release_Notes.html | 0 .../Src/Legacy/stm32f4xx_hal_can.c | 0 .../STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c | 0 .../Src/stm32f4xx_hal_adc.c | 0 .../Src/stm32f4xx_hal_adc_ex.c | 0 .../Src/stm32f4xx_hal_can.c | 0 .../Src/stm32f4xx_hal_cec.c | 0 .../Src/stm32f4xx_hal_cortex.c | 0 .../Src/stm32f4xx_hal_crc.c | 0 .../Src/stm32f4xx_hal_cryp.c | 0 .../Src/stm32f4xx_hal_cryp_ex.c | 0 .../Src/stm32f4xx_hal_dac.c | 0 .../Src/stm32f4xx_hal_dac_ex.c | 0 .../Src/stm32f4xx_hal_dcmi.c | 0 .../Src/stm32f4xx_hal_dcmi_ex.c | 0 .../Src/stm32f4xx_hal_dfsdm.c | 0 .../Src/stm32f4xx_hal_dma.c | 0 .../Src/stm32f4xx_hal_dma2d.c | 0 .../Src/stm32f4xx_hal_dma_ex.c | 0 .../Src/stm32f4xx_hal_dsi.c | 0 .../Src/stm32f4xx_hal_eth.c | 0 .../Src/stm32f4xx_hal_exti.c | 0 .../Src/stm32f4xx_hal_flash.c | 0 .../Src/stm32f4xx_hal_flash_ex.c | 0 .../Src/stm32f4xx_hal_flash_ramfunc.c | 0 .../Src/stm32f4xx_hal_fmpi2c.c | 0 .../Src/stm32f4xx_hal_fmpi2c_ex.c | 0 .../Src/stm32f4xx_hal_gpio.c | 0 .../Src/stm32f4xx_hal_hash.c | 0 .../Src/stm32f4xx_hal_hash_ex.c | 0 .../Src/stm32f4xx_hal_hcd.c | 0 .../Src/stm32f4xx_hal_i2c.c | 0 .../Src/stm32f4xx_hal_i2c_ex.c | 0 .../Src/stm32f4xx_hal_i2s.c | 0 .../Src/stm32f4xx_hal_i2s_ex.c | 0 .../Src/stm32f4xx_hal_irda.c | 0 .../Src/stm32f4xx_hal_iwdg.c | 0 .../Src/stm32f4xx_hal_lptim.c | 0 .../Src/stm32f4xx_hal_ltdc.c | 0 .../Src/stm32f4xx_hal_ltdc_ex.c | 0 .../Src/stm32f4xx_hal_mmc.c | 0 .../Src/stm32f4xx_hal_msp_template.c | 0 .../Src/stm32f4xx_hal_nand.c | 0 .../Src/stm32f4xx_hal_nor.c | 0 .../Src/stm32f4xx_hal_pccard.c | 0 .../Src/stm32f4xx_hal_pcd.c | 0 .../Src/stm32f4xx_hal_pcd_ex.c | 0 .../Src/stm32f4xx_hal_pwr.c | 0 .../Src/stm32f4xx_hal_pwr_ex.c | 0 .../Src/stm32f4xx_hal_qspi.c | 0 .../Src/stm32f4xx_hal_rcc.c | 0 .../Src/stm32f4xx_hal_rcc_ex.c | 0 .../Src/stm32f4xx_hal_rng.c | 0 .../Src/stm32f4xx_hal_rtc.c | 0 .../Src/stm32f4xx_hal_rtc_ex.c | 0 .../Src/stm32f4xx_hal_sai.c | 0 .../Src/stm32f4xx_hal_sai_ex.c | 0 .../Src/stm32f4xx_hal_sd.c | 0 .../Src/stm32f4xx_hal_sdram.c | 0 .../Src/stm32f4xx_hal_smartcard.c | 0 .../Src/stm32f4xx_hal_smbus.c | 0 .../Src/stm32f4xx_hal_spdifrx.c | 0 .../Src/stm32f4xx_hal_spi.c | 0 .../Src/stm32f4xx_hal_sram.c | 0 .../Src/stm32f4xx_hal_tim.c | 0 .../Src/stm32f4xx_hal_tim_ex.c | 0 ...stm32f4xx_hal_timebase_rtc_alarm_template.c | 0 ...tm32f4xx_hal_timebase_rtc_wakeup_template.c | 0 .../Src/stm32f4xx_hal_timebase_tim_template.c | 0 .../Src/stm32f4xx_hal_uart.c | 0 .../Src/stm32f4xx_hal_usart.c | 0 .../Src/stm32f4xx_hal_wwdg.c | 0 .../Src/stm32f4xx_ll_adc.c | 0 .../Src/stm32f4xx_ll_crc.c | 0 .../Src/stm32f4xx_ll_dac.c | 0 .../Src/stm32f4xx_ll_dma.c | 0 .../Src/stm32f4xx_ll_dma2d.c | 0 .../Src/stm32f4xx_ll_exti.c | 0 .../Src/stm32f4xx_ll_fmc.c | 0 .../Src/stm32f4xx_ll_fsmc.c | 0 .../Src/stm32f4xx_ll_gpio.c | 0 .../Src/stm32f4xx_ll_i2c.c | 0 .../Src/stm32f4xx_ll_lptim.c | 0 .../Src/stm32f4xx_ll_pwr.c | 0 .../Src/stm32f4xx_ll_rcc.c | 0 .../Src/stm32f4xx_ll_rng.c | 0 .../Src/stm32f4xx_ll_rtc.c | 0 .../Src/stm32f4xx_ll_sdmmc.c | 0 .../Src/stm32f4xx_ll_spi.c | 0 .../Src/stm32f4xx_ll_tim.c | 0 .../Src/stm32f4xx_ll_usart.c | 0 .../Src/stm32f4xx_ll_usb.c | 0 .../Src/stm32f4xx_ll_utils.c | 0 .../Device/ST/STM32F7xx/Include/stm32f722xx.h | 0 .../Device/ST/STM32F7xx/Include/stm32f723xx.h | 0 .../Device/ST/STM32F7xx/Include/stm32f730xx.h | 0 .../Device/ST/STM32F7xx/Include/stm32f732xx.h | 0 .../Device/ST/STM32F7xx/Include/stm32f733xx.h | 0 .../Device/ST/STM32F7xx/Include/stm32f745xx.h | 0 .../Device/ST/STM32F7xx/Include/stm32f746xx.h | 0 .../Device/ST/STM32F7xx/Include/stm32f750xx.h | 0 .../Device/ST/STM32F7xx/Include/stm32f756xx.h | 0 .../Device/ST/STM32F7xx/Include/stm32f765xx.h | 0 .../Device/ST/STM32F7xx/Include/stm32f767xx.h | 0 .../Device/ST/STM32F7xx/Include/stm32f769xx.h | 0 .../Device/ST/STM32F7xx/Include/stm32f777xx.h | 0 .../Device/ST/STM32F7xx/Include/stm32f779xx.h | 0 .../Device/ST/STM32F7xx/Include/stm32f7xx.h | 0 .../ST/STM32F7xx/Include/system_stm32f7xx.h | 0 .../Device/ST/STM32F7xx/Release_Notes.html | 0 .../Source/Templates/arm/startup_stm32f722xx.s | 0 .../Source/Templates/arm/startup_stm32f723xx.s | 0 .../Source/Templates/arm/startup_stm32f730xx.s | 0 .../Source/Templates/arm/startup_stm32f732xx.s | 0 .../Source/Templates/arm/startup_stm32f733xx.s | 0 .../Source/Templates/arm/startup_stm32f745xx.s | 0 .../Source/Templates/arm/startup_stm32f746xx.s | 0 .../Source/Templates/arm/startup_stm32f750xx.s | 0 .../Source/Templates/arm/startup_stm32f756xx.s | 0 .../Source/Templates/arm/startup_stm32f765xx.s | 0 .../Source/Templates/arm/startup_stm32f767xx.s | 0 .../Source/Templates/arm/startup_stm32f769xx.s | 0 .../Source/Templates/arm/startup_stm32f777xx.s | 0 .../Source/Templates/arm/startup_stm32f779xx.s | 0 .../Source/Templates/gcc/startup_stm32f722xx.s | 0 .../Source/Templates/gcc/startup_stm32f723xx.s | 0 .../Source/Templates/gcc/startup_stm32f730xx.s | 0 .../Source/Templates/gcc/startup_stm32f732xx.s | 0 .../Source/Templates/gcc/startup_stm32f733xx.s | 0 .../Source/Templates/gcc/startup_stm32f745xx.s | 0 .../Source/Templates/gcc/startup_stm32f746xx.s | 0 .../Source/Templates/gcc/startup_stm32f750xx.s | 0 .../Source/Templates/gcc/startup_stm32f756xx.s | 0 .../Source/Templates/gcc/startup_stm32f765xx.s | 0 .../Source/Templates/gcc/startup_stm32f767xx.s | 0 .../Source/Templates/gcc/startup_stm32f769xx.s | 0 .../Source/Templates/gcc/startup_stm32f777xx.s | 0 .../Source/Templates/gcc/startup_stm32f779xx.s | 0 .../iar/linker/stm32f722xx_ITCM_flash.icf | 0 .../Templates/iar/linker/stm32f722xx_flash.icf | 0 .../Templates/iar/linker/stm32f722xx_sram.icf | 0 .../iar/linker/stm32f723xx_ITCM_flash.icf | 0 .../Templates/iar/linker/stm32f723xx_flash.icf | 0 .../Templates/iar/linker/stm32f723xx_sram.icf | 0 .../iar/linker/stm32f730xx_ITCM_flash.icf | 0 .../Templates/iar/linker/stm32f730xx_flash.icf | 0 .../Templates/iar/linker/stm32f730xx_sram.icf | 0 .../iar/linker/stm32f732xx_ITCM_flash.icf | 0 .../Templates/iar/linker/stm32f732xx_flash.icf | 0 .../Templates/iar/linker/stm32f732xx_sram.icf | 0 .../iar/linker/stm32f733xx_ITCM_flash.icf | 0 .../Templates/iar/linker/stm32f733xx_flash.icf | 0 .../Templates/iar/linker/stm32f733xx_sram.icf | 0 .../iar/linker/stm32f745xx_ITCM_flash.icf | 0 .../Templates/iar/linker/stm32f745xx_flash.icf | 0 .../Templates/iar/linker/stm32f745xx_sram.icf | 0 .../iar/linker/stm32f746xx_ITCM_flash.icf | 0 .../Templates/iar/linker/stm32f746xx_flash.icf | 0 .../Templates/iar/linker/stm32f746xx_sram.icf | 0 .../iar/linker/stm32f750xx_ITCM_flash.icf | 0 .../Templates/iar/linker/stm32f750xx_flash.icf | 0 .../Templates/iar/linker/stm32f750xx_sram.icf | 0 .../iar/linker/stm32f756xx_ITCM_flash.icf | 0 .../Templates/iar/linker/stm32f756xx_flash.icf | 0 .../Templates/iar/linker/stm32f756xx_sram.icf | 0 .../iar/linker/stm32f765xx_ITCM_flash.icf | 0 .../Templates/iar/linker/stm32f765xx_flash.icf | 0 .../Templates/iar/linker/stm32f765xx_sram.icf | 0 .../iar/linker/stm32f767xx_ITCM_flash.icf | 0 .../Templates/iar/linker/stm32f767xx_flash.icf | 0 .../Templates/iar/linker/stm32f767xx_sram.icf | 0 .../iar/linker/stm32f769xx_ITCM_flash.icf | 0 .../Templates/iar/linker/stm32f769xx_flash.icf | 0 .../Templates/iar/linker/stm32f769xx_sram.icf | 0 .../iar/linker/stm32f777xx_ITCM_flash.icf | 0 .../Templates/iar/linker/stm32f777xx_flash.icf | 0 .../Templates/iar/linker/stm32f777xx_sram.icf | 0 .../iar/linker/stm32f779xx_ITCM_flash.icf | 0 .../Templates/iar/linker/stm32f779xx_flash.icf | 0 .../Templates/iar/linker/stm32f779xx_sram.icf | 0 .../Source/Templates/iar/startup_stm32f722xx.s | 0 .../Source/Templates/iar/startup_stm32f723xx.s | 0 .../Source/Templates/iar/startup_stm32f730xx.s | 0 .../Source/Templates/iar/startup_stm32f732xx.s | 0 .../Source/Templates/iar/startup_stm32f733xx.s | 0 .../Source/Templates/iar/startup_stm32f745xx.s | 0 .../Source/Templates/iar/startup_stm32f746xx.s | 0 .../Source/Templates/iar/startup_stm32f750xx.s | 0 .../Source/Templates/iar/startup_stm32f756xx.s | 0 .../Source/Templates/iar/startup_stm32f765xx.s | 0 .../Source/Templates/iar/startup_stm32f767xx.s | 0 .../Source/Templates/iar/startup_stm32f769xx.s | 0 .../Source/Templates/iar/startup_stm32f777xx.s | 0 .../Source/Templates/iar/startup_stm32f779xx.s | 0 .../Source/Templates/system_stm32f7xx.c | 0 .../CMSIS/Documentation/index.html | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../STM32F7xx_HAL/CMSIS/Include/arm_math.h | 0 .../STM32F7xx_HAL/CMSIS/Include/cmsis_armcc.h | 0 .../CMSIS/Include/cmsis_armcc_V6.h | 0 .../CMSIS/Include/cmsis_armclang.h | 0 .../CMSIS/Include/cmsis_compiler.h | 0 .../STM32F7xx_HAL/CMSIS/Include/cmsis_gcc.h | 0 .../STM32F7xx_HAL/CMSIS/Include/cmsis_iccarm.h | 0 .../CMSIS/Include/cmsis_version.h | 0 .../CMSIS/Include/core_armv8mbl.h | 0 .../CMSIS/Include/core_armv8mml.h | 0 .../STM32F7xx_HAL/CMSIS/Include/core_cm0.h | 0 .../STM32F7xx_HAL/CMSIS/Include/core_cm0plus.h | 0 .../STM32F7xx_HAL/CMSIS/Include/core_cm1.h | 0 .../STM32F7xx_HAL/CMSIS/Include/core_cm23.h | 0 .../STM32F7xx_HAL/CMSIS/Include/core_cm3.h | 0 .../STM32F7xx_HAL/CMSIS/Include/core_cm33.h | 0 .../STM32F7xx_HAL/CMSIS/Include/core_cm4.h | 0 .../STM32F7xx_HAL/CMSIS/Include/core_cm7.h | 0 .../STM32F7xx_HAL/CMSIS/Include/core_cmFunc.h | 0 .../STM32F7xx_HAL/CMSIS/Include/core_cmInstr.h | 0 .../STM32F7xx_HAL/CMSIS/Include/core_cmSimd.h | 0 .../STM32F7xx_HAL/CMSIS/Include/core_sc000.h | 0 .../STM32F7xx_HAL/CMSIS/Include/core_sc300.h | 0 .../STM32F7xx_HAL/CMSIS/Include/mpu_armv7.h | 0 .../STM32F7xx_HAL/CMSIS/Include/mpu_armv8.h | 0 .../STM32F7xx_HAL/CMSIS/Include/tz_context.h | 0 .../CMSIS/RTOS/Template/cmsis_os.h | 0 bsp/stm32/libraries/STM32F7xx_HAL/SConscript | 0 .../Inc/Legacy/stm32_hal_legacy.h | 0 .../Inc/Legacy/stm32f7xx_hal_can_legacy.h | 0 .../Inc/stm32_assert_template.h | 0 .../STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal.h | 0 .../Inc/stm32f7xx_hal_adc.h | 0 .../Inc/stm32f7xx_hal_adc_ex.h | 0 .../Inc/stm32f7xx_hal_can.h | 0 .../Inc/stm32f7xx_hal_cec.h | 0 .../Inc/stm32f7xx_hal_conf_template.h | 0 .../Inc/stm32f7xx_hal_cortex.h | 0 .../Inc/stm32f7xx_hal_crc.h | 0 .../Inc/stm32f7xx_hal_crc_ex.h | 0 .../Inc/stm32f7xx_hal_cryp.h | 0 .../Inc/stm32f7xx_hal_cryp_ex.h | 0 .../Inc/stm32f7xx_hal_dac.h | 0 .../Inc/stm32f7xx_hal_dac_ex.h | 0 .../Inc/stm32f7xx_hal_dcmi.h | 0 .../Inc/stm32f7xx_hal_dcmi_ex.h | 0 .../Inc/stm32f7xx_hal_def.h | 0 .../Inc/stm32f7xx_hal_dfsdm.h | 0 .../Inc/stm32f7xx_hal_dma.h | 0 .../Inc/stm32f7xx_hal_dma2d.h | 0 .../Inc/stm32f7xx_hal_dma_ex.h | 0 .../Inc/stm32f7xx_hal_dsi.h | 0 .../Inc/stm32f7xx_hal_eth.h | 0 .../Inc/stm32f7xx_hal_exti.h | 0 .../Inc/stm32f7xx_hal_flash.h | 0 .../Inc/stm32f7xx_hal_flash_ex.h | 0 .../Inc/stm32f7xx_hal_gpio.h | 0 .../Inc/stm32f7xx_hal_gpio_ex.h | 0 .../Inc/stm32f7xx_hal_hash.h | 0 .../Inc/stm32f7xx_hal_hash_ex.h | 0 .../Inc/stm32f7xx_hal_hcd.h | 0 .../Inc/stm32f7xx_hal_i2c.h | 0 .../Inc/stm32f7xx_hal_i2c_ex.h | 0 .../Inc/stm32f7xx_hal_i2s.h | 0 .../Inc/stm32f7xx_hal_irda.h | 0 .../Inc/stm32f7xx_hal_irda_ex.h | 0 .../Inc/stm32f7xx_hal_iwdg.h | 0 .../Inc/stm32f7xx_hal_jpeg.h | 0 .../Inc/stm32f7xx_hal_lptim.h | 0 .../Inc/stm32f7xx_hal_ltdc.h | 0 .../Inc/stm32f7xx_hal_ltdc_ex.h | 0 .../Inc/stm32f7xx_hal_mdios.h | 0 .../Inc/stm32f7xx_hal_mmc.h | 0 .../Inc/stm32f7xx_hal_nand.h | 0 .../Inc/stm32f7xx_hal_nor.h | 0 .../Inc/stm32f7xx_hal_pcd.h | 0 .../Inc/stm32f7xx_hal_pcd_ex.h | 0 .../Inc/stm32f7xx_hal_pwr.h | 0 .../Inc/stm32f7xx_hal_pwr_ex.h | 0 .../Inc/stm32f7xx_hal_qspi.h | 0 .../Inc/stm32f7xx_hal_rcc.h | 0 .../Inc/stm32f7xx_hal_rcc_ex.h | 0 .../Inc/stm32f7xx_hal_rng.h | 0 .../Inc/stm32f7xx_hal_rtc.h | 0 .../Inc/stm32f7xx_hal_rtc_ex.h | 0 .../Inc/stm32f7xx_hal_sai.h | 0 .../Inc/stm32f7xx_hal_sai_ex.h | 0 .../Inc/stm32f7xx_hal_sd.h | 0 .../Inc/stm32f7xx_hal_sdram.h | 0 .../Inc/stm32f7xx_hal_smartcard.h | 0 .../Inc/stm32f7xx_hal_smartcard_ex.h | 0 .../Inc/stm32f7xx_hal_smbus.h | 0 .../Inc/stm32f7xx_hal_spdifrx.h | 0 .../Inc/stm32f7xx_hal_spi.h | 0 .../Inc/stm32f7xx_hal_spi_ex.h | 0 .../Inc/stm32f7xx_hal_sram.h | 0 .../Inc/stm32f7xx_hal_tim.h | 0 .../Inc/stm32f7xx_hal_tim_ex.h | 0 .../Inc/stm32f7xx_hal_uart.h | 0 .../Inc/stm32f7xx_hal_uart_ex.h | 0 .../Inc/stm32f7xx_hal_usart.h | 0 .../Inc/stm32f7xx_hal_usart_ex.h | 0 .../Inc/stm32f7xx_hal_wwdg.h | 0 .../Inc/stm32f7xx_ll_adc.h | 0 .../Inc/stm32f7xx_ll_bus.h | 0 .../Inc/stm32f7xx_ll_cortex.h | 0 .../Inc/stm32f7xx_ll_crc.h | 0 .../Inc/stm32f7xx_ll_dac.h | 0 .../Inc/stm32f7xx_ll_dma.h | 0 .../Inc/stm32f7xx_ll_dma2d.h | 0 .../Inc/stm32f7xx_ll_exti.h | 0 .../Inc/stm32f7xx_ll_fmc.h | 0 .../Inc/stm32f7xx_ll_gpio.h | 0 .../Inc/stm32f7xx_ll_i2c.h | 0 .../Inc/stm32f7xx_ll_iwdg.h | 0 .../Inc/stm32f7xx_ll_lptim.h | 0 .../Inc/stm32f7xx_ll_pwr.h | 0 .../Inc/stm32f7xx_ll_rcc.h | 0 .../Inc/stm32f7xx_ll_rng.h | 0 .../Inc/stm32f7xx_ll_rtc.h | 0 .../Inc/stm32f7xx_ll_sdmmc.h | 0 .../Inc/stm32f7xx_ll_spi.h | 0 .../Inc/stm32f7xx_ll_system.h | 0 .../Inc/stm32f7xx_ll_tim.h | 0 .../Inc/stm32f7xx_ll_usart.h | 0 .../Inc/stm32f7xx_ll_usb.h | 0 .../Inc/stm32f7xx_ll_utils.h | 0 .../Inc/stm32f7xx_ll_wwdg.h | 0 .../STM32F7xx_HAL_Driver/Release_Notes.html | 0 .../Src/Legacy/stm32f7xx_hal_can.c | 0 .../STM32F7xx_HAL_Driver/Src/stm32f7xx_hal.c | 0 .../Src/stm32f7xx_hal_adc.c | 0 .../Src/stm32f7xx_hal_adc_ex.c | 0 .../Src/stm32f7xx_hal_can.c | 0 .../Src/stm32f7xx_hal_cec.c | 0 .../Src/stm32f7xx_hal_cortex.c | 0 .../Src/stm32f7xx_hal_crc.c | 0 .../Src/stm32f7xx_hal_crc_ex.c | 0 .../Src/stm32f7xx_hal_cryp.c | 0 .../Src/stm32f7xx_hal_cryp_ex.c | 0 .../Src/stm32f7xx_hal_dac.c | 0 .../Src/stm32f7xx_hal_dac_ex.c | 0 .../Src/stm32f7xx_hal_dcmi.c | 0 .../Src/stm32f7xx_hal_dcmi_ex.c | 0 .../Src/stm32f7xx_hal_dfsdm.c | 0 .../Src/stm32f7xx_hal_dma.c | 0 .../Src/stm32f7xx_hal_dma2d.c | 0 .../Src/stm32f7xx_hal_dma_ex.c | 0 .../Src/stm32f7xx_hal_dsi.c | 0 .../Src/stm32f7xx_hal_eth.c | 0 .../Src/stm32f7xx_hal_exti.c | 0 .../Src/stm32f7xx_hal_flash.c | 0 .../Src/stm32f7xx_hal_flash_ex.c | 0 .../Src/stm32f7xx_hal_gpio.c | 0 .../Src/stm32f7xx_hal_hash.c | 0 .../Src/stm32f7xx_hal_hash_ex.c | 0 .../Src/stm32f7xx_hal_hcd.c | 0 .../Src/stm32f7xx_hal_i2c.c | 0 .../Src/stm32f7xx_hal_i2c_ex.c | 0 .../Src/stm32f7xx_hal_i2s.c | 0 .../Src/stm32f7xx_hal_irda.c | 0 .../Src/stm32f7xx_hal_iwdg.c | 0 .../Src/stm32f7xx_hal_jpeg.c | 0 .../Src/stm32f7xx_hal_lptim.c | 0 .../Src/stm32f7xx_hal_ltdc.c | 0 .../Src/stm32f7xx_hal_ltdc_ex.c | 0 .../Src/stm32f7xx_hal_mdios.c | 0 .../Src/stm32f7xx_hal_mmc.c | 0 .../Src/stm32f7xx_hal_msp_template.c | 0 .../Src/stm32f7xx_hal_nand.c | 0 .../Src/stm32f7xx_hal_nor.c | 0 .../Src/stm32f7xx_hal_pcd.c | 0 .../Src/stm32f7xx_hal_pcd_ex.c | 0 .../Src/stm32f7xx_hal_pwr.c | 0 .../Src/stm32f7xx_hal_pwr_ex.c | 0 .../Src/stm32f7xx_hal_qspi.c | 0 .../Src/stm32f7xx_hal_rcc.c | 0 .../Src/stm32f7xx_hal_rcc_ex.c | 0 .../Src/stm32f7xx_hal_rng.c | 0 .../Src/stm32f7xx_hal_rtc.c | 0 .../Src/stm32f7xx_hal_rtc_ex.c | 0 .../Src/stm32f7xx_hal_sai.c | 0 .../Src/stm32f7xx_hal_sai_ex.c | 0 .../Src/stm32f7xx_hal_sd.c | 0 .../Src/stm32f7xx_hal_sdram.c | 0 .../Src/stm32f7xx_hal_smartcard.c | 0 .../Src/stm32f7xx_hal_smartcard_ex.c | 0 .../Src/stm32f7xx_hal_smbus.c | 0 .../Src/stm32f7xx_hal_spdifrx.c | 0 .../Src/stm32f7xx_hal_spi.c | 0 .../Src/stm32f7xx_hal_spi_ex.c | 0 .../Src/stm32f7xx_hal_sram.c | 0 .../Src/stm32f7xx_hal_tim.c | 0 .../Src/stm32f7xx_hal_tim_ex.c | 0 ...stm32f7xx_hal_timebase_rtc_alarm_template.c | 0 ...tm32f7xx_hal_timebase_rtc_wakeup_template.c | 0 .../Src/stm32f7xx_hal_timebase_tim_template.c | 0 .../Src/stm32f7xx_hal_uart.c | 0 .../Src/stm32f7xx_hal_uart_ex.c | 0 .../Src/stm32f7xx_hal_usart.c | 0 .../Src/stm32f7xx_hal_wwdg.c | 0 .../Src/stm32f7xx_ll_adc.c | 0 .../Src/stm32f7xx_ll_crc.c | 0 .../Src/stm32f7xx_ll_dac.c | 0 .../Src/stm32f7xx_ll_dma.c | 0 .../Src/stm32f7xx_ll_dma2d.c | 0 .../Src/stm32f7xx_ll_exti.c | 0 .../Src/stm32f7xx_ll_fmc.c | 0 .../Src/stm32f7xx_ll_gpio.c | 0 .../Src/stm32f7xx_ll_i2c.c | 0 .../Src/stm32f7xx_ll_lptim.c | 0 .../Src/stm32f7xx_ll_pwr.c | 0 .../Src/stm32f7xx_ll_rcc.c | 0 .../Src/stm32f7xx_ll_rng.c | 0 .../Src/stm32f7xx_ll_rtc.c | 0 .../Src/stm32f7xx_ll_sdmmc.c | 0 .../Src/stm32f7xx_ll_spi.c | 0 .../Src/stm32f7xx_ll_tim.c | 0 .../Src/stm32f7xx_ll_usart.c | 0 .../Src/stm32f7xx_ll_usb.c | 0 .../Src/stm32f7xx_ll_utils.c | 0 .../Device/ST/Include/arm_common_tables.h | 0 .../Device/ST/Include/arm_const_structs.h | 0 .../CMSIS/Device/ST/Include/arm_math.h | 0 .../CMSIS/Device/ST/Include/cmsis_armcc.h | 0 .../CMSIS/Device/ST/Include/cmsis_armcc_V6.h | 0 .../CMSIS/Device/ST/Include/cmsis_gcc.h | 0 .../CMSIS/Device/ST/Include/core_cm0.h | 0 .../CMSIS/Device/ST/Include/core_cm0plus.h | 0 .../CMSIS/Device/ST/Include/core_cm3.h | 0 .../CMSIS/Device/ST/Include/core_cm4.h | 0 .../CMSIS/Device/ST/Include/core_cm7.h | 0 .../CMSIS/Device/ST/Include/core_cmFunc.h | 0 .../CMSIS/Device/ST/Include/core_cmInstr.h | 0 .../CMSIS/Device/ST/Include/core_cmSimd.h | 0 .../CMSIS/Device/ST/Include/core_sc000.h | 0 .../CMSIS/Device/ST/Include/core_sc300.h | 0 .../Device/ST/STM32G0xx/Include/stm32g030xx.h | 0 .../Device/ST/STM32G0xx/Include/stm32g031xx.h | 0 .../Device/ST/STM32G0xx/Include/stm32g041xx.h | 0 .../Device/ST/STM32G0xx/Include/stm32g070xx.h | 0 .../Device/ST/STM32G0xx/Include/stm32g071xx.h | 0 .../Device/ST/STM32G0xx/Include/stm32g081xx.h | 0 .../Device/ST/STM32G0xx/Include/stm32g0xx.h | 0 .../ST/STM32G0xx/Include/system_stm32g0xx.h | 0 .../Source/Templates/arm/startup_stm32g030xx.s | 0 .../Source/Templates/arm/startup_stm32g031xx.s | 0 .../Source/Templates/arm/startup_stm32g041xx.s | 0 .../Source/Templates/arm/startup_stm32g070xx.s | 0 .../Source/Templates/arm/startup_stm32g071xx.s | 0 .../Source/Templates/arm/startup_stm32g081xx.s | 0 .../Source/Templates/gcc/startup_stm32g030xx.s | 0 .../Source/Templates/gcc/startup_stm32g031xx.s | 0 .../Source/Templates/gcc/startup_stm32g041xx.s | 0 .../Source/Templates/gcc/startup_stm32g070xx.s | 0 .../Source/Templates/gcc/startup_stm32g071xx.s | 0 .../Source/Templates/gcc/startup_stm32g081xx.s | 0 .../Templates/iar/linker/stm32g030xx_flash.icf | 0 .../Templates/iar/linker/stm32g030xx_sram.icf | 0 .../Templates/iar/linker/stm32g031xx_flash.icf | 0 .../Templates/iar/linker/stm32g031xx_sram.icf | 0 .../Templates/iar/linker/stm32g041xx_flash.icf | 0 .../Templates/iar/linker/stm32g041xx_sram.icf | 0 .../Templates/iar/linker/stm32g070xx_flash.icf | 0 .../Templates/iar/linker/stm32g070xx_sram.icf | 0 .../Templates/iar/linker/stm32g071xx_flash.icf | 0 .../Templates/iar/linker/stm32g071xx_sram.icf | 0 .../Templates/iar/linker/stm32g081xx_flash.icf | 0 .../Templates/iar/linker/stm32g081xx_sram.icf | 0 .../Source/Templates/iar/startup_stm32g030xx.s | 0 .../Source/Templates/iar/startup_stm32g031xx.s | 0 .../Source/Templates/iar/startup_stm32g041xx.s | 0 .../Source/Templates/iar/startup_stm32g070xx.s | 0 .../Source/Templates/iar/startup_stm32g071xx.s | 0 .../Source/Templates/iar/startup_stm32g081xx.s | 0 .../Source/Templates/system_stm32g0xx.c | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../STM32G0xx_HAL/CMSIS/Include/arm_math.h | 0 .../STM32G0xx_HAL/CMSIS/Include/cmsis_armcc.h | 0 .../CMSIS/Include/cmsis_armcc_V6.h | 0 .../STM32G0xx_HAL/CMSIS/Include/cmsis_gcc.h | 0 .../STM32G0xx_HAL/CMSIS/Include/core_cm0.h | 0 .../STM32G0xx_HAL/CMSIS/Include/core_cm0plus.h | 0 .../STM32G0xx_HAL/CMSIS/Include/core_cm3.h | 0 .../STM32G0xx_HAL/CMSIS/Include/core_cm4.h | 0 .../STM32G0xx_HAL/CMSIS/Include/core_cm7.h | 0 .../STM32G0xx_HAL/CMSIS/Include/core_cmFunc.h | 0 .../STM32G0xx_HAL/CMSIS/Include/core_cmInstr.h | 0 .../STM32G0xx_HAL/CMSIS/Include/core_cmSimd.h | 0 .../STM32G0xx_HAL/CMSIS/Include/core_sc000.h | 0 .../STM32G0xx_HAL/CMSIS/Include/core_sc300.h | 0 .../libraries/STM32G0xx_HAL/CMSIS/README.txt | 0 bsp/stm32/libraries/STM32G0xx_HAL/SConscript | 0 .../Inc/Legacy/stm32_hal_legacy.h | 0 .../Inc/stm32_assert_template.h | 0 .../STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h | 0 .../Inc/stm32g0xx_hal_adc.h | 0 .../Inc/stm32g0xx_hal_adc_ex.h | 0 .../Inc/stm32g0xx_hal_cec.h | 0 .../Inc/stm32g0xx_hal_comp.h | 0 .../Inc/stm32g0xx_hal_conf_template.h | 0 .../Inc/stm32g0xx_hal_cortex.h | 0 .../Inc/stm32g0xx_hal_crc.h | 0 .../Inc/stm32g0xx_hal_crc_ex.h | 0 .../Inc/stm32g0xx_hal_cryp.h | 0 .../Inc/stm32g0xx_hal_cryp_ex.h | 0 .../Inc/stm32g0xx_hal_dac.h | 0 .../Inc/stm32g0xx_hal_dac_ex.h | 0 .../Inc/stm32g0xx_hal_def.h | 0 .../Inc/stm32g0xx_hal_dma.h | 0 .../Inc/stm32g0xx_hal_dma_ex.h | 0 .../Inc/stm32g0xx_hal_exti.h | 0 .../Inc/stm32g0xx_hal_flash.h | 0 .../Inc/stm32g0xx_hal_flash_ex.h | 0 .../Inc/stm32g0xx_hal_gpio.h | 0 .../Inc/stm32g0xx_hal_gpio_ex.h | 0 .../Inc/stm32g0xx_hal_i2c.h | 0 .../Inc/stm32g0xx_hal_i2c_ex.h | 0 .../Inc/stm32g0xx_hal_i2s.h | 0 .../Inc/stm32g0xx_hal_irda.h | 0 .../Inc/stm32g0xx_hal_irda_ex.h | 0 .../Inc/stm32g0xx_hal_iwdg.h | 0 .../Inc/stm32g0xx_hal_lptim.h | 0 .../Inc/stm32g0xx_hal_pwr.h | 0 .../Inc/stm32g0xx_hal_pwr_ex.h | 0 .../Inc/stm32g0xx_hal_rcc.h | 0 .../Inc/stm32g0xx_hal_rcc_ex.h | 0 .../Inc/stm32g0xx_hal_rng.h | 0 .../Inc/stm32g0xx_hal_rtc.h | 0 .../Inc/stm32g0xx_hal_rtc_ex.h | 0 .../Inc/stm32g0xx_hal_smartcard.h | 0 .../Inc/stm32g0xx_hal_smartcard_ex.h | 0 .../Inc/stm32g0xx_hal_smbus.h | 0 .../Inc/stm32g0xx_hal_spi.h | 0 .../Inc/stm32g0xx_hal_spi_ex.h | 0 .../Inc/stm32g0xx_hal_tim.h | 0 .../Inc/stm32g0xx_hal_tim_ex.h | 0 .../Inc/stm32g0xx_hal_uart.h | 0 .../Inc/stm32g0xx_hal_uart_ex.h | 0 .../Inc/stm32g0xx_hal_usart.h | 0 .../Inc/stm32g0xx_hal_usart_ex.h | 0 .../Inc/stm32g0xx_hal_wwdg.h | 0 .../Inc/stm32g0xx_ll_adc.h | 0 .../Inc/stm32g0xx_ll_bus.h | 0 .../Inc/stm32g0xx_ll_comp.h | 0 .../Inc/stm32g0xx_ll_cortex.h | 0 .../Inc/stm32g0xx_ll_crc.h | 0 .../Inc/stm32g0xx_ll_dac.h | 0 .../Inc/stm32g0xx_ll_dma.h | 0 .../Inc/stm32g0xx_ll_dmamux.h | 0 .../Inc/stm32g0xx_ll_exti.h | 0 .../Inc/stm32g0xx_ll_gpio.h | 0 .../Inc/stm32g0xx_ll_i2c.h | 0 .../Inc/stm32g0xx_ll_iwdg.h | 0 .../Inc/stm32g0xx_ll_lptim.h | 0 .../Inc/stm32g0xx_ll_lpuart.h | 0 .../Inc/stm32g0xx_ll_pwr.h | 0 .../Inc/stm32g0xx_ll_rcc.h | 0 .../Inc/stm32g0xx_ll_rng.h | 0 .../Inc/stm32g0xx_ll_rtc.h | 0 .../Inc/stm32g0xx_ll_spi.h | 0 .../Inc/stm32g0xx_ll_system.h | 0 .../Inc/stm32g0xx_ll_tim.h | 0 .../Inc/stm32g0xx_ll_ucpd.h | 0 .../Inc/stm32g0xx_ll_usart.h | 0 .../Inc/stm32g0xx_ll_utils.h | 0 .../Inc/stm32g0xx_ll_wwdg.h | 0 .../STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c | 0 .../Src/stm32g0xx_hal_adc.c | 0 .../Src/stm32g0xx_hal_adc_ex.c | 0 .../Src/stm32g0xx_hal_cec.c | 0 .../Src/stm32g0xx_hal_comp.c | 0 .../Src/stm32g0xx_hal_cortex.c | 0 .../Src/stm32g0xx_hal_crc.c | 0 .../Src/stm32g0xx_hal_crc_ex.c | 0 .../Src/stm32g0xx_hal_cryp.c | 0 .../Src/stm32g0xx_hal_cryp_ex.c | 0 .../Src/stm32g0xx_hal_dac.c | 0 .../Src/stm32g0xx_hal_dac_ex.c | 0 .../Src/stm32g0xx_hal_dma.c | 0 .../Src/stm32g0xx_hal_dma_ex.c | 0 .../Src/stm32g0xx_hal_exti.c | 0 .../Src/stm32g0xx_hal_flash.c | 0 .../Src/stm32g0xx_hal_flash_ex.c | 0 .../Src/stm32g0xx_hal_gpio.c | 0 .../Src/stm32g0xx_hal_i2c.c | 0 .../Src/stm32g0xx_hal_i2c_ex.c | 0 .../Src/stm32g0xx_hal_i2s.c | 0 .../Src/stm32g0xx_hal_irda.c | 0 .../Src/stm32g0xx_hal_iwdg.c | 0 .../Src/stm32g0xx_hal_lptim.c | 0 .../Src/stm32g0xx_hal_msp_template.c | 0 .../Src/stm32g0xx_hal_pwr.c | 0 .../Src/stm32g0xx_hal_pwr_ex.c | 0 .../Src/stm32g0xx_hal_rcc.c | 0 .../Src/stm32g0xx_hal_rcc_ex.c | 0 .../Src/stm32g0xx_hal_rng.c | 0 .../Src/stm32g0xx_hal_rtc.c | 0 .../Src/stm32g0xx_hal_rtc_ex.c | 0 .../Src/stm32g0xx_hal_smartcard.c | 0 .../Src/stm32g0xx_hal_smartcard_ex.c | 0 .../Src/stm32g0xx_hal_smbus.c | 0 .../Src/stm32g0xx_hal_spi.c | 0 .../Src/stm32g0xx_hal_spi_ex.c | 0 .../Src/stm32g0xx_hal_tim.c | 0 .../Src/stm32g0xx_hal_tim_ex.c | 0 ...stm32g0xx_hal_timebase_rtc_alarm_template.c | 0 ...tm32g0xx_hal_timebase_rtc_wakeup_template.c | 0 .../Src/stm32g0xx_hal_timebase_tim_template.c | 0 .../Src/stm32g0xx_hal_uart.c | 0 .../Src/stm32g0xx_hal_uart_ex.c | 0 .../Src/stm32g0xx_hal_usart.c | 0 .../Src/stm32g0xx_hal_usart_ex.c | 0 .../Src/stm32g0xx_hal_wwdg.c | 0 .../Src/stm32g0xx_ll_adc.c | 0 .../Src/stm32g0xx_ll_comp.c | 0 .../Src/stm32g0xx_ll_crc.c | 0 .../Src/stm32g0xx_ll_dac.c | 0 .../Src/stm32g0xx_ll_dma.c | 0 .../Src/stm32g0xx_ll_exti.c | 0 .../Src/stm32g0xx_ll_gpio.c | 0 .../Src/stm32g0xx_ll_i2c.c | 0 .../Src/stm32g0xx_ll_lptim.c | 0 .../Src/stm32g0xx_ll_lpuart.c | 0 .../Src/stm32g0xx_ll_pwr.c | 0 .../Src/stm32g0xx_ll_rcc.c | 0 .../Src/stm32g0xx_ll_rng.c | 0 .../Src/stm32g0xx_ll_rtc.c | 0 .../Src/stm32g0xx_ll_spi.c | 0 .../Src/stm32g0xx_ll_tim.c | 0 .../Src/stm32g0xx_ll_ucpd.c | 0 .../Src/stm32g0xx_ll_usart.c | 0 .../Src/stm32g0xx_ll_utils.c | 0 .../Device/ST/STM32G4xx/Include/stm32g431xx.h | 0 .../Device/ST/STM32G4xx/Include/stm32g441xx.h | 0 .../Device/ST/STM32G4xx/Include/stm32g471xx.h | 0 .../Device/ST/STM32G4xx/Include/stm32g473xx.h | 0 .../Device/ST/STM32G4xx/Include/stm32g474xx.h | 0 .../Device/ST/STM32G4xx/Include/stm32g483xx.h | 0 .../Device/ST/STM32G4xx/Include/stm32g484xx.h | 0 .../Device/ST/STM32G4xx/Include/stm32g4xx.h | 0 .../Device/ST/STM32G4xx/Include/stm32gbk1cb.h | 0 .../ST/STM32G4xx/Include/system_stm32g4xx.h | 0 .../Device/ST/STM32G4xx/Release_Notes.html | 0 .../Source/Templates/arm/startup_stm32g431xx.s | 0 .../Source/Templates/arm/startup_stm32g441xx.s | 0 .../Source/Templates/arm/startup_stm32g471xx.s | 0 .../Source/Templates/arm/startup_stm32g473xx.s | 0 .../Source/Templates/arm/startup_stm32g474xx.s | 0 .../Source/Templates/arm/startup_stm32g483xx.s | 0 .../Source/Templates/arm/startup_stm32g484xx.s | 0 .../Source/Templates/arm/startup_stm32gbk1cb.s | 0 .../Source/Templates/gcc/startup_stm32g431xx.s | 0 .../Source/Templates/gcc/startup_stm32g441xx.s | 0 .../Source/Templates/gcc/startup_stm32g471xx.s | 0 .../Source/Templates/gcc/startup_stm32g473xx.s | 0 .../Source/Templates/gcc/startup_stm32g474xx.s | 0 .../Source/Templates/gcc/startup_stm32g483xx.s | 0 .../Source/Templates/gcc/startup_stm32g484xx.s | 0 .../Source/Templates/gcc/startup_stm32gbk1cb.s | 0 .../Templates/iar/linker/stm32g431xx_flash.icf | 0 .../Templates/iar/linker/stm32g431xx_sram.icf | 0 .../Templates/iar/linker/stm32g441xx_flash.icf | 0 .../Templates/iar/linker/stm32g441xx_sram.icf | 0 .../Templates/iar/linker/stm32g471xx_flash.icf | 0 .../Templates/iar/linker/stm32g471xx_sram.icf | 0 .../Templates/iar/linker/stm32g473xx_flash.icf | 0 .../Templates/iar/linker/stm32g473xx_sram.icf | 0 .../Templates/iar/linker/stm32g474xx_flash.icf | 0 .../Templates/iar/linker/stm32g474xx_sram.icf | 0 .../Templates/iar/linker/stm32g481xx_flash.icf | 0 .../Templates/iar/linker/stm32g481xx_sram.icf | 0 .../Templates/iar/linker/stm32g483xx_flash.icf | 0 .../Templates/iar/linker/stm32g483xx_sram.icf | 0 .../Templates/iar/linker/stm32g484xx_flash.icf | 0 .../Templates/iar/linker/stm32g484xx_sram.icf | 0 .../Templates/iar/linker/stm32gbk1cb_flash.icf | 0 .../Templates/iar/linker/stm32gbk1cb_sram.icf | 0 .../Source/Templates/iar/startup_stm32g431xx.s | 0 .../Source/Templates/iar/startup_stm32g441xx.s | 0 .../Source/Templates/iar/startup_stm32g471xx.s | 0 .../Source/Templates/iar/startup_stm32g473xx.s | 0 .../Source/Templates/iar/startup_stm32g474xx.s | 0 .../Source/Templates/iar/startup_stm32g483xx.s | 0 .../Source/Templates/iar/startup_stm32g484xx.s | 0 .../Source/Templates/iar/startup_stm32gbk1cb.s | 0 .../Source/Templates/system_stm32g4xx.c | 0 .../STM32G4xx_HAL/CMSIS/Include/cmsis_armcc.h | 0 .../CMSIS/Include/cmsis_armclang.h | 0 .../CMSIS/Include/cmsis_compiler.h | 0 .../STM32G4xx_HAL/CMSIS/Include/cmsis_gcc.h | 0 .../STM32G4xx_HAL/CMSIS/Include/cmsis_iccarm.h | 0 .../CMSIS/Include/cmsis_version.h | 0 .../CMSIS/Include/core_armv8mbl.h | 0 .../CMSIS/Include/core_armv8mml.h | 0 .../STM32G4xx_HAL/CMSIS/Include/core_cm0.h | 0 .../STM32G4xx_HAL/CMSIS/Include/core_cm0plus.h | 0 .../STM32G4xx_HAL/CMSIS/Include/core_cm1.h | 0 .../STM32G4xx_HAL/CMSIS/Include/core_cm23.h | 0 .../STM32G4xx_HAL/CMSIS/Include/core_cm3.h | 0 .../STM32G4xx_HAL/CMSIS/Include/core_cm33.h | 0 .../STM32G4xx_HAL/CMSIS/Include/core_cm4.h | 0 .../STM32G4xx_HAL/CMSIS/Include/core_cm7.h | 0 .../STM32G4xx_HAL/CMSIS/Include/core_sc000.h | 0 .../STM32G4xx_HAL/CMSIS/Include/core_sc300.h | 0 .../STM32G4xx_HAL/CMSIS/Include/mpu_armv7.h | 0 .../STM32G4xx_HAL/CMSIS/Include/mpu_armv8.h | 0 .../STM32G4xx_HAL/CMSIS/Include/tz_context.h | 0 .../CMSIS/RTOS/Template/cmsis_os.h | 0 .../CMSIS/RTOS2/Include/cmsis_os2.h | 0 .../CMSIS/RTOS2/Include/os_tick.h | 0 .../CMSIS/RTOS2/Source/os_systick.c | 0 .../CMSIS/RTOS2/Source/os_tick_gtim.c | 0 .../CMSIS/RTOS2/Source/os_tick_ptim.c | 0 .../CMSIS/RTOS2/Template/cmsis_os.h | 0 .../CMSIS/RTOS2/Template/cmsis_os1.c | 0 bsp/stm32/libraries/STM32G4xx_HAL/SConscript | 0 .../Inc/Legacy/stm32_hal_legacy.h | 0 .../Inc/stm32_assert_template.h | 0 .../STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h | 0 .../Inc/stm32g4xx_hal_adc.h | 0 .../Inc/stm32g4xx_hal_adc_ex.h | 0 .../Inc/stm32g4xx_hal_comp.h | 0 .../Inc/stm32g4xx_hal_conf_template.h | 0 .../Inc/stm32g4xx_hal_cordic.h | 0 .../Inc/stm32g4xx_hal_cortex.h | 0 .../Inc/stm32g4xx_hal_crc.h | 0 .../Inc/stm32g4xx_hal_crc_ex.h | 0 .../Inc/stm32g4xx_hal_cryp.h | 0 .../Inc/stm32g4xx_hal_cryp_ex.h | 0 .../Inc/stm32g4xx_hal_dac.h | 0 .../Inc/stm32g4xx_hal_dac_ex.h | 0 .../Inc/stm32g4xx_hal_def.h | 0 .../Inc/stm32g4xx_hal_dma.h | 0 .../Inc/stm32g4xx_hal_dma_ex.h | 0 .../Inc/stm32g4xx_hal_exti.h | 0 .../Inc/stm32g4xx_hal_fdcan.h | 0 .../Inc/stm32g4xx_hal_flash.h | 0 .../Inc/stm32g4xx_hal_flash_ex.h | 0 .../Inc/stm32g4xx_hal_flash_ramfunc.h | 0 .../Inc/stm32g4xx_hal_fmac.h | 0 .../Inc/stm32g4xx_hal_gpio.h | 0 .../Inc/stm32g4xx_hal_gpio_ex.h | 0 .../Inc/stm32g4xx_hal_hrtim.h | 0 .../Inc/stm32g4xx_hal_i2c.h | 0 .../Inc/stm32g4xx_hal_i2c_ex.h | 0 .../Inc/stm32g4xx_hal_i2s.h | 0 .../Inc/stm32g4xx_hal_irda.h | 0 .../Inc/stm32g4xx_hal_irda_ex.h | 0 .../Inc/stm32g4xx_hal_iwdg.h | 0 .../Inc/stm32g4xx_hal_lptim.h | 0 .../Inc/stm32g4xx_hal_nand.h | 0 .../Inc/stm32g4xx_hal_nor.h | 0 .../Inc/stm32g4xx_hal_opamp.h | 0 .../Inc/stm32g4xx_hal_opamp_ex.h | 0 .../Inc/stm32g4xx_hal_pcd.h | 0 .../Inc/stm32g4xx_hal_pcd_ex.h | 0 .../Inc/stm32g4xx_hal_pwr.h | 0 .../Inc/stm32g4xx_hal_pwr_ex.h | 0 .../Inc/stm32g4xx_hal_qspi.h | 0 .../Inc/stm32g4xx_hal_rcc.h | 0 .../Inc/stm32g4xx_hal_rcc_ex.h | 0 .../Inc/stm32g4xx_hal_rng.h | 0 .../Inc/stm32g4xx_hal_rtc.h | 0 .../Inc/stm32g4xx_hal_rtc_ex.h | 0 .../Inc/stm32g4xx_hal_sai.h | 0 .../Inc/stm32g4xx_hal_sai_ex.h | 0 .../Inc/stm32g4xx_hal_smartcard.h | 0 .../Inc/stm32g4xx_hal_smartcard_ex.h | 0 .../Inc/stm32g4xx_hal_smbus.h | 0 .../Inc/stm32g4xx_hal_spi.h | 0 .../Inc/stm32g4xx_hal_spi_ex.h | 0 .../Inc/stm32g4xx_hal_sram.h | 0 .../Inc/stm32g4xx_hal_tim.h | 0 .../Inc/stm32g4xx_hal_tim_ex.h | 0 .../Inc/stm32g4xx_hal_uart.h | 0 .../Inc/stm32g4xx_hal_uart_ex.h | 0 .../Inc/stm32g4xx_hal_usart.h | 0 .../Inc/stm32g4xx_hal_usart_ex.h | 0 .../Inc/stm32g4xx_hal_wwdg.h | 0 .../Inc/stm32g4xx_ll_adc.h | 0 .../Inc/stm32g4xx_ll_bus.h | 0 .../Inc/stm32g4xx_ll_comp.h | 0 .../Inc/stm32g4xx_ll_cordic.h | 0 .../Inc/stm32g4xx_ll_cortex.h | 0 .../Inc/stm32g4xx_ll_crc.h | 0 .../Inc/stm32g4xx_ll_crs.h | 0 .../Inc/stm32g4xx_ll_dac.h | 0 .../Inc/stm32g4xx_ll_dma.h | 0 .../Inc/stm32g4xx_ll_dmamux.h | 0 .../Inc/stm32g4xx_ll_exti.h | 0 .../Inc/stm32g4xx_ll_fmac.h | 0 .../Inc/stm32g4xx_ll_fmc.h | 0 .../Inc/stm32g4xx_ll_gpio.h | 0 .../Inc/stm32g4xx_ll_hrtim.h | 0 .../Inc/stm32g4xx_ll_i2c.h | 0 .../Inc/stm32g4xx_ll_iwdg.h | 0 .../Inc/stm32g4xx_ll_lptim.h | 0 .../Inc/stm32g4xx_ll_lpuart.h | 0 .../Inc/stm32g4xx_ll_opamp.h | 0 .../Inc/stm32g4xx_ll_pwr.h | 0 .../Inc/stm32g4xx_ll_rcc.h | 0 .../Inc/stm32g4xx_ll_rng.h | 0 .../Inc/stm32g4xx_ll_rtc.h | 0 .../Inc/stm32g4xx_ll_spi.h | 0 .../Inc/stm32g4xx_ll_system.h | 0 .../Inc/stm32g4xx_ll_tim.h | 0 .../Inc/stm32g4xx_ll_ucpd.h | 0 .../Inc/stm32g4xx_ll_usart.h | 0 .../Inc/stm32g4xx_ll_usb.h | 0 .../Inc/stm32g4xx_ll_utils.h | 0 .../Inc/stm32g4xx_ll_wwdg.h | 0 .../STM32G4xx_HAL_Driver/Release_Notes.html | 0 .../STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c | 0 .../Src/stm32g4xx_hal_adc.c | 0 .../Src/stm32g4xx_hal_adc_ex.c | 0 .../Src/stm32g4xx_hal_comp.c | 0 .../Src/stm32g4xx_hal_cordic.c | 0 .../Src/stm32g4xx_hal_cortex.c | 0 .../Src/stm32g4xx_hal_crc.c | 0 .../Src/stm32g4xx_hal_crc_ex.c | 0 .../Src/stm32g4xx_hal_cryp.c | 0 .../Src/stm32g4xx_hal_cryp_ex.c | 0 .../Src/stm32g4xx_hal_dac.c | 0 .../Src/stm32g4xx_hal_dac_ex.c | 0 .../Src/stm32g4xx_hal_dma.c | 0 .../Src/stm32g4xx_hal_dma_ex.c | 0 .../Src/stm32g4xx_hal_exti.c | 0 .../Src/stm32g4xx_hal_fdcan.c | 0 .../Src/stm32g4xx_hal_flash.c | 0 .../Src/stm32g4xx_hal_flash_ex.c | 0 .../Src/stm32g4xx_hal_flash_ramfunc.c | 0 .../Src/stm32g4xx_hal_fmac.c | 0 .../Src/stm32g4xx_hal_gpio.c | 0 .../Src/stm32g4xx_hal_hrtim.c | 0 .../Src/stm32g4xx_hal_i2c.c | 0 .../Src/stm32g4xx_hal_i2c_ex.c | 0 .../Src/stm32g4xx_hal_i2s.c | 0 .../Src/stm32g4xx_hal_irda.c | 0 .../Src/stm32g4xx_hal_iwdg.c | 0 .../Src/stm32g4xx_hal_lptim.c | 0 .../Src/stm32g4xx_hal_msp_template.c | 0 .../Src/stm32g4xx_hal_nand.c | 0 .../Src/stm32g4xx_hal_nor.c | 0 .../Src/stm32g4xx_hal_opamp.c | 0 .../Src/stm32g4xx_hal_opamp_ex.c | 0 .../Src/stm32g4xx_hal_pcd.c | 0 .../Src/stm32g4xx_hal_pcd_ex.c | 0 .../Src/stm32g4xx_hal_pwr.c | 0 .../Src/stm32g4xx_hal_pwr_ex.c | 0 .../Src/stm32g4xx_hal_qspi.c | 0 .../Src/stm32g4xx_hal_rcc.c | 0 .../Src/stm32g4xx_hal_rcc_ex.c | 0 .../Src/stm32g4xx_hal_rng.c | 0 .../Src/stm32g4xx_hal_rtc.c | 0 .../Src/stm32g4xx_hal_rtc_ex.c | 0 .../Src/stm32g4xx_hal_sai.c | 0 .../Src/stm32g4xx_hal_sai_ex.c | 0 .../Src/stm32g4xx_hal_smartcard.c | 0 .../Src/stm32g4xx_hal_smartcard_ex.c | 0 .../Src/stm32g4xx_hal_smbus.c | 0 .../Src/stm32g4xx_hal_spi.c | 0 .../Src/stm32g4xx_hal_spi_ex.c | 0 .../Src/stm32g4xx_hal_sram.c | 0 .../Src/stm32g4xx_hal_tim.c | 0 .../Src/stm32g4xx_hal_tim_ex.c | 0 .../Src/stm32g4xx_hal_timebase_tim_template.c | 0 .../Src/stm32g4xx_hal_uart.c | 0 .../Src/stm32g4xx_hal_uart_ex.c | 0 .../Src/stm32g4xx_hal_usart.c | 0 .../Src/stm32g4xx_hal_usart_ex.c | 0 .../Src/stm32g4xx_hal_wwdg.c | 0 .../Src/stm32g4xx_ll_adc.c | 0 .../Src/stm32g4xx_ll_comp.c | 0 .../Src/stm32g4xx_ll_cordic.c | 0 .../Src/stm32g4xx_ll_crc.c | 0 .../Src/stm32g4xx_ll_crs.c | 0 .../Src/stm32g4xx_ll_dac.c | 0 .../Src/stm32g4xx_ll_dma.c | 0 .../Src/stm32g4xx_ll_exti.c | 0 .../Src/stm32g4xx_ll_fmac.c | 0 .../Src/stm32g4xx_ll_fmc.c | 0 .../Src/stm32g4xx_ll_gpio.c | 0 .../Src/stm32g4xx_ll_hrtim.c | 0 .../Src/stm32g4xx_ll_i2c.c | 0 .../Src/stm32g4xx_ll_lptim.c | 0 .../Src/stm32g4xx_ll_lpuart.c | 0 .../Src/stm32g4xx_ll_opamp.c | 0 .../Src/stm32g4xx_ll_pwr.c | 0 .../Src/stm32g4xx_ll_rcc.c | 0 .../Src/stm32g4xx_ll_rng.c | 0 .../Src/stm32g4xx_ll_rtc.c | 0 .../Src/stm32g4xx_ll_spi.c | 0 .../Src/stm32g4xx_ll_tim.c | 0 .../Src/stm32g4xx_ll_ucpd.c | 0 .../Src/stm32g4xx_ll_usart.c | 0 .../Src/stm32g4xx_ll_usb.c | 0 .../Src/stm32g4xx_ll_utils.c | 0 .../Device/ST/STM32H7xx/Include/stm32h742xx.h | 0 .../Device/ST/STM32H7xx/Include/stm32h743xx.h | 0 .../Device/ST/STM32H7xx/Include/stm32h745xx.h | 0 .../Device/ST/STM32H7xx/Include/stm32h747xx.h | 0 .../Device/ST/STM32H7xx/Include/stm32h750xx.h | 0 .../Device/ST/STM32H7xx/Include/stm32h753xx.h | 0 .../Device/ST/STM32H7xx/Include/stm32h755xx.h | 0 .../Device/ST/STM32H7xx/Include/stm32h757xx.h | 0 .../Device/ST/STM32H7xx/Include/stm32h7xx.h | 0 .../ST/STM32H7xx/Include/system_stm32h7xx.h | 0 .../Device/ST/STM32H7xx/Release_Notes.html | 0 .../arm/linker/stm32h745xx_flash_CM4.sct | 0 .../arm/linker/stm32h745xx_flash_CM7.sct | 0 .../arm/linker/stm32h745xx_sram1_CM7.sct | 0 .../arm/linker/stm32h745xx_sram2_CM4.sct | 0 .../arm/linker/stm32h747xx_flash_CM4.sct | 0 .../arm/linker/stm32h747xx_flash_CM7.sct | 0 .../arm/linker/stm32h747xx_sram1_CM7.sct | 0 .../arm/linker/stm32h747xx_sram2_CM4.sct | 0 .../arm/linker/stm32h755xx_flash_CM4.sct | 0 .../arm/linker/stm32h755xx_flash_CM7.sct | 0 .../arm/linker/stm32h755xx_sram1_CM7.sct | 0 .../arm/linker/stm32h755xx_sram2_CM4.sct | 0 .../arm/linker/stm32h757xx_flash_CM4.sct | 0 .../arm/linker/stm32h757xx_flash_CM7.sct | 0 .../arm/linker/stm32h757xx_sram1_CM7.sct | 0 .../arm/linker/stm32h757xx_sram2_CM4.sct | 0 .../Source/Templates/arm/startup_stm32h742xx.s | 0 .../Source/Templates/arm/startup_stm32h743xx.s | 0 .../Source/Templates/arm/startup_stm32h745xx.s | 0 .../Source/Templates/arm/startup_stm32h747xx.s | 0 .../Source/Templates/arm/startup_stm32h750xx.s | 0 .../Source/Templates/arm/startup_stm32h753xx.s | 0 .../Source/Templates/arm/startup_stm32h755xx.s | 0 .../Source/Templates/arm/startup_stm32h757xx.s | 0 .../gcc/linker/stm32h745xx_flash_CM4.ld | 0 .../gcc/linker/stm32h745xx_flash_CM7.ld | 0 .../gcc/linker/stm32h745xx_sram1_CM7.ld | 0 .../gcc/linker/stm32h745xx_sram2_CM4.ld | 0 .../gcc/linker/stm32h747xx_flash_CM4.ld | 0 .../gcc/linker/stm32h747xx_flash_CM7.ld | 0 .../gcc/linker/stm32h747xx_sram1_CM7.ld | 0 .../gcc/linker/stm32h747xx_sram2_CM4.ld | 0 .../gcc/linker/stm32h755xx_flash_CM4.ld | 0 .../gcc/linker/stm32h755xx_flash_CM7.ld | 0 .../gcc/linker/stm32h755xx_sram1_CM7.ld | 0 .../gcc/linker/stm32h755xx_sram2_CM4.ld | 0 .../gcc/linker/stm32h757xx_flash_CM4.ld | 0 .../gcc/linker/stm32h757xx_flash_CM7.ld | 0 .../gcc/linker/stm32h757xx_sram1_CM7.ld | 0 .../gcc/linker/stm32h757xx_sram2_CM4.ld | 0 .../Source/Templates/gcc/startup_stm32h742xx.s | 0 .../Source/Templates/gcc/startup_stm32h743xx.s | 0 .../Source/Templates/gcc/startup_stm32h745xx.s | 0 .../Source/Templates/gcc/startup_stm32h747xx.s | 0 .../Source/Templates/gcc/startup_stm32h750xx.s | 0 .../Source/Templates/gcc/startup_stm32h753xx.s | 0 .../Source/Templates/gcc/startup_stm32h755xx.s | 0 .../Source/Templates/gcc/startup_stm32h757xx.s | 0 .../iar/linker/stm32h742xx_dtcmram.icf | 0 .../Templates/iar/linker/stm32h742xx_flash.icf | 0 .../iar/linker/stm32h742xx_flash_rw_sram1.icf | 0 .../iar/linker/stm32h742xx_flash_rw_sram2.icf | 0 .../Templates/iar/linker/stm32h742xx_sram1.icf | 0 .../iar/linker/stm32h743xx_dtcmram.icf | 0 .../Templates/iar/linker/stm32h743xx_flash.icf | 0 .../iar/linker/stm32h743xx_flash_rw_sram1.icf | 0 .../iar/linker/stm32h743xx_flash_rw_sram2.icf | 0 .../Templates/iar/linker/stm32h743xx_sram1.icf | 0 .../iar/linker/stm32h745xx_dtcmram_CM7.icf | 0 .../iar/linker/stm32h745xx_flash_CM4.icf | 0 .../iar/linker/stm32h745xx_flash_CM7.icf | 0 .../linker/stm32h745xx_flash_rw_sram1_CM7.icf | 0 .../linker/stm32h745xx_flash_rw_sram2_CM4.icf | 0 .../iar/linker/stm32h745xx_sram1_CM7.icf | 0 .../iar/linker/stm32h745xx_sram2_CM4.icf | 0 .../iar/linker/stm32h747xx_dtcmram_CM7.icf | 0 .../iar/linker/stm32h747xx_flash_CM4.icf | 0 .../iar/linker/stm32h747xx_flash_CM7.icf | 0 .../linker/stm32h747xx_flash_rw_sram1_CM7.icf | 0 .../linker/stm32h747xx_flash_rw_sram2_CM4.icf | 0 .../iar/linker/stm32h747xx_sram1_CM7.icf | 0 .../iar/linker/stm32h747xx_sram2_CM4.icf | 0 .../iar/linker/stm32h750xx_dtcmram.icf | 0 .../Templates/iar/linker/stm32h750xx_flash.icf | 0 .../iar/linker/stm32h750xx_flash_rw_sram1.icf | 0 .../iar/linker/stm32h750xx_flash_rw_sram2.icf | 0 .../Templates/iar/linker/stm32h750xx_sram1.icf | 0 .../iar/linker/stm32h753xx_dtcmram.icf | 0 .../Templates/iar/linker/stm32h753xx_flash.icf | 0 .../iar/linker/stm32h753xx_flash_rw_sram1.icf | 0 .../iar/linker/stm32h753xx_flash_rw_sram2.icf | 0 .../Templates/iar/linker/stm32h753xx_sram1.icf | 0 .../iar/linker/stm32h755xx_dtcmram_CM7.icf | 0 .../iar/linker/stm32h755xx_flash_CM4.icf | 0 .../iar/linker/stm32h755xx_flash_CM7.icf | 0 .../linker/stm32h755xx_flash_rw_sram1_CM7.icf | 0 .../linker/stm32h755xx_flash_rw_sram2_CM4.icf | 0 .../iar/linker/stm32h755xx_sram1_CM7.icf | 0 .../iar/linker/stm32h755xx_sram2_CM4.icf | 0 .../iar/linker/stm32h757xx_dtcmram_CM7.icf | 0 .../iar/linker/stm32h757xx_flash_CM4.icf | 0 .../iar/linker/stm32h757xx_flash_CM7.icf | 0 .../linker/stm32h757xx_flash_rw_sram1_CM7.icf | 0 .../linker/stm32h757xx_flash_rw_sram2_CM4.icf | 0 .../iar/linker/stm32h757xx_sram1_CM7.icf | 0 .../iar/linker/stm32h757xx_sram2_CM4.icf | 0 .../Source/Templates/iar/startup_stm32h742xx.s | 0 .../Source/Templates/iar/startup_stm32h743xx.s | 0 .../Source/Templates/iar/startup_stm32h745xx.s | 0 .../Source/Templates/iar/startup_stm32h747xx.s | 0 .../Source/Templates/iar/startup_stm32h750xx.s | 0 .../Source/Templates/iar/startup_stm32h753xx.s | 0 .../Source/Templates/iar/startup_stm32h755xx.s | 0 .../Source/Templates/iar/startup_stm32h757xx.s | 0 .../Source/Templates/system_stm32h7xx.c | 0 .../system_stm32h7xx_dualcore_boot_cm4_cm7.c | 0 ...ystem_stm32h7xx_dualcore_bootcm4_cm7gated.c | 0 ...ystem_stm32h7xx_dualcore_bootcm7_cm4gated.c | 0 .../Templates/system_stm32h7xx_singlecore.c | 0 .../STM32H7xx_HAL/CMSIS/Include/cmsis_armcc.h | 0 .../CMSIS/Include/cmsis_armclang.h | 0 .../CMSIS/Include/cmsis_compiler.h | 0 .../STM32H7xx_HAL/CMSIS/Include/cmsis_gcc.h | 0 .../STM32H7xx_HAL/CMSIS/Include/cmsis_iccarm.h | 0 .../CMSIS/Include/cmsis_version.h | 0 .../CMSIS/Include/core_armv8mbl.h | 0 .../CMSIS/Include/core_armv8mml.h | 0 .../STM32H7xx_HAL/CMSIS/Include/core_cm0.h | 0 .../STM32H7xx_HAL/CMSIS/Include/core_cm0plus.h | 0 .../STM32H7xx_HAL/CMSIS/Include/core_cm1.h | 0 .../STM32H7xx_HAL/CMSIS/Include/core_cm23.h | 0 .../STM32H7xx_HAL/CMSIS/Include/core_cm3.h | 0 .../STM32H7xx_HAL/CMSIS/Include/core_cm33.h | 0 .../STM32H7xx_HAL/CMSIS/Include/core_cm4.h | 0 .../STM32H7xx_HAL/CMSIS/Include/core_cm7.h | 0 .../STM32H7xx_HAL/CMSIS/Include/core_sc000.h | 0 .../STM32H7xx_HAL/CMSIS/Include/core_sc300.h | 0 .../STM32H7xx_HAL/CMSIS/Include/mpu_armv7.h | 0 .../STM32H7xx_HAL/CMSIS/Include/mpu_armv8.h | 0 .../STM32H7xx_HAL/CMSIS/Include/tz_context.h | 0 .../CMSIS/RTOS/Template/cmsis_os.h | 0 .../STM32H7xx_HAL/CMSIS/docs/index.html | 0 bsp/stm32/libraries/STM32H7xx_HAL/SConscript | 0 .../Inc/Legacy/stm32_hal_legacy.h | 0 .../Inc/stm32_assert_template.h | 0 .../STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h | 0 .../Inc/stm32h7xx_hal_adc.h | 0 .../Inc/stm32h7xx_hal_adc_ex.h | 0 .../Inc/stm32h7xx_hal_cec.h | 0 .../Inc/stm32h7xx_hal_comp.h | 0 .../Inc/stm32h7xx_hal_conf_template.h | 0 .../Inc/stm32h7xx_hal_cortex.h | 0 .../Inc/stm32h7xx_hal_crc.h | 0 .../Inc/stm32h7xx_hal_crc_ex.h | 0 .../Inc/stm32h7xx_hal_cryp.h | 0 .../Inc/stm32h7xx_hal_cryp_ex.h | 0 .../Inc/stm32h7xx_hal_dac.h | 0 .../Inc/stm32h7xx_hal_dac_ex.h | 0 .../Inc/stm32h7xx_hal_dcmi.h | 0 .../Inc/stm32h7xx_hal_def.h | 0 .../Inc/stm32h7xx_hal_dfsdm.h | 0 .../Inc/stm32h7xx_hal_dma.h | 0 .../Inc/stm32h7xx_hal_dma2d.h | 0 .../Inc/stm32h7xx_hal_dma_ex.h | 0 .../Inc/stm32h7xx_hal_dsi.h | 0 .../Inc/stm32h7xx_hal_eth.h | 0 .../Inc/stm32h7xx_hal_eth_ex.h | 0 .../Inc/stm32h7xx_hal_exti.h | 0 .../Inc/stm32h7xx_hal_fdcan.h | 0 .../Inc/stm32h7xx_hal_flash.h | 0 .../Inc/stm32h7xx_hal_flash_ex.h | 0 .../Inc/stm32h7xx_hal_gpio.h | 0 .../Inc/stm32h7xx_hal_gpio_ex.h | 0 .../Inc/stm32h7xx_hal_hash.h | 0 .../Inc/stm32h7xx_hal_hash_ex.h | 0 .../Inc/stm32h7xx_hal_hcd.h | 0 .../Inc/stm32h7xx_hal_hrtim.h | 0 .../Inc/stm32h7xx_hal_hsem.h | 0 .../Inc/stm32h7xx_hal_i2c.h | 0 .../Inc/stm32h7xx_hal_i2c_ex.h | 0 .../Inc/stm32h7xx_hal_i2s.h | 0 .../Inc/stm32h7xx_hal_i2s_ex.h | 0 .../Inc/stm32h7xx_hal_irda.h | 0 .../Inc/stm32h7xx_hal_irda_ex.h | 0 .../Inc/stm32h7xx_hal_iwdg.h | 0 .../Inc/stm32h7xx_hal_jpeg.h | 0 .../Inc/stm32h7xx_hal_lptim.h | 0 .../Inc/stm32h7xx_hal_ltdc.h | 0 .../Inc/stm32h7xx_hal_ltdc_ex.h | 0 .../Inc/stm32h7xx_hal_mdios.h | 0 .../Inc/stm32h7xx_hal_mdma.h | 0 .../Inc/stm32h7xx_hal_mmc.h | 0 .../Inc/stm32h7xx_hal_mmc_ex.h | 0 .../Inc/stm32h7xx_hal_nand.h | 0 .../Inc/stm32h7xx_hal_nor.h | 0 .../Inc/stm32h7xx_hal_opamp.h | 0 .../Inc/stm32h7xx_hal_opamp_ex.h | 0 .../Inc/stm32h7xx_hal_pcd.h | 0 .../Inc/stm32h7xx_hal_pcd_ex.h | 0 .../Inc/stm32h7xx_hal_pwr.h | 0 .../Inc/stm32h7xx_hal_pwr_ex.h | 0 .../Inc/stm32h7xx_hal_qspi.h | 0 .../Inc/stm32h7xx_hal_ramecc.h | 0 .../Inc/stm32h7xx_hal_rcc.h | 0 .../Inc/stm32h7xx_hal_rcc_ex.h | 0 .../Inc/stm32h7xx_hal_rng.h | 0 .../Inc/stm32h7xx_hal_rtc.h | 0 .../Inc/stm32h7xx_hal_rtc_ex.h | 0 .../Inc/stm32h7xx_hal_sai.h | 0 .../Inc/stm32h7xx_hal_sai_ex.h | 0 .../Inc/stm32h7xx_hal_sd.h | 0 .../Inc/stm32h7xx_hal_sd_ex.h | 0 .../Inc/stm32h7xx_hal_sdram.h | 0 .../Inc/stm32h7xx_hal_smartcard.h | 0 .../Inc/stm32h7xx_hal_smartcard_ex.h | 0 .../Inc/stm32h7xx_hal_smbus.h | 0 .../Inc/stm32h7xx_hal_spdifrx.h | 0 .../Inc/stm32h7xx_hal_spi.h | 0 .../Inc/stm32h7xx_hal_spi_ex.h | 0 .../Inc/stm32h7xx_hal_sram.h | 0 .../Inc/stm32h7xx_hal_swpmi.h | 0 .../Inc/stm32h7xx_hal_tim.h | 0 .../Inc/stm32h7xx_hal_tim_ex.h | 0 .../Inc/stm32h7xx_hal_uart.h | 0 .../Inc/stm32h7xx_hal_uart_ex.h | 0 .../Inc/stm32h7xx_hal_usart.h | 0 .../Inc/stm32h7xx_hal_usart_ex.h | 0 .../Inc/stm32h7xx_hal_wwdg.h | 0 .../Inc/stm32h7xx_ll_adc.h | 0 .../Inc/stm32h7xx_ll_bdma.h | 0 .../Inc/stm32h7xx_ll_bus.h | 0 .../Inc/stm32h7xx_ll_comp.h | 0 .../Inc/stm32h7xx_ll_cortex.h | 0 .../Inc/stm32h7xx_ll_crc.h | 0 .../Inc/stm32h7xx_ll_dac.h | 0 .../Inc/stm32h7xx_ll_delayblock.h | 0 .../Inc/stm32h7xx_ll_dma.h | 0 .../Inc/stm32h7xx_ll_dma2d.h | 0 .../Inc/stm32h7xx_ll_dmamux.h | 0 .../Inc/stm32h7xx_ll_exti.h | 0 .../Inc/stm32h7xx_ll_fmc.h | 0 .../Inc/stm32h7xx_ll_gpio.h | 0 .../Inc/stm32h7xx_ll_hrtim.h | 0 .../Inc/stm32h7xx_ll_hsem.h | 0 .../Inc/stm32h7xx_ll_i2c.h | 0 .../Inc/stm32h7xx_ll_iwdg.h | 0 .../Inc/stm32h7xx_ll_lptim.h | 0 .../Inc/stm32h7xx_ll_lpuart.h | 0 .../Inc/stm32h7xx_ll_mdma.h | 0 .../Inc/stm32h7xx_ll_opamp.h | 0 .../Inc/stm32h7xx_ll_pwr.h | 0 .../Inc/stm32h7xx_ll_rcc.h | 0 .../Inc/stm32h7xx_ll_rng.h | 0 .../Inc/stm32h7xx_ll_rtc.h | 0 .../Inc/stm32h7xx_ll_sdmmc.h | 0 .../Inc/stm32h7xx_ll_spi.h | 0 .../Inc/stm32h7xx_ll_swpmi.h | 0 .../Inc/stm32h7xx_ll_system.h | 0 .../Inc/stm32h7xx_ll_tim.h | 0 .../Inc/stm32h7xx_ll_usart.h | 0 .../Inc/stm32h7xx_ll_usb.h | 0 .../Inc/stm32h7xx_ll_utils.h | 0 .../Inc/stm32h7xx_ll_wwdg.h | 0 .../STM32H7xx_HAL_Driver/Release_Notes.html | 0 .../STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c | 0 .../Src/stm32h7xx_hal_adc.c | 0 .../Src/stm32h7xx_hal_adc_ex.c | 0 .../Src/stm32h7xx_hal_cec.c | 0 .../Src/stm32h7xx_hal_comp.c | 0 .../Src/stm32h7xx_hal_cortex.c | 0 .../Src/stm32h7xx_hal_crc.c | 0 .../Src/stm32h7xx_hal_crc_ex.c | 0 .../Src/stm32h7xx_hal_cryp.c | 0 .../Src/stm32h7xx_hal_cryp_ex.c | 0 .../Src/stm32h7xx_hal_dac.c | 0 .../Src/stm32h7xx_hal_dac_ex.c | 0 .../Src/stm32h7xx_hal_dcmi.c | 0 .../Src/stm32h7xx_hal_dfsdm.c | 0 .../Src/stm32h7xx_hal_dma.c | 0 .../Src/stm32h7xx_hal_dma2d.c | 0 .../Src/stm32h7xx_hal_dma_ex.c | 0 .../Src/stm32h7xx_hal_dsi.c | 0 .../Src/stm32h7xx_hal_eth.c | 0 .../Src/stm32h7xx_hal_eth_ex.c | 0 .../Src/stm32h7xx_hal_exti.c | 0 .../Src/stm32h7xx_hal_fdcan.c | 0 .../Src/stm32h7xx_hal_flash.c | 0 .../Src/stm32h7xx_hal_flash_ex.c | 0 .../Src/stm32h7xx_hal_gpio.c | 0 .../Src/stm32h7xx_hal_hash.c | 0 .../Src/stm32h7xx_hal_hash_ex.c | 0 .../Src/stm32h7xx_hal_hcd.c | 0 .../Src/stm32h7xx_hal_hrtim.c | 0 .../Src/stm32h7xx_hal_hsem.c | 0 .../Src/stm32h7xx_hal_i2c.c | 0 .../Src/stm32h7xx_hal_i2c_ex.c | 0 .../Src/stm32h7xx_hal_i2s.c | 0 .../Src/stm32h7xx_hal_i2s_ex.c | 0 .../Src/stm32h7xx_hal_irda.c | 0 .../Src/stm32h7xx_hal_iwdg.c | 0 .../Src/stm32h7xx_hal_jpeg.c | 0 .../Src/stm32h7xx_hal_lptim.c | 0 .../Src/stm32h7xx_hal_ltdc.c | 0 .../Src/stm32h7xx_hal_ltdc_ex.c | 0 .../Src/stm32h7xx_hal_mdios.c | 0 .../Src/stm32h7xx_hal_mdma.c | 0 .../Src/stm32h7xx_hal_mmc.c | 0 .../Src/stm32h7xx_hal_mmc_ex.c | 0 .../Src/stm32h7xx_hal_msp_template.c | 0 .../Src/stm32h7xx_hal_nand.c | 0 .../Src/stm32h7xx_hal_nor.c | 0 .../Src/stm32h7xx_hal_opamp.c | 0 .../Src/stm32h7xx_hal_opamp_ex.c | 0 .../Src/stm32h7xx_hal_pcd.c | 0 .../Src/stm32h7xx_hal_pcd_ex.c | 0 .../Src/stm32h7xx_hal_pwr.c | 0 .../Src/stm32h7xx_hal_pwr_ex.c | 0 .../Src/stm32h7xx_hal_qspi.c | 0 .../Src/stm32h7xx_hal_ramecc.c | 0 .../Src/stm32h7xx_hal_rcc.c | 0 .../Src/stm32h7xx_hal_rcc_ex.c | 0 .../Src/stm32h7xx_hal_rng.c | 0 .../Src/stm32h7xx_hal_rtc.c | 0 .../Src/stm32h7xx_hal_rtc_ex.c | 0 .../Src/stm32h7xx_hal_sai.c | 0 .../Src/stm32h7xx_hal_sai_ex.c | 0 .../Src/stm32h7xx_hal_sd.c | 0 .../Src/stm32h7xx_hal_sd_ex.c | 0 .../Src/stm32h7xx_hal_sdram.c | 0 .../Src/stm32h7xx_hal_smartcard.c | 0 .../Src/stm32h7xx_hal_smartcard_ex.c | 0 .../Src/stm32h7xx_hal_smbus.c | 0 .../Src/stm32h7xx_hal_spdifrx.c | 0 .../Src/stm32h7xx_hal_spi.c | 0 .../Src/stm32h7xx_hal_spi_ex.c | 0 .../Src/stm32h7xx_hal_sram.c | 0 .../Src/stm32h7xx_hal_swpmi.c | 0 .../Src/stm32h7xx_hal_tim.c | 0 .../Src/stm32h7xx_hal_tim_ex.c | 0 ...stm32h7xx_hal_timebase_rtc_alarm_template.c | 0 ...tm32h7xx_hal_timebase_rtc_wakeup_template.c | 0 .../Src/stm32h7xx_hal_timebase_tim_template.c | 0 .../Src/stm32h7xx_hal_uart.c | 0 .../Src/stm32h7xx_hal_uart_ex.c | 0 .../Src/stm32h7xx_hal_usart.c | 0 .../Src/stm32h7xx_hal_usart_ex.c | 0 .../Src/stm32h7xx_hal_wwdg.c | 0 .../Src/stm32h7xx_ll_adc.c | 0 .../Src/stm32h7xx_ll_bdma.c | 0 .../Src/stm32h7xx_ll_comp.c | 0 .../Src/stm32h7xx_ll_crc.c | 0 .../Src/stm32h7xx_ll_dac.c | 0 .../Src/stm32h7xx_ll_delayblock.c | 0 .../Src/stm32h7xx_ll_dma.c | 0 .../Src/stm32h7xx_ll_dma2d.c | 0 .../Src/stm32h7xx_ll_exti.c | 0 .../Src/stm32h7xx_ll_fmc.c | 0 .../Src/stm32h7xx_ll_gpio.c | 0 .../Src/stm32h7xx_ll_hrtim.c | 0 .../Src/stm32h7xx_ll_i2c.c | 0 .../Src/stm32h7xx_ll_lptim.c | 0 .../Src/stm32h7xx_ll_lpuart.c | 0 .../Src/stm32h7xx_ll_mdma.c | 0 .../Src/stm32h7xx_ll_opamp.c | 0 .../Src/stm32h7xx_ll_pwr.c | 0 .../Src/stm32h7xx_ll_rcc.c | 0 .../Src/stm32h7xx_ll_rng.c | 0 .../Src/stm32h7xx_ll_rtc.c | 0 .../Src/stm32h7xx_ll_sdmmc.c | 0 .../Src/stm32h7xx_ll_spi.c | 0 .../Src/stm32h7xx_ll_swpmi.c | 0 .../Src/stm32h7xx_ll_tim.c | 0 .../Src/stm32h7xx_ll_usart.c | 0 .../Src/stm32h7xx_ll_usb.c | 0 .../Src/stm32h7xx_ll_utils.c | 0 .../Device/ST/STM32L0xx/Include/stm32l010x4.h | 0 .../Device/ST/STM32L0xx/Include/stm32l010x6.h | 0 .../Device/ST/STM32L0xx/Include/stm32l010x8.h | 0 .../Device/ST/STM32L0xx/Include/stm32l010xb.h | 0 .../Device/ST/STM32L0xx/Include/stm32l011xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l021xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l031xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l041xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l051xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l052xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l053xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l061xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l062xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l063xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l071xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l072xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l073xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l081xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l082xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l083xx.h | 0 .../Device/ST/STM32L0xx/Include/stm32l0xx.h | 0 .../ST/STM32L0xx/Include/system_stm32l0xx.h | 0 .../Source/Templates/arm/startup_stm32l010x4.s | 0 .../Source/Templates/arm/startup_stm32l010x6.s | 0 .../Source/Templates/arm/startup_stm32l010x8.s | 0 .../Source/Templates/arm/startup_stm32l010xb.s | 0 .../Source/Templates/arm/startup_stm32l011xx.s | 0 .../Source/Templates/arm/startup_stm32l021xx.s | 0 .../Source/Templates/arm/startup_stm32l031xx.s | 0 .../Source/Templates/arm/startup_stm32l041xx.s | 0 .../Source/Templates/arm/startup_stm32l051xx.s | 0 .../Source/Templates/arm/startup_stm32l052xx.s | 0 .../Source/Templates/arm/startup_stm32l053xx.s | 0 .../Source/Templates/arm/startup_stm32l061xx.s | 0 .../Source/Templates/arm/startup_stm32l062xx.s | 0 .../Source/Templates/arm/startup_stm32l063xx.s | 0 .../Source/Templates/arm/startup_stm32l071xx.s | 0 .../Source/Templates/arm/startup_stm32l072xx.s | 0 .../Source/Templates/arm/startup_stm32l073xx.s | 0 .../Source/Templates/arm/startup_stm32l081xx.s | 0 .../Source/Templates/arm/startup_stm32l082xx.s | 0 .../Source/Templates/arm/startup_stm32l083xx.s | 0 .../Source/Templates/gcc/startup_stm32l010x4.s | 0 .../Source/Templates/gcc/startup_stm32l010x6.s | 0 .../Source/Templates/gcc/startup_stm32l010x8.s | 0 .../Source/Templates/gcc/startup_stm32l010xb.s | 0 .../Source/Templates/gcc/startup_stm32l011xx.s | 0 .../Source/Templates/gcc/startup_stm32l021xx.s | 0 .../Source/Templates/gcc/startup_stm32l031xx.s | 0 .../Source/Templates/gcc/startup_stm32l041xx.s | 0 .../Source/Templates/gcc/startup_stm32l051xx.s | 0 .../Source/Templates/gcc/startup_stm32l052xx.s | 0 .../Source/Templates/gcc/startup_stm32l053xx.s | 0 .../Source/Templates/gcc/startup_stm32l061xx.s | 0 .../Source/Templates/gcc/startup_stm32l062xx.s | 0 .../Source/Templates/gcc/startup_stm32l063xx.s | 0 .../Source/Templates/gcc/startup_stm32l071xx.s | 0 .../Source/Templates/gcc/startup_stm32l072xx.s | 0 .../Source/Templates/gcc/startup_stm32l073xx.s | 0 .../Source/Templates/gcc/startup_stm32l081xx.s | 0 .../Source/Templates/gcc/startup_stm32l082xx.s | 0 .../Source/Templates/gcc/startup_stm32l083xx.s | 0 .../Templates/iar/linker/stm32l010x4_flash.icf | 0 .../Templates/iar/linker/stm32l010x6_flash.icf | 0 .../Templates/iar/linker/stm32l010x8_flash.icf | 0 .../Templates/iar/linker/stm32l010xb_flash.icf | 0 .../Templates/iar/linker/stm32l011xx_flash.icf | 0 .../Templates/iar/linker/stm32l011xx_sram.icf | 0 .../Templates/iar/linker/stm32l021xx_flash.icf | 0 .../Templates/iar/linker/stm32l021xx_sram.icf | 0 .../Templates/iar/linker/stm32l031xx_flash.icf | 0 .../Templates/iar/linker/stm32l031xx_sram.icf | 0 .../Templates/iar/linker/stm32l041xx_flash.icf | 0 .../Templates/iar/linker/stm32l041xx_sram.icf | 0 .../Templates/iar/linker/stm32l051xx_flash.icf | 0 .../Templates/iar/linker/stm32l051xx_sram.icf | 0 .../Templates/iar/linker/stm32l052xx_flash.icf | 0 .../Templates/iar/linker/stm32l052xx_sram.icf | 0 .../Templates/iar/linker/stm32l053xx_flash.icf | 0 .../Templates/iar/linker/stm32l053xx_sram.icf | 0 .../Templates/iar/linker/stm32l061xx_flash.icf | 0 .../Templates/iar/linker/stm32l061xx_sram.icf | 0 .../Templates/iar/linker/stm32l062xx_flash.icf | 0 .../Templates/iar/linker/stm32l062xx_sram.icf | 0 .../Templates/iar/linker/stm32l063xx_flash.icf | 0 .../Templates/iar/linker/stm32l063xx_sram.icf | 0 .../Templates/iar/linker/stm32l071xx_flash.icf | 0 .../Templates/iar/linker/stm32l071xx_sram.icf | 0 .../Templates/iar/linker/stm32l072xx_flash.icf | 0 .../Templates/iar/linker/stm32l072xx_sram.icf | 0 .../Templates/iar/linker/stm32l073xx_flash.icf | 0 .../Templates/iar/linker/stm32l073xx_sram.icf | 0 .../Templates/iar/linker/stm32l081xx_flash.icf | 0 .../Templates/iar/linker/stm32l081xx_sram.icf | 0 .../Templates/iar/linker/stm32l082xx_flash.icf | 0 .../Templates/iar/linker/stm32l082xx_sram.icf | 0 .../Templates/iar/linker/stm32l083xx_flash.icf | 0 .../Templates/iar/linker/stm32l083xx_sram.icf | 0 .../Source/Templates/iar/startup_stm32l010x4.s | 0 .../Source/Templates/iar/startup_stm32l010x6.s | 0 .../Source/Templates/iar/startup_stm32l010x8.s | 0 .../Source/Templates/iar/startup_stm32l010xb.s | 0 .../Source/Templates/iar/startup_stm32l011xx.s | 0 .../Source/Templates/iar/startup_stm32l021xx.s | 0 .../Source/Templates/iar/startup_stm32l031xx.s | 0 .../Source/Templates/iar/startup_stm32l041xx.s | 0 .../Source/Templates/iar/startup_stm32l051xx.s | 0 .../Source/Templates/iar/startup_stm32l052xx.s | 0 .../Source/Templates/iar/startup_stm32l053xx.s | 0 .../Source/Templates/iar/startup_stm32l061xx.s | 0 .../Source/Templates/iar/startup_stm32l062xx.s | 0 .../Source/Templates/iar/startup_stm32l063xx.s | 0 .../Source/Templates/iar/startup_stm32l071xx.s | 0 .../Source/Templates/iar/startup_stm32l072xx.s | 0 .../Source/Templates/iar/startup_stm32l073xx.s | 0 .../Source/Templates/iar/startup_stm32l081xx.s | 0 .../Source/Templates/iar/startup_stm32l082xx.s | 0 .../Source/Templates/iar/startup_stm32l083xx.s | 0 .../Source/Templates/system_stm32l0xx.c | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../STM32L0xx_HAL/CMSIS/Include/arm_math.h | 0 .../STM32L0xx_HAL/CMSIS/Include/cmsis_armcc.h | 0 .../CMSIS/Include/cmsis_armcc_V6.h | 0 .../STM32L0xx_HAL/CMSIS/Include/cmsis_gcc.h | 0 .../STM32L0xx_HAL/CMSIS/Include/core_cm0.h | 0 .../STM32L0xx_HAL/CMSIS/Include/core_cm0plus.h | 0 .../STM32L0xx_HAL/CMSIS/Include/core_cm3.h | 0 .../STM32L0xx_HAL/CMSIS/Include/core_cm4.h | 0 .../STM32L0xx_HAL/CMSIS/Include/core_cm7.h | 0 .../STM32L0xx_HAL/CMSIS/Include/core_cmFunc.h | 0 .../STM32L0xx_HAL/CMSIS/Include/core_cmInstr.h | 0 .../STM32L0xx_HAL/CMSIS/Include/core_cmSimd.h | 0 .../STM32L0xx_HAL/CMSIS/Include/core_sc000.h | 0 .../STM32L0xx_HAL/CMSIS/Include/core_sc300.h | 0 .../CMSIS/RTOS/Template/cmsis_os.h | 0 bsp/stm32/libraries/STM32L0xx_HAL/SConscript | 0 .../Inc/Legacy/stm32_hal_legacy.h | 0 .../Inc/stm32_assert_template.h | 0 .../STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h | 0 .../Inc/stm32l0xx_hal_adc.h | 0 .../Inc/stm32l0xx_hal_adc_ex.h | 0 .../Inc/stm32l0xx_hal_comp.h | 0 .../Inc/stm32l0xx_hal_comp_ex.h | 0 .../Inc/stm32l0xx_hal_conf_template.h | 0 .../Inc/stm32l0xx_hal_cortex.h | 0 .../Inc/stm32l0xx_hal_crc.h | 0 .../Inc/stm32l0xx_hal_crc_ex.h | 0 .../Inc/stm32l0xx_hal_cryp.h | 0 .../Inc/stm32l0xx_hal_cryp_ex.h | 0 .../Inc/stm32l0xx_hal_dac.h | 0 .../Inc/stm32l0xx_hal_dac_ex.h | 0 .../Inc/stm32l0xx_hal_def.h | 0 .../Inc/stm32l0xx_hal_dma.h | 0 .../Inc/stm32l0xx_hal_firewall.h | 0 .../Inc/stm32l0xx_hal_flash.h | 0 .../Inc/stm32l0xx_hal_flash_ex.h | 0 .../Inc/stm32l0xx_hal_flash_ramfunc.h | 0 .../Inc/stm32l0xx_hal_gpio.h | 0 .../Inc/stm32l0xx_hal_gpio_ex.h | 0 .../Inc/stm32l0xx_hal_i2c.h | 0 .../Inc/stm32l0xx_hal_i2c_ex.h | 0 .../Inc/stm32l0xx_hal_i2s.h | 0 .../Inc/stm32l0xx_hal_irda.h | 0 .../Inc/stm32l0xx_hal_irda_ex.h | 0 .../Inc/stm32l0xx_hal_iwdg.h | 0 .../Inc/stm32l0xx_hal_lcd.h | 0 .../Inc/stm32l0xx_hal_lptim.h | 0 .../Inc/stm32l0xx_hal_lptim_ex.h | 0 .../Inc/stm32l0xx_hal_pcd.h | 0 .../Inc/stm32l0xx_hal_pcd_ex.h | 0 .../Inc/stm32l0xx_hal_pwr.h | 0 .../Inc/stm32l0xx_hal_pwr_ex.h | 0 .../Inc/stm32l0xx_hal_rcc.h | 0 .../Inc/stm32l0xx_hal_rcc_ex.h | 0 .../Inc/stm32l0xx_hal_rng.h | 0 .../Inc/stm32l0xx_hal_rtc.h | 0 .../Inc/stm32l0xx_hal_rtc_ex.h | 0 .../Inc/stm32l0xx_hal_smartcard.h | 0 .../Inc/stm32l0xx_hal_smartcard_ex.h | 0 .../Inc/stm32l0xx_hal_smbus.h | 0 .../Inc/stm32l0xx_hal_spi.h | 0 .../Inc/stm32l0xx_hal_tim.h | 0 .../Inc/stm32l0xx_hal_tim_ex.h | 0 .../Inc/stm32l0xx_hal_tsc.h | 0 .../Inc/stm32l0xx_hal_uart.h | 0 .../Inc/stm32l0xx_hal_uart_ex.h | 0 .../Inc/stm32l0xx_hal_usart.h | 0 .../Inc/stm32l0xx_hal_usart_ex.h | 0 .../Inc/stm32l0xx_hal_wwdg.h | 0 .../Inc/stm32l0xx_ll_adc.h | 0 .../Inc/stm32l0xx_ll_bus.h | 0 .../Inc/stm32l0xx_ll_comp.h | 0 .../Inc/stm32l0xx_ll_cortex.h | 0 .../Inc/stm32l0xx_ll_crc.h | 0 .../Inc/stm32l0xx_ll_crs.h | 0 .../Inc/stm32l0xx_ll_dac.h | 0 .../Inc/stm32l0xx_ll_dma.h | 0 .../Inc/stm32l0xx_ll_exti.h | 0 .../Inc/stm32l0xx_ll_gpio.h | 0 .../Inc/stm32l0xx_ll_i2c.h | 0 .../Inc/stm32l0xx_ll_iwdg.h | 0 .../Inc/stm32l0xx_ll_lptim.h | 0 .../Inc/stm32l0xx_ll_lpuart.h | 0 .../Inc/stm32l0xx_ll_pwr.h | 0 .../Inc/stm32l0xx_ll_rcc.h | 0 .../Inc/stm32l0xx_ll_rng.h | 0 .../Inc/stm32l0xx_ll_rtc.h | 0 .../Inc/stm32l0xx_ll_spi.h | 0 .../Inc/stm32l0xx_ll_system.h | 0 .../Inc/stm32l0xx_ll_tim.h | 0 .../Inc/stm32l0xx_ll_usart.h | 0 .../Inc/stm32l0xx_ll_usb.h | 0 .../Inc/stm32l0xx_ll_utils.h | 0 .../Inc/stm32l0xx_ll_wwdg.h | 0 .../STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.c | 0 .../Src/stm32l0xx_hal_adc.c | 0 .../Src/stm32l0xx_hal_adc_ex.c | 0 .../Src/stm32l0xx_hal_comp.c | 0 .../Src/stm32l0xx_hal_comp_ex.c | 0 .../Src/stm32l0xx_hal_cortex.c | 0 .../Src/stm32l0xx_hal_crc.c | 0 .../Src/stm32l0xx_hal_crc_ex.c | 0 .../Src/stm32l0xx_hal_cryp.c | 0 .../Src/stm32l0xx_hal_cryp_ex.c | 0 .../Src/stm32l0xx_hal_dac.c | 0 .../Src/stm32l0xx_hal_dac_ex.c | 0 .../Src/stm32l0xx_hal_dma.c | 0 .../Src/stm32l0xx_hal_firewall.c | 0 .../Src/stm32l0xx_hal_flash.c | 0 .../Src/stm32l0xx_hal_flash_ex.c | 0 .../Src/stm32l0xx_hal_flash_ramfunc.c | 0 .../Src/stm32l0xx_hal_gpio.c | 0 .../Src/stm32l0xx_hal_i2c.c | 0 .../Src/stm32l0xx_hal_i2c_ex.c | 0 .../Src/stm32l0xx_hal_i2s.c | 0 .../Src/stm32l0xx_hal_irda.c | 0 .../Src/stm32l0xx_hal_iwdg.c | 0 .../Src/stm32l0xx_hal_lcd.c | 0 .../Src/stm32l0xx_hal_lptim.c | 0 .../Src/stm32l0xx_hal_msp_template.c | 0 .../Src/stm32l0xx_hal_pcd.c | 0 .../Src/stm32l0xx_hal_pcd_ex.c | 0 .../Src/stm32l0xx_hal_pwr.c | 0 .../Src/stm32l0xx_hal_pwr_ex.c | 0 .../Src/stm32l0xx_hal_rcc.c | 0 .../Src/stm32l0xx_hal_rcc_ex.c | 0 .../Src/stm32l0xx_hal_rng.c | 0 .../Src/stm32l0xx_hal_rtc.c | 0 .../Src/stm32l0xx_hal_rtc_ex.c | 0 .../Src/stm32l0xx_hal_smartcard.c | 0 .../Src/stm32l0xx_hal_smartcard_ex.c | 0 .../Src/stm32l0xx_hal_smbus.c | 0 .../Src/stm32l0xx_hal_spi.c | 0 .../Src/stm32l0xx_hal_tim.c | 0 .../Src/stm32l0xx_hal_tim_ex.c | 0 .../Src/stm32l0xx_hal_tsc.c | 0 .../Src/stm32l0xx_hal_uart.c | 0 .../Src/stm32l0xx_hal_uart_ex.c | 0 .../Src/stm32l0xx_hal_usart.c | 0 .../Src/stm32l0xx_hal_wwdg.c | 0 .../Src/stm32l0xx_ll_adc.c | 0 .../Src/stm32l0xx_ll_comp.c | 0 .../Src/stm32l0xx_ll_crc.c | 0 .../Src/stm32l0xx_ll_crs.c | 0 .../Src/stm32l0xx_ll_dac.c | 0 .../Src/stm32l0xx_ll_dma.c | 0 .../Src/stm32l0xx_ll_exti.c | 0 .../Src/stm32l0xx_ll_gpio.c | 0 .../Src/stm32l0xx_ll_i2c.c | 0 .../Src/stm32l0xx_ll_lptim.c | 0 .../Src/stm32l0xx_ll_lpuart.c | 0 .../Src/stm32l0xx_ll_pwr.c | 0 .../Src/stm32l0xx_ll_rcc.c | 0 .../Src/stm32l0xx_ll_rng.c | 0 .../Src/stm32l0xx_ll_rtc.c | 0 .../Src/stm32l0xx_ll_spi.c | 0 .../Src/stm32l0xx_ll_tim.c | 0 .../Src/stm32l0xx_ll_usart.c | 0 .../Src/stm32l0xx_ll_usb.c | 0 .../Src/stm32l0xx_ll_utils.c | 0 .../Device/ST/STM32L4xx/Include/stm32l412xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l422xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l431xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l432xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l433xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l442xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l443xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l451xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l452xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l462xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l471xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l475xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l476xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l485xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l486xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l496xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4a6xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4r5xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4r7xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4r9xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4s5xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4s7xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4s9xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4xx.h | 0 .../ST/STM32L4xx/Include/system_stm32l4xx.h | 0 .../Device/ST/STM32L4xx/Release_Notes.html | 0 .../Source/Templates/arm/startup_stm32l412xx.s | 0 .../Source/Templates/arm/startup_stm32l422xx.s | 0 .../Source/Templates/arm/startup_stm32l431xx.s | 0 .../Source/Templates/arm/startup_stm32l432xx.s | 0 .../Source/Templates/arm/startup_stm32l433xx.s | 0 .../Source/Templates/arm/startup_stm32l442xx.s | 0 .../Source/Templates/arm/startup_stm32l443xx.s | 0 .../Source/Templates/arm/startup_stm32l451xx.s | 0 .../Source/Templates/arm/startup_stm32l452xx.s | 0 .../Source/Templates/arm/startup_stm32l462xx.s | 0 .../Source/Templates/arm/startup_stm32l471xx.s | 0 .../Source/Templates/arm/startup_stm32l475xx.s | 0 .../Source/Templates/arm/startup_stm32l476xx.s | 0 .../Source/Templates/arm/startup_stm32l485xx.s | 0 .../Source/Templates/arm/startup_stm32l486xx.s | 0 .../Source/Templates/arm/startup_stm32l496xx.s | 0 .../Source/Templates/arm/startup_stm32l4a6xx.s | 0 .../Source/Templates/arm/startup_stm32l4r5xx.s | 0 .../Source/Templates/arm/startup_stm32l4r7xx.s | 0 .../Source/Templates/arm/startup_stm32l4r9xx.s | 0 .../Source/Templates/arm/startup_stm32l4s5xx.s | 0 .../Source/Templates/arm/startup_stm32l4s7xx.s | 0 .../Source/Templates/arm/startup_stm32l4s9xx.s | 0 .../Source/Templates/gcc/startup_stm32l412xx.s | 0 .../Source/Templates/gcc/startup_stm32l422xx.s | 0 .../Source/Templates/gcc/startup_stm32l431xx.s | 0 .../Source/Templates/gcc/startup_stm32l432xx.s | 0 .../Source/Templates/gcc/startup_stm32l433xx.s | 0 .../Source/Templates/gcc/startup_stm32l442xx.s | 0 .../Source/Templates/gcc/startup_stm32l443xx.s | 0 .../Source/Templates/gcc/startup_stm32l451xx.s | 0 .../Source/Templates/gcc/startup_stm32l452xx.s | 0 .../Source/Templates/gcc/startup_stm32l462xx.s | 0 .../Source/Templates/gcc/startup_stm32l471xx.s | 0 .../Source/Templates/gcc/startup_stm32l475xx.s | 0 .../Source/Templates/gcc/startup_stm32l476xx.s | 0 .../Source/Templates/gcc/startup_stm32l485xx.s | 0 .../Source/Templates/gcc/startup_stm32l486xx.s | 0 .../Source/Templates/gcc/startup_stm32l496xx.s | 0 .../Source/Templates/gcc/startup_stm32l4a6xx.s | 0 .../Source/Templates/gcc/startup_stm32l4r5xx.s | 0 .../Source/Templates/gcc/startup_stm32l4r7xx.s | 0 .../Source/Templates/gcc/startup_stm32l4r9xx.s | 0 .../Source/Templates/gcc/startup_stm32l4s5xx.s | 0 .../Source/Templates/gcc/startup_stm32l4s7xx.s | 0 .../Source/Templates/gcc/startup_stm32l4s9xx.s | 0 .../Templates/iar/linker/stm32l412xx_flash.icf | 0 .../Templates/iar/linker/stm32l412xx_sram.icf | 0 .../Templates/iar/linker/stm32l422xx_flash.icf | 0 .../Templates/iar/linker/stm32l422xx_sram.icf | 0 .../Templates/iar/linker/stm32l431xx_flash.icf | 0 .../Templates/iar/linker/stm32l431xx_sram.icf | 0 .../Templates/iar/linker/stm32l432xx_flash.icf | 0 .../Templates/iar/linker/stm32l432xx_sram.icf | 0 .../Templates/iar/linker/stm32l433xx_flash.icf | 0 .../Templates/iar/linker/stm32l433xx_sram.icf | 0 .../Templates/iar/linker/stm32l442xx_flash.icf | 0 .../Templates/iar/linker/stm32l442xx_sram.icf | 0 .../Templates/iar/linker/stm32l443xx_flash.icf | 0 .../Templates/iar/linker/stm32l443xx_sram.icf | 0 .../Templates/iar/linker/stm32l451xx_flash.icf | 0 .../Templates/iar/linker/stm32l451xx_sram.icf | 0 .../Templates/iar/linker/stm32l452xx_flash.icf | 0 .../Templates/iar/linker/stm32l452xx_sram.icf | 0 .../Templates/iar/linker/stm32l462xx_flash.icf | 0 .../Templates/iar/linker/stm32l462xx_sram.icf | 0 .../Templates/iar/linker/stm32l471xx_flash.icf | 0 .../Templates/iar/linker/stm32l471xx_sram.icf | 0 .../Templates/iar/linker/stm32l475xx_flash.icf | 0 .../Templates/iar/linker/stm32l475xx_sram.icf | 0 .../Templates/iar/linker/stm32l476xx_flash.icf | 0 .../Templates/iar/linker/stm32l476xx_sram.icf | 0 .../Templates/iar/linker/stm32l485xx_flash.icf | 0 .../Templates/iar/linker/stm32l485xx_sram.icf | 0 .../Templates/iar/linker/stm32l486xx_flash.icf | 0 .../Templates/iar/linker/stm32l486xx_sram.icf | 0 .../Templates/iar/linker/stm32l496xx_flash.icf | 0 .../Templates/iar/linker/stm32l496xx_sram.icf | 0 .../Templates/iar/linker/stm32l4a6xx_flash.icf | 0 .../Templates/iar/linker/stm32l4a6xx_sram.icf | 0 .../Templates/iar/linker/stm32l4r5xx_flash.icf | 0 .../Templates/iar/linker/stm32l4r5xx_sram.icf | 0 .../Templates/iar/linker/stm32l4r7xx_flash.icf | 0 .../Templates/iar/linker/stm32l4r7xx_sram.icf | 0 .../Templates/iar/linker/stm32l4r9xx_flash.icf | 0 .../Templates/iar/linker/stm32l4r9xx_sram.icf | 0 .../Templates/iar/linker/stm32l4s5xx_flash.icf | 0 .../Templates/iar/linker/stm32l4s5xx_sram.icf | 0 .../Templates/iar/linker/stm32l4s7xx_flash.icf | 0 .../Templates/iar/linker/stm32l4s7xx_sram.icf | 0 .../Templates/iar/linker/stm32l4s9xx_flash.icf | 0 .../Templates/iar/linker/stm32l4s9xx_sram.icf | 0 .../Source/Templates/iar/startup_stm32l412xx.s | 0 .../Source/Templates/iar/startup_stm32l422xx.s | 0 .../Source/Templates/iar/startup_stm32l431xx.s | 0 .../Source/Templates/iar/startup_stm32l432xx.s | 0 .../Source/Templates/iar/startup_stm32l433xx.s | 0 .../Source/Templates/iar/startup_stm32l442xx.s | 0 .../Source/Templates/iar/startup_stm32l443xx.s | 0 .../Source/Templates/iar/startup_stm32l451xx.s | 0 .../Source/Templates/iar/startup_stm32l452xx.s | 0 .../Source/Templates/iar/startup_stm32l462xx.s | 0 .../Source/Templates/iar/startup_stm32l471xx.s | 0 .../Source/Templates/iar/startup_stm32l475xx.s | 0 .../Source/Templates/iar/startup_stm32l476xx.s | 0 .../Source/Templates/iar/startup_stm32l485xx.s | 0 .../Source/Templates/iar/startup_stm32l486xx.s | 0 .../Source/Templates/iar/startup_stm32l496xx.s | 0 .../Source/Templates/iar/startup_stm32l4a6xx.s | 0 .../Source/Templates/iar/startup_stm32l4r5xx.s | 0 .../Source/Templates/iar/startup_stm32l4r7xx.s | 0 .../Source/Templates/iar/startup_stm32l4r9xx.s | 0 .../Source/Templates/iar/startup_stm32l4s5xx.s | 0 .../Source/Templates/iar/startup_stm32l4s7xx.s | 0 .../Source/Templates/iar/startup_stm32l4s9xx.s | 0 .../Source/Templates/system_stm32l4xx.c | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../STM32L4xx_HAL/CMSIS/Include/arm_math.h | 0 .../STM32L4xx_HAL/CMSIS/Include/cmsis_armcc.h | 0 .../CMSIS/Include/cmsis_armcc_V6.h | 0 .../CMSIS/Include/cmsis_armclang.h | 0 .../CMSIS/Include/cmsis_compiler.h | 0 .../STM32L4xx_HAL/CMSIS/Include/cmsis_gcc.h | 0 .../STM32L4xx_HAL/CMSIS/Include/cmsis_iccarm.h | 0 .../CMSIS/Include/cmsis_version.h | 0 .../CMSIS/Include/core_armv8mbl.h | 0 .../CMSIS/Include/core_armv8mml.h | 0 .../STM32L4xx_HAL/CMSIS/Include/core_cm0.h | 0 .../STM32L4xx_HAL/CMSIS/Include/core_cm0plus.h | 0 .../STM32L4xx_HAL/CMSIS/Include/core_cm1.h | 0 .../STM32L4xx_HAL/CMSIS/Include/core_cm23.h | 0 .../STM32L4xx_HAL/CMSIS/Include/core_cm3.h | 0 .../STM32L4xx_HAL/CMSIS/Include/core_cm33.h | 0 .../STM32L4xx_HAL/CMSIS/Include/core_cm4.h | 0 .../STM32L4xx_HAL/CMSIS/Include/core_cm7.h | 0 .../STM32L4xx_HAL/CMSIS/Include/core_cmFunc.h | 0 .../STM32L4xx_HAL/CMSIS/Include/core_cmInstr.h | 0 .../STM32L4xx_HAL/CMSIS/Include/core_cmSimd.h | 0 .../STM32L4xx_HAL/CMSIS/Include/core_sc000.h | 0 .../STM32L4xx_HAL/CMSIS/Include/core_sc300.h | 0 .../STM32L4xx_HAL/CMSIS/Include/mpu_armv7.h | 0 .../STM32L4xx_HAL/CMSIS/Include/mpu_armv8.h | 0 .../STM32L4xx_HAL/CMSIS/Include/tz_context.h | 0 .../STM32L4xx_HAL/CMSIS/Lib/license.txt | 0 .../CMSIS/RTOS/Template/cmsis_os.h | 0 bsp/stm32/libraries/STM32L4xx_HAL/SConscript | 0 .../Inc/Legacy/stm32_hal_legacy.h | 0 .../Inc/Legacy/stm32l4xx_hal_can_legacy.h | 0 .../Inc/stm32_assert_template.h | 0 .../STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h | 0 .../Inc/stm32l4xx_hal_adc.h | 0 .../Inc/stm32l4xx_hal_adc_ex.h | 0 .../Inc/stm32l4xx_hal_can.h | 0 .../Inc/stm32l4xx_hal_comp.h | 0 .../Inc/stm32l4xx_hal_conf_template.h | 0 .../Inc/stm32l4xx_hal_cortex.h | 0 .../Inc/stm32l4xx_hal_crc.h | 0 .../Inc/stm32l4xx_hal_crc_ex.h | 0 .../Inc/stm32l4xx_hal_cryp.h | 0 .../Inc/stm32l4xx_hal_cryp_ex.h | 0 .../Inc/stm32l4xx_hal_dac.h | 0 .../Inc/stm32l4xx_hal_dac_ex.h | 0 .../Inc/stm32l4xx_hal_dcmi.h | 0 .../Inc/stm32l4xx_hal_def.h | 0 .../Inc/stm32l4xx_hal_dfsdm.h | 0 .../Inc/stm32l4xx_hal_dfsdm_ex.h | 0 .../Inc/stm32l4xx_hal_dma.h | 0 .../Inc/stm32l4xx_hal_dma2d.h | 0 .../Inc/stm32l4xx_hal_dma_ex.h | 0 .../Inc/stm32l4xx_hal_dsi.h | 0 .../Inc/stm32l4xx_hal_exti.h | 0 .../Inc/stm32l4xx_hal_firewall.h | 0 .../Inc/stm32l4xx_hal_flash.h | 0 .../Inc/stm32l4xx_hal_flash_ex.h | 0 .../Inc/stm32l4xx_hal_flash_ramfunc.h | 0 .../Inc/stm32l4xx_hal_gfxmmu.h | 0 .../Inc/stm32l4xx_hal_gpio.h | 0 .../Inc/stm32l4xx_hal_gpio_ex.h | 0 .../Inc/stm32l4xx_hal_hash.h | 0 .../Inc/stm32l4xx_hal_hash_ex.h | 0 .../Inc/stm32l4xx_hal_hcd.h | 0 .../Inc/stm32l4xx_hal_i2c.h | 0 .../Inc/stm32l4xx_hal_i2c_ex.h | 0 .../Inc/stm32l4xx_hal_irda.h | 0 .../Inc/stm32l4xx_hal_irda_ex.h | 0 .../Inc/stm32l4xx_hal_iwdg.h | 0 .../Inc/stm32l4xx_hal_lcd.h | 0 .../Inc/stm32l4xx_hal_lptim.h | 0 .../Inc/stm32l4xx_hal_ltdc.h | 0 .../Inc/stm32l4xx_hal_ltdc_ex.h | 0 .../Inc/stm32l4xx_hal_mmc.h | 0 .../Inc/stm32l4xx_hal_mmc_ex.h | 0 .../Inc/stm32l4xx_hal_nand.h | 0 .../Inc/stm32l4xx_hal_nor.h | 0 .../Inc/stm32l4xx_hal_opamp.h | 0 .../Inc/stm32l4xx_hal_opamp_ex.h | 0 .../Inc/stm32l4xx_hal_ospi.h | 0 .../Inc/stm32l4xx_hal_pcd.h | 0 .../Inc/stm32l4xx_hal_pcd_ex.h | 0 .../Inc/stm32l4xx_hal_pwr.h | 0 .../Inc/stm32l4xx_hal_pwr_ex.h | 0 .../Inc/stm32l4xx_hal_qspi.h | 0 .../Inc/stm32l4xx_hal_rcc.h | 0 .../Inc/stm32l4xx_hal_rcc_ex.h | 0 .../Inc/stm32l4xx_hal_rng.h | 0 .../Inc/stm32l4xx_hal_rtc.h | 0 .../Inc/stm32l4xx_hal_rtc_ex.h | 0 .../Inc/stm32l4xx_hal_sai.h | 0 .../Inc/stm32l4xx_hal_sai_ex.h | 0 .../Inc/stm32l4xx_hal_sd.h | 0 .../Inc/stm32l4xx_hal_sd_ex.h | 0 .../Inc/stm32l4xx_hal_smartcard.h | 0 .../Inc/stm32l4xx_hal_smartcard_ex.h | 0 .../Inc/stm32l4xx_hal_smbus.h | 0 .../Inc/stm32l4xx_hal_spi.h | 0 .../Inc/stm32l4xx_hal_spi_ex.h | 0 .../Inc/stm32l4xx_hal_sram.h | 0 .../Inc/stm32l4xx_hal_swpmi.h | 0 .../Inc/stm32l4xx_hal_tim.h | 0 .../Inc/stm32l4xx_hal_tim_ex.h | 0 .../Inc/stm32l4xx_hal_tsc.h | 0 .../Inc/stm32l4xx_hal_uart.h | 0 .../Inc/stm32l4xx_hal_uart_ex.h | 0 .../Inc/stm32l4xx_hal_usart.h | 0 .../Inc/stm32l4xx_hal_usart_ex.h | 0 .../Inc/stm32l4xx_hal_wwdg.h | 0 .../Inc/stm32l4xx_ll_adc.h | 0 .../Inc/stm32l4xx_ll_bus.h | 0 .../Inc/stm32l4xx_ll_comp.h | 0 .../Inc/stm32l4xx_ll_cortex.h | 0 .../Inc/stm32l4xx_ll_crc.h | 0 .../Inc/stm32l4xx_ll_crs.h | 0 .../Inc/stm32l4xx_ll_dac.h | 0 .../Inc/stm32l4xx_ll_dma.h | 0 .../Inc/stm32l4xx_ll_dma2d.h | 0 .../Inc/stm32l4xx_ll_dmamux.h | 0 .../Inc/stm32l4xx_ll_exti.h | 0 .../Inc/stm32l4xx_ll_fmc.h | 0 .../Inc/stm32l4xx_ll_gpio.h | 0 .../Inc/stm32l4xx_ll_i2c.h | 0 .../Inc/stm32l4xx_ll_iwdg.h | 0 .../Inc/stm32l4xx_ll_lptim.h | 0 .../Inc/stm32l4xx_ll_lpuart.h | 0 .../Inc/stm32l4xx_ll_opamp.h | 0 .../Inc/stm32l4xx_ll_pwr.h | 0 .../Inc/stm32l4xx_ll_rcc.h | 0 .../Inc/stm32l4xx_ll_rng.h | 0 .../Inc/stm32l4xx_ll_rtc.h | 0 .../Inc/stm32l4xx_ll_sdmmc.h | 0 .../Inc/stm32l4xx_ll_spi.h | 0 .../Inc/stm32l4xx_ll_swpmi.h | 0 .../Inc/stm32l4xx_ll_system.h | 0 .../Inc/stm32l4xx_ll_tim.h | 0 .../Inc/stm32l4xx_ll_usart.h | 0 .../Inc/stm32l4xx_ll_usb.h | 0 .../Inc/stm32l4xx_ll_utils.h | 0 .../Inc/stm32l4xx_ll_wwdg.h | 0 .../STM32L4xx_HAL_Driver/Release_Notes.html | 0 .../Src/Legacy/stm32l4xx_hal_can.c | 0 .../STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c | 0 .../Src/stm32l4xx_hal_adc.c | 0 .../Src/stm32l4xx_hal_adc_ex.c | 0 .../Src/stm32l4xx_hal_can.c | 0 .../Src/stm32l4xx_hal_comp.c | 0 .../Src/stm32l4xx_hal_cortex.c | 0 .../Src/stm32l4xx_hal_crc.c | 0 .../Src/stm32l4xx_hal_crc_ex.c | 0 .../Src/stm32l4xx_hal_cryp.c | 0 .../Src/stm32l4xx_hal_cryp_ex.c | 0 .../Src/stm32l4xx_hal_dac.c | 0 .../Src/stm32l4xx_hal_dac_ex.c | 0 .../Src/stm32l4xx_hal_dcmi.c | 0 .../Src/stm32l4xx_hal_dfsdm.c | 0 .../Src/stm32l4xx_hal_dfsdm_ex.c | 0 .../Src/stm32l4xx_hal_dma.c | 0 .../Src/stm32l4xx_hal_dma2d.c | 0 .../Src/stm32l4xx_hal_dma_ex.c | 0 .../Src/stm32l4xx_hal_dsi.c | 0 .../Src/stm32l4xx_hal_exti.c | 0 .../Src/stm32l4xx_hal_firewall.c | 0 .../Src/stm32l4xx_hal_flash.c | 0 .../Src/stm32l4xx_hal_flash_ex.c | 0 .../Src/stm32l4xx_hal_flash_ramfunc.c | 0 .../Src/stm32l4xx_hal_gfxmmu.c | 0 .../Src/stm32l4xx_hal_gpio.c | 0 .../Src/stm32l4xx_hal_hash.c | 0 .../Src/stm32l4xx_hal_hash_ex.c | 0 .../Src/stm32l4xx_hal_hcd.c | 0 .../Src/stm32l4xx_hal_i2c.c | 0 .../Src/stm32l4xx_hal_i2c_ex.c | 0 .../Src/stm32l4xx_hal_irda.c | 0 .../Src/stm32l4xx_hal_iwdg.c | 0 .../Src/stm32l4xx_hal_lcd.c | 0 .../Src/stm32l4xx_hal_lptim.c | 0 .../Src/stm32l4xx_hal_ltdc.c | 0 .../Src/stm32l4xx_hal_ltdc_ex.c | 0 .../Src/stm32l4xx_hal_mmc.c | 0 .../Src/stm32l4xx_hal_mmc_ex.c | 0 .../Src/stm32l4xx_hal_msp_template.c | 0 .../Src/stm32l4xx_hal_nand.c | 0 .../Src/stm32l4xx_hal_nor.c | 0 .../Src/stm32l4xx_hal_opamp.c | 0 .../Src/stm32l4xx_hal_opamp_ex.c | 0 .../Src/stm32l4xx_hal_ospi.c | 0 .../Src/stm32l4xx_hal_pcd.c | 0 .../Src/stm32l4xx_hal_pcd_ex.c | 0 .../Src/stm32l4xx_hal_pwr.c | 0 .../Src/stm32l4xx_hal_pwr_ex.c | 0 .../Src/stm32l4xx_hal_qspi.c | 0 .../Src/stm32l4xx_hal_rcc.c | 0 .../Src/stm32l4xx_hal_rcc_ex.c | 0 .../Src/stm32l4xx_hal_rng.c | 0 .../Src/stm32l4xx_hal_rtc.c | 0 .../Src/stm32l4xx_hal_rtc_ex.c | 0 .../Src/stm32l4xx_hal_sai.c | 0 .../Src/stm32l4xx_hal_sai_ex.c | 0 .../Src/stm32l4xx_hal_sd.c | 0 .../Src/stm32l4xx_hal_sd_ex.c | 0 .../Src/stm32l4xx_hal_smartcard.c | 0 .../Src/stm32l4xx_hal_smartcard_ex.c | 0 .../Src/stm32l4xx_hal_smbus.c | 0 .../Src/stm32l4xx_hal_spi.c | 0 .../Src/stm32l4xx_hal_spi_ex.c | 0 .../Src/stm32l4xx_hal_sram.c | 0 .../Src/stm32l4xx_hal_swpmi.c | 0 .../Src/stm32l4xx_hal_tim.c | 0 .../Src/stm32l4xx_hal_tim_ex.c | 0 .../Src/stm32l4xx_hal_timebase_tim_template.c | 0 .../Src/stm32l4xx_hal_tsc.c | 0 .../Src/stm32l4xx_hal_uart.c | 0 .../Src/stm32l4xx_hal_uart_ex.c | 0 .../Src/stm32l4xx_hal_usart.c | 0 .../Src/stm32l4xx_hal_usart_ex.c | 0 .../Src/stm32l4xx_hal_wwdg.c | 0 .../Src/stm32l4xx_ll_adc.c | 0 .../Src/stm32l4xx_ll_comp.c | 0 .../Src/stm32l4xx_ll_crc.c | 0 .../Src/stm32l4xx_ll_crs.c | 0 .../Src/stm32l4xx_ll_dac.c | 0 .../Src/stm32l4xx_ll_dma.c | 0 .../Src/stm32l4xx_ll_dma2d.c | 0 .../Src/stm32l4xx_ll_exti.c | 0 .../Src/stm32l4xx_ll_fmc.c | 0 .../Src/stm32l4xx_ll_gpio.c | 0 .../Src/stm32l4xx_ll_i2c.c | 0 .../Src/stm32l4xx_ll_lptim.c | 0 .../Src/stm32l4xx_ll_lpuart.c | 0 .../Src/stm32l4xx_ll_opamp.c | 0 .../Src/stm32l4xx_ll_pwr.c | 0 .../Src/stm32l4xx_ll_rcc.c | 0 .../Src/stm32l4xx_ll_rng.c | 0 .../Src/stm32l4xx_ll_rtc.c | 0 .../Src/stm32l4xx_ll_sdmmc.c | 0 .../Src/stm32l4xx_ll_spi.c | 0 .../Src/stm32l4xx_ll_swpmi.c | 0 .../Src/stm32l4xx_ll_tim.c | 0 .../Src/stm32l4xx_ll_usart.c | 0 .../Src/stm32l4xx_ll_usb.c | 0 .../Src/stm32l4xx_ll_utils.c | 0 .../libraries/templates/stm32f0xx/.config | 0 .../libraries/templates/stm32f0xx/.gitignore | 0 .../libraries/templates/stm32f0xx/Kconfig | 0 .../libraries/templates/stm32f0xx/README.md | 0 .../libraries/templates/stm32f0xx/SConscript | 0 .../libraries/templates/stm32f0xx/SConstruct | 0 .../stm32f0xx/applications/SConscript | 0 .../templates/stm32f0xx/applications/main.c | 0 .../stm32f0xx/board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../stm32f0xx/board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f0xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f0xx_it.h | 0 .../stm32f0xx/board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f0xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f0xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f1xx.c | 0 .../templates/stm32f0xx/board/Kconfig | 0 .../templates/stm32f0xx/board/SConscript | 0 .../templates/stm32f0xx/board/board.c | 0 .../templates/stm32f0xx/board/board.h | 0 .../stm32f0xx/board/linker_scripts/link.icf | 0 .../stm32f0xx/board/linker_scripts/link.lds | 0 .../stm32f0xx/board/linker_scripts/link.sct | 0 .../templates/stm32f0xx/figures/board.png | Bin .../libraries/templates/stm32f0xx/project.ewd | 0 .../libraries/templates/stm32f0xx/project.ewp | 0 .../libraries/templates/stm32f0xx/project.eww | 0 .../templates/stm32f0xx/project.uvopt | 0 .../templates/stm32f0xx/project.uvoptx | 0 .../templates/stm32f0xx/project.uvproj | 0 .../templates/stm32f0xx/project.uvprojx | 0 .../libraries/templates/stm32f0xx/rtconfig.h | 0 .../libraries/templates/stm32f0xx/rtconfig.py | 0 .../libraries/templates/stm32f0xx/template.ewd | 0 .../libraries/templates/stm32f0xx/template.ewp | 0 .../libraries/templates/stm32f0xx/template.eww | 0 .../templates/stm32f0xx/template.uvgui.zylx | 0 .../templates/stm32f0xx/template.uvopt | 0 .../templates/stm32f0xx/template.uvoptx | 0 .../templates/stm32f0xx/template.uvproj | 0 .../templates/stm32f0xx/template.uvprojx | 0 .../libraries/templates/stm32f10x/.config | 0 .../libraries/templates/stm32f10x/.gitignore | 0 .../libraries/templates/stm32f10x/Kconfig | 0 .../libraries/templates/stm32f10x/README.md | 0 .../libraries/templates/stm32f10x/SConscript | 0 .../libraries/templates/stm32f10x/SConstruct | 0 .../stm32f10x/applications/SConscript | 0 .../templates/stm32f10x/applications/main.c | 0 .../stm32f10x/board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../stm32f10x/board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f1xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f1xx_it.h | 0 .../stm32f10x/board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f1xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f1xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f1xx.c | 0 .../templates/stm32f10x/board/Kconfig | 0 .../templates/stm32f10x/board/SConscript | 0 .../templates/stm32f10x/board/board.c | 0 .../templates/stm32f10x/board/board.h | 0 .../stm32f10x/board/linker_scripts/link.icf | 0 .../stm32f10x/board/linker_scripts/link.lds | 0 .../stm32f10x/board/linker_scripts/link.sct | 0 .../templates/stm32f10x/figures/board.png | Bin .../libraries/templates/stm32f10x/project.ewd | 0 .../libraries/templates/stm32f10x/project.ewp | 0 .../libraries/templates/stm32f10x/project.eww | 0 .../templates/stm32f10x/project.uvopt | 0 .../templates/stm32f10x/project.uvoptx | 0 .../templates/stm32f10x/project.uvproj | 0 .../templates/stm32f10x/project.uvprojx | 0 .../libraries/templates/stm32f10x/rtconfig.h | 0 .../libraries/templates/stm32f10x/rtconfig.py | 0 .../libraries/templates/stm32f10x/template.ewp | 0 .../libraries/templates/stm32f10x/template.eww | 0 .../templates/stm32f10x/template.uvopt | 0 .../templates/stm32f10x/template.uvoptx | 0 .../templates/stm32f10x/template.uvproj | 0 .../templates/stm32f10x/template.uvprojx | 0 .../libraries/templates/stm32f2xx/.config | 0 .../libraries/templates/stm32f2xx/.gitignore | 0 .../libraries/templates/stm32f2xx/Kconfig | 0 .../libraries/templates/stm32f2xx/README.md | 0 .../libraries/templates/stm32f2xx/SConscript | 0 .../libraries/templates/stm32f2xx/SConstruct | 0 .../stm32f2xx/applications/SConscript | 0 .../templates/stm32f2xx/applications/main.c | 0 .../stm32f2xx/board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../stm32f2xx/board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f2xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f2xx_it.h | 0 .../stm32f2xx/board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f2xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f2xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f2xx.c | 0 .../templates/stm32f2xx/board/Kconfig | 0 .../templates/stm32f2xx/board/SConscript | 0 .../templates/stm32f2xx/board/board.c | 0 .../templates/stm32f2xx/board/board.h | 0 .../stm32f2xx/board/linker_scripts/link.icf | 0 .../stm32f2xx/board/linker_scripts/link.lds | 0 .../stm32f2xx/board/linker_scripts/link.sct | 0 .../templates/stm32f2xx/figures/board.png | Bin .../libraries/templates/stm32f2xx/project.ewd | 0 .../libraries/templates/stm32f2xx/project.ewp | 0 .../libraries/templates/stm32f2xx/project.eww | 0 .../templates/stm32f2xx/project.uvopt | 0 .../templates/stm32f2xx/project.uvoptx | 0 .../templates/stm32f2xx/project.uvproj | 0 .../templates/stm32f2xx/project.uvprojx | 0 .../libraries/templates/stm32f2xx/rtconfig.h | 0 .../libraries/templates/stm32f2xx/rtconfig.py | 0 .../libraries/templates/stm32f2xx/template.ewp | 0 .../libraries/templates/stm32f2xx/template.eww | 0 .../templates/stm32f2xx/template.uvopt | 0 .../templates/stm32f2xx/template.uvoptx | 0 .../templates/stm32f2xx/template.uvproj | 0 .../templates/stm32f2xx/template.uvprojx | 0 .../libraries/templates/stm32f4xx/.config | 0 .../libraries/templates/stm32f4xx/.gitignore | 0 .../libraries/templates/stm32f4xx/Kconfig | 0 .../libraries/templates/stm32f4xx/README.md | 0 .../libraries/templates/stm32f4xx/SConscript | 0 .../libraries/templates/stm32f4xx/SConstruct | 0 .../stm32f4xx/applications/SConscript | 0 .../templates/stm32f4xx/applications/main.c | 0 .../stm32f4xx/board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../stm32f4xx/board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f4xx_it.h | 0 .../stm32f4xx/board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f4xx_it.c | 0 .../templates/stm32f4xx/board/Kconfig | 0 .../templates/stm32f4xx/board/SConscript | 0 .../templates/stm32f4xx/board/board.c | 0 .../templates/stm32f4xx/board/board.h | 0 .../stm32f4xx/board/linker_scripts/link.icf | 0 .../stm32f4xx/board/linker_scripts/link.lds | 0 .../stm32f4xx/board/linker_scripts/link.sct | 0 .../templates/stm32f4xx/figures/board.png | Bin .../libraries/templates/stm32f4xx/project.ewd | 0 .../libraries/templates/stm32f4xx/project.ewp | 0 .../libraries/templates/stm32f4xx/project.eww | 0 .../templates/stm32f4xx/project.uvopt | 0 .../templates/stm32f4xx/project.uvoptx | 0 .../templates/stm32f4xx/project.uvproj | 0 .../templates/stm32f4xx/project.uvprojx | 0 .../libraries/templates/stm32f4xx/rtconfig.h | 0 .../libraries/templates/stm32f4xx/rtconfig.py | 0 .../libraries/templates/stm32f4xx/template.ewp | 0 .../libraries/templates/stm32f4xx/template.eww | 0 .../templates/stm32f4xx/template.uvopt | 0 .../templates/stm32f4xx/template.uvoptx | 0 .../templates/stm32f4xx/template.uvproj | 0 .../templates/stm32f4xx/template.uvprojx | 0 .../libraries/templates/stm32f7xx/.config | 0 .../libraries/templates/stm32f7xx/.gitignore | 0 .../libraries/templates/stm32f7xx/Kconfig | 0 .../libraries/templates/stm32f7xx/README.md | 0 .../libraries/templates/stm32f7xx/SConscript | 0 .../libraries/templates/stm32f7xx/SConstruct | 0 .../stm32f7xx/applications/SConscript | 0 .../templates/stm32f7xx/applications/main.c | 0 .../stm32f7xx/board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../stm32f7xx/board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f7xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f7xx_it.h | 0 .../stm32f7xx/board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f7xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f7xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f7xx.c | 0 .../templates/stm32f7xx/board/Kconfig | 0 .../templates/stm32f7xx/board/SConscript | 0 .../templates/stm32f7xx/board/board.c | 0 .../templates/stm32f7xx/board/board.h | 0 .../stm32f7xx/board/linker_scripts/link.icf | 0 .../stm32f7xx/board/linker_scripts/link.lds | 0 .../stm32f7xx/board/linker_scripts/link.sct | 0 .../templates/stm32f7xx/figures/board.png | Bin .../libraries/templates/stm32f7xx/project.ewd | 0 .../libraries/templates/stm32f7xx/project.ewp | 0 .../libraries/templates/stm32f7xx/project.eww | 0 .../templates/stm32f7xx/project.uvoptx | 0 .../templates/stm32f7xx/project.uvprojx | 0 .../libraries/templates/stm32f7xx/rtconfig.h | 0 .../libraries/templates/stm32f7xx/rtconfig.py | 0 .../libraries/templates/stm32f7xx/template.ewp | 0 .../libraries/templates/stm32f7xx/template.eww | 0 .../templates/stm32f7xx/template.uvoptx | 0 .../templates/stm32f7xx/template.uvprojx | 0 .../libraries/templates/stm32h7xx/.config | 0 .../libraries/templates/stm32h7xx/.gitignore | 0 .../libraries/templates/stm32h7xx/Kconfig | 0 .../libraries/templates/stm32h7xx/README.md | 0 .../libraries/templates/stm32h7xx/SConscript | 0 .../libraries/templates/stm32h7xx/SConstruct | 0 .../stm32h7xx/applications/SConscript | 0 .../templates/stm32h7xx/applications/main.c | 0 .../stm32h7xx/board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../stm32h7xx/board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32h7xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32h7xx_it.h | 0 .../stm32h7xx/board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32h7xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32h7xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32h7xx.c | 0 .../templates/stm32h7xx/board/Kconfig | 0 .../templates/stm32h7xx/board/SConscript | 0 .../templates/stm32h7xx/board/board.c | 0 .../templates/stm32h7xx/board/board.h | 0 .../stm32h7xx/board/linker_scripts/link.icf | 0 .../stm32h7xx/board/linker_scripts/link.lds | 0 .../stm32h7xx/board/linker_scripts/link.sct | 0 .../templates/stm32h7xx/figures/board.jpg | Bin .../libraries/templates/stm32h7xx/project.ewp | 0 .../libraries/templates/stm32h7xx/project.eww | 0 .../templates/stm32h7xx/project.uvoptx | 0 .../templates/stm32h7xx/project.uvprojx | 0 .../libraries/templates/stm32h7xx/rtconfig.h | 0 .../libraries/templates/stm32h7xx/rtconfig.py | 0 .../libraries/templates/stm32h7xx/template.ewp | 0 .../libraries/templates/stm32h7xx/template.eww | 0 .../templates/stm32h7xx/template.uvoptx | 0 .../templates/stm32h7xx/template.uvprojx | 0 .../libraries/templates/stm32l4xx/.config | 0 .../libraries/templates/stm32l4xx/.gitignore | 0 .../libraries/templates/stm32l4xx/Kconfig | 0 .../libraries/templates/stm32l4xx/README.md | 0 .../libraries/templates/stm32l4xx/SConscript | 0 .../libraries/templates/stm32l4xx/SConstruct | 0 .../stm32l4xx/applications/SConscript | 0 .../templates/stm32l4xx/applications/main.c | 0 .../stm32l4xx/board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../stm32l4xx/board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32l4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32l4xx_it.h | 0 .../stm32l4xx/board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32l4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32l4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32l4xx.c | 0 .../templates/stm32l4xx/board/Kconfig | 0 .../templates/stm32l4xx/board/SConscript | 0 .../templates/stm32l4xx/board/board.c | 0 .../templates/stm32l4xx/board/board.h | 0 .../stm32l4xx/board/linker_scripts/link.icf | 0 .../stm32l4xx/board/linker_scripts/link.lds | 0 .../stm32l4xx/board/linker_scripts/link.sct | 0 .../templates/stm32l4xx/figures/board.png | Bin .../libraries/templates/stm32l4xx/project.ewd | 0 .../libraries/templates/stm32l4xx/project.ewp | 0 .../libraries/templates/stm32l4xx/project.eww | 0 .../templates/stm32l4xx/project.uvoptx | 0 .../templates/stm32l4xx/project.uvprojx | 0 .../libraries/templates/stm32l4xx/rtconfig.h | 0 .../libraries/templates/stm32l4xx/rtconfig.py | 0 .../libraries/templates/stm32l4xx/template.ewp | 0 .../libraries/templates/stm32l4xx/template.eww | 0 .../templates/stm32l4xx/template.uvoptx | 0 .../templates/stm32l4xx/template.uvprojx | 0 .../libraries/templates/stm32xx_board_Kconfig | 0 bsp/stm32/stm32f072-st-nucleo/.config | 0 bsp/stm32/stm32f072-st-nucleo/.gitignore | 0 bsp/stm32/stm32f072-st-nucleo/Kconfig | 0 bsp/stm32/stm32f072-st-nucleo/README.md | 0 bsp/stm32/stm32f072-st-nucleo/SConscript | 0 bsp/stm32/stm32f072-st-nucleo/SConstruct | 0 .../applications/SConscript | 0 .../stm32f072-st-nucleo/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f0xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f0xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f0xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f0xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f0xx.c | 0 bsp/stm32/stm32f072-st-nucleo/board/Kconfig | 0 bsp/stm32/stm32f072-st-nucleo/board/SConscript | 0 bsp/stm32/stm32f072-st-nucleo/board/board.c | 0 bsp/stm32/stm32f072-st-nucleo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32f072-st-nucleo/figures/board.jpg | Bin bsp/stm32/stm32f072-st-nucleo/project.ewd | 0 bsp/stm32/stm32f072-st-nucleo/project.ewp | 0 bsp/stm32/stm32f072-st-nucleo/project.eww | 0 bsp/stm32/stm32f072-st-nucleo/project.uvoptx | 0 bsp/stm32/stm32f072-st-nucleo/project.uvproj | 0 bsp/stm32/stm32f072-st-nucleo/project.uvprojx | 0 bsp/stm32/stm32f072-st-nucleo/rtconfig.h | 0 bsp/stm32/stm32f072-st-nucleo/rtconfig.py | 0 bsp/stm32/stm32f072-st-nucleo/template.ewd | 0 bsp/stm32/stm32f072-st-nucleo/template.ewp | 0 bsp/stm32/stm32f072-st-nucleo/template.eww | 0 bsp/stm32/stm32f072-st-nucleo/template.uvoptx | 0 bsp/stm32/stm32f072-st-nucleo/template.uvproj | 0 bsp/stm32/stm32f072-st-nucleo/template.uvprojx | 0 bsp/stm32/stm32f091-st-nucleo/.config | 0 bsp/stm32/stm32f091-st-nucleo/.gitignore | 0 bsp/stm32/stm32f091-st-nucleo/Kconfig | 0 bsp/stm32/stm32f091-st-nucleo/README.md | 0 bsp/stm32/stm32f091-st-nucleo/SConscript | 0 bsp/stm32/stm32f091-st-nucleo/SConstruct | 0 .../applications/SConscript | 0 .../stm32f091-st-nucleo/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f0xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f0xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f0xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f0xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f1xx.c | 0 bsp/stm32/stm32f091-st-nucleo/board/Kconfig | 0 bsp/stm32/stm32f091-st-nucleo/board/SConscript | 0 bsp/stm32/stm32f091-st-nucleo/board/board.c | 0 bsp/stm32/stm32f091-st-nucleo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32f091-st-nucleo/board/ports/fal_cfg.h | 0 .../stm32f091-st-nucleo/figures/board.jpg | Bin bsp/stm32/stm32f091-st-nucleo/project.ewd | 0 bsp/stm32/stm32f091-st-nucleo/project.ewp | 0 bsp/stm32/stm32f091-st-nucleo/project.eww | 0 bsp/stm32/stm32f091-st-nucleo/project.uvopt | 0 bsp/stm32/stm32f091-st-nucleo/project.uvoptx | 0 bsp/stm32/stm32f091-st-nucleo/project.uvprojx | 0 bsp/stm32/stm32f091-st-nucleo/rtconfig.h | 0 bsp/stm32/stm32f091-st-nucleo/rtconfig.py | 0 bsp/stm32/stm32f091-st-nucleo/template.ewd | 0 bsp/stm32/stm32f091-st-nucleo/template.ewp | 0 bsp/stm32/stm32f091-st-nucleo/template.eww | 0 .../stm32f091-st-nucleo/template.uvgui.zylx | 0 bsp/stm32/stm32f091-st-nucleo/template.uvoptx | 0 bsp/stm32/stm32f091-st-nucleo/template.uvprojx | 0 bsp/stm32/stm32f103-atk-nano/.config | 0 bsp/stm32/stm32f103-atk-nano/.gitignore | 0 bsp/stm32/stm32f103-atk-nano/Kconfig | 0 bsp/stm32/stm32f103-atk-nano/README.md | 0 bsp/stm32/stm32f103-atk-nano/SConscript | 0 bsp/stm32/stm32f103-atk-nano/SConstruct | 0 .../stm32f103-atk-nano/applications/SConscript | 0 .../stm32f103-atk-nano/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f1xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f1xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f1xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f1xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f1xx.c | 0 .../board/CubeMX_Config/stm32f103rbt6.ioc | 0 bsp/stm32/stm32f103-atk-nano/board/Kconfig | 0 bsp/stm32/stm32f103-atk-nano/board/SConscript | 0 bsp/stm32/stm32f103-atk-nano/board/board.c | 0 bsp/stm32/stm32f103-atk-nano/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32f103-atk-nano/board/ports/fal_cfg.h | 0 .../board/ports/spi_flash_init.c | 0 bsp/stm32/stm32f103-atk-nano/figures/board.png | Bin bsp/stm32/stm32f103-atk-nano/project.ewd | 0 bsp/stm32/stm32f103-atk-nano/project.ewp | 0 bsp/stm32/stm32f103-atk-nano/project.eww | 0 bsp/stm32/stm32f103-atk-nano/project.uvopt | 0 bsp/stm32/stm32f103-atk-nano/project.uvoptx | 0 bsp/stm32/stm32f103-atk-nano/project.uvproj | 0 bsp/stm32/stm32f103-atk-nano/project.uvprojx | 0 bsp/stm32/stm32f103-atk-nano/rtconfig.h | 0 bsp/stm32/stm32f103-atk-nano/rtconfig.py | 0 bsp/stm32/stm32f103-atk-nano/template.ewp | 0 bsp/stm32/stm32f103-atk-nano/template.eww | 0 bsp/stm32/stm32f103-atk-nano/template.uvopt | 0 bsp/stm32/stm32f103-atk-nano/template.uvoptx | 0 bsp/stm32/stm32f103-atk-nano/template.uvproj | 0 bsp/stm32/stm32f103-atk-nano/template.uvprojx | 0 bsp/stm32/stm32f103-atk-warshipv3/.config | 0 bsp/stm32/stm32f103-atk-warshipv3/.gitignore | 0 bsp/stm32/stm32f103-atk-warshipv3/Kconfig | 0 bsp/stm32/stm32f103-atk-warshipv3/README.md | 0 bsp/stm32/stm32f103-atk-warshipv3/SConscript | 0 bsp/stm32/stm32f103-atk-warshipv3/SConstruct | 0 .../applications/SConscript | 0 .../applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f1xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f1xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f1xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f1xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f1xx.c | 0 .../stm32f103-atk-warshipv3/board/Kconfig | 0 .../stm32f103-atk-warshipv3/board/SConscript | 0 .../stm32f103-atk-warshipv3/board/board.c | 0 .../stm32f103-atk-warshipv3/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32f103-atk-warshipv3/figures/board.jpg | Bin bsp/stm32/stm32f103-atk-warshipv3/project.ewd | 0 bsp/stm32/stm32f103-atk-warshipv3/project.ewp | 0 bsp/stm32/stm32f103-atk-warshipv3/project.eww | 0 .../stm32f103-atk-warshipv3/project.uvopt | 0 .../stm32f103-atk-warshipv3/project.uvoptx | 0 .../stm32f103-atk-warshipv3/project.uvproj | 0 .../stm32f103-atk-warshipv3/project.uvprojx | 0 bsp/stm32/stm32f103-atk-warshipv3/rtconfig.h | 0 bsp/stm32/stm32f103-atk-warshipv3/rtconfig.py | 0 bsp/stm32/stm32f103-atk-warshipv3/template.ewp | 0 bsp/stm32/stm32f103-atk-warshipv3/template.eww | 0 .../stm32f103-atk-warshipv3/template.uvopt | 0 .../stm32f103-atk-warshipv3/template.uvoptx | 0 .../stm32f103-atk-warshipv3/template.uvproj | 0 .../stm32f103-atk-warshipv3/template.uvprojx | 0 bsp/stm32/stm32f103-dofly-M3S/.config | 0 bsp/stm32/stm32f103-dofly-M3S/.cproject | 0 bsp/stm32/stm32f103-dofly-M3S/.gitignore | 0 bsp/stm32/stm32f103-dofly-M3S/.project | 0 .../.settings/language.settings.xml | 0 .../.settings/org.eclipse.core.runtime.prefs | 0 bsp/stm32/stm32f103-dofly-M3S/Kconfig | 0 bsp/stm32/stm32f103-dofly-M3S/README.md | 0 bsp/stm32/stm32f103-dofly-M3S/SConscript | 0 bsp/stm32/stm32f103-dofly-M3S/SConstruct | 0 .../applications/SConscript | 0 .../stm32f103-dofly-M3S/applications/main.c | 0 .../applications/nrf24l01_init.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f1xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f1xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f1xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f1xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f1xx.c | 0 bsp/stm32/stm32f103-dofly-M3S/board/Kconfig | 0 bsp/stm32/stm32f103-dofly-M3S/board/SConscript | 0 bsp/stm32/stm32f103-dofly-M3S/board/board.c | 0 bsp/stm32/stm32f103-dofly-M3S/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/drv_sdcard.c | 0 .../stm32f103-dofly-M3S/board/ports/fal_cfg.h | 0 .../board/ports/spi_flash_init.c | 0 .../stm32f103-dofly-M3S/figures/board.png | Bin bsp/stm32/stm32f103-dofly-M3S/makefile.targets | 0 bsp/stm32/stm32f103-dofly-M3S/project.ewd | 0 bsp/stm32/stm32f103-dofly-M3S/project.ewp | 0 bsp/stm32/stm32f103-dofly-M3S/project.eww | 0 bsp/stm32/stm32f103-dofly-M3S/project.uvopt | 0 bsp/stm32/stm32f103-dofly-M3S/project.uvoptx | 0 bsp/stm32/stm32f103-dofly-M3S/project.uvproj | 0 bsp/stm32/stm32f103-dofly-M3S/project.uvprojx | 0 bsp/stm32/stm32f103-dofly-M3S/rtconfig.h | 0 bsp/stm32/stm32f103-dofly-M3S/rtconfig.py | 0 bsp/stm32/stm32f103-dofly-M3S/template.ewp | 0 bsp/stm32/stm32f103-dofly-M3S/template.eww | 0 bsp/stm32/stm32f103-dofly-M3S/template.uvopt | 0 bsp/stm32/stm32f103-dofly-M3S/template.uvoptx | 0 bsp/stm32/stm32f103-dofly-M3S/template.uvproj | 0 bsp/stm32/stm32f103-dofly-M3S/template.uvprojx | 0 bsp/stm32/stm32f103-dofly-lyc8/.config | 0 bsp/stm32/stm32f103-dofly-lyc8/.gitignore | 0 bsp/stm32/stm32f103-dofly-lyc8/Kconfig | 0 bsp/stm32/stm32f103-dofly-lyc8/README.md | 0 bsp/stm32/stm32f103-dofly-lyc8/SConscript | 0 bsp/stm32/stm32f103-dofly-lyc8/SConstruct | 0 .../applications/SConscript | 0 .../stm32f103-dofly-lyc8/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f1xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f1xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f1xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f1xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f1xx.c | 0 bsp/stm32/stm32f103-dofly-lyc8/board/Kconfig | 0 .../stm32f103-dofly-lyc8/board/SConscript | 0 bsp/stm32/stm32f103-dofly-lyc8/board/board.c | 0 bsp/stm32/stm32f103-dofly-lyc8/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32f103-dofly-lyc8/figures/board.jpg | Bin bsp/stm32/stm32f103-dofly-lyc8/project.ewd | 0 bsp/stm32/stm32f103-dofly-lyc8/project.ewp | 0 bsp/stm32/stm32f103-dofly-lyc8/project.eww | 0 bsp/stm32/stm32f103-dofly-lyc8/project.uvopt | 0 bsp/stm32/stm32f103-dofly-lyc8/project.uvoptx | 0 bsp/stm32/stm32f103-dofly-lyc8/project.uvproj | 0 bsp/stm32/stm32f103-dofly-lyc8/project.uvprojx | 0 bsp/stm32/stm32f103-dofly-lyc8/rtconfig.h | 0 bsp/stm32/stm32f103-dofly-lyc8/rtconfig.py | 0 bsp/stm32/stm32f103-dofly-lyc8/template.ewd | 0 bsp/stm32/stm32f103-dofly-lyc8/template.ewp | 0 bsp/stm32/stm32f103-dofly-lyc8/template.eww | 0 bsp/stm32/stm32f103-dofly-lyc8/template.uvopt | 0 bsp/stm32/stm32f103-dofly-lyc8/template.uvoptx | 0 bsp/stm32/stm32f103-dofly-lyc8/template.uvproj | 0 .../stm32f103-dofly-lyc8/template.uvprojx | 0 bsp/stm32/stm32f103-fire-arbitrary/.config | 0 bsp/stm32/stm32f103-fire-arbitrary/.gitignore | 0 bsp/stm32/stm32f103-fire-arbitrary/Kconfig | 0 bsp/stm32/stm32f103-fire-arbitrary/README.md | 0 bsp/stm32/stm32f103-fire-arbitrary/SConscript | 0 bsp/stm32/stm32f103-fire-arbitrary/SConstruct | 0 .../applications/SConscript | 0 .../applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f1xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f1xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f1xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f1xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f1xx.c | 0 .../board/CubeMX_Config/stm32f103zet6.ioc | 0 .../stm32f103-fire-arbitrary/board/Kconfig | 0 .../stm32f103-fire-arbitrary/board/SConscript | 0 .../stm32f103-fire-arbitrary/board/board.c | 0 .../stm32f103-fire-arbitrary/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/fal_cfg.h | 0 .../board/ports/sdcard_port.c | 0 .../board/ports/spi_flash_init.c | 0 .../board/ports/w5500_device.c | 0 .../stm32f103-fire-arbitrary/figures/board.png | Bin bsp/stm32/stm32f103-fire-arbitrary/project.ewd | 0 bsp/stm32/stm32f103-fire-arbitrary/project.ewp | 0 bsp/stm32/stm32f103-fire-arbitrary/project.eww | 0 .../stm32f103-fire-arbitrary/project.uvopt | 0 .../stm32f103-fire-arbitrary/project.uvoptx | 0 .../stm32f103-fire-arbitrary/project.uvproj | 0 .../stm32f103-fire-arbitrary/project.uvprojx | 0 bsp/stm32/stm32f103-fire-arbitrary/rtconfig.h | 0 bsp/stm32/stm32f103-fire-arbitrary/rtconfig.py | 0 .../stm32f103-fire-arbitrary/template.ewp | 0 .../stm32f103-fire-arbitrary/template.eww | 0 .../stm32f103-fire-arbitrary/template.uvopt | 0 .../stm32f103-fire-arbitrary/template.uvoptx | 0 .../stm32f103-fire-arbitrary/template.uvproj | 0 .../stm32f103-fire-arbitrary/template.uvprojx | 0 bsp/stm32/stm32f103-gizwits-gokitv21/.config | 0 .../stm32f103-gizwits-gokitv21/.gitignore | 0 bsp/stm32/stm32f103-gizwits-gokitv21/Kconfig | 0 bsp/stm32/stm32f103-gizwits-gokitv21/README.md | 0 .../stm32f103-gizwits-gokitv21/SConscript | 0 .../stm32f103-gizwits-gokitv21/SConstruct | 0 .../applications/SConscript | 0 .../applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f1xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f1xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f1xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f1xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f1xx.c | 0 .../stm32f103-gizwits-gokitv21/board/Kconfig | 0 .../board/SConscript | 0 .../stm32f103-gizwits-gokitv21/board/board.c | 0 .../stm32f103-gizwits-gokitv21/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../figures/board.png | Bin .../stm32f103-gizwits-gokitv21/project.ewd | 0 .../stm32f103-gizwits-gokitv21/project.ewp | 0 .../stm32f103-gizwits-gokitv21/project.eww | 0 .../stm32f103-gizwits-gokitv21/project.uvopt | 0 .../stm32f103-gizwits-gokitv21/project.uvoptx | 0 .../stm32f103-gizwits-gokitv21/project.uvproj | 0 .../stm32f103-gizwits-gokitv21/project.uvprojx | 0 .../stm32f103-gizwits-gokitv21/rtconfig.h | 0 .../stm32f103-gizwits-gokitv21/rtconfig.py | 0 .../stm32f103-gizwits-gokitv21/template.ewp | 0 .../stm32f103-gizwits-gokitv21/template.eww | 0 .../stm32f103-gizwits-gokitv21/template.uvopt | 0 .../stm32f103-gizwits-gokitv21/template.uvoptx | 0 .../stm32f103-gizwits-gokitv21/template.uvproj | 0 .../template.uvprojx | 0 bsp/stm32/stm32f103-hw100k-ibox/.config | 0 bsp/stm32/stm32f103-hw100k-ibox/.gitignore | 0 bsp/stm32/stm32f103-hw100k-ibox/Kconfig | 0 bsp/stm32/stm32f103-hw100k-ibox/README.md | 0 bsp/stm32/stm32f103-hw100k-ibox/SConscript | 0 bsp/stm32/stm32f103-hw100k-ibox/SConstruct | 0 .../applications/SConscript | 0 .../stm32f103-hw100k-ibox/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f1xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f1xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f1xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f1xx_it.c | 0 bsp/stm32/stm32f103-hw100k-ibox/board/Kconfig | 0 .../stm32f103-hw100k-ibox/board/SConscript | 0 bsp/stm32/stm32f103-hw100k-ibox/board/board.c | 0 bsp/stm32/stm32f103-hw100k-ibox/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/esp02_device.c | 0 .../board/ports/fal_cfg.h | 0 .../board/ports/on_chip_flash_init.c | 0 .../board/ports/w5500_device.c | 0 .../stm32f103-hw100k-ibox/figures/board.png | Bin bsp/stm32/stm32f103-hw100k-ibox/project.ewd | 0 bsp/stm32/stm32f103-hw100k-ibox/project.ewp | 0 bsp/stm32/stm32f103-hw100k-ibox/project.eww | 0 bsp/stm32/stm32f103-hw100k-ibox/project.uvopt | 0 bsp/stm32/stm32f103-hw100k-ibox/project.uvoptx | 0 bsp/stm32/stm32f103-hw100k-ibox/project.uvproj | 0 .../stm32f103-hw100k-ibox/project.uvprojx | 0 bsp/stm32/stm32f103-hw100k-ibox/rtconfig.h | 0 bsp/stm32/stm32f103-hw100k-ibox/rtconfig.py | 0 bsp/stm32/stm32f103-hw100k-ibox/template.ewp | 0 bsp/stm32/stm32f103-hw100k-ibox/template.eww | 0 bsp/stm32/stm32f103-hw100k-ibox/template.uvopt | 0 .../stm32f103-hw100k-ibox/template.uvoptx | 0 .../stm32f103-hw100k-ibox/template.uvproj | 0 .../stm32f103-hw100k-ibox/template.uvprojx | 0 bsp/stm32/stm32f103-mini-system/.config | 0 bsp/stm32/stm32f103-mini-system/.gitignore | 0 bsp/stm32/stm32f103-mini-system/Kconfig | 0 bsp/stm32/stm32f103-mini-system/README.md | 0 bsp/stm32/stm32f103-mini-system/SConscript | 0 bsp/stm32/stm32f103-mini-system/SConstruct | 0 .../applications/SConscript | 0 .../stm32f103-mini-system/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f1xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f1xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f1xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f1xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f1xx.c | 0 bsp/stm32/stm32f103-mini-system/board/Kconfig | 0 .../stm32f103-mini-system/board/SConscript | 0 bsp/stm32/stm32f103-mini-system/board/board.c | 0 bsp/stm32/stm32f103-mini-system/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32f103-mini-system/figures/board1.jpg | Bin .../stm32f103-mini-system/figures/board2.jpg | Bin .../stm32f103-mini-system/figures/board3.jpg | Bin bsp/stm32/stm32f103-mini-system/project.ewd | 0 bsp/stm32/stm32f103-mini-system/project.ewp | 0 bsp/stm32/stm32f103-mini-system/project.eww | 0 bsp/stm32/stm32f103-mini-system/project.uvopt | 0 bsp/stm32/stm32f103-mini-system/project.uvoptx | 0 bsp/stm32/stm32f103-mini-system/project.uvproj | 0 .../stm32f103-mini-system/project.uvprojx | 0 bsp/stm32/stm32f103-mini-system/rtconfig.h | 0 bsp/stm32/stm32f103-mini-system/rtconfig.py | 0 bsp/stm32/stm32f103-mini-system/template.ewp | 0 bsp/stm32/stm32f103-mini-system/template.eww | 0 bsp/stm32/stm32f103-mini-system/template.uvopt | 0 .../stm32f103-mini-system/template.uvoptx | 0 .../stm32f103-mini-system/template.uvproj | 0 .../stm32f103-mini-system/template.uvprojx | 0 bsp/stm32/stm32f103-yf-ufun/.config | 0 bsp/stm32/stm32f103-yf-ufun/.cproject | 0 bsp/stm32/stm32f103-yf-ufun/.gitignore | 0 bsp/stm32/stm32f103-yf-ufun/.project | 0 .../.settings/language.settings.xml | 0 .../.settings/org.eclipse.core.runtime.prefs | 0 bsp/stm32/stm32f103-yf-ufun/Kconfig | 0 bsp/stm32/stm32f103-yf-ufun/README.md | 0 bsp/stm32/stm32f103-yf-ufun/SConscript | 0 bsp/stm32/stm32f103-yf-ufun/SConstruct | 0 .../stm32f103-yf-ufun/applications/SConscript | 0 .../stm32f103-yf-ufun/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f1xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f1xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f1xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f1xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f1xx.c | 0 bsp/stm32/stm32f103-yf-ufun/board/Kconfig | 0 bsp/stm32/stm32f103-yf-ufun/board/SConscript | 0 bsp/stm32/stm32f103-yf-ufun/board/board.c | 0 bsp/stm32/stm32f103-yf-ufun/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 bsp/stm32/stm32f103-yf-ufun/figures/board.jpg | Bin bsp/stm32/stm32f103-yf-ufun/makefile.targets | 0 bsp/stm32/stm32f103-yf-ufun/project.ewd | 0 bsp/stm32/stm32f103-yf-ufun/project.ewp | 0 bsp/stm32/stm32f103-yf-ufun/project.eww | 0 bsp/stm32/stm32f103-yf-ufun/project.uvopt | 0 bsp/stm32/stm32f103-yf-ufun/project.uvoptx | 0 bsp/stm32/stm32f103-yf-ufun/project.uvproj | 0 bsp/stm32/stm32f103-yf-ufun/project.uvprojx | 0 bsp/stm32/stm32f103-yf-ufun/rtconfig.h | 0 bsp/stm32/stm32f103-yf-ufun/rtconfig.py | 0 bsp/stm32/stm32f103-yf-ufun/template.ewp | 0 bsp/stm32/stm32f103-yf-ufun/template.eww | 0 bsp/stm32/stm32f103-yf-ufun/template.uvopt | 0 bsp/stm32/stm32f103-yf-ufun/template.uvoptx | 0 bsp/stm32/stm32f103-yf-ufun/template.uvproj | 0 bsp/stm32/stm32f103-yf-ufun/template.uvprojx | 0 bsp/stm32/stm32f107-uc-eval/.config | 0 bsp/stm32/stm32f107-uc-eval/.gitignore | 0 bsp/stm32/stm32f107-uc-eval/Kconfig | 0 bsp/stm32/stm32f107-uc-eval/README.md | 0 bsp/stm32/stm32f107-uc-eval/SConscript | 0 bsp/stm32/stm32f107-uc-eval/SConstruct | 0 .../stm32f107-uc-eval/applications/SConscript | 0 .../stm32f107-uc-eval/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f1xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f1xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f1xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f1xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f1xx.c | 0 bsp/stm32/stm32f107-uc-eval/board/Kconfig | 0 bsp/stm32/stm32f107-uc-eval/board/SConscript | 0 bsp/stm32/stm32f107-uc-eval/board/board.c | 0 bsp/stm32/stm32f107-uc-eval/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 bsp/stm32/stm32f107-uc-eval/figures/board.png | Bin bsp/stm32/stm32f107-uc-eval/project.ewd | 0 bsp/stm32/stm32f107-uc-eval/project.ewp | 0 bsp/stm32/stm32f107-uc-eval/project.eww | 0 bsp/stm32/stm32f107-uc-eval/project.uvopt | 0 bsp/stm32/stm32f107-uc-eval/project.uvoptx | 0 bsp/stm32/stm32f107-uc-eval/project.uvproj | 0 bsp/stm32/stm32f107-uc-eval/project.uvprojx | 0 bsp/stm32/stm32f107-uc-eval/rtconfig.h | 0 bsp/stm32/stm32f107-uc-eval/rtconfig.py | 0 bsp/stm32/stm32f107-uc-eval/template.ewp | 0 bsp/stm32/stm32f107-uc-eval/template.eww | 0 bsp/stm32/stm32f107-uc-eval/template.uvopt | 0 bsp/stm32/stm32f107-uc-eval/template.uvoptx | 0 bsp/stm32/stm32f107-uc-eval/template.uvproj | 0 bsp/stm32/stm32f107-uc-eval/template.uvprojx | 0 bsp/stm32/stm32f401-st-nucleo/.config | 0 bsp/stm32/stm32f401-st-nucleo/.cproject | 0 bsp/stm32/stm32f401-st-nucleo/.gitignore | 0 bsp/stm32/stm32f401-st-nucleo/.project | 0 .../.settings/language.settings.xml | 0 .../.settings/org.eclipse.core.runtime.prefs | 0 bsp/stm32/stm32f401-st-nucleo/Kconfig | 0 bsp/stm32/stm32f401-st-nucleo/README.md | 0 bsp/stm32/stm32f401-st-nucleo/SConscript | 0 bsp/stm32/stm32f401-st-nucleo/SConstruct | 0 .../applications/SConscript | 0 .../stm32f401-st-nucleo/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f4xx.c | 0 bsp/stm32/stm32f401-st-nucleo/board/Kconfig | 0 bsp/stm32/stm32f401-st-nucleo/board/SConscript | 0 bsp/stm32/stm32f401-st-nucleo/board/board.c | 0 bsp/stm32/stm32f401-st-nucleo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32f401-st-nucleo/figures/board.jpg | Bin bsp/stm32/stm32f401-st-nucleo/makefile.targets | 0 bsp/stm32/stm32f401-st-nucleo/project.ewd | 0 bsp/stm32/stm32f401-st-nucleo/project.ewp | 0 bsp/stm32/stm32f401-st-nucleo/project.eww | 0 bsp/stm32/stm32f401-st-nucleo/project.uvoptx | 0 bsp/stm32/stm32f401-st-nucleo/project.uvprojx | 0 bsp/stm32/stm32f401-st-nucleo/rtconfig.h | 0 bsp/stm32/stm32f401-st-nucleo/rtconfig.py | 0 bsp/stm32/stm32f401-st-nucleo/template.ewp | 0 bsp/stm32/stm32f401-st-nucleo/template.eww | 0 bsp/stm32/stm32f401-st-nucleo/template.uvopt | 0 bsp/stm32/stm32f401-st-nucleo/template.uvoptx | 0 bsp/stm32/stm32f401-st-nucleo/template.uvprojx | 0 bsp/stm32/stm32f405-smdz-breadfruit/.config | 0 bsp/stm32/stm32f405-smdz-breadfruit/.cproject | 0 bsp/stm32/stm32f405-smdz-breadfruit/.gitignore | 0 bsp/stm32/stm32f405-smdz-breadfruit/.project | 0 .../.settings/language.settings.xml | 0 .../.settings/org.eclipse.core.runtime.prefs | 0 bsp/stm32/stm32f405-smdz-breadfruit/Kconfig | 0 bsp/stm32/stm32f405-smdz-breadfruit/README.md | 0 bsp/stm32/stm32f405-smdz-breadfruit/SConscript | 0 bsp/stm32/stm32f405-smdz-breadfruit/SConstruct | 0 .../applications/SConscript | 0 .../applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f4xx.c | 0 .../stm32f405-smdz-breadfruit/board/Kconfig | 0 .../stm32f405-smdz-breadfruit/board/SConscript | 0 .../stm32f405-smdz-breadfruit/board/board.c | 0 .../stm32f405-smdz-breadfruit/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32f405-smdz-breadfruit/makefile.targets | 0 .../stm32f405-smdz-breadfruit/project.ewd | 0 .../stm32f405-smdz-breadfruit/project.ewp | 0 .../stm32f405-smdz-breadfruit/project.eww | 0 .../stm32f405-smdz-breadfruit/project.uvopt | 0 .../stm32f405-smdz-breadfruit/project.uvoptx | 0 .../stm32f405-smdz-breadfruit/project.uvproj | 0 .../stm32f405-smdz-breadfruit/project.uvprojx | 0 bsp/stm32/stm32f405-smdz-breadfruit/rtconfig.h | 0 .../stm32f405-smdz-breadfruit/rtconfig.py | 0 .../stm32f405-smdz-breadfruit/template.ewp | 0 .../stm32f405-smdz-breadfruit/template.eww | 0 .../stm32f405-smdz-breadfruit/template.uvopt | 0 .../stm32f405-smdz-breadfruit/template.uvoptx | 0 .../stm32f405-smdz-breadfruit/template.uvproj | 0 .../stm32f405-smdz-breadfruit/template.uvprojx | 0 bsp/stm32/stm32f407-atk-explorer/.config | 0 bsp/stm32/stm32f407-atk-explorer/.cproject | 0 bsp/stm32/stm32f407-atk-explorer/.gitignore | 0 bsp/stm32/stm32f407-atk-explorer/.project | 0 .../.settings/language.settings.xml | 0 .../.settings/org.eclipse.core.runtime.prefs | 0 bsp/stm32/stm32f407-atk-explorer/Kconfig | 0 bsp/stm32/stm32f407-atk-explorer/README.md | 0 bsp/stm32/stm32f407-atk-explorer/SConscript | 0 bsp/stm32/stm32f407-atk-explorer/SConstruct | 0 .../applications/SConscript | 0 .../stm32f407-atk-explorer/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f4xx.c | 0 bsp/stm32/stm32f407-atk-explorer/board/Kconfig | 0 .../stm32f407-atk-explorer/board/SConscript | 0 bsp/stm32/stm32f407-atk-explorer/board/board.c | 0 bsp/stm32/stm32f407-atk-explorer/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/fal_cfg.h | 0 .../board/ports/phy_reset.c | 0 .../board/ports/sdcard_port.c | 0 .../board/ports/spi_flash_init.c | 0 .../stm32f407-atk-explorer/figures/board.png | Bin .../stm32f407-atk-explorer/makefile.targets | 0 bsp/stm32/stm32f407-atk-explorer/project.ewd | 0 bsp/stm32/stm32f407-atk-explorer/project.ewp | 0 bsp/stm32/stm32f407-atk-explorer/project.eww | 0 bsp/stm32/stm32f407-atk-explorer/project.uvopt | 0 .../stm32f407-atk-explorer/project.uvoptx | 0 .../stm32f407-atk-explorer/project.uvproj | 0 .../stm32f407-atk-explorer/project.uvprojx | 0 bsp/stm32/stm32f407-atk-explorer/rtconfig.h | 0 bsp/stm32/stm32f407-atk-explorer/rtconfig.py | 0 bsp/stm32/stm32f407-atk-explorer/template.ewp | 0 bsp/stm32/stm32f407-atk-explorer/template.eww | 0 .../stm32f407-atk-explorer/template.uvopt | 0 .../stm32f407-atk-explorer/template.uvoptx | 0 .../stm32f407-atk-explorer/template.uvproj | 0 .../stm32f407-atk-explorer/template.uvprojx | 0 bsp/stm32/stm32f407-st-discovery/.config | 0 bsp/stm32/stm32f407-st-discovery/.gitignore | 0 bsp/stm32/stm32f407-st-discovery/Kconfig | 0 bsp/stm32/stm32f407-st-discovery/README.md | 0 bsp/stm32/stm32f407-st-discovery/SConscript | 0 bsp/stm32/stm32f407-st-discovery/SConstruct | 0 .../applications/SConscript | 0 .../stm32f407-st-discovery/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f4xx.c | 0 bsp/stm32/stm32f407-st-discovery/board/Kconfig | 0 .../stm32f407-st-discovery/board/SConscript | 0 bsp/stm32/stm32f407-st-discovery/board/board.c | 0 bsp/stm32/stm32f407-st-discovery/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32f407-st-discovery/figures/board.png | Bin bsp/stm32/stm32f407-st-discovery/project.ewd | 0 bsp/stm32/stm32f407-st-discovery/project.ewp | 0 bsp/stm32/stm32f407-st-discovery/project.eww | 0 bsp/stm32/stm32f407-st-discovery/project.uvopt | 0 .../stm32f407-st-discovery/project.uvoptx | 0 .../stm32f407-st-discovery/project.uvproj | 0 .../stm32f407-st-discovery/project.uvprojx | 0 bsp/stm32/stm32f407-st-discovery/rtconfig.h | 0 bsp/stm32/stm32f407-st-discovery/rtconfig.py | 0 bsp/stm32/stm32f407-st-discovery/template.ewp | 0 bsp/stm32/stm32f407-st-discovery/template.eww | 0 .../stm32f407-st-discovery/template.uvopt | 0 .../stm32f407-st-discovery/template.uvoptx | 0 .../stm32f407-st-discovery/template.uvproj | 0 .../stm32f407-st-discovery/template.uvprojx | 0 bsp/stm32/stm32f411-st-nucleo/.config | 0 bsp/stm32/stm32f411-st-nucleo/.cproject | 0 bsp/stm32/stm32f411-st-nucleo/.gitignore | 0 bsp/stm32/stm32f411-st-nucleo/.project | 0 .../.settings/language.settings.xml | 0 .../.settings/org.eclipse.core.runtime.prefs | 0 bsp/stm32/stm32f411-st-nucleo/Kconfig | 0 bsp/stm32/stm32f411-st-nucleo/README.md | 0 bsp/stm32/stm32f411-st-nucleo/SConscript | 0 bsp/stm32/stm32f411-st-nucleo/SConstruct | 0 .../applications/SConscript | 0 .../stm32f411-st-nucleo/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f4xx.c | 0 bsp/stm32/stm32f411-st-nucleo/board/Kconfig | 0 bsp/stm32/stm32f411-st-nucleo/board/SConscript | 0 bsp/stm32/stm32f411-st-nucleo/board/board.c | 0 bsp/stm32/stm32f411-st-nucleo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32f411-st-nucleo/figures/board.png | Bin bsp/stm32/stm32f411-st-nucleo/makefile.targets | 0 bsp/stm32/stm32f411-st-nucleo/project.ewd | 0 bsp/stm32/stm32f411-st-nucleo/project.ewp | 0 bsp/stm32/stm32f411-st-nucleo/project.eww | 0 bsp/stm32/stm32f411-st-nucleo/project.uvopt | 0 bsp/stm32/stm32f411-st-nucleo/project.uvoptx | 0 bsp/stm32/stm32f411-st-nucleo/project.uvprojx | 0 bsp/stm32/stm32f411-st-nucleo/rtconfig.h | 0 bsp/stm32/stm32f411-st-nucleo/rtconfig.py | 0 bsp/stm32/stm32f411-st-nucleo/template.ewp | 0 bsp/stm32/stm32f411-st-nucleo/template.eww | 0 bsp/stm32/stm32f411-st-nucleo/template.uvopt | 0 bsp/stm32/stm32f411-st-nucleo/template.uvoptx | 0 bsp/stm32/stm32f411-st-nucleo/template.uvprojx | 0 bsp/stm32/stm32f412-st-nucleo/.config | 0 bsp/stm32/stm32f412-st-nucleo/.gitignore | 0 bsp/stm32/stm32f412-st-nucleo/Kconfig | 0 bsp/stm32/stm32f412-st-nucleo/README.md | 0 bsp/stm32/stm32f412-st-nucleo/SConscript | 0 bsp/stm32/stm32f412-st-nucleo/SConstruct | 0 .../applications/SConscript | 0 .../stm32f412-st-nucleo/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f4xx.c | 0 bsp/stm32/stm32f412-st-nucleo/board/Kconfig | 0 bsp/stm32/stm32f412-st-nucleo/board/SConscript | 0 bsp/stm32/stm32f412-st-nucleo/board/board.c | 0 bsp/stm32/stm32f412-st-nucleo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32f412-st-nucleo/figures/board.png | Bin bsp/stm32/stm32f412-st-nucleo/project.ewd | 0 bsp/stm32/stm32f412-st-nucleo/project.ewp | 0 bsp/stm32/stm32f412-st-nucleo/project.eww | 0 bsp/stm32/stm32f412-st-nucleo/project.uvoptx | 0 bsp/stm32/stm32f412-st-nucleo/project.uvprojx | 0 bsp/stm32/stm32f412-st-nucleo/rtconfig.h | 0 bsp/stm32/stm32f412-st-nucleo/rtconfig.py | 0 bsp/stm32/stm32f412-st-nucleo/template.ewp | 0 bsp/stm32/stm32f412-st-nucleo/template.eww | 0 bsp/stm32/stm32f412-st-nucleo/template.uvoptx | 0 bsp/stm32/stm32f412-st-nucleo/template.uvprojx | 0 bsp/stm32/stm32f427-robomaster-a/.config | 0 bsp/stm32/stm32f427-robomaster-a/.gitignore | 0 .../EventRecorderStub.scvd | 0 bsp/stm32/stm32f427-robomaster-a/Kconfig | 0 bsp/stm32/stm32f427-robomaster-a/README.md | 0 bsp/stm32/stm32f427-robomaster-a/SConscript | 0 bsp/stm32/stm32f427-robomaster-a/SConstruct | 0 .../applications/SConscript | 0 .../stm32f427-robomaster-a/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f4xx.c | 0 bsp/stm32/stm32f427-robomaster-a/board/Kconfig | 0 .../stm32f427-robomaster-a/board/SConscript | 0 bsp/stm32/stm32f427-robomaster-a/board/board.c | 0 bsp/stm32/stm32f427-robomaster-a/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32f427-robomaster-a/figures/board.png | Bin bsp/stm32/stm32f427-robomaster-a/project.ewd | 0 bsp/stm32/stm32f427-robomaster-a/project.ewp | 0 bsp/stm32/stm32f427-robomaster-a/project.eww | 0 bsp/stm32/stm32f427-robomaster-a/project.uvopt | 0 .../stm32f427-robomaster-a/project.uvoptx | 0 .../stm32f427-robomaster-a/project.uvproj | 0 .../stm32f427-robomaster-a/project.uvprojx | 0 bsp/stm32/stm32f427-robomaster-a/rtconfig.h | 0 bsp/stm32/stm32f427-robomaster-a/rtconfig.py | 0 bsp/stm32/stm32f427-robomaster-a/template.ewd | 0 bsp/stm32/stm32f427-robomaster-a/template.ewp | 0 bsp/stm32/stm32f427-robomaster-a/template.eww | 0 .../stm32f427-robomaster-a/template.uvopt | 0 .../stm32f427-robomaster-a/template.uvoptx | 0 .../stm32f427-robomaster-a/template.uvproj | 0 .../stm32f427-robomaster-a/template.uvprojx | 0 bsp/stm32/stm32f429-armfly-v6/.config | 0 bsp/stm32/stm32f429-armfly-v6/.gitignore | 0 bsp/stm32/stm32f429-armfly-v6/Kconfig | 0 bsp/stm32/stm32f429-armfly-v6/README.md | 0 bsp/stm32/stm32f429-armfly-v6/SConscript | 0 bsp/stm32/stm32f429-armfly-v6/SConstruct | 0 .../applications/SConscript | 0 .../stm32f429-armfly-v6/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f4xx_it.c | 0 bsp/stm32/stm32f429-armfly-v6/board/Kconfig | 0 bsp/stm32/stm32f429-armfly-v6/board/SConscript | 0 bsp/stm32/stm32f429-armfly-v6/board/board.c | 0 bsp/stm32/stm32f429-armfly-v6/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/drv_ext_io.c | 0 .../board/ports/drv_ext_io.h | 0 .../stm32f429-armfly-v6/board/ports/fal_cfg.h | 0 .../stm32f429-armfly-v6/board/ports/lcd_port.h | 0 .../board/ports/phy_reset.c | 0 .../board/ports/sdcard_port.c | 0 .../board/ports/sdram_port.h | 0 .../board/ports/spi_flash_init.c | 0 .../stm32f429-armfly-v6/figures/board.png | Bin bsp/stm32/stm32f429-armfly-v6/project.ewd | 0 bsp/stm32/stm32f429-armfly-v6/project.ewp | 0 bsp/stm32/stm32f429-armfly-v6/project.eww | 0 bsp/stm32/stm32f429-armfly-v6/project.uvopt | 0 bsp/stm32/stm32f429-armfly-v6/project.uvoptx | 0 bsp/stm32/stm32f429-armfly-v6/project.uvproj | 0 bsp/stm32/stm32f429-armfly-v6/project.uvprojx | 0 bsp/stm32/stm32f429-armfly-v6/rtconfig.h | 0 bsp/stm32/stm32f429-armfly-v6/rtconfig.py | 0 bsp/stm32/stm32f429-armfly-v6/template.ewp | 0 bsp/stm32/stm32f429-armfly-v6/template.eww | 0 bsp/stm32/stm32f429-armfly-v6/template.uvopt | 0 bsp/stm32/stm32f429-armfly-v6/template.uvoptx | 0 bsp/stm32/stm32f429-armfly-v6/template.uvproj | 0 bsp/stm32/stm32f429-armfly-v6/template.uvprojx | 0 bsp/stm32/stm32f429-atk-apollo/.config | 0 bsp/stm32/stm32f429-atk-apollo/.cproject | 0 bsp/stm32/stm32f429-atk-apollo/.gitignore | 0 bsp/stm32/stm32f429-atk-apollo/.project | 0 .../.settings/language.settings.xml | 0 .../.settings/org.eclipse.core.runtime.prefs | 0 bsp/stm32/stm32f429-atk-apollo/Kconfig | 0 bsp/stm32/stm32f429-atk-apollo/README.md | 0 bsp/stm32/stm32f429-atk-apollo/SConscript | 0 bsp/stm32/stm32f429-atk-apollo/SConstruct | 0 .../applications/SConscript | 0 .../stm32f429-atk-apollo/applications/main.c | 0 .../stm32f429-atk-apollo/applications/mnt.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f4xx_it.h | 0 .../board/CubeMX_Config/STM32F429IG.ioc | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f4xx.c | 0 bsp/stm32/stm32f429-atk-apollo/board/Kconfig | 0 .../stm32f429-atk-apollo/board/SConscript | 0 bsp/stm32/stm32f429-atk-apollo/board/board.c | 0 bsp/stm32/stm32f429-atk-apollo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/audio/drv_mic.c | 0 .../board/ports/audio/drv_mic.h | 0 .../board/ports/audio/drv_sound.c | 0 .../board/ports/audio/drv_sound.h | 0 .../board/ports/audio/drv_wm8978.c | 0 .../board/ports/audio/drv_wm8978.h | 0 .../stm32f429-atk-apollo/board/ports/fal_cfg.h | 0 .../board/ports/phy_reset.c | 0 .../board/ports/sdcard_port.c | 0 .../board/ports/sdram_port.h | 0 .../board/ports/spi_flash_init.c | 0 .../stm32f429-atk-apollo/figures/board.png | Bin .../stm32f429-atk-apollo/makefile.targets | 0 bsp/stm32/stm32f429-atk-apollo/project.ewd | 0 bsp/stm32/stm32f429-atk-apollo/project.ewp | 0 bsp/stm32/stm32f429-atk-apollo/project.eww | 0 bsp/stm32/stm32f429-atk-apollo/project.uvopt | 0 bsp/stm32/stm32f429-atk-apollo/project.uvoptx | 0 bsp/stm32/stm32f429-atk-apollo/project.uvproj | 0 bsp/stm32/stm32f429-atk-apollo/project.uvprojx | 0 bsp/stm32/stm32f429-atk-apollo/rtconfig.h | 0 bsp/stm32/stm32f429-atk-apollo/rtconfig.py | 0 bsp/stm32/stm32f429-atk-apollo/template.ewp | 0 bsp/stm32/stm32f429-atk-apollo/template.eww | 0 bsp/stm32/stm32f429-atk-apollo/template.uvopt | 0 bsp/stm32/stm32f429-atk-apollo/template.uvoptx | 0 bsp/stm32/stm32f429-atk-apollo/template.uvproj | 0 .../stm32f429-atk-apollo/template.uvprojx | 0 bsp/stm32/stm32f429-fire-challenger/.config | 0 bsp/stm32/stm32f429-fire-challenger/.cproject | 0 bsp/stm32/stm32f429-fire-challenger/.gitignore | 0 bsp/stm32/stm32f429-fire-challenger/.project | 0 .../.settings/language.settings.xml | 0 .../.settings/org.eclipse.core.runtime.prefs | 0 bsp/stm32/stm32f429-fire-challenger/Kconfig | 0 bsp/stm32/stm32f429-fire-challenger/README.md | 0 bsp/stm32/stm32f429-fire-challenger/SConscript | 0 bsp/stm32/stm32f429-fire-challenger/SConstruct | 0 .../applications/SConscript | 0 .../applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f4xx.c | 0 .../stm32f429-fire-challenger/board/Kconfig | 0 .../stm32f429-fire-challenger/board/SConscript | 0 .../stm32f429-fire-challenger/board/board.c | 0 .../stm32f429-fire-challenger/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/fal_cfg.h | 0 .../board/ports/lcd_port.h | 0 .../board/ports/phy_reset.c | 0 .../board/ports/sdcard_port.c | 0 .../board/ports/sdram_port.h | 0 .../board/ports/spi_flash_init.c | 0 .../figures/board.jpg | Bin .../stm32f429-fire-challenger/makefile.targets | 0 .../stm32f429-fire-challenger/project.ewd | 0 .../stm32f429-fire-challenger/project.ewp | 0 .../stm32f429-fire-challenger/project.eww | 0 .../stm32f429-fire-challenger/project.uvopt | 0 .../stm32f429-fire-challenger/project.uvoptx | 0 .../stm32f429-fire-challenger/project.uvproj | 0 .../stm32f429-fire-challenger/project.uvprojx | 0 bsp/stm32/stm32f429-fire-challenger/rtconfig.h | 0 .../stm32f429-fire-challenger/rtconfig.py | 0 .../stm32f429-fire-challenger/template.ewp | 0 .../stm32f429-fire-challenger/template.eww | 0 .../stm32f429-fire-challenger/template.uvopt | 0 .../stm32f429-fire-challenger/template.uvoptx | 0 .../stm32f429-fire-challenger/template.uvproj | 0 .../stm32f429-fire-challenger/template.uvprojx | 0 bsp/stm32/stm32f429-st-disco/.config | 0 bsp/stm32/stm32f429-st-disco/Kconfig | 0 bsp/stm32/stm32f429-st-disco/SConscript | 0 bsp/stm32/stm32f429-st-disco/SConstruct | 0 .../stm32f429-st-disco/applications/SConscript | 0 .../stm32f429-st-disco/applications/lcd_init.c | 0 .../stm32f429-st-disco/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f4xx.c | 0 bsp/stm32/stm32f429-st-disco/board/Kconfig | 0 bsp/stm32/stm32f429-st-disco/board/SConscript | 0 bsp/stm32/stm32f429-st-disco/board/board.c | 0 bsp/stm32/stm32f429-st-disco/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32f429-st-disco/board/ports/fal_cfg.h | 0 .../board/ports/touch/SConscript | 0 .../board/ports/touch/drv_touch.c | 0 .../board/ports/touch/drv_touch.h | 0 bsp/stm32/stm32f429-st-disco/project.ewp | 0 bsp/stm32/stm32f429-st-disco/project.eww | 0 bsp/stm32/stm32f429-st-disco/project.uvopt | 0 bsp/stm32/stm32f429-st-disco/project.uvoptx | 0 bsp/stm32/stm32f429-st-disco/project.uvproj | 0 bsp/stm32/stm32f429-st-disco/project.uvprojx | 0 bsp/stm32/stm32f429-st-disco/readme.md | 0 bsp/stm32/stm32f429-st-disco/rtconfig.h | 0 bsp/stm32/stm32f429-st-disco/rtconfig.py | 0 bsp/stm32/stm32f429-st-disco/stm32_rom.ld | 0 bsp/stm32/stm32f429-st-disco/stm32_rom.sct | 0 .../stm32f429-st-disco/stm32f429_flash.icf | 0 bsp/stm32/stm32f429-st-disco/template.ewp | 0 bsp/stm32/stm32f429-st-disco/template.uvopt | 0 bsp/stm32/stm32f429-st-disco/template.uvoptx | 0 bsp/stm32/stm32f429-st-disco/template.uvproj | 0 bsp/stm32/stm32f429-st-disco/template.uvprojx | 0 bsp/stm32/stm32f446-st-nucleo/.config | 0 bsp/stm32/stm32f446-st-nucleo/.gitignore | 0 bsp/stm32/stm32f446-st-nucleo/Kconfig | 0 bsp/stm32/stm32f446-st-nucleo/README.md | 0 bsp/stm32/stm32f446-st-nucleo/SConscript | 0 bsp/stm32/stm32f446-st-nucleo/SConstruct | 0 .../applications/SConscript | 0 .../stm32f446-st-nucleo/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f4xx_it.c | 0 bsp/stm32/stm32f446-st-nucleo/board/Kconfig | 0 bsp/stm32/stm32f446-st-nucleo/board/SConscript | 0 bsp/stm32/stm32f446-st-nucleo/board/board.c | 0 bsp/stm32/stm32f446-st-nucleo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32f446-st-nucleo/figures/board.jpg | Bin bsp/stm32/stm32f446-st-nucleo/project.ewd | 0 bsp/stm32/stm32f446-st-nucleo/project.ewp | 0 bsp/stm32/stm32f446-st-nucleo/project.eww | 0 bsp/stm32/stm32f446-st-nucleo/project.uvoptx | 0 bsp/stm32/stm32f446-st-nucleo/project.uvprojx | 0 bsp/stm32/stm32f446-st-nucleo/rtconfig.h | 0 bsp/stm32/stm32f446-st-nucleo/rtconfig.py | 0 bsp/stm32/stm32f446-st-nucleo/template.ewp | 0 bsp/stm32/stm32f446-st-nucleo/template.eww | 0 bsp/stm32/stm32f446-st-nucleo/template.uvoptx | 0 bsp/stm32/stm32f446-st-nucleo/template.uvprojx | 0 bsp/stm32/stm32f469-st-disco/.config | 0 bsp/stm32/stm32f469-st-disco/.gitignore | 0 bsp/stm32/stm32f469-st-disco/Kconfig | 0 bsp/stm32/stm32f469-st-disco/README.md | 0 bsp/stm32/stm32f469-st-disco/SConscript | 0 bsp/stm32/stm32f469-st-disco/SConstruct | 0 .../stm32f469-st-disco/applications/SConscript | 0 .../stm32f469-st-disco/applications/lcd_init.c | 0 .../stm32f469-st-disco/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../board/CubeMX_Config/Inc/pdm2pcm.h | 0 .../CubeMX_Config/Inc/stm32f4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../board/CubeMX_Config/Src/pdm2pcm.c | 0 .../CubeMX_Config/Src/stm32f4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f4xx.c | 0 bsp/stm32/stm32f469-st-disco/board/Kconfig | 0 bsp/stm32/stm32f469-st-disco/board/SConscript | 0 bsp/stm32/stm32f469-st-disco/board/board.c | 0 bsp/stm32/stm32f469-st-disco/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/drv_otm8009a.c | 0 .../board/ports/drv_qspi_flash.c | 0 .../board/ports/drv_sdcard.c | 0 .../stm32f469-st-disco/board/ports/fal_cfg.h | 0 .../stm32f469-st-disco/board/ports/lcd_port.h | 0 .../stm32f469-st-disco/board/ports/qspi_mnt.c | 0 .../board/ports/sdram_port.h | 0 .../board/ports/touch/SConscript | 0 .../board/ports/touch/drv_touch.c | 0 .../board/ports/touch/drv_touch.h | 0 .../board/ports/touch/drv_touch_ft.c | 0 bsp/stm32/stm32f469-st-disco/figures/board.png | Bin bsp/stm32/stm32f469-st-disco/project.ewd | 0 bsp/stm32/stm32f469-st-disco/project.ewp | 0 bsp/stm32/stm32f469-st-disco/project.eww | 0 bsp/stm32/stm32f469-st-disco/project.uvopt | 0 bsp/stm32/stm32f469-st-disco/project.uvoptx | 0 bsp/stm32/stm32f469-st-disco/project.uvproj | 0 bsp/stm32/stm32f469-st-disco/project.uvprojx | 0 bsp/stm32/stm32f469-st-disco/rtconfig.h | 0 bsp/stm32/stm32f469-st-disco/rtconfig.py | 0 bsp/stm32/stm32f469-st-disco/template.ewp | 0 bsp/stm32/stm32f469-st-disco/template.eww | 0 bsp/stm32/stm32f469-st-disco/template.uvopt | 0 bsp/stm32/stm32f469-st-disco/template.uvoptx | 0 bsp/stm32/stm32f469-st-disco/template.uvproj | 0 bsp/stm32/stm32f469-st-disco/template.uvprojx | 0 bsp/stm32/stm32f746-st-disco/.config | 0 bsp/stm32/stm32f746-st-disco/.gitignore | 0 bsp/stm32/stm32f746-st-disco/Kconfig | 0 bsp/stm32/stm32f746-st-disco/README.md | 0 bsp/stm32/stm32f746-st-disco/SConscript | 0 bsp/stm32/stm32f746-st-disco/SConstruct | 0 .../stm32f746-st-disco/applications/SConscript | 0 .../stm32f746-st-disco/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f7xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f7xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f7xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f7xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f7xx.c | 0 bsp/stm32/stm32f746-st-disco/board/Kconfig | 0 bsp/stm32/stm32f746-st-disco/board/SConscript | 0 bsp/stm32/stm32f746-st-disco/board/board.c | 0 bsp/stm32/stm32f746-st-disco/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/drv_qspi_flash.c | 0 .../stm32f746-st-disco/board/ports/fal_cfg.h | 0 .../stm32f746-st-disco/board/ports/lcd_port.h | 0 .../stm32f746-st-disco/board/ports/phy_reset.c | 0 .../board/ports/sdcard_port.c | 0 .../board/ports/sdram_port.h | 0 bsp/stm32/stm32f746-st-disco/figures/board.jpg | Bin bsp/stm32/stm32f746-st-disco/project.ewd | 0 bsp/stm32/stm32f746-st-disco/project.ewp | 0 bsp/stm32/stm32f746-st-disco/project.eww | 0 bsp/stm32/stm32f746-st-disco/project.uvoptx | 0 bsp/stm32/stm32f746-st-disco/project.uvprojx | 0 bsp/stm32/stm32f746-st-disco/rtconfig.h | 0 bsp/stm32/stm32f746-st-disco/rtconfig.py | 0 bsp/stm32/stm32f746-st-disco/template.ewd | 0 bsp/stm32/stm32f746-st-disco/template.ewp | 0 bsp/stm32/stm32f746-st-disco/template.eww | 0 bsp/stm32/stm32f746-st-disco/template.uvoptx | 0 bsp/stm32/stm32f746-st-disco/template.uvprojx | 0 bsp/stm32/stm32f767-atk-apollo/.config | 0 bsp/stm32/stm32f767-atk-apollo/.cproject | 0 bsp/stm32/stm32f767-atk-apollo/.gitignore | 0 bsp/stm32/stm32f767-atk-apollo/.project | 0 .../.settings/language.settings.xml | 0 .../.settings/org.eclipse.core.runtime.prefs | 0 bsp/stm32/stm32f767-atk-apollo/Kconfig | 0 bsp/stm32/stm32f767-atk-apollo/README.md | 0 bsp/stm32/stm32f767-atk-apollo/SConscript | 0 bsp/stm32/stm32f767-atk-apollo/SConstruct | 0 .../applications/SConscript | 0 .../stm32f767-atk-apollo/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f7xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f7xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f7xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f7xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f7xx.c | 0 bsp/stm32/stm32f767-atk-apollo/board/Kconfig | 0 .../stm32f767-atk-apollo/board/SConscript | 0 bsp/stm32/stm32f767-atk-apollo/board/board.c | 0 bsp/stm32/stm32f767-atk-apollo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/drv_qspi_flash.c | 0 .../stm32f767-atk-apollo/board/ports/fal_cfg.h | 0 .../board/ports/lcd_port.h | 0 .../board/ports/phy_reset.c | 0 .../board/ports/sdcard_port.c | 0 .../board/ports/sdram_port.h | 0 .../stm32f767-atk-apollo/figures/board.jpg | Bin .../stm32f767-atk-apollo/makefile.targets | 0 bsp/stm32/stm32f767-atk-apollo/project.ewp | 0 bsp/stm32/stm32f767-atk-apollo/project.eww | 0 bsp/stm32/stm32f767-atk-apollo/project.uvoptx | 0 bsp/stm32/stm32f767-atk-apollo/project.uvprojx | 0 bsp/stm32/stm32f767-atk-apollo/rtconfig.h | 0 bsp/stm32/stm32f767-atk-apollo/rtconfig.py | 0 bsp/stm32/stm32f767-atk-apollo/template.ewp | 0 bsp/stm32/stm32f767-atk-apollo/template.eww | 0 bsp/stm32/stm32f767-atk-apollo/template.uvoptx | 0 .../stm32f767-atk-apollo/template.uvprojx | 0 bsp/stm32/stm32f767-fire-challenger/.config | 0 bsp/stm32/stm32f767-fire-challenger/.gitignore | 0 bsp/stm32/stm32f767-fire-challenger/Kconfig | 0 bsp/stm32/stm32f767-fire-challenger/README.md | 0 bsp/stm32/stm32f767-fire-challenger/SConscript | 0 bsp/stm32/stm32f767-fire-challenger/SConstruct | 0 .../applications/SConscript | 0 .../applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f7xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f7xx_it.h | 0 .../CubeMX_Config/MDK-ARM/CubeMX_Config.uvoptx | 0 .../MDK-ARM/CubeMX_Config.uvprojx | 0 .../MDK-ARM/startup_stm32f767xx.s | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f7xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f7xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f7xx.c | 0 .../stm32f767-fire-challenger/board/Kconfig | 0 .../stm32f767-fire-challenger/board/SConscript | 0 .../stm32f767-fire-challenger/board/board.c | 0 .../stm32f767-fire-challenger/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/drv_qspi_flash.c | 0 .../board/ports/fal_cfg.h | 0 .../board/ports/lcd_port.h | 0 .../board/ports/phy_reset.c | 0 .../board/ports/sdcard_port.c | 0 .../board/ports/sdram_port.h | 0 .../figures/board.jpg | Bin .../stm32f767-fire-challenger/project.ewd | 0 .../stm32f767-fire-challenger/project.ewp | 0 .../stm32f767-fire-challenger/project.eww | 0 .../stm32f767-fire-challenger/project.uvopt | 0 .../stm32f767-fire-challenger/project.uvoptx | 0 .../stm32f767-fire-challenger/project.uvprojx | 0 bsp/stm32/stm32f767-fire-challenger/rtconfig.h | 0 .../stm32f767-fire-challenger/rtconfig.py | 0 .../stm32f767-fire-challenger/template.ewp | 0 .../stm32f767-fire-challenger/template.eww | 0 .../stm32f767-fire-challenger/template.uvoptx | 0 .../stm32f767-fire-challenger/template.uvprojx | 0 bsp/stm32/stm32f767-st-nucleo/Kconfig | 0 bsp/stm32/stm32f767-st-nucleo/README.md | 0 bsp/stm32/stm32f767-st-nucleo/SConscript | 0 bsp/stm32/stm32f767-st-nucleo/SConstruct | 0 .../applications/SConscript | 0 .../stm32f767-st-nucleo/applications/main.c | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f7xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f7xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f7xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f7xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f7xx.c | 0 bsp/stm32/stm32f767-st-nucleo/board/Kconfig | 0 bsp/stm32/stm32f767-st-nucleo/board/SConscript | 0 bsp/stm32/stm32f767-st-nucleo/board/board.c | 0 bsp/stm32/stm32f767-st-nucleo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/phy_reset.c | 0 .../figures/en.high-perf_nucleo-144_mbed.jpg | Bin bsp/stm32/stm32f767-st-nucleo/project.ewd | 0 bsp/stm32/stm32f767-st-nucleo/project.ewp | 0 bsp/stm32/stm32f767-st-nucleo/project.eww | 0 bsp/stm32/stm32f767-st-nucleo/project.uvoptx | 0 bsp/stm32/stm32f767-st-nucleo/project.uvprojx | 0 bsp/stm32/stm32f767-st-nucleo/rtconfig.h | 0 bsp/stm32/stm32f767-st-nucleo/rtconfig.py | 0 bsp/stm32/stm32f767-st-nucleo/template.ewp | 0 bsp/stm32/stm32f767-st-nucleo/template.eww | 0 bsp/stm32/stm32f767-st-nucleo/template.uvoptx | 0 bsp/stm32/stm32f767-st-nucleo/template.uvprojx | 0 bsp/stm32/stm32f769-st-disco/.config | 0 bsp/stm32/stm32f769-st-disco/.gitignore | 0 bsp/stm32/stm32f769-st-disco/Kconfig | 0 bsp/stm32/stm32f769-st-disco/README.md | 0 bsp/stm32/stm32f769-st-disco/SConscript | 0 bsp/stm32/stm32f769-st-disco/SConstruct | 0 .../stm32f769-st-disco/applications/SConscript | 0 .../stm32f769-st-disco/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32f7xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32f7xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32f7xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32f7xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32f7xx.c | 0 bsp/stm32/stm32f769-st-disco/board/Kconfig | 0 bsp/stm32/stm32f769-st-disco/board/SConscript | 0 bsp/stm32/stm32f769-st-disco/board/board.c | 0 bsp/stm32/stm32f769-st-disco/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 bsp/stm32/stm32f769-st-disco/figures/board.jpg | Bin bsp/stm32/stm32f769-st-disco/project.ewd | 0 bsp/stm32/stm32f769-st-disco/project.ewp | 0 bsp/stm32/stm32f769-st-disco/project.eww | 0 bsp/stm32/stm32f769-st-disco/project.uvoptx | 0 bsp/stm32/stm32f769-st-disco/project.uvprojx | 0 bsp/stm32/stm32f769-st-disco/rtconfig.h | 0 bsp/stm32/stm32f769-st-disco/rtconfig.py | 0 bsp/stm32/stm32f769-st-disco/template.ewp | 0 bsp/stm32/stm32f769-st-disco/template.eww | 0 bsp/stm32/stm32f769-st-disco/template.uvoptx | 0 bsp/stm32/stm32f769-st-disco/template.uvprojx | 0 bsp/stm32/stm32g071-st-nucleo/.config | 0 bsp/stm32/stm32g071-st-nucleo/.gitignore | 0 bsp/stm32/stm32g071-st-nucleo/Kconfig | 0 bsp/stm32/stm32g071-st-nucleo/README.md | 0 bsp/stm32/stm32g071-st-nucleo/SConscript | 0 bsp/stm32/stm32g071-st-nucleo/SConstruct | 0 .../applications/SConscript | 0 .../stm32g071-st-nucleo/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32g0xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32g0xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32g0xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32g0xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32g0xx.c | 0 .../board/CubeMX_Config/stm32g071rbt6.ioc | 0 bsp/stm32/stm32g071-st-nucleo/board/Kconfig | 0 bsp/stm32/stm32g071-st-nucleo/board/SConscript | 0 bsp/stm32/stm32g071-st-nucleo/board/board.c | 0 bsp/stm32/stm32g071-st-nucleo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32g071-st-nucleo/board/ports/fal_cfg.h | 0 .../stm32g071-st-nucleo/figures/board.jpg | Bin bsp/stm32/stm32g071-st-nucleo/project.ewp | 0 bsp/stm32/stm32g071-st-nucleo/project.eww | 0 bsp/stm32/stm32g071-st-nucleo/project.uvprojx | 0 bsp/stm32/stm32g071-st-nucleo/rtconfig.h | 0 bsp/stm32/stm32g071-st-nucleo/rtconfig.py | 0 bsp/stm32/stm32g071-st-nucleo/template.ewp | 0 bsp/stm32/stm32g071-st-nucleo/template.eww | 0 bsp/stm32/stm32g071-st-nucleo/template.uvprojx | 0 bsp/stm32/stm32g431-st-nucleo/.config | 0 bsp/stm32/stm32g431-st-nucleo/.gitignore | 0 bsp/stm32/stm32g431-st-nucleo/Kconfig | 0 bsp/stm32/stm32g431-st-nucleo/README.md | 0 bsp/stm32/stm32g431-st-nucleo/SConscript | 0 bsp/stm32/stm32g431-st-nucleo/SConstruct | 0 .../applications/SConscript | 0 .../stm32g431-st-nucleo/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32g4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32g4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32g4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32g4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32g4xx.c | 0 bsp/stm32/stm32g431-st-nucleo/board/Kconfig | 0 bsp/stm32/stm32g431-st-nucleo/board/SConscript | 0 bsp/stm32/stm32g431-st-nucleo/board/board.c | 0 bsp/stm32/stm32g431-st-nucleo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32g431-st-nucleo/figures/board.jpg | Bin bsp/stm32/stm32g431-st-nucleo/project.ewd | 0 bsp/stm32/stm32g431-st-nucleo/project.ewp | 0 bsp/stm32/stm32g431-st-nucleo/project.eww | 0 bsp/stm32/stm32g431-st-nucleo/project.uvoptx | 0 bsp/stm32/stm32g431-st-nucleo/project.uvprojx | 0 bsp/stm32/stm32g431-st-nucleo/rtconfig.h | 0 bsp/stm32/stm32g431-st-nucleo/rtconfig.py | 0 bsp/stm32/stm32g431-st-nucleo/template.ewp | 0 bsp/stm32/stm32g431-st-nucleo/template.eww | 0 bsp/stm32/stm32g431-st-nucleo/template.uvoptx | 0 bsp/stm32/stm32g431-st-nucleo/template.uvprojx | 0 bsp/stm32/stm32h743-atk-apollo/.config | 0 bsp/stm32/stm32h743-atk-apollo/.gitignore | 0 bsp/stm32/stm32h743-atk-apollo/Kconfig | 0 bsp/stm32/stm32h743-atk-apollo/README.md | 0 bsp/stm32/stm32h743-atk-apollo/SConscript | 0 bsp/stm32/stm32h743-atk-apollo/SConstruct | 0 .../applications/SConscript | 0 .../stm32h743-atk-apollo/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32h7xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32h7xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32h7xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32h7xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32h7xx.c | 0 bsp/stm32/stm32h743-atk-apollo/board/Kconfig | 0 .../stm32h743-atk-apollo/board/SConscript | 0 bsp/stm32/stm32h743-atk-apollo/board/board.c | 0 bsp/stm32/stm32h743-atk-apollo/board/board.h | 0 bsp/stm32/stm32h743-atk-apollo/board/drv_mpu.c | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/drv_qspi_flash.c | 0 .../board/ports/lcd_port.h | 0 .../board/ports/sdram_port.h | 0 .../stm32h743-atk-apollo/figures/board.jpg | Bin bsp/stm32/stm32h743-atk-apollo/project.ewp | 0 bsp/stm32/stm32h743-atk-apollo/project.eww | 0 bsp/stm32/stm32h743-atk-apollo/project.uvoptx | 0 bsp/stm32/stm32h743-atk-apollo/project.uvprojx | 0 bsp/stm32/stm32h743-atk-apollo/rtconfig.h | 0 bsp/stm32/stm32h743-atk-apollo/rtconfig.py | 0 bsp/stm32/stm32h743-atk-apollo/template.ewp | 0 bsp/stm32/stm32h743-atk-apollo/template.eww | 0 bsp/stm32/stm32h743-atk-apollo/template.uvoptx | 0 .../stm32h743-atk-apollo/template.uvprojx | 0 bsp/stm32/stm32h743-st-nucleo/.config | 0 bsp/stm32/stm32h743-st-nucleo/.gitignore | 0 bsp/stm32/stm32h743-st-nucleo/Kconfig | 0 bsp/stm32/stm32h743-st-nucleo/README.md | 0 bsp/stm32/stm32h743-st-nucleo/SConscript | 0 bsp/stm32/stm32h743-st-nucleo/SConstruct | 0 .../applications/SConscript | 0 .../stm32h743-st-nucleo/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32h7xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32h7xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32h7xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32h7xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32h7xx.c | 0 bsp/stm32/stm32h743-st-nucleo/board/Kconfig | 0 bsp/stm32/stm32h743-st-nucleo/board/SConscript | 0 bsp/stm32/stm32h743-st-nucleo/board/board.c | 0 bsp/stm32/stm32h743-st-nucleo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32h743-st-nucleo/figures/board.jpg | Bin bsp/stm32/stm32h743-st-nucleo/project.ewp | 0 bsp/stm32/stm32h743-st-nucleo/project.eww | 0 bsp/stm32/stm32h743-st-nucleo/project.uvoptx | 0 bsp/stm32/stm32h743-st-nucleo/project.uvprojx | 0 bsp/stm32/stm32h743-st-nucleo/rtconfig.h | 0 bsp/stm32/stm32h743-st-nucleo/rtconfig.py | 0 bsp/stm32/stm32h743-st-nucleo/template.ewp | 0 bsp/stm32/stm32h743-st-nucleo/template.eww | 0 bsp/stm32/stm32h743-st-nucleo/template.uvoptx | 0 bsp/stm32/stm32h743-st-nucleo/template.uvprojx | 0 bsp/stm32/stm32h750-armfly-h7-tool/.config | 0 bsp/stm32/stm32h750-armfly-h7-tool/.gitignore | 0 .../EventRecorderStub.scvd | 0 bsp/stm32/stm32h750-armfly-h7-tool/Kconfig | 0 bsp/stm32/stm32h750-armfly-h7-tool/README.md | 0 bsp/stm32/stm32h750-armfly-h7-tool/SConscript | 0 bsp/stm32/stm32h750-armfly-h7-tool/SConstruct | 0 .../applications/SConscript | 0 .../applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32h7xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32h7xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32h7xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32h7xx_it.c | 0 .../stm32h750-armfly-h7-tool/board/Kconfig | 0 .../stm32h750-armfly-h7-tool/board/SConscript | 0 .../stm32h750-armfly-h7-tool/board/board.c | 0 .../stm32h750-armfly-h7-tool/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32h750-armfly-h7-tool/figures/board.jpg | Bin bsp/stm32/stm32h750-armfly-h7-tool/project.ewp | 0 bsp/stm32/stm32h750-armfly-h7-tool/project.eww | 0 .../stm32h750-armfly-h7-tool/project.uvoptx | 0 .../stm32h750-armfly-h7-tool/project.uvprojx | 0 bsp/stm32/stm32h750-armfly-h7-tool/rtconfig.h | 0 bsp/stm32/stm32h750-armfly-h7-tool/rtconfig.py | 0 .../stm32h750-armfly-h7-tool/template.ewp | 0 .../stm32h750-armfly-h7-tool/template.eww | 0 .../stm32h750-armfly-h7-tool/template.uvoptx | 0 .../stm32h750-armfly-h7-tool/template.uvprojx | 0 bsp/stm32/stm32l053-st-nucleo/.config | 0 bsp/stm32/stm32l053-st-nucleo/.gitignore | 0 bsp/stm32/stm32l053-st-nucleo/Kconfig | 0 bsp/stm32/stm32l053-st-nucleo/README.md | 0 bsp/stm32/stm32l053-st-nucleo/SConscript | 0 bsp/stm32/stm32l053-st-nucleo/SConstruct | 0 .../applications/SConscript | 0 .../stm32l053-st-nucleo/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32l0xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32l0xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32l0xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32l0xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32l0xx.c | 0 bsp/stm32/stm32l053-st-nucleo/board/Kconfig | 0 bsp/stm32/stm32l053-st-nucleo/board/SConscript | 0 bsp/stm32/stm32l053-st-nucleo/board/board.c | 0 bsp/stm32/stm32l053-st-nucleo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32l053-st-nucleo/figures/board.jpg | Bin bsp/stm32/stm32l053-st-nucleo/project.ewd | 0 bsp/stm32/stm32l053-st-nucleo/project.ewp | 0 bsp/stm32/stm32l053-st-nucleo/project.eww | 0 bsp/stm32/stm32l053-st-nucleo/project.uvoptx | 0 bsp/stm32/stm32l053-st-nucleo/project.uvprojx | 0 bsp/stm32/stm32l053-st-nucleo/rtconfig.h | 0 bsp/stm32/stm32l053-st-nucleo/rtconfig.py | 0 bsp/stm32/stm32l053-st-nucleo/template.ewp | 0 bsp/stm32/stm32l053-st-nucleo/template.eww | 0 bsp/stm32/stm32l053-st-nucleo/template.uvoptx | 0 bsp/stm32/stm32l053-st-nucleo/template.uvprojx | 0 bsp/stm32/stm32l432-st-nucleo/.config | 0 bsp/stm32/stm32l432-st-nucleo/.gitignore | 0 bsp/stm32/stm32l432-st-nucleo/Kconfig | 0 bsp/stm32/stm32l432-st-nucleo/README.md | 0 bsp/stm32/stm32l432-st-nucleo/SConscript | 0 bsp/stm32/stm32l432-st-nucleo/SConstruct | 0 .../applications/SConscript | 0 .../stm32l432-st-nucleo/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32l4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32l4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32l4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32l4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32l4xx.c | 0 bsp/stm32/stm32l432-st-nucleo/board/Kconfig | 0 bsp/stm32/stm32l432-st-nucleo/board/SConscript | 0 bsp/stm32/stm32l432-st-nucleo/board/board.c | 0 bsp/stm32/stm32l432-st-nucleo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32l432-st-nucleo/figures/board.jpg | Bin bsp/stm32/stm32l432-st-nucleo/project.ewd | 0 bsp/stm32/stm32l432-st-nucleo/project.ewp | 0 bsp/stm32/stm32l432-st-nucleo/project.eww | 0 bsp/stm32/stm32l432-st-nucleo/project.uvoptx | 0 bsp/stm32/stm32l432-st-nucleo/project.uvprojx | 0 bsp/stm32/stm32l432-st-nucleo/rtconfig.h | 0 bsp/stm32/stm32l432-st-nucleo/rtconfig.py | 0 bsp/stm32/stm32l432-st-nucleo/template.ewp | 0 bsp/stm32/stm32l432-st-nucleo/template.eww | 0 bsp/stm32/stm32l432-st-nucleo/template.uvoptx | 0 bsp/stm32/stm32l432-st-nucleo/template.uvprojx | 0 bsp/stm32/stm32l452-st-nucleo/.config | 0 bsp/stm32/stm32l452-st-nucleo/.gitignore | 0 bsp/stm32/stm32l452-st-nucleo/Kconfig | 0 bsp/stm32/stm32l452-st-nucleo/README.md | 0 bsp/stm32/stm32l452-st-nucleo/SConscript | 0 bsp/stm32/stm32l452-st-nucleo/SConstruct | 0 .../applications/SConscript | 0 .../stm32l452-st-nucleo/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32l4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32l4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32l4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32l4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32l4xx.c | 0 bsp/stm32/stm32l452-st-nucleo/board/Kconfig | 0 bsp/stm32/stm32l452-st-nucleo/board/SConscript | 0 bsp/stm32/stm32l452-st-nucleo/board/board.c | 0 bsp/stm32/stm32l452-st-nucleo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32l452-st-nucleo/board/ports/fal_cfg.h | 0 .../stm32l452-st-nucleo/figures/board.jpg | Bin bsp/stm32/stm32l452-st-nucleo/project.ewd | 0 bsp/stm32/stm32l452-st-nucleo/project.ewp | 0 bsp/stm32/stm32l452-st-nucleo/project.eww | 0 bsp/stm32/stm32l452-st-nucleo/project.uvoptx | 0 bsp/stm32/stm32l452-st-nucleo/project.uvprojx | 0 bsp/stm32/stm32l452-st-nucleo/rtconfig.h | 0 bsp/stm32/stm32l452-st-nucleo/rtconfig.py | 0 bsp/stm32/stm32l452-st-nucleo/template.ewp | 0 bsp/stm32/stm32l452-st-nucleo/template.eww | 0 bsp/stm32/stm32l452-st-nucleo/template.uvoptx | 0 bsp/stm32/stm32l452-st-nucleo/template.uvprojx | 0 bsp/stm32/stm32l475-atk-pandora/.config | 0 bsp/stm32/stm32l475-atk-pandora/.cproject | 0 bsp/stm32/stm32l475-atk-pandora/.gitignore | 0 bsp/stm32/stm32l475-atk-pandora/.project | 0 .../.settings/language.settings.xml | 0 .../.settings/org.eclipse.core.runtime.prefs | 0 bsp/stm32/stm32l475-atk-pandora/Kconfig | 0 bsp/stm32/stm32l475-atk-pandora/README.md | 0 bsp/stm32/stm32l475-atk-pandora/SConscript | 0 bsp/stm32/stm32l475-atk-pandora/SConstruct | 0 .../applications/SConscript | 0 .../applications/lcd_sample.c | 0 .../stm32l475-atk-pandora/applications/main.c | 0 .../applications/nrf24l01_init.c | 0 .../applications/rttlogo.h | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32l4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32l4xx_it.h | 0 .../board/CubeMX_Config/STM32L475VE.ioc | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32l4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32l4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32l4xx.c | 0 bsp/stm32/stm32l475-atk-pandora/board/Kconfig | 0 .../stm32l475-atk-pandora/board/SConscript | 0 bsp/stm32/stm32l475-atk-pandora/board/board.c | 0 bsp/stm32/stm32l475-atk-pandora/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/audio/drv_es8388.c | 0 .../board/ports/audio/drv_es8388.h | 0 .../board/ports/audio/drv_mic.c | 0 .../board/ports/audio/drv_sound.c | 0 .../board/ports/audio/drv_sound.h | 0 .../board/ports/drv_lcd.c | 0 .../board/ports/drv_lcd.h | 0 .../board/ports/drv_lcd_font.h | 0 .../board/ports/drv_qspi_flash.c | 0 .../board/ports/fal_cfg.h | 0 .../board/ports/sdcard_port.c | 0 .../board/ports/sensor_port.c | 0 .../stm32l475-atk-pandora/figures/board.png | Bin .../stm32l475-atk-pandora/makefile.targets | 0 bsp/stm32/stm32l475-atk-pandora/project.ewd | 0 bsp/stm32/stm32l475-atk-pandora/project.ewp | 0 bsp/stm32/stm32l475-atk-pandora/project.eww | 0 bsp/stm32/stm32l475-atk-pandora/project.uvoptx | 0 .../stm32l475-atk-pandora/project.uvprojx | 0 bsp/stm32/stm32l475-atk-pandora/rtconfig.h | 0 bsp/stm32/stm32l475-atk-pandora/rtconfig.py | 0 bsp/stm32/stm32l475-atk-pandora/template.ewp | 0 bsp/stm32/stm32l475-atk-pandora/template.eww | 0 .../stm32l475-atk-pandora/template.uvoptx | 0 .../stm32l475-atk-pandora/template.uvprojx | 0 bsp/stm32/stm32l475-st-discovery/.config | 0 bsp/stm32/stm32l475-st-discovery/.gitignore | 0 bsp/stm32/stm32l475-st-discovery/Kconfig | 0 bsp/stm32/stm32l475-st-discovery/README.md | 0 bsp/stm32/stm32l475-st-discovery/SConscript | 0 bsp/stm32/stm32l475-st-discovery/SConstruct | 0 .../applications/SConscript | 0 .../stm32l475-st-discovery/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32l4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32l4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32l4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32l4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32l4xx.c | 0 bsp/stm32/stm32l475-st-discovery/board/Kconfig | 0 .../stm32l475-st-discovery/board/SConscript | 0 bsp/stm32/stm32l475-st-discovery/board/board.c | 0 bsp/stm32/stm32l475-st-discovery/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32l475-st-discovery/figures/board.png | Bin bsp/stm32/stm32l475-st-discovery/project.ewd | 0 bsp/stm32/stm32l475-st-discovery/project.ewp | 0 bsp/stm32/stm32l475-st-discovery/project.eww | 0 .../stm32l475-st-discovery/project.uvoptx | 0 .../stm32l475-st-discovery/project.uvprojx | 0 bsp/stm32/stm32l475-st-discovery/rtconfig.h | 0 bsp/stm32/stm32l475-st-discovery/rtconfig.py | 0 bsp/stm32/stm32l475-st-discovery/template.ewp | 0 bsp/stm32/stm32l475-st-discovery/template.eww | 0 .../stm32l475-st-discovery/template.uvoptx | 0 .../stm32l475-st-discovery/template.uvprojx | 0 bsp/stm32/stm32l476-st-nucleo/.config | 0 bsp/stm32/stm32l476-st-nucleo/.gitignore | 0 bsp/stm32/stm32l476-st-nucleo/Kconfig | 0 bsp/stm32/stm32l476-st-nucleo/README.md | 0 bsp/stm32/stm32l476-st-nucleo/SConscript | 0 bsp/stm32/stm32l476-st-nucleo/SConstruct | 0 .../applications/SConscript | 0 .../stm32l476-st-nucleo/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32l4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32l4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32l4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32l4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32l4xx.c | 0 bsp/stm32/stm32l476-st-nucleo/board/Kconfig | 0 bsp/stm32/stm32l476-st-nucleo/board/SConscript | 0 bsp/stm32/stm32l476-st-nucleo/board/board.c | 0 bsp/stm32/stm32l476-st-nucleo/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../stm32l476-st-nucleo/figures/board.png | Bin bsp/stm32/stm32l476-st-nucleo/project.ewd | 0 bsp/stm32/stm32l476-st-nucleo/project.ewp | 0 bsp/stm32/stm32l476-st-nucleo/project.eww | 0 bsp/stm32/stm32l476-st-nucleo/project.uvoptx | 0 bsp/stm32/stm32l476-st-nucleo/project.uvprojx | 0 bsp/stm32/stm32l476-st-nucleo/rtconfig.h | 0 bsp/stm32/stm32l476-st-nucleo/rtconfig.py | 0 bsp/stm32/stm32l476-st-nucleo/template.ewp | 0 bsp/stm32/stm32l476-st-nucleo/template.eww | 0 bsp/stm32/stm32l476-st-nucleo/template.uvoptx | 0 bsp/stm32/stm32l476-st-nucleo/template.uvprojx | 0 bsp/stm32/stm32l496-ali-developer/.config | 0 bsp/stm32/stm32l496-ali-developer/.gitignore | 0 bsp/stm32/stm32l496-ali-developer/Kconfig | 0 bsp/stm32/stm32l496-ali-developer/README.md | 0 bsp/stm32/stm32l496-ali-developer/SConscript | 0 bsp/stm32/stm32l496-ali-developer/SConstruct | 0 .../applications/SConscript | 0 .../applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32l4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32l4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32l4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32l4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32l4xx.c | 0 .../stm32l496-ali-developer/board/Kconfig | 0 .../stm32l496-ali-developer/board/SConscript | 0 .../stm32l496-ali-developer/board/board.c | 0 .../stm32l496-ali-developer/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/drv_spi_lcd.c | 0 .../board/ports/fal_cfg.h | 0 .../board/ports/sdcard_port.c | 0 .../stm32l496-ali-developer/figures/board.png | Bin bsp/stm32/stm32l496-ali-developer/project.ewd | 0 bsp/stm32/stm32l496-ali-developer/project.ewp | 0 bsp/stm32/stm32l496-ali-developer/project.eww | 0 .../stm32l496-ali-developer/project.uvoptx | 0 .../stm32l496-ali-developer/project.uvprojx | 0 bsp/stm32/stm32l496-ali-developer/rtconfig.h | 0 bsp/stm32/stm32l496-ali-developer/rtconfig.py | 0 bsp/stm32/stm32l496-ali-developer/template.ewp | 0 bsp/stm32/stm32l496-ali-developer/template.eww | 0 .../stm32l496-ali-developer/template.uvoptx | 0 .../stm32l496-ali-developer/template.uvprojx | 0 bsp/stm32/stm32l4r9-st-eval/.config | 0 bsp/stm32/stm32l4r9-st-eval/.gitignore | 0 bsp/stm32/stm32l4r9-st-eval/Kconfig | 0 bsp/stm32/stm32l4r9-st-eval/README.md | 0 bsp/stm32/stm32l4r9-st-eval/SConscript | 0 bsp/stm32/stm32l4r9-st-eval/SConstruct | 0 .../stm32l4r9-st-eval/applications/SConscript | 0 .../stm32l4r9-st-eval/applications/main.c | 0 .../board/CubeMX_Config/.mxproject | 0 .../board/CubeMX_Config/CubeMX_Config.ioc | 0 .../board/CubeMX_Config/Inc/main.h | 0 .../CubeMX_Config/Inc/stm32l4xx_hal_conf.h | 0 .../board/CubeMX_Config/Inc/stm32l4xx_it.h | 0 .../board/CubeMX_Config/Src/main.c | 0 .../CubeMX_Config/Src/stm32l4xx_hal_msp.c | 0 .../board/CubeMX_Config/Src/stm32l4xx_it.c | 0 .../board/CubeMX_Config/Src/system_stm32l4xx.c | 0 bsp/stm32/stm32l4r9-st-eval/board/Kconfig | 0 bsp/stm32/stm32l4r9-st-eval/board/SConscript | 0 bsp/stm32/stm32l4r9-st-eval/board/board.c | 0 bsp/stm32/stm32l4r9-st-eval/board/board.h | 0 .../board/linker_scripts/link.icf | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../board/ports/drv_lcd_dsi.c | 0 .../stm32l4r9-st-eval/board/ports/drv_sram.c | 0 .../stm32l4r9-st-eval/board/ports/drv_touch.c | 0 .../board/ports/drv_touch_ft.c | 0 .../board/ports/include/drv_touch.h | 0 .../board/ports/include/lcd_port_dsi.h | 0 .../board/ports/include/sram_port.h | 0 bsp/stm32/stm32l4r9-st-eval/figures/board.png | Bin bsp/stm32/stm32l4r9-st-eval/project.ewd | 0 bsp/stm32/stm32l4r9-st-eval/project.ewp | 0 bsp/stm32/stm32l4r9-st-eval/project.eww | 0 bsp/stm32/stm32l4r9-st-eval/project.uvoptx | 0 bsp/stm32/stm32l4r9-st-eval/project.uvprojx | 0 bsp/stm32/stm32l4r9-st-eval/rtconfig.h | 0 bsp/stm32/stm32l4r9-st-eval/rtconfig.py | 0 bsp/stm32/stm32l4r9-st-eval/template.ewd | 0 bsp/stm32/stm32l4r9-st-eval/template.ewp | 0 bsp/stm32/stm32l4r9-st-eval/template.eww | 0 bsp/stm32/stm32l4r9-st-eval/template.uvoptx | 0 bsp/stm32/stm32l4r9-st-eval/template.uvprojx | 0 bsp/stm32f20x/.config | 0 bsp/stm32f20x/Drivers/24LCxx.c | 0 bsp/stm32f20x/Drivers/FM25Lx.c | 0 bsp/stm32f20x/Drivers/FM25Lx.h | 0 bsp/stm32f20x/Drivers/Kconfig | 0 bsp/stm32f20x/Drivers/SConscript | 0 bsp/stm32f20x/Drivers/board.c | 0 bsp/stm32f20x/Drivers/board.h | 0 bsp/stm32f20x/Drivers/drv_rtc.c | 0 bsp/stm32f20x/Drivers/drv_rtc.h | 0 bsp/stm32f20x/Drivers/i2c.c | 0 bsp/stm32f20x/Drivers/i2c.h | 0 bsp/stm32f20x/Drivers/sdio_sd.c | 0 bsp/stm32f20x/Drivers/sdio_sd.h | 0 bsp/stm32f20x/Drivers/serial.c | 0 bsp/stm32f20x/Drivers/serial.h | 0 bsp/stm32f20x/Drivers/stm32f2_eth.c | 0 bsp/stm32f20x/Drivers/stm32f2xx_conf.h | 0 bsp/stm32f20x/Drivers/stm32f2xx_it.c | 0 bsp/stm32f20x/Drivers/usart.c | 0 bsp/stm32f20x/Drivers/usart.h | 0 bsp/stm32f20x/Kconfig | 0 .../Libraries/CMSIS/CM3/CoreSupport/core_cm3.c | 0 .../Libraries/CMSIS/CM3/CoreSupport/core_cm3.h | 0 .../ST/STM32F2xx/Release_Notes.html | 0 .../startup/TrueSTUDIO/startup_stm32f2xx.s | 0 .../STM32F2xx/startup/arm/startup_stm32f2xx.s | 0 .../startup/gcc_ride7/startup_stm32f2xx.s | 0 .../STM32F2xx/startup/iar/startup_stm32f2xx.s | 0 .../CM3/DeviceSupport/ST/STM32F2xx/stm32f2xx.h | 0 .../ST/STM32F2xx/system_stm32f2xx.c | 0 .../ST/STM32F2xx/system_stm32f2xx.h | 0 .../Libraries/CMSIS/CMSIS debug support.htm | 0 .../Libraries/CMSIS/CMSIS_changes.htm | 0 .../CMSIS/Documentation/CMSIS_Core.htm | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../Libraries/CMSIS/Include/arm_math.h | 0 .../Libraries/CMSIS/Include/core_cm0.h | 0 .../Libraries/CMSIS/Include/core_cm0plus.h | 0 .../Libraries/CMSIS/Include/core_cm3.h | 0 .../Libraries/CMSIS/Include/core_cm4.h | 0 .../Libraries/CMSIS/Include/core_cm4_simd.h | 0 .../Libraries/CMSIS/Include/core_cmFunc.h | 0 .../Libraries/CMSIS/Include/core_cmInstr.h | 0 .../Libraries/CMSIS/Include/core_sc000.h | 0 .../Libraries/CMSIS/Include/core_sc300.h | 0 bsp/stm32f20x/Libraries/CMSIS/License.doc | Bin bsp/stm32f20x/Libraries/SConscript | 0 .../STM32F2x7_ETH_Driver/Release_Notes.html | 0 .../STM32F2x7_ETH_Driver/inc/stm32f2x7_eth.h | 0 .../inc/stm32f2x7_eth_conf.h | 0 .../inc/stm32f2x7_eth_conf_template.h | 0 .../STM32F2x7_ETH_Driver/src/stm32f2x7_eth.c | 0 .../Release_Notes.html | 0 .../STM32F2xx_StdPeriph_Driver/inc/misc.h | 0 .../inc/stm32f2xx_adc.h | 0 .../inc/stm32f2xx_can.h | 0 .../inc/stm32f2xx_crc.h | 0 .../inc/stm32f2xx_cryp.h | 0 .../inc/stm32f2xx_dac.h | 0 .../inc/stm32f2xx_dbgmcu.h | 0 .../inc/stm32f2xx_dcmi.h | 0 .../inc/stm32f2xx_dma.h | 0 .../inc/stm32f2xx_exti.h | 0 .../inc/stm32f2xx_flash.h | 0 .../inc/stm32f2xx_fsmc.h | 0 .../inc/stm32f2xx_gpio.h | 0 .../inc/stm32f2xx_hash.h | 0 .../inc/stm32f2xx_i2c.h | 0 .../inc/stm32f2xx_iwdg.h | 0 .../inc/stm32f2xx_pwr.h | 0 .../inc/stm32f2xx_rcc.h | 0 .../inc/stm32f2xx_rng.h | 0 .../inc/stm32f2xx_rtc.h | 0 .../inc/stm32f2xx_sdio.h | 0 .../inc/stm32f2xx_spi.h | 0 .../inc/stm32f2xx_syscfg.h | 0 .../inc/stm32f2xx_tim.h | 0 .../inc/stm32f2xx_usart.h | 0 .../inc/stm32f2xx_wwdg.h | 0 .../STM32F2xx_StdPeriph_Driver/src/misc.c | 0 .../src/stm32f2xx_adc.c | 0 .../src/stm32f2xx_can.c | 0 .../src/stm32f2xx_crc.c | 0 .../src/stm32f2xx_cryp.c | 0 .../src/stm32f2xx_cryp_aes.c | 0 .../src/stm32f2xx_cryp_des.c | 0 .../src/stm32f2xx_cryp_tdes.c | 0 .../src/stm32f2xx_dac.c | 0 .../src/stm32f2xx_dbgmcu.c | 0 .../src/stm32f2xx_dcmi.c | 0 .../src/stm32f2xx_dma.c | 0 .../src/stm32f2xx_exti.c | 0 .../src/stm32f2xx_flash.c | 0 .../src/stm32f2xx_fsmc.c | 0 .../src/stm32f2xx_gpio.c | 0 .../src/stm32f2xx_hash.c | 0 .../src/stm32f2xx_hash_md5.c | 0 .../src/stm32f2xx_hash_sha1.c | 0 .../src/stm32f2xx_i2c.c | 0 .../src/stm32f2xx_iwdg.c | 0 .../src/stm32f2xx_pwr.c | 0 .../src/stm32f2xx_rcc.c | 0 .../src/stm32f2xx_rng.c | 0 .../src/stm32f2xx_rtc.c | 0 .../src/stm32f2xx_sdio.c | 0 .../src/stm32f2xx_spi.c | 0 .../src/stm32f2xx_syscfg.c | 0 .../src/stm32f2xx_tim.c | 0 .../src/stm32f2xx_usart.c | 0 .../src/stm32f2xx_wwdg.c | 0 bsp/stm32f20x/SConscript | 0 bsp/stm32f20x/SConstruct | 0 bsp/stm32f20x/STM32F2xx_TP.ini | 0 bsp/stm32f20x/applications/SConscript | 0 bsp/stm32f20x/applications/application.c | 0 bsp/stm32f20x/applications/startup.c | 0 bsp/stm32f20x/project.ewp | 0 bsp/stm32f20x/project.eww | 0 bsp/stm32f20x/project.uvproj | 0 bsp/stm32f20x/project.uvprojx | 0 bsp/stm32f20x/readme.txt | 0 bsp/stm32f20x/rtconfig.h | 0 bsp/stm32f20x/rtconfig.py | 0 bsp/stm32f20x/stm32_rom.icf | 0 bsp/stm32f20x/stm32_rom.ld | 0 bsp/stm32f20x/stm32_rom.sct | 0 bsp/stm32f20x/template.ewp | 0 bsp/stm32f20x/template.uvproj | 0 bsp/stm32f20x/template.uvprojx | 0 bsp/swm320-lq100/.config | 0 bsp/swm320-lq100/Kconfig | 0 .../CMSIS/CoreSupport/arm_common_tables.h | 0 .../CMSIS/CoreSupport/arm_const_structs.h | 0 .../Libraries/CMSIS/CoreSupport/arm_math.h | 0 .../Libraries/CMSIS/CoreSupport/core_cm0.h | 0 .../Libraries/CMSIS/CoreSupport/core_cm0plus.h | 0 .../Libraries/CMSIS/CoreSupport/core_cm3.h | 0 .../Libraries/CMSIS/CoreSupport/core_cm4.h | 0 .../Libraries/CMSIS/CoreSupport/core_cm7.h | 0 .../Libraries/CMSIS/CoreSupport/core_cmFunc.h | 0 .../Libraries/CMSIS/CoreSupport/core_cmInstr.h | 0 .../Libraries/CMSIS/CoreSupport/core_cmSimd.h | 0 .../Libraries/CMSIS/DeviceSupport/SWM320.h | 0 .../DeviceSupport/startup/arm/startup_SWM320.s | 0 .../DeviceSupport/startup/gcc/startup_SWM320.s | 0 .../DeviceSupport/startup/iar/startup_SWM320.s | 0 .../CMSIS/DeviceSupport/system_SWM320.c | 0 .../CMSIS/DeviceSupport/system_SWM320.h | 0 bsp/swm320-lq100/Libraries/SConscript | 0 .../SWM320_StdPeriph_Driver/SWM320_adc.c | 0 .../SWM320_StdPeriph_Driver/SWM320_adc.h | 0 .../SWM320_StdPeriph_Driver/SWM320_can.c | 0 .../SWM320_StdPeriph_Driver/SWM320_can.h | 0 .../SWM320_StdPeriph_Driver/SWM320_crc.c | 0 .../SWM320_StdPeriph_Driver/SWM320_crc.h | 0 .../SWM320_StdPeriph_Driver/SWM320_dma.c | 0 .../SWM320_StdPeriph_Driver/SWM320_dma.h | 0 .../SWM320_StdPeriph_Driver/SWM320_exti.c | 0 .../SWM320_StdPeriph_Driver/SWM320_exti.h | 0 .../SWM320_StdPeriph_Driver/SWM320_flash.c | 0 .../SWM320_StdPeriph_Driver/SWM320_flash.h | 0 .../SWM320_StdPeriph_Driver/SWM320_gpio.c | 0 .../SWM320_StdPeriph_Driver/SWM320_gpio.h | 0 .../SWM320_StdPeriph_Driver/SWM320_i2c.c | 0 .../SWM320_StdPeriph_Driver/SWM320_i2c.h | 0 .../SWM320_StdPeriph_Driver/SWM320_lcd.c | 0 .../SWM320_StdPeriph_Driver/SWM320_lcd.h | 0 .../SWM320_StdPeriph_Driver/SWM320_norflash.c | 0 .../SWM320_StdPeriph_Driver/SWM320_norflash.h | 0 .../SWM320_StdPeriph_Driver/SWM320_port.c | 0 .../SWM320_StdPeriph_Driver/SWM320_port.h | 0 .../SWM320_StdPeriph_Driver/SWM320_pwm.c | 0 .../SWM320_StdPeriph_Driver/SWM320_pwm.h | 0 .../SWM320_StdPeriph_Driver/SWM320_rtc.c | 0 .../SWM320_StdPeriph_Driver/SWM320_rtc.h | 0 .../SWM320_StdPeriph_Driver/SWM320_sdio.c | 0 .../SWM320_StdPeriph_Driver/SWM320_sdio.h | 0 .../SWM320_StdPeriph_Driver/SWM320_sdram.c | 0 .../SWM320_StdPeriph_Driver/SWM320_sdram.h | 0 .../SWM320_StdPeriph_Driver/SWM320_spi.c | 0 .../SWM320_StdPeriph_Driver/SWM320_spi.h | 0 .../SWM320_StdPeriph_Driver/SWM320_timr.c | 0 .../SWM320_StdPeriph_Driver/SWM320_timr.h | 0 .../SWM320_StdPeriph_Driver/SWM320_uart.c | 0 .../SWM320_StdPeriph_Driver/SWM320_uart.h | 0 .../SWM320_StdPeriph_Driver/SWM320_wdt.c | 0 .../SWM320_StdPeriph_Driver/SWM320_wdt.h | 0 bsp/swm320-lq100/README.md | 0 bsp/swm320-lq100/SConscript | 0 bsp/swm320-lq100/SConstruct | 0 bsp/swm320-lq100/applications/SConscript | 0 bsp/swm320-lq100/applications/main.c | 0 bsp/swm320-lq100/drivers/Kconfig | 0 bsp/swm320-lq100/drivers/SConscript | 0 bsp/swm320-lq100/drivers/board.c | 0 bsp/swm320-lq100/drivers/board.h | 0 bsp/swm320-lq100/drivers/drv_gpio.c | 0 bsp/swm320-lq100/drivers/drv_gpio.h | 0 bsp/swm320-lq100/drivers/drv_hwtimer.c | 0 bsp/swm320-lq100/drivers/drv_hwtimer.h | 0 bsp/swm320-lq100/drivers/drv_i2c.c | 0 bsp/swm320-lq100/drivers/drv_i2c.h | 0 bsp/swm320-lq100/drivers/drv_iwg.c | 0 bsp/swm320-lq100/drivers/drv_iwg.h | 0 bsp/swm320-lq100/drivers/drv_nor_flash.c | 0 bsp/swm320-lq100/drivers/drv_nor_flash.h | 0 bsp/swm320-lq100/drivers/drv_pwm.c | 0 bsp/swm320-lq100/drivers/drv_pwm.h | 0 bsp/swm320-lq100/drivers/drv_rtc.c | 0 bsp/swm320-lq100/drivers/drv_rtc.h | 0 bsp/swm320-lq100/drivers/drv_spi.c | 0 bsp/swm320-lq100/drivers/drv_spi.h | 0 bsp/swm320-lq100/drivers/drv_sram.c | 0 bsp/swm320-lq100/drivers/drv_sram.h | 0 bsp/swm320-lq100/drivers/drv_uart.c | 0 bsp/swm320-lq100/drivers/drv_uart.h | 0 .../drivers/linker_scripts/link.icf | 0 .../drivers/linker_scripts/link.lds | 0 .../drivers/linker_scripts/link.sct | 0 bsp/swm320-lq100/figures/SWXT-LQ100-32102.jpg | Bin bsp/swm320-lq100/project.ewd | 0 bsp/swm320-lq100/project.ewp | 0 bsp/swm320-lq100/project.eww | 0 bsp/swm320-lq100/project.uvoptx | 0 bsp/swm320-lq100/project.uvprojx | 0 bsp/swm320-lq100/rtconfig.h | 0 bsp/swm320-lq100/rtconfig.py | 0 bsp/swm320-lq100/template.ewp | 0 bsp/swm320-lq100/template.eww | 0 bsp/swm320-lq100/template.uvopt | 0 bsp/swm320-lq100/template.uvoptx | 0 bsp/swm320-lq100/template.uvprojx | 0 bsp/synopsys/embarc/SConscript | 0 bsp/synopsys/embarc/arc/arc_cache.c | 0 bsp/synopsys/embarc/arc/arc_exc_asm.S | 0 bsp/synopsys/embarc/arc/arc_exception.c | 0 bsp/synopsys/embarc/arc/arc_timer.c | 0 .../embarc/arc/startup/arc_cxx_support.c | 0 bsp/synopsys/embarc/arc/startup/arc_startup.S | 0 .../embarc/device/designware/gpio/dw_gpio.c | 0 .../embarc/device/designware/gpio/dw_gpio.h | 0 .../embarc/device/designware/iic/dw_iic.c | 0 .../embarc/device/designware/iic/dw_iic.h | 0 .../embarc/device/designware/iic/dw_iic_hal.h | 0 .../device/designware/iic/dw_iic_hal_cfg.h | 0 .../embarc/device/designware/spi/dw_spi.c | 0 .../embarc/device/designware/spi/dw_spi.h | 0 .../embarc/device/designware/spi/dw_spi_hal.h | 0 .../device/designware/spi/dw_spi_hal_cfg.h | 0 .../embarc/device/designware/uart/dw_uart.c | 0 .../embarc/device/designware/uart/dw_uart.h | 0 .../device/designware/uart/dw_uart_hal.h | 0 .../embarc/device/device_hal/inc/dev_common.h | 0 .../embarc/device/device_hal/inc/dev_gpio.h | 0 .../embarc/device/device_hal/inc/dev_iic.h | 0 .../embarc/device/device_hal/inc/dev_spi.h | 0 .../embarc/device/device_hal/inc/dev_uart.h | 0 bsp/synopsys/embarc/inc/arc/arc.h | 0 bsp/synopsys/embarc/inc/arc/arc_asm_common.h | 0 bsp/synopsys/embarc/inc/arc/arc_builtin.h | 0 bsp/synopsys/embarc/inc/arc/arc_cache.h | 0 bsp/synopsys/embarc/inc/arc/arc_em.h | 0 bsp/synopsys/embarc/inc/arc/arc_exception.h | 0 .../embarc/inc/arc/arc_feature_config.h | 0 bsp/synopsys/embarc/inc/arc/arc_timer.h | 0 bsp/synopsys/embarc/inc/embARC_debug.h | 0 bsp/synopsys/embarc/inc/embARC_error.h | 0 bsp/synopsys/embarc/inc/embARC_toolchain.h | 0 bsp/synopsys/emsk_em9d/.config | 0 bsp/synopsys/emsk_em9d/Kconfig | 0 bsp/synopsys/emsk_em9d/README.md | 0 bsp/synopsys/emsk_em9d/SConscript | 0 bsp/synopsys/emsk_em9d/SConstruct | 0 bsp/synopsys/emsk_em9d/applications/SConscript | 0 .../emsk_em9d/applications/application.c | 0 bsp/synopsys/emsk_em9d/applications/startup.c | 0 bsp/synopsys/emsk_em9d/drivers/Kconfig | 0 bsp/synopsys/emsk_em9d/drivers/SConscript | 0 .../emsk_em9d/drivers/arc_core_config.h | 0 bsp/synopsys/emsk_em9d/drivers/board.c | 0 bsp/synopsys/emsk_em9d/drivers/board.h | 0 bsp/synopsys/emsk_em9d/drivers/dw_gpio_obj.c | 0 bsp/synopsys/emsk_em9d/drivers/dw_gpio_obj.h | 0 bsp/synopsys/emsk_em9d/drivers/dw_uart_obj.c | 0 bsp/synopsys/emsk_em9d/drivers/dw_uart_obj.h | 0 .../emsk_em9d/drivers/embARC_BSP_config.h | 0 bsp/synopsys/emsk_em9d/drivers/emsk_hardware.h | 0 bsp/synopsys/emsk_em9d/drivers/mux.c | 0 bsp/synopsys/emsk_em9d/drivers/mux.h | 0 bsp/synopsys/emsk_em9d/drivers/mux_hal.h | 0 bsp/synopsys/emsk_em9d/emsk_em9d.ld | 0 bsp/synopsys/emsk_em9d/figures/emsk_board.jpg | Bin bsp/synopsys/emsk_em9d/openocd.log | 0 bsp/synopsys/emsk_em9d/rtconfig.h | 0 bsp/synopsys/emsk_em9d/rtconfig.py | 0 bsp/taihu/SConscript | 0 bsp/taihu/SConstruct | 0 bsp/taihu/applications/SConscript | 0 bsp/taihu/applications/application.c | 0 bsp/taihu/applications/board.c | 0 bsp/taihu/applications/board.h | 0 bsp/taihu/applications/startup.c | 0 bsp/taihu/rtconfig.h | 0 bsp/taihu/rtconfig.py | 0 bsp/taihu/taihu.lds | 0 bsp/tm4c129x/.config | 0 bsp/tm4c129x/Kconfig | 0 bsp/tm4c129x/SConscript | 0 bsp/tm4c129x/SConstruct | 0 bsp/tm4c129x/applications/SConscript | 0 bsp/tm4c129x/applications/application.c | 0 bsp/tm4c129x/applications/board.c | 0 bsp/tm4c129x/applications/board.h | 0 bsp/tm4c129x/drivers/SConscript | 0 bsp/tm4c129x/drivers/drv_eth.c | 0 bsp/tm4c129x/drivers/drv_eth.h | 0 bsp/tm4c129x/drivers/drv_uart.c | 0 bsp/tm4c129x/drivers/drv_uart.h | 0 bsp/tm4c129x/libraries/SConscript | 0 bsp/tm4c129x/libraries/driverlib/adc.c | 0 bsp/tm4c129x/libraries/driverlib/adc.h | 0 bsp/tm4c129x/libraries/driverlib/aes.c | 0 bsp/tm4c129x/libraries/driverlib/aes.h | 0 bsp/tm4c129x/libraries/driverlib/can.c | 0 bsp/tm4c129x/libraries/driverlib/can.h | 0 bsp/tm4c129x/libraries/driverlib/comp.c | 0 bsp/tm4c129x/libraries/driverlib/comp.h | 0 bsp/tm4c129x/libraries/driverlib/cpu.c | 0 bsp/tm4c129x/libraries/driverlib/cpu.h | 0 bsp/tm4c129x/libraries/driverlib/crc.c | 0 bsp/tm4c129x/libraries/driverlib/crc.h | 0 bsp/tm4c129x/libraries/driverlib/debug.h | 0 bsp/tm4c129x/libraries/driverlib/des.c | 0 bsp/tm4c129x/libraries/driverlib/des.h | 0 bsp/tm4c129x/libraries/driverlib/eeprom.c | 0 bsp/tm4c129x/libraries/driverlib/eeprom.h | 0 bsp/tm4c129x/libraries/driverlib/emac.c | 0 bsp/tm4c129x/libraries/driverlib/emac.h | 0 bsp/tm4c129x/libraries/driverlib/epi.c | 0 bsp/tm4c129x/libraries/driverlib/epi.h | 0 bsp/tm4c129x/libraries/driverlib/flash.c | 0 bsp/tm4c129x/libraries/driverlib/flash.h | 0 bsp/tm4c129x/libraries/driverlib/fpu.c | 0 bsp/tm4c129x/libraries/driverlib/fpu.h | 0 bsp/tm4c129x/libraries/driverlib/gpio.c | 0 bsp/tm4c129x/libraries/driverlib/gpio.h | 0 bsp/tm4c129x/libraries/driverlib/hibernate.c | 0 bsp/tm4c129x/libraries/driverlib/hibernate.h | 0 bsp/tm4c129x/libraries/driverlib/i2c.c | 0 bsp/tm4c129x/libraries/driverlib/i2c.h | 0 bsp/tm4c129x/libraries/driverlib/interrupt.c | 0 bsp/tm4c129x/libraries/driverlib/interrupt.h | 0 bsp/tm4c129x/libraries/driverlib/lcd.c | 0 bsp/tm4c129x/libraries/driverlib/lcd.h | 0 bsp/tm4c129x/libraries/driverlib/mpu.c | 0 bsp/tm4c129x/libraries/driverlib/mpu.h | 0 bsp/tm4c129x/libraries/driverlib/onewire.c | 0 bsp/tm4c129x/libraries/driverlib/onewire.h | 0 bsp/tm4c129x/libraries/driverlib/pin_map.h | 0 bsp/tm4c129x/libraries/driverlib/pwm.c | 0 bsp/tm4c129x/libraries/driverlib/pwm.h | 0 bsp/tm4c129x/libraries/driverlib/qei.c | 0 bsp/tm4c129x/libraries/driverlib/qei.h | 0 bsp/tm4c129x/libraries/driverlib/readme.txt | 0 bsp/tm4c129x/libraries/driverlib/rom.h | 0 bsp/tm4c129x/libraries/driverlib/rom_map.h | 0 .../libraries/driverlib/rtos_bindings.h | 0 bsp/tm4c129x/libraries/driverlib/shamd5.c | 0 bsp/tm4c129x/libraries/driverlib/shamd5.h | 0 bsp/tm4c129x/libraries/driverlib/ssi.c | 0 bsp/tm4c129x/libraries/driverlib/ssi.h | 0 bsp/tm4c129x/libraries/driverlib/sw_crc.c | 0 bsp/tm4c129x/libraries/driverlib/sw_crc.h | 0 bsp/tm4c129x/libraries/driverlib/sysctl.c | 0 bsp/tm4c129x/libraries/driverlib/sysctl.h | 0 bsp/tm4c129x/libraries/driverlib/sysexc.c | 0 bsp/tm4c129x/libraries/driverlib/sysexc.h | 0 bsp/tm4c129x/libraries/driverlib/systick.c | 0 bsp/tm4c129x/libraries/driverlib/systick.h | 0 bsp/tm4c129x/libraries/driverlib/tiva_timer.c | 0 bsp/tm4c129x/libraries/driverlib/tiva_timer.h | 0 bsp/tm4c129x/libraries/driverlib/uart.c | 0 bsp/tm4c129x/libraries/driverlib/uart.h | 0 bsp/tm4c129x/libraries/driverlib/udma.c | 0 bsp/tm4c129x/libraries/driverlib/udma.h | 0 bsp/tm4c129x/libraries/driverlib/usb.c | 0 bsp/tm4c129x/libraries/driverlib/usb.h | 0 bsp/tm4c129x/libraries/driverlib/watchdog.c | 0 bsp/tm4c129x/libraries/driverlib/watchdog.h | 0 bsp/tm4c129x/libraries/inc/asmdefs.h | 0 bsp/tm4c129x/libraries/inc/hw_adc.h | 0 bsp/tm4c129x/libraries/inc/hw_aes.h | 0 bsp/tm4c129x/libraries/inc/hw_can.h | 0 bsp/tm4c129x/libraries/inc/hw_ccm.h | 0 bsp/tm4c129x/libraries/inc/hw_comp.h | 0 bsp/tm4c129x/libraries/inc/hw_des.h | 0 bsp/tm4c129x/libraries/inc/hw_eeprom.h | 0 bsp/tm4c129x/libraries/inc/hw_emac.h | 0 bsp/tm4c129x/libraries/inc/hw_epi.h | 0 bsp/tm4c129x/libraries/inc/hw_fan.h | 0 bsp/tm4c129x/libraries/inc/hw_flash.h | 0 bsp/tm4c129x/libraries/inc/hw_gpio.h | 0 bsp/tm4c129x/libraries/inc/hw_hibernate.h | 0 bsp/tm4c129x/libraries/inc/hw_i2c.h | 0 bsp/tm4c129x/libraries/inc/hw_ints.h | 0 bsp/tm4c129x/libraries/inc/hw_lcd.h | 0 bsp/tm4c129x/libraries/inc/hw_memmap.h | 0 bsp/tm4c129x/libraries/inc/hw_nvic.h | 0 bsp/tm4c129x/libraries/inc/hw_onewire.h | 0 bsp/tm4c129x/libraries/inc/hw_pwm.h | 0 bsp/tm4c129x/libraries/inc/hw_qei.h | 0 bsp/tm4c129x/libraries/inc/hw_shamd5.h | 0 bsp/tm4c129x/libraries/inc/hw_ssi.h | 0 bsp/tm4c129x/libraries/inc/hw_sysctl.h | 0 bsp/tm4c129x/libraries/inc/hw_sysexc.h | 0 bsp/tm4c129x/libraries/inc/hw_timer.h | 0 bsp/tm4c129x/libraries/inc/hw_types.h | 0 bsp/tm4c129x/libraries/inc/hw_uart.h | 0 bsp/tm4c129x/libraries/inc/hw_udma.h | 0 bsp/tm4c129x/libraries/inc/hw_usb.h | 0 bsp/tm4c129x/libraries/inc/hw_watchdog.h | 0 bsp/tm4c129x/libraries/inc/tm4c1294ncpdt.h | 0 bsp/tm4c129x/libraries/startup/startup_ewarm.c | 0 bsp/tm4c129x/libraries/startup/startup_gcc.c | 0 bsp/tm4c129x/libraries/startup/startup_rvmdk.S | 0 bsp/tm4c129x/project.ewp | 0 bsp/tm4c129x/project.eww | 0 bsp/tm4c129x/project.uvproj | 0 bsp/tm4c129x/rtconfig.h | 0 bsp/tm4c129x/rtconfig.py | 0 bsp/tm4c129x/template.ewp | 0 bsp/tm4c129x/template.eww | 0 bsp/tm4c129x/template.uvproj | 0 bsp/tm4c129x/tm4c_rom.icf | 0 bsp/tm4c129x/tm4c_rom.ld | 0 bsp/tm4c129x/tm4c_rom.sct | 0 bsp/tms320f28379d/.ccsproject | 0 bsp/tms320f28379d/.config | 0 bsp/tms320f28379d/.cproject | 0 bsp/tms320f28379d/.project | 0 .../.settings/org.eclipse.cdt.codan.core.prefs | 0 .../.settings/org.eclipse.cdt.debug.core.prefs | 0 .../.settings/org.eclipse.core.resources.prefs | 0 bsp/tms320f28379d/2837x_FLASH_lnk_cpu1.cmd | 0 bsp/tms320f28379d/Kconfig | 0 bsp/tms320f28379d/README.md | 0 bsp/tms320f28379d/applications/application.c | 0 bsp/tms320f28379d/applications/startup.c | 0 bsp/tms320f28379d/drivers/board.c | 0 bsp/tms320f28379d/drivers/board.h | 0 bsp/tms320f28379d/drivers/drv_sci.c | 0 bsp/tms320f28379d/drivers/drv_sci.h | 0 bsp/tms320f28379d/figures/build.png | Bin bsp/tms320f28379d/figures/debug_as.png | Bin bsp/tms320f28379d/figures/import.png | Bin bsp/tms320f28379d/figures/import_dia.png | Bin bsp/tms320f28379d/figures/launch-28379d.png | Bin bsp/tms320f28379d/figures/launching.png | Bin .../common/cmd/2837xD_FLASH_CLA_lnk_cpu1.cmd | 0 .../cmd/2837xD_FLASH_IQMATH_lnk_cpu1.cmd | 0 .../common/cmd/2837xD_FLASH_SGEN_lnk_cpu1.cmd | 0 .../common/cmd/2837xD_FLASH_TMU_lnk_cpu1.cmd | 0 .../cmd/2837xD_FLASH_afe031_lnk_cpu1.cmd | 0 .../common/cmd/2837xD_FLASH_lnk_cpu1.cmd | 0 .../common/cmd/2837xD_FLASH_lnk_cpu1_far.cmd | 0 .../common/cmd/2837xD_FLASH_lnk_cpu2.cmd | 0 .../common/cmd/2837xD_FLASH_lnk_cpu2_far.cmd | 0 .../common/cmd/2837xD_RAM_CLA_lnk_cpu1.cmd | 0 .../common/cmd/2837xD_RAM_IPC_lnk_cpu1.cmd | 0 .../common/cmd/2837xD_RAM_IPC_lnk_cpu2.cmd | 0 .../common/cmd/2837xD_RAM_IQMATH_lnk_cpu1.cmd | 0 .../common/cmd/2837xD_RAM_SGEN_lnk_cpu1.cmd | 0 .../2837xD_RAM_SWPrioritizedISR_lnk_cpu1.cmd | 0 .../common/cmd/2837xD_RAM_TMU_lnk_cpu1.cmd | 0 .../common/cmd/2837xD_RAM_afe031_lnk_cpu1.cmd | 0 .../common/cmd/2837xD_RAM_lnk_cpu1.cmd | 0 .../common/cmd/2837xD_RAM_lnk_cpu1_USB.cmd | 0 .../common/cmd/2837xD_RAM_lnk_cpu1_far.cmd | 0 .../common/cmd/2837xD_RAM_lnk_cpu2.cmd | 0 .../common/cmd/2837xD_RAM_lnk_cpu2_far.cmd | 0 .../common/cmd/2837xD_RAM_lnk_shared_cpu1.cmd | 0 .../common/cmd/2837xD_RAM_lnk_shared_cpu2.cmd | 0 .../common/cmd/2837xD_dcsm_lnk_cpu1.cmd | 0 .../common/cmd/2837xD_dcsm_lnk_cpu2.cmd | 0 .../deprecated/Deprecated_F2837xD_DRL_UG.pdf | Bin .../common/deprecated/driverlib/can.c | 0 .../common/deprecated/driverlib/can.h | 0 .../common/deprecated/driverlib/debug.h | 0 .../common/deprecated/driverlib/interrupt.c | 0 .../common/deprecated/driverlib/interrupt.h | 0 .../common/deprecated/driverlib/rom.h | 0 .../common/deprecated/driverlib/rom_map.h | 0 .../deprecated/driverlib/rtos_bindings.h | 0 .../common/deprecated/driverlib/sysctl.c | 0 .../common/deprecated/driverlib/sysctl.h | 0 .../common/deprecated/driverlib/systick.c | 0 .../common/deprecated/driverlib/systick.h | 0 .../common/deprecated/driverlib/uart.c | 0 .../common/deprecated/driverlib/uart.h | 0 .../libraries/common/deprecated/inc/hw_adc.h | 0 .../libraries/common/deprecated/inc/hw_can.h | 0 .../libraries/common/deprecated/inc/hw_cmpss.h | 0 .../common/deprecated/inc/hw_cputimer.h | 0 .../libraries/common/deprecated/inc/hw_ecap.h | 0 .../libraries/common/deprecated/inc/hw_emif.h | 0 .../libraries/common/deprecated/inc/hw_epwm.h | 0 .../libraries/common/deprecated/inc/hw_eqep.h | 0 .../libraries/common/deprecated/inc/hw_gpio.h | 0 .../libraries/common/deprecated/inc/hw_i2c.h | 0 .../libraries/common/deprecated/inc/hw_ints.h | 0 .../common/deprecated/inc/hw_memmap.h | 0 .../libraries/common/deprecated/inc/hw_types.h | 0 .../libraries/common/deprecated/inc/hw_uart.h | 0 .../libraries/common/deprecated/inc/hw_usb.h | 0 .../common/deprecated/utils/cmdline.c | 0 .../common/deprecated/utils/cmdline.h | 0 .../common/deprecated/utils/uartstdio.c | 0 .../common/deprecated/utils/uartstdio.h | 0 .../common/deprecated/utils/ustdlib.c | 0 .../common/deprecated/utils/ustdlib.h | 0 .../common/include/F2837xD_Adc_defines.h | 0 .../common/include/F2837xD_Can_defines.h | 0 .../common/include/F2837xD_Cla_defines.h | 0 .../common/include/F2837xD_Cla_typedefs.h | 0 .../common/include/F2837xD_Dma_defines.h | 0 .../common/include/F2837xD_EPwm_defines.h | 0 .../common/include/F2837xD_Emif_defines.h | 0 .../common/include/F2837xD_Examples.h | 0 .../common/include/F2837xD_GlobalPrototypes.h | 0 .../common/include/F2837xD_Gpio_defines.h | 0 .../common/include/F2837xD_I2c_defines.h | 0 .../common/include/F2837xD_Ipc_defines.h | 0 .../common/include/F2837xD_Ipc_drivers.h | 0 .../common/include/F2837xD_Pie_defines.h | 0 .../include/F2837xD_SWPrioritizedIsrLevels.h | 0 .../common/include/F2837xD_SysCtrl_defines.h | 0 .../common/include/F2837xD_Systick_defines.h | 0 .../common/include/F2837xD_Upp_defines.h | 0 .../common/include/F2837xD_cputimervars.h | 0 .../common/include/F2837xD_defaultisr.h | 0 .../libraries/common/include/F2837xD_sci_io.h | 0 .../common/include/F2837xD_sdfm_drivers.h | 0 .../libraries/common/include/F2837xD_struct.h | 0 .../libraries/common/include/F28x_Project.h | 0 .../libraries/common/include/device.h | 0 .../libraries/common/include/driverlib.h | 0 .../libraries/common/include/stdint.h | 0 .../libraries/common/include/usb.h | 0 .../libraries/common/include/usb_hal.h | 0 .../libraries/common/source/F2837xD_Adc.c | 0 .../common/source/F2837xD_CodeStartBranch.asm | 0 .../common/source/F2837xD_CpuTimers.c | 0 .../libraries/common/source/F2837xD_DBGIER.asm | 0 .../common/source/F2837xD_DefaultISR.c | 0 .../libraries/common/source/F2837xD_Dma.c | 0 .../libraries/common/source/F2837xD_ECap.c | 0 .../libraries/common/source/F2837xD_EPwm.c | 0 .../libraries/common/source/F2837xD_EQep.c | 0 .../libraries/common/source/F2837xD_Emif.c | 0 .../libraries/common/source/F2837xD_Gpio.c | 0 .../libraries/common/source/F2837xD_I2C.c | 0 .../libraries/common/source/F2837xD_Ipc.c | 0 .../common/source/F2837xD_Ipc_Driver.c | 0 .../common/source/F2837xD_Ipc_Driver_Lite.c | 0 .../common/source/F2837xD_Ipc_Driver_Util.c | 0 .../libraries/common/source/F2837xD_Mcbsp.c | 0 .../libraries/common/source/F2837xD_PieCtrl.c | 0 .../libraries/common/source/F2837xD_PieVect.c | 0 .../source/F2837xD_SWPrioritizedPieVect.c | 0 .../libraries/common/source/F2837xD_Sci.c | 0 .../libraries/common/source/F2837xD_Spi.c | 0 .../libraries/common/source/F2837xD_SysCtrl.c | 0 .../common/source/F2837xD_TempSensorConv.c | 0 .../libraries/common/source/F2837xD_Upp.c | 0 .../libraries/common/source/F2837xD_can.c | 0 .../libraries/common/source/F2837xD_sci_io.c | 0 .../common/source/F2837xD_sdfm_drivers.c | 0 .../libraries/common/source/F2837xD_struct.c | 0 .../common/source/F2837xD_usDelay.asm | 0 .../libraries/common/source/device.c | 0 .../libraries/common/source/usb.c | 0 .../libraries/common/source/usb_hal.c | 0 .../common/targetConfigs/TMS320F28377D.ccxml | 0 .../common/targetConfigs/TMS320F28379D.ccxml | 0 .../headers/cmd/F2837xD_Headers_BIOS_cpu1.cmd | 0 .../headers/cmd/F2837xD_Headers_BIOS_cpu2.cmd | 0 .../cmd/F2837xD_Headers_nonBIOS_cpu1.cmd | 0 .../cmd/F2837xD_Headers_nonBIOS_cpu2.cmd | 0 .../libraries/headers/include/F2837xD_adc.h | 0 .../headers/include/F2837xD_analogsubsys.h | 0 .../libraries/headers/include/F2837xD_can.h | 0 .../libraries/headers/include/F2837xD_cla.h | 0 .../libraries/headers/include/F2837xD_cmpss.h | 0 .../headers/include/F2837xD_cputimer.h | 0 .../libraries/headers/include/F2837xD_dac.h | 0 .../libraries/headers/include/F2837xD_dcsm.h | 0 .../libraries/headers/include/F2837xD_device.h | 0 .../libraries/headers/include/F2837xD_dma.h | 0 .../libraries/headers/include/F2837xD_ecap.h | 0 .../libraries/headers/include/F2837xD_emif.h | 0 .../libraries/headers/include/F2837xD_epwm.h | 0 .../headers/include/F2837xD_epwm_xbar.h | 0 .../libraries/headers/include/F2837xD_eqep.h | 0 .../libraries/headers/include/F2837xD_flash.h | 0 .../libraries/headers/include/F2837xD_gpio.h | 0 .../libraries/headers/include/F2837xD_i2c.h | 0 .../headers/include/F2837xD_input_xbar.h | 0 .../libraries/headers/include/F2837xD_ipc.h | 0 .../libraries/headers/include/F2837xD_mcbsp.h | 0 .../headers/include/F2837xD_memconfig.h | 0 .../headers/include/F2837xD_nmiintrupt.h | 0 .../headers/include/F2837xD_output_xbar.h | 0 .../headers/include/F2837xD_piectrl.h | 0 .../headers/include/F2837xD_pievect.h | 0 .../libraries/headers/include/F2837xD_sci.h | 0 .../libraries/headers/include/F2837xD_sdfm.h | 0 .../libraries/headers/include/F2837xD_spi.h | 0 .../headers/include/F2837xD_sysctrl.h | 0 .../libraries/headers/include/F2837xD_upp.h | 0 .../libraries/headers/include/F2837xD_xbar.h | 0 .../libraries/headers/include/F2837xD_xint.h | 0 .../source/F2837xD_GlobalVariableDefs.c | 0 bsp/tms320f28379d/rtconfig.h | 0 bsp/tms320f28379d/rtconfig_project.h | 0 .../targetConfigs/TMS320F28379D.ccxml | 0 bsp/tms320f28379d/targetConfigs/readme.txt | 0 bsp/upd70f3454/SConscript | 0 bsp/upd70f3454/SConstruct | 0 bsp/upd70f3454/applications/SConscript | 0 bsp/upd70f3454/applications/application.c | 0 bsp/upd70f3454/applications/startup.c | 0 bsp/upd70f3454/drivers/CG_macrodriver.h | 0 bsp/upd70f3454/drivers/CG_port.c | 0 bsp/upd70f3454/drivers/CG_port.h | 0 bsp/upd70f3454/drivers/CG_port_user.c | 0 bsp/upd70f3454/drivers/CG_system.c | 0 bsp/upd70f3454/drivers/CG_system.h | 0 bsp/upd70f3454/drivers/CG_system_user.c | 0 bsp/upd70f3454/drivers/CG_systeminit.c | 0 bsp/upd70f3454/drivers/CG_timer.c | 0 bsp/upd70f3454/drivers/CG_timer.h | 0 bsp/upd70f3454/drivers/CG_timer_user.c | 0 bsp/upd70f3454/drivers/CG_userdefine.h | 0 bsp/upd70f3454/drivers/SConscript | 0 bsp/upd70f3454/drivers/board.c | 0 bsp/upd70f3454/drivers/board.h | 0 bsp/upd70f3454/drivers/cstartup.asm | 0 bsp/upd70f3454/drivers/io70f3454.h | 0 bsp/upd70f3454/drivers/uart.c | 0 bsp/upd70f3454/drivers/uart.h | 0 bsp/upd70f3454/lnk70f3454.xcl | 0 bsp/upd70f3454/project.ewp | 0 bsp/upd70f3454/project.eww | 0 bsp/upd70f3454/rtconfig.h | 0 bsp/upd70f3454/rtconfig.py | 0 bsp/upd70f3454/template.ewp | 0 bsp/w60x/.config | 0 bsp/w60x/.gitignore | 0 bsp/w60x/Kconfig | 0 bsp/w60x/README.md | 0 bsp/w60x/ROM.ini | 0 bsp/w60x/SConscript | 0 bsp/w60x/SConstruct | 0 bsp/w60x/applications/SConscript | 0 bsp/w60x/applications/main.c | 0 bsp/w60x/drivers/Kconfig | 0 bsp/w60x/drivers/SConscript | 0 bsp/w60x/drivers/board.c | 0 bsp/w60x/drivers/board.h | 0 bsp/w60x/drivers/drv_adc.c | 0 bsp/w60x/drivers/drv_adc.h | 0 bsp/w60x/drivers/drv_crypto.c | 0 bsp/w60x/drivers/drv_crypto.h | 0 bsp/w60x/drivers/drv_flash.c | 0 bsp/w60x/drivers/drv_flash.h | 0 bsp/w60x/drivers/drv_hw_timer.c | 0 bsp/w60x/drivers/drv_hw_timer.h | 0 bsp/w60x/drivers/drv_i2c.c | 0 bsp/w60x/drivers/drv_i2c.h | 0 bsp/w60x/drivers/drv_pin.c | 0 bsp/w60x/drivers/drv_pin.h | 0 bsp/w60x/drivers/drv_pwm.c | 0 bsp/w60x/drivers/drv_pwm.h | 0 bsp/w60x/drivers/drv_rtc.c | 0 bsp/w60x/drivers/drv_rtc.h | 0 bsp/w60x/drivers/drv_soft_i2c.c | 0 bsp/w60x/drivers/drv_soft_i2c.h | 0 bsp/w60x/drivers/drv_spi.c | 0 bsp/w60x/drivers/drv_spi.h | 0 bsp/w60x/drivers/drv_standby.c | 0 bsp/w60x/drivers/drv_standby.h | 0 bsp/w60x/drivers/drv_uart.c | 0 bsp/w60x/drivers/drv_uart.h | 0 bsp/w60x/drivers/drv_wdt.c | 0 bsp/w60x/drivers/drv_wifi.c | 0 bsp/w60x/drivers/drv_wifi.h | 0 bsp/w60x/drivers/linker_scripts/link.icf | 0 bsp/w60x/drivers/linker_scripts/link.lds | 0 bsp/w60x/drivers/linker_scripts/link.sct | 0 bsp/w60x/drivers/pin_config.h | 0 bsp/w60x/drivers/pin_map.c | 0 bsp/w60x/drivers/pin_map.h | 0 bsp/w60x/makeimg.bat | 0 bsp/w60x/makeimg.py | 0 bsp/w60x/oneshot/SConscript | 0 bsp/w60x/oneshot/oneshot.c | 0 bsp/w60x/oneshot/oneshot.h | 0 bsp/w60x/oneshot/oneshot_demo.c | 0 bsp/w60x/project.ewp | 0 bsp/w60x/project.eww | 0 bsp/w60x/project.uvoptx | 0 bsp/w60x/project.uvprojx | 0 bsp/w60x/rtconfig.h | 0 bsp/w60x/rtconfig.py | 0 bsp/w60x/template.ewp | 0 bsp/w60x/template.uvoptx | 0 bsp/w60x/template.uvprojx | 0 bsp/wh44b0/application.c | 0 bsp/wh44b0/board.c | 0 bsp/wh44b0/board.h | 0 bsp/wh44b0/lowlevel.S | 0 bsp/wh44b0/project.Uv2 | 0 bsp/wh44b0/rtconfig.h | 0 bsp/wh44b0/skyeye.conf | 0 bsp/wh44b0/startup.c | 0 bsp/wh44b0/wh44b0_ram.lds | 0 bsp/wh44b0/wh44b0_rom.lds | 0 bsp/x1000/.config | 0 bsp/x1000/Kconfig | 0 bsp/x1000/README.md | 0 bsp/x1000/SConscript | 0 bsp/x1000/SConstruct | 0 bsp/x1000/applications/SConscript | 0 bsp/x1000/applications/blink.c | 0 bsp/x1000/applications/main.c | 0 bsp/x1000/applications/mnt.c | 0 bsp/x1000/applications/wlan.c | 0 bsp/x1000/drivers/SConscript | 0 bsp/x1000/drivers/audio/SConscript | 0 bsp/x1000/drivers/audio/drv_aic.h | 0 bsp/x1000/drivers/audio/drv_aic_i2s.c | 0 bsp/x1000/drivers/audio/drv_aic_i2s.h | 0 bsp/x1000/drivers/audio/drv_codec_icodec.c | 0 bsp/x1000/drivers/audio/drv_codec_icodec.h | 0 bsp/x1000/drivers/audio/drv_dmic.c | 0 bsp/x1000/drivers/audio/drv_dmic.h | 0 bsp/x1000/drivers/board.c | 0 bsp/x1000/drivers/board.h | 0 .../drivers/board/halley2/board_halley2.h | 0 .../rd_x1000_halley2_baseboard_v2_0.pdf | Bin .../rd_x1000_halley2_coreboard_v2_0.pdf | Bin .../board/halley2_fir/PD_X1000_FIR_V1.1.pdf | Bin .../board/halley2_fir/board_halley2_fir.h | 0 .../board_halley2_readboard.h | 0 .../board_halley2_readboard_v2.h | 0 .../board/phoenix/RD_X1000_PHOENIX_V2.0.pdf | Bin .../drivers/board/phoenix/board_phoenix.h | 0 bsp/x1000/drivers/board_io.c | 0 bsp/x1000/drivers/board_key.h | 0 bsp/x1000/drivers/board_led.c | 0 bsp/x1000/drivers/board_led.h | 0 bsp/x1000/drivers/dma.c | 0 bsp/x1000/drivers/dma.h | 0 bsp/x1000/drivers/drv_clock.c | 0 bsp/x1000/drivers/drv_clock.h | 0 bsp/x1000/drivers/drv_dma.c | 0 bsp/x1000/drivers/drv_dma.h | 0 bsp/x1000/drivers/drv_gpio.c | 0 bsp/x1000/drivers/drv_gpio.h | 0 bsp/x1000/drivers/drv_i2c.c | 0 bsp/x1000/drivers/drv_i2c.h | 0 bsp/x1000/drivers/drv_ost.c | 0 bsp/x1000/drivers/drv_ost.h | 0 bsp/x1000/drivers/drv_pin.c | 0 bsp/x1000/drivers/drv_pmu.c | 0 bsp/x1000/drivers/drv_pmu.h | 0 bsp/x1000/drivers/drv_reset.c | 0 bsp/x1000/drivers/drv_reset.h | 0 bsp/x1000/drivers/drv_rtc.c | 0 bsp/x1000/drivers/drv_rtc.h | 0 bsp/x1000/drivers/drv_spi.c | 0 bsp/x1000/drivers/drv_spi.h | 0 bsp/x1000/drivers/drv_uart.c | 0 bsp/x1000/drivers/drv_uart.h | 0 bsp/x1000/drivers/mmc/SConscript | 0 bsp/x1000/drivers/mmc/drv_mmc.c | 0 bsp/x1000/drivers/mmc/drv_mmc.h | 0 bsp/x1000/drivers/sfc/SConscript | 0 bsp/x1000/drivers/sfc/drv_sfc.c | 0 bsp/x1000/drivers/sfc/drv_sfc.h | 0 bsp/x1000/drivers/sfc/drv_sfc_gd25qxx_mtd.c | 0 .../sfc/drv_sfc_gd25qxx_mtd_partition.c | 0 bsp/x1000/drivers/sfc/mtd_nor_partition.h | 0 bsp/x1000/drivers/slcd/SConscript | 0 bsp/x1000/drivers/slcd/drv_slcd_ili9341.c | 0 bsp/x1000/drivers/slcd/drv_slcd_ili9488.c | 0 bsp/x1000/drivers/slcd/drv_slcd_otm4802.c | 0 bsp/x1000/drivers/slcd/drv_slcd_rm68120.c | 0 .../drivers/slcd/drv_slcd_truly_tft240240.c | 0 bsp/x1000/drivers/slcd/drv_slcdc.c | 0 bsp/x1000/drivers/slcd/drv_slcdc.h | 0 bsp/x1000/drivers/slcd/dump_slcd.c | 0 bsp/x1000/drivers/touch/SConscript | 0 bsp/x1000/drivers/touch/focaltech_ts.c | 0 bsp/x1000/drivers/touch/focaltech_ts.h | 0 bsp/x1000/drivers/touch/gt9xx.c | 0 bsp/x1000/drivers/touch/gt9xx.h | 0 bsp/x1000/drivers/touch/gt9xx_cfg.h | 0 bsp/x1000/drivers/touch/gt9xx_firmware.h | 0 bsp/x1000/drivers/usbd/SConscript | 0 bsp/x1000/drivers/usbd/x1000_dwc.c | 0 bsp/x1000/drivers/usbd/x1000_dwc.h | 0 bsp/x1000/figures/menuconfig_board.png | Bin bsp/x1000/figures/uboot.png | Bin bsp/x1000/rtconfig.h | 0 bsp/x1000/rtconfig.py | 0 bsp/x1000/uboot-for-realboard.bin | Bin bsp/x1000/x1000_ram.lds | 0 bsp/x86/Makefile | 0 bsp/x86/SConscript | 0 bsp/x86/SConstruct | 0 bsp/x86/applications/SConscript | 0 bsp/x86/applications/application.c | 0 bsp/x86/applications/startup.c | 0 bsp/x86/drivers/SConscript | 0 bsp/x86/drivers/board.c | 0 bsp/x86/drivers/board.h | 0 bsp/x86/drivers/console.c | 0 bsp/x86/drivers/dma.h | 0 bsp/x86/drivers/floppy.c | 0 bsp/x86/drivers/floppy.h | 0 bsp/x86/drivers/include/bsp.h | 0 bsp/x86/drivers/include/grub.h | 0 bsp/x86/drivers/include/i386.h | 0 bsp/x86/drivers/keyboard.c | 0 bsp/x86/drivers/keyboard.h | 0 bsp/x86/drivers/keymap.h | 0 bsp/x86/drivers/serial.c | 0 bsp/x86/rtconfig.h | 0 bsp/x86/rtconfig.py | 0 bsp/x86/src/hello.c | 0 bsp/x86/src/stdio.h | 0 bsp/x86/x86_ram.lds | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../Libraries/CMSIS/Include/arm_math.h | 0 .../Libraries/CMSIS/Include/core_cm0.h | 0 .../Libraries/CMSIS/Include/core_cm0plus.h | 0 .../Libraries/CMSIS/Include/core_cm3.h | 0 .../Libraries/CMSIS/Include/core_cm4.h | 0 .../Libraries/CMSIS/Include/core_cm4_simd.h | 0 .../Libraries/CMSIS/Include/core_cmFunc.h | 0 .../Libraries/CMSIS/Include/core_cmInstr.h | 0 .../Libraries/CMSIS/Include/core_sc000.h | 0 .../Libraries/CMSIS/Include/core_sc300.h | 0 .../Device/NXP/LPC43xx/Include/LPC43xx.h | 0 .../Device/NXP/LPC43xx/Include/fpu_enable.h | 0 .../Device/NXP/LPC43xx/Include/fpu_init.h | 0 .../NXP/LPC43xx/Include/system_LPC43xx.h | 0 .../Source/Templates/ARM/startup_LPC43xx.s | 0 .../Source/Templates/ARM/startup_LPC43xx_M0.s | 0 .../Source/Templates/GCC/startup_LPC43xx.s | 0 .../Source/Templates/GCC/startup_LPC43xx_M0.s | 0 .../Source/Templates/IAR/startup_LPC43xx.s | 0 .../Source/Templates/IAR/startup_LPC43xx_M0.s | 0 .../Templates/IAR/startup_lpc43xx_m0sub.s | 0 .../LPC43xx/Source/Templates/system_LPC43xx.c | 0 bsp/xplorer4330/Libraries/Device/SConscript | 0 bsp/xplorer4330/Libraries/SConscript | 0 bsp/xplorer4330/M0/SConscript | 0 bsp/xplorer4330/M0/SConstruct | 0 bsp/xplorer4330/M0/project.uvopt | 0 bsp/xplorer4330/M0/project.uvproj | 0 bsp/xplorer4330/M0/rtconfig.h | 0 bsp/xplorer4330/M0/rtconfig.py | 0 bsp/xplorer4330/M0/rtthread-lpc43xx_spifi.ld | 0 bsp/xplorer4330/M0/rtthread-lpc43xx_spifi.sct | 0 bsp/xplorer4330/M0/template.uvproj | 0 bsp/xplorer4330/M4/SConscript | 0 bsp/xplorer4330/M4/SConstruct | 0 bsp/xplorer4330/M4/project.uvopt | 0 bsp/xplorer4330/M4/project.uvproj | 0 bsp/xplorer4330/M4/rtconfig.h | 0 bsp/xplorer4330/M4/rtconfig.py | 0 bsp/xplorer4330/M4/rtthread-lpc43xx_spifi.ld | 0 bsp/xplorer4330/M4/rtthread-lpc43xx_spifi.sct | 0 bsp/xplorer4330/M4/template.uvproj | 0 bsp/xplorer4330/applications/SConscript | 0 bsp/xplorer4330/applications/application.c | 0 bsp/xplorer4330/applications/startup.c | 0 bsp/xplorer4330/drivers/SConscript | 0 bsp/xplorer4330/drivers/board.c | 0 bsp/xplorer4330/drivers/board.h | 0 bsp/xplorer4330/drivers/drv_led.c | 0 bsp/xplorer4330/drivers/drv_led.h | 0 bsp/xplorer4330/drivers/drv_uart.c | 0 bsp/xplorer4330/drivers/drv_uart.h | 0 bsp/zynq7000/README.txt | 0 bsp/zynq7000/SConscript | 0 bsp/zynq7000/SConstruct | 0 bsp/zynq7000/applications/SConscript | 0 bsp/zynq7000/applications/application.c | 0 bsp/zynq7000/applications/startup.c | 0 bsp/zynq7000/drivers/SConscript | 0 bsp/zynq7000/drivers/board.c | 0 bsp/zynq7000/drivers/board.h | 0 bsp/zynq7000/drivers/uart.c | 0 bsp/zynq7000/drivers/uart_hw.h | 0 bsp/zynq7000/drivers/zynq7000.h | 0 bsp/zynq7000/rtconfig.h | 0 bsp/zynq7000/rtconfig.py | 0 bsp/zynq7000/zynq7000.ld | 0 components/Kconfig | 0 components/SConscript | 0 components/cplusplus/Kconfig | 0 components/cplusplus/Lock.h | 0 components/cplusplus/Mail.h | 0 components/cplusplus/Mutex.cpp | 0 components/cplusplus/Mutex.h | 0 components/cplusplus/Queue.h | 0 components/cplusplus/README.md | 0 components/cplusplus/SConscript | 0 components/cplusplus/Semaphore.cpp | 0 components/cplusplus/Semaphore.h | 0 components/cplusplus/Thread.cpp | 0 components/cplusplus/Thread.h | 0 components/cplusplus/crt.cpp | 0 components/cplusplus/crt.h | 0 components/dfs/Kconfig | 0 components/dfs/SConscript | 0 components/dfs/filesystems/SConscript | 0 components/dfs/filesystems/devfs/SConscript | 0 components/dfs/filesystems/devfs/devfs.c | 0 components/dfs/filesystems/devfs/devfs.h | 0 .../dfs/filesystems/elmfat/00history.txt | 0 components/dfs/filesystems/elmfat/00readme.txt | 0 components/dfs/filesystems/elmfat/SConscript | 0 components/dfs/filesystems/elmfat/dfs_elm.c | 0 components/dfs/filesystems/elmfat/dfs_elm.h | 0 components/dfs/filesystems/elmfat/diskio.h | 0 components/dfs/filesystems/elmfat/ff.c | 0 components/dfs/filesystems/elmfat/ff.h | 0 components/dfs/filesystems/elmfat/ffconf.h | 0 components/dfs/filesystems/elmfat/integer.h | 0 .../dfs/filesystems/elmfat/option/cc932.c | 0 .../dfs/filesystems/elmfat/option/cc936.c | 0 .../dfs/filesystems/elmfat/option/cc949.c | 0 .../dfs/filesystems/elmfat/option/cc950.c | 0 .../dfs/filesystems/elmfat/option/ccfile.c | 0 .../dfs/filesystems/elmfat/option/ccsbcs.c | 0 .../dfs/filesystems/elmfat/option/syscall.c | 0 .../dfs/filesystems/elmfat/option/unicode.c | 0 components/dfs/filesystems/jffs2/SConscript | 0 .../filesystems/jffs2/cyg/compress/ChangeLog | 0 .../jffs2/cyg/compress/cdl/compress_zlib.cdl | 0 .../jffs2/cyg/compress/include/zconf.h | 0 .../jffs2/cyg/compress/include/zlib.h | 0 .../jffs2/cyg/compress/src/ChangeLog | 0 .../dfs/filesystems/jffs2/cyg/compress/src/FAQ | 0 .../filesystems/jffs2/cyg/compress/src/INDEX | 0 .../jffs2/cyg/compress/src/Make_vms.com | 0 .../jffs2/cyg/compress/src/Makefile | 0 .../jffs2/cyg/compress/src/Makefile.in | 0 .../jffs2/cyg/compress/src/Makefile.riscos | 0 .../filesystems/jffs2/cyg/compress/src/README | 0 .../jffs2/cyg/compress/src/README.eCos | 0 .../jffs2/cyg/compress/src/adler32.c | 0 .../jffs2/cyg/compress/src/algorithm.txt | 0 .../jffs2/cyg/compress/src/compress.c | 0 .../jffs2/cyg/compress/src/configure | 0 .../jffs2/cyg/compress/src/deflate.c | 0 .../jffs2/cyg/compress/src/deflate.h | 0 .../jffs2/cyg/compress/src/descrip.mms | 0 .../jffs2/cyg/compress/src/example.c | 0 .../filesystems/jffs2/cyg/compress/src/gzio.c | 0 .../jffs2/cyg/compress/src/infback.c | 0 .../jffs2/cyg/compress/src/infblock.c | 0 .../jffs2/cyg/compress/src/infblock.h | 0 .../jffs2/cyg/compress/src/inffast.c | 0 .../jffs2/cyg/compress/src/inffast.h | 0 .../jffs2/cyg/compress/src/inffixed.h | 0 .../jffs2/cyg/compress/src/inflate.c | 0 .../jffs2/cyg/compress/src/inflate.h | 0 .../jffs2/cyg/compress/src/inftrees.c | 0 .../jffs2/cyg/compress/src/inftrees.h | 0 .../jffs2/cyg/compress/src/infutil.c | 0 .../jffs2/cyg/compress/src/infutil.h | 0 .../jffs2/cyg/compress/src/maketree.c | 0 .../jffs2/cyg/compress/src/minigzip.c | 0 .../filesystems/jffs2/cyg/compress/src/trees.c | 0 .../filesystems/jffs2/cyg/compress/src/trees.h | 0 .../jffs2/cyg/compress/src/uncompr.c | 0 .../filesystems/jffs2/cyg/compress/src/zlib.3 | 0 .../filesystems/jffs2/cyg/compress/src/zutil.c | 0 .../filesystems/jffs2/cyg/compress/src/zutil.h | 0 .../jffs2/cyg/compress/tests/zlib1.c | 0 .../jffs2/cyg/compress/tests/zlib2.c | 0 .../dfs/filesystems/jffs2/cyg/compress/zconf.h | 0 .../dfs/filesystems/jffs2/cyg/compress/zlib.h | 0 components/dfs/filesystems/jffs2/cyg/crc/crc.h | 0 .../dfs/filesystems/jffs2/cyg/crc/crc16.c | 0 .../dfs/filesystems/jffs2/cyg/crc/crc32.c | 0 .../dfs/filesystems/jffs2/cyg/crc/posix_crc.c | 0 .../dfs/filesystems/jffs2/cyg/fileio/fileio.h | 0 .../dfs/filesystems/jffs2/cyg/hal/basetype.h | 0 .../dfs/filesystems/jffs2/cyg/hal/drv_api.h | 0 .../dfs/filesystems/jffs2/cyg/infra/cyg_type.h | 0 components/dfs/filesystems/jffs2/dfs_jffs2.c | 0 components/dfs/filesystems/jffs2/dfs_jffs2.h | 0 .../filesystems/jffs2/include/linux/jffs2.h | 0 .../jffs2/include/linux/jffs2_fs_i.h | 0 .../jffs2/include/linux/jffs2_fs_sb.h | 0 .../dfs/filesystems/jffs2/include/port/codes.h | 0 .../dfs/filesystems/jffs2/include/port/fcntl.h | 0 .../filesystems/jffs2/include/port/sys/stat.h | 0 .../filesystems/jffs2/include/port/sys/types.h | 0 .../dfs/filesystems/jffs2/jffs2_config.h | 0 .../dfs/filesystems/jffs2/kernel/asm/atomic.h | 0 .../dfs/filesystems/jffs2/kernel/asm/bug.h | 0 .../dfs/filesystems/jffs2/kernel/asm/page.h | 0 .../filesystems/jffs2/kernel/asm/semaphore.h | 0 .../dfs/filesystems/jffs2/kernel/linux/TODO | 0 .../filesystems/jffs2/kernel/linux/compiler.h | 0 .../jffs2/kernel/linux/completion.h | 0 .../filesystems/jffs2/kernel/linux/config.h | 0 .../dfs/filesystems/jffs2/kernel/linux/crc32.h | 0 .../dfs/filesystems/jffs2/kernel/linux/errno.h | 0 .../dfs/filesystems/jffs2/kernel/linux/fs.h | 0 .../dfs/filesystems/jffs2/kernel/linux/init.h | 0 .../filesystems/jffs2/kernel/linux/kernel.h | 0 .../dfs/filesystems/jffs2/kernel/linux/list.h | 0 .../jffs2/kernel/linux/mtd/compatmac.h | 0 .../filesystems/jffs2/kernel/linux/mtd/mtd.h | 0 .../filesystems/jffs2/kernel/linux/pagemap.h | 0 .../filesystems/jffs2/kernel/linux/rbtree.h | 0 .../dfs/filesystems/jffs2/kernel/linux/rwsem.h | 0 .../dfs/filesystems/jffs2/kernel/linux/sched.h | 0 .../dfs/filesystems/jffs2/kernel/linux/slab.h | 0 .../filesystems/jffs2/kernel/linux/spinlock.h | 0 .../dfs/filesystems/jffs2/kernel/linux/stat.h | 0 .../filesystems/jffs2/kernel/linux/string.h | 0 .../dfs/filesystems/jffs2/kernel/linux/timer.h | 0 .../dfs/filesystems/jffs2/kernel/linux/types.h | 0 .../filesystems/jffs2/kernel/linux/version.h | 0 .../filesystems/jffs2/kernel/linux/vmalloc.h | 0 .../dfs/filesystems/jffs2/kernel/linux/wait.h | 0 .../filesystems/jffs2/kernel/linux/workqueue.h | 0 .../dfs/filesystems/jffs2/kernel/linux/zlib.h | 0 .../dfs/filesystems/jffs2/kernel/linux/zutil.h | 0 .../dfs/filesystems/jffs2/kernel/rbtree.c | 0 components/dfs/filesystems/jffs2/porting.c | 0 components/dfs/filesystems/jffs2/porting.h | 0 components/dfs/filesystems/jffs2/src/LICENCE | 0 components/dfs/filesystems/jffs2/src/build.c | 0 components/dfs/filesystems/jffs2/src/compr.c | 0 components/dfs/filesystems/jffs2/src/compr.h | 0 .../dfs/filesystems/jffs2/src/compr_rtime.c | 0 .../dfs/filesystems/jffs2/src/compr_rubin.c | 0 .../dfs/filesystems/jffs2/src/compr_rubin.h | 0 .../dfs/filesystems/jffs2/src/compr_zlib.c | 0 components/dfs/filesystems/jffs2/src/debug.c | 0 components/dfs/filesystems/jffs2/src/debug.h | 0 .../dfs/filesystems/jffs2/src/dir-ecos.c | 0 components/dfs/filesystems/jffs2/src/dir.txt | 0 components/dfs/filesystems/jffs2/src/erase.c | 0 components/dfs/filesystems/jffs2/src/flashio.c | 0 components/dfs/filesystems/jffs2/src/fs-ecos.c | 0 components/dfs/filesystems/jffs2/src/gc.c | 0 .../dfs/filesystems/jffs2/src/gcthread.c | 0 components/dfs/filesystems/jffs2/src/histo.h | 0 .../dfs/filesystems/jffs2/src/histo_mips.h | 0 .../dfs/filesystems/jffs2/src/malloc-ecos.c | 0 .../dfs/filesystems/jffs2/src/nodelist.c | 0 .../dfs/filesystems/jffs2/src/nodelist.h | 0 .../dfs/filesystems/jffs2/src/nodemgmt.c | 0 components/dfs/filesystems/jffs2/src/os-ecos.h | 0 .../dfs/filesystems/jffs2/src/os-rtthread.h | 0 .../dfs/filesystems/jffs2/src/pushpull.h | 0 components/dfs/filesystems/jffs2/src/read.c | 0 .../dfs/filesystems/jffs2/src/readinode.c | 0 components/dfs/filesystems/jffs2/src/scan.c | 0 components/dfs/filesystems/jffs2/src/write.c | 0 components/dfs/filesystems/nfs/SConscript | 0 components/dfs/filesystems/nfs/dfs_nfs.c | 0 components/dfs/filesystems/nfs/dfs_nfs.h | 0 components/dfs/filesystems/nfs/mount.h | 0 components/dfs/filesystems/nfs/mount.x | 0 components/dfs/filesystems/nfs/mount_clnt.c | 0 components/dfs/filesystems/nfs/mount_xdr.c | 0 components/dfs/filesystems/nfs/nfs.h | 0 components/dfs/filesystems/nfs/nfs.x | 0 components/dfs/filesystems/nfs/nfs_auth.c | 0 components/dfs/filesystems/nfs/nfs_clnt.c | 0 components/dfs/filesystems/nfs/nfs_xdr.c | 0 components/dfs/filesystems/nfs/rpc/auth.h | 0 components/dfs/filesystems/nfs/rpc/auth_none.c | 0 components/dfs/filesystems/nfs/rpc/clnt.h | 0 .../dfs/filesystems/nfs/rpc/clnt_generic.c | 0 components/dfs/filesystems/nfs/rpc/clnt_udp.c | 0 components/dfs/filesystems/nfs/rpc/pmap.c | 0 components/dfs/filesystems/nfs/rpc/pmap.h | 0 components/dfs/filesystems/nfs/rpc/rpc.h | 0 components/dfs/filesystems/nfs/rpc/rpc_msg.h | 0 components/dfs/filesystems/nfs/rpc/rpc_prot.c | 0 components/dfs/filesystems/nfs/rpc/types.h | 0 components/dfs/filesystems/nfs/rpc/xdr.c | 0 components/dfs/filesystems/nfs/rpc/xdr.h | 0 components/dfs/filesystems/nfs/rpc/xdr_mem.c | 0 components/dfs/filesystems/ramfs/SConscript | 0 components/dfs/filesystems/ramfs/dfs_ramfs.c | 0 components/dfs/filesystems/ramfs/dfs_ramfs.h | 0 components/dfs/filesystems/romfs/SConscript | 0 components/dfs/filesystems/romfs/dfs_romfs.c | 0 components/dfs/filesystems/romfs/dfs_romfs.h | 0 components/dfs/filesystems/romfs/romfs.c | 0 components/dfs/filesystems/skeleton/skeleton.c | 0 components/dfs/filesystems/skeleton/skeleton.h | 0 components/dfs/filesystems/uffs/AUTHORS | 0 components/dfs/filesystems/uffs/CMakeLists.txt | 0 components/dfs/filesystems/uffs/COPYING | 0 components/dfs/filesystems/uffs/Doxyfile | 0 components/dfs/filesystems/uffs/README | 0 components/dfs/filesystems/uffs/SConscript | 0 components/dfs/filesystems/uffs/TODO | 0 components/dfs/filesystems/uffs/dfs_uffs.c | 0 components/dfs/filesystems/uffs/dfs_uffs.h | 0 .../uffs/doc/Understanding-UFFS.odp | Bin .../uffs/doc/Understanding-UFFS.pdf | Bin .../uffs/doc/uffs-serial-num-relationship.JPG | Bin .../dfs/filesystems/uffs/src/CMakeLists.txt | 0 .../filesystems/uffs/src/emu/CMakeLists.txt | 0 .../dfs/filesystems/uffs/src/emu/cmdline.c | 0 .../dfs/filesystems/uffs/src/emu/cmdline.h | 0 .../dfs/filesystems/uffs/src/emu/helper_cmds.c | 0 .../dfs/filesystems/uffs/src/emu/test_cmds.c | 0 .../dfs/filesystems/uffs/src/emu/uffs_fileem.c | 0 .../dfs/filesystems/uffs/src/emu/uffs_fileem.h | 0 .../uffs/src/emu/uffs_fileem_ecc_hw.c | 0 .../uffs/src/emu/uffs_fileem_ecc_hw_auto.c | 0 .../uffs/src/emu/uffs_fileem_ecc_soft.c | 0 .../uffs/src/emu/uffs_fileem_share.c | 0 .../uffs/src/emu/uffs_fileem_wrap.c | 0 .../uffs/src/example/CMakeLists.txt | 0 .../uffs/src/example/flash-interface-example.c | 0 .../uffs/src/example/static-mem-allocate.c | 0 .../dfs/filesystems/uffs/src/inc/uffs/uffs.h | 0 .../uffs/src/inc/uffs/uffs_badblock.h | 0 .../uffs/src/inc/uffs/uffs_blockinfo.h | 0 .../filesystems/uffs/src/inc/uffs/uffs_buf.h | 0 .../filesystems/uffs/src/inc/uffs/uffs_core.h | 0 .../filesystems/uffs/src/inc/uffs/uffs_crc.h | 0 .../uffs/src/inc/uffs/uffs_device.h | 0 .../filesystems/uffs/src/inc/uffs/uffs_ecc.h | 0 .../filesystems/uffs/src/inc/uffs/uffs_fd.h | 0 .../filesystems/uffs/src/inc/uffs/uffs_find.h | 0 .../filesystems/uffs/src/inc/uffs/uffs_flash.h | 0 .../filesystems/uffs/src/inc/uffs/uffs_fs.h | 0 .../filesystems/uffs/src/inc/uffs/uffs_mem.h | 0 .../filesystems/uffs/src/inc/uffs/uffs_mtb.h | 0 .../filesystems/uffs/src/inc/uffs/uffs_os.h | 0 .../filesystems/uffs/src/inc/uffs/uffs_pool.h | 0 .../uffs/src/inc/uffs/uffs_public.h | 0 .../filesystems/uffs/src/inc/uffs/uffs_tree.h | 0 .../filesystems/uffs/src/inc/uffs/uffs_types.h | 0 .../filesystems/uffs/src/inc/uffs/uffs_utils.h | 0 .../uffs/src/inc/uffs/uffs_version.h | 0 .../uffs/src/platform/CMakeLists.txt | 0 .../uffs/src/platform/posix/uffs_config.h | 0 .../uffs/src/platform/posix/uffs_os.c | 0 .../uffs/src/platform/win32/uffs_config.h | 0 .../uffs/src/platform/win32/uffs_os.c | 0 .../filesystems/uffs/src/uffs/CMakeLists.txt | 0 .../filesystems/uffs/src/uffs/uffs_badblock.c | 0 .../filesystems/uffs/src/uffs/uffs_blockinfo.c | 0 .../dfs/filesystems/uffs/src/uffs/uffs_buf.c | 0 .../dfs/filesystems/uffs/src/uffs/uffs_crc.c | 0 .../dfs/filesystems/uffs/src/uffs/uffs_debug.c | 0 .../filesystems/uffs/src/uffs/uffs_device.c | 0 .../dfs/filesystems/uffs/src/uffs/uffs_ecc.c | 0 .../dfs/filesystems/uffs/src/uffs/uffs_fd.c | 0 .../dfs/filesystems/uffs/src/uffs/uffs_find.c | 0 .../dfs/filesystems/uffs/src/uffs/uffs_flash.c | 0 .../dfs/filesystems/uffs/src/uffs/uffs_fs.c | 0 .../dfs/filesystems/uffs/src/uffs/uffs_init.c | 0 .../dfs/filesystems/uffs/src/uffs/uffs_mem.c | 0 .../dfs/filesystems/uffs/src/uffs/uffs_mtb.c | 0 .../dfs/filesystems/uffs/src/uffs/uffs_pool.c | 0 .../filesystems/uffs/src/uffs/uffs_public.c | 0 .../dfs/filesystems/uffs/src/uffs/uffs_tree.c | 0 .../dfs/filesystems/uffs/src/uffs/uffs_utils.c | 0 .../filesystems/uffs/src/uffs/uffs_version.c | 0 .../filesystems/uffs/src/utils/CMakeLists.txt | 0 .../dfs/filesystems/uffs/src/utils/mkuffs.c | 0 .../uffs/tools/chomp_uffs_perror.rb | 0 .../dfs/filesystems/uffs/tools/format_code.rb | 0 .../dfs/filesystems/uffs/tools/make_package.sh | 0 components/dfs/filesystems/uffs/uffs_config.h | 0 components/dfs/filesystems/uffs/uffs_nandif.c | 0 .../dfs/filesystems/uffs/uffs_rtthread.c | 0 components/dfs/include/dfs.h | 0 components/dfs/include/dfs_file.h | 0 components/dfs/include/dfs_fs.h | 0 components/dfs/include/dfs_poll.h | 0 components/dfs/include/dfs_posix.h | 0 components/dfs/include/dfs_private.h | 0 components/dfs/include/dfs_select.h | 0 components/dfs/src/dfs.c | 0 components/dfs/src/dfs_file.c | 0 components/dfs/src/dfs_fs.c | 0 components/dfs/src/dfs_posix.c | 0 components/dfs/src/poll.c | 0 components/dfs/src/select.c | 0 components/drivers/SConscript | 0 components/drivers/audio/SConscript | 0 components/drivers/audio/audio.c | 0 components/drivers/audio/audio_pipe.c | 0 components/drivers/audio/audio_pipe.h | 0 components/drivers/can/SConscript | 0 components/drivers/can/can.c | 0 components/drivers/can/readme-zh.txt | 0 components/drivers/cputime/SConscript | 0 components/drivers/cputime/cputime.c | 0 components/drivers/cputime/cputime_cortexm.c | 0 components/drivers/hwcrypto/SConscript | 0 components/drivers/hwcrypto/hw_bignum.c | 0 components/drivers/hwcrypto/hw_bignum.h | 0 components/drivers/hwcrypto/hw_crc.c | 0 components/drivers/hwcrypto/hw_crc.h | 0 components/drivers/hwcrypto/hw_gcm.c | 0 components/drivers/hwcrypto/hw_gcm.h | 0 components/drivers/hwcrypto/hw_hash.c | 0 components/drivers/hwcrypto/hw_hash.h | 0 components/drivers/hwcrypto/hw_rng.c | 0 components/drivers/hwcrypto/hw_rng.h | 0 components/drivers/hwcrypto/hw_symmetric.c | 0 components/drivers/hwcrypto/hw_symmetric.h | 0 components/drivers/hwcrypto/hwcrypto.c | 0 components/drivers/hwcrypto/hwcrypto.h | 0 components/drivers/hwtimer/README_CN.md | 0 components/drivers/hwtimer/SConscript | 0 components/drivers/hwtimer/hwtimer.c | 0 components/drivers/i2c/SConscript | 0 components/drivers/i2c/i2c-bit-ops.c | 0 components/drivers/i2c/i2c_core.c | 0 components/drivers/i2c/i2c_dev.c | 0 components/drivers/include/drivers/adc.h | 0 components/drivers/include/drivers/alarm.h | 0 components/drivers/include/drivers/audio.h | 0 components/drivers/include/drivers/can.h | 0 components/drivers/include/drivers/cputime.h | 0 components/drivers/include/drivers/crypto.h | 0 components/drivers/include/drivers/hwtimer.h | 0 .../drivers/include/drivers/i2c-bit-ops.h | 0 components/drivers/include/drivers/i2c.h | 0 components/drivers/include/drivers/i2c_dev.h | 0 components/drivers/include/drivers/mmc.h | 0 .../drivers/include/drivers/mmcsd_card.h | 0 components/drivers/include/drivers/mmcsd_cmd.h | 0 .../drivers/include/drivers/mmcsd_core.h | 0 .../drivers/include/drivers/mmcsd_host.h | 0 components/drivers/include/drivers/mtd_nand.h | 0 components/drivers/include/drivers/mtd_nor.h | 0 components/drivers/include/drivers/pin.h | 0 components/drivers/include/drivers/pm.h | 0 .../drivers/include/drivers/pulse_encoder.h | 0 .../drivers/include/drivers/rt_drv_pwm.h | 0 .../drivers/include/drivers/rt_inputcapture.h | 0 components/drivers/include/drivers/rtc.h | 0 components/drivers/include/drivers/sd.h | 0 components/drivers/include/drivers/sdio.h | 0 .../drivers/include/drivers/sdio_func_ids.h | 0 components/drivers/include/drivers/serial.h | 0 components/drivers/include/drivers/spi.h | 0 .../drivers/include/drivers/usb_common.h | 0 .../drivers/include/drivers/usb_device.h | 0 components/drivers/include/drivers/usb_host.h | 0 components/drivers/include/drivers/watchdog.h | 0 components/drivers/include/drivers/wlan.h | 0 components/drivers/include/ipc/completion.h | 0 components/drivers/include/ipc/dataqueue.h | 0 components/drivers/include/ipc/pipe.h | 0 components/drivers/include/ipc/poll.h | 0 components/drivers/include/ipc/ringblk_buf.h | 0 components/drivers/include/ipc/ringbuffer.h | 0 components/drivers/include/ipc/waitqueue.h | 0 components/drivers/include/ipc/workqueue.h | 0 components/drivers/include/rtdevice.h | 0 components/drivers/misc/SConscript | 0 components/drivers/misc/adc.c | 0 components/drivers/misc/pin.c | 0 components/drivers/misc/pulse_encoder.c | 0 components/drivers/misc/rt_drv_pwm.c | 0 components/drivers/misc/rt_inputcapture.c | 0 components/drivers/mtd/SConscript | 0 components/drivers/mtd/mtd_nand.c | 0 components/drivers/mtd/mtd_nor.c | 0 components/drivers/pm/SConscript | 0 components/drivers/pm/pm.c | 0 components/drivers/rtc/README.md | 0 components/drivers/rtc/SConscript | 0 components/drivers/rtc/alarm.c | 0 components/drivers/rtc/rtc.c | 0 components/drivers/rtc/soft_rtc.c | 0 components/drivers/sdio/SConscript | 0 components/drivers/sdio/block_dev.c | 0 components/drivers/sdio/mmc.c | 0 components/drivers/sdio/mmcsd_core.c | 0 components/drivers/sdio/sd.c | 0 components/drivers/sdio/sdio.c | 0 components/drivers/sensors/SConscript | 0 components/drivers/sensors/sensor.c | 0 components/drivers/serial/SConscript | 0 components/drivers/serial/serial.c | 0 components/drivers/spi/SConscript | 0 components/drivers/spi/device_driver_list.txt | 0 components/drivers/spi/enc28j60.c | 0 components/drivers/spi/enc28j60.h | 0 components/drivers/spi/qspi_core.c | 0 components/drivers/spi/sfud/LICENSE | 0 components/drivers/spi/sfud/README.md | 0 components/drivers/spi/sfud/inc/sfud.h | 0 components/drivers/spi/sfud/inc/sfud_cfg.h | 0 components/drivers/spi/sfud/inc/sfud_def.h | 0 .../drivers/spi/sfud/inc/sfud_flash_def.h | 0 components/drivers/spi/sfud/src/sfud.c | 0 components/drivers/spi/sfud/src/sfud_sfdp.c | 0 components/drivers/spi/spi_core.c | 0 components/drivers/spi/spi_dev.c | 0 components/drivers/spi/spi_flash.h | 0 components/drivers/spi/spi_flash_sfud.c | 0 components/drivers/spi/spi_flash_sfud.h | 0 components/drivers/spi/spi_msd.c | 0 components/drivers/spi/spi_msd.h | 0 components/drivers/spi/spi_wifi_rw009.c | 0 components/drivers/spi/spi_wifi_rw009.h | 0 components/drivers/src/SConscript | 0 components/drivers/src/completion.c | 0 components/drivers/src/dataqueue.c | 0 components/drivers/src/pipe.c | 0 components/drivers/src/ringblk_buf.c | 0 components/drivers/src/ringbuffer.c | 0 components/drivers/src/waitqueue.c | 0 components/drivers/src/workqueue.c | 0 components/drivers/touch/SConscript | 0 components/drivers/touch/touch.c | 0 components/drivers/touch/touch.h | 0 components/drivers/usb/SConscript | 0 components/drivers/usb/usbdevice/SConscript | 0 components/drivers/usb/usbdevice/class/audio.h | 0 .../drivers/usb/usbdevice/class/audio_mic.c | 0 .../usb/usbdevice/class/audio_speaker.c | 0 components/drivers/usb/usbdevice/class/cdc.h | 0 .../drivers/usb/usbdevice/class/cdc_vcom.c | 0 components/drivers/usb/usbdevice/class/ecm.c | 0 components/drivers/usb/usbdevice/class/hid.c | 0 components/drivers/usb/usbdevice/class/hid.h | 0 .../drivers/usb/usbdevice/class/mstorage.c | 0 .../drivers/usb/usbdevice/class/mstorage.h | 0 components/drivers/usb/usbdevice/class/ndis.h | 0 components/drivers/usb/usbdevice/class/rndis.c | 0 components/drivers/usb/usbdevice/class/rndis.h | 0 .../drivers/usb/usbdevice/class/winusb.c | 0 .../drivers/usb/usbdevice/class/winusb.h | 0 components/drivers/usb/usbdevice/core/core.c | 0 .../drivers/usb/usbdevice/core/usbdevice.c | 0 components/drivers/usb/usbhost/SConscript | 0 components/drivers/usb/usbhost/class/adk.c | 0 components/drivers/usb/usbhost/class/adk.h | 0 components/drivers/usb/usbhost/class/hid.c | 0 components/drivers/usb/usbhost/class/hid.h | 0 components/drivers/usb/usbhost/class/mass.c | 0 components/drivers/usb/usbhost/class/mass.h | 0 components/drivers/usb/usbhost/class/udisk.c | 0 components/drivers/usb/usbhost/class/ukbd.c | 0 components/drivers/usb/usbhost/class/umouse.c | 0 components/drivers/usb/usbhost/core/core.c | 0 components/drivers/usb/usbhost/core/driver.c | 0 components/drivers/usb/usbhost/core/hub.c | 0 components/drivers/usb/usbhost/core/usbhost.c | 0 components/drivers/watchdog/SConscript | 0 components/drivers/watchdog/watchdog.c | 0 components/drivers/wlan/SConscript | 0 components/drivers/wlan/wlan_cfg.c | 0 components/drivers/wlan/wlan_cfg.h | 0 components/drivers/wlan/wlan_cmd.c | 0 components/drivers/wlan/wlan_dev.c | 0 components/drivers/wlan/wlan_dev.h | 0 components/drivers/wlan/wlan_lwip.c | 0 components/drivers/wlan/wlan_mgnt.c | 0 components/drivers/wlan/wlan_mgnt.h | 0 components/drivers/wlan/wlan_prot.c | 0 components/drivers/wlan/wlan_prot.h | 0 components/drivers/wlan/wlan_workqueue.c | 0 components/drivers/wlan/wlan_workqueue.h | 0 components/finsh/Kconfig | 0 components/finsh/SConscript | 0 components/finsh/cmd.c | 0 components/finsh/finsh.h | 0 components/finsh/finsh_api.h | 0 components/finsh/finsh_compiler.c | 0 components/finsh/finsh_error.c | 0 components/finsh/finsh_error.h | 0 components/finsh/finsh_heap.c | 0 components/finsh/finsh_heap.h | 0 components/finsh/finsh_init.c | 0 components/finsh/finsh_node.c | 0 components/finsh/finsh_node.h | 0 components/finsh/finsh_ops.c | 0 components/finsh/finsh_ops.h | 0 components/finsh/finsh_parser.c | 0 components/finsh/finsh_parser.h | 0 components/finsh/finsh_token.c | 0 components/finsh/finsh_token.h | 0 components/finsh/finsh_var.c | 0 components/finsh/finsh_var.h | 0 components/finsh/finsh_vm.c | 0 components/finsh/finsh_vm.h | 0 components/finsh/msh.c | 0 components/finsh/msh.h | 0 components/finsh/msh_file.c | 0 components/finsh/shell.c | 0 components/finsh/shell.h | 0 components/finsh/symbol.c | 0 components/libc/Kconfig | 0 components/libc/SConscript | 0 components/libc/aio/SConscript | 0 components/libc/aio/posix_aio.c | 0 components/libc/aio/posix_aio.h | 0 components/libc/compilers/SConscript | 0 components/libc/compilers/armlibc/SConscript | 0 components/libc/compilers/armlibc/dirent.h | 0 components/libc/compilers/armlibc/fcntl.h | 0 components/libc/compilers/armlibc/libc.c | 0 components/libc/compilers/armlibc/libc.h | 0 components/libc/compilers/armlibc/libc_syms.c | 0 components/libc/compilers/armlibc/mem_std.c | 0 components/libc/compilers/armlibc/stdio.c | 0 components/libc/compilers/armlibc/stubs.c | 0 .../libc/compilers/armlibc/sys/README.md | 0 components/libc/compilers/armlibc/sys/errno.h | 0 components/libc/compilers/armlibc/sys/mman.h | 0 components/libc/compilers/armlibc/sys/stat.h | 0 components/libc/compilers/armlibc/sys/types.h | 0 components/libc/compilers/armlibc/sys/unistd.h | 0 components/libc/compilers/armlibc/termios.h | 0 components/libc/compilers/armlibc/unistd.h | 0 components/libc/compilers/common/SConscript | 0 components/libc/compilers/common/sys/time.h | 0 components/libc/compilers/common/time.c | 0 components/libc/compilers/dlib/README.md | 0 components/libc/compilers/dlib/SConscript | 0 components/libc/compilers/dlib/dirent.h | 0 components/libc/compilers/dlib/environ.c | 0 components/libc/compilers/dlib/fcntl.h | 0 components/libc/compilers/dlib/libc.c | 0 components/libc/compilers/dlib/libc.h | 0 components/libc/compilers/dlib/rmtx.c | 0 components/libc/compilers/dlib/stdio.c | 0 components/libc/compilers/dlib/sys/README.md | 0 components/libc/compilers/dlib/sys/errno.h | 0 components/libc/compilers/dlib/sys/mman.h | 0 components/libc/compilers/dlib/sys/signal.h | 0 components/libc/compilers/dlib/sys/stat.h | 0 components/libc/compilers/dlib/sys/types.h | 0 components/libc/compilers/dlib/sys/unistd.h | 0 components/libc/compilers/dlib/syscall_close.c | 0 components/libc/compilers/dlib/syscall_lseek.c | 0 components/libc/compilers/dlib/syscall_mem.c | 0 components/libc/compilers/dlib/syscall_open.c | 0 components/libc/compilers/dlib/syscall_read.c | 0 .../libc/compilers/dlib/syscall_remove.c | 0 components/libc/compilers/dlib/syscall_write.c | 0 components/libc/compilers/dlib/syscalls.h | 0 components/libc/compilers/dlib/termios.h | 0 components/libc/compilers/dlib/unistd.h | 0 components/libc/compilers/minilibc/SConscript | 0 components/libc/compilers/minilibc/ctype.c | 0 components/libc/compilers/minilibc/ctype.h | 0 components/libc/compilers/minilibc/errno.h | 0 components/libc/compilers/minilibc/inttypes.h | 0 components/libc/compilers/minilibc/math.c | 0 components/libc/compilers/minilibc/math.h | 0 components/libc/compilers/minilibc/qsort.c | 0 components/libc/compilers/minilibc/rand.c | 0 components/libc/compilers/minilibc/stddef.h | 0 components/libc/compilers/minilibc/stdint.h | 0 components/libc/compilers/minilibc/stdio.h | 0 components/libc/compilers/minilibc/stdlib.c | 0 components/libc/compilers/minilibc/stdlib.h | 0 components/libc/compilers/minilibc/string.c | 0 components/libc/compilers/minilibc/string.h | 0 components/libc/compilers/minilibc/sys/mman.h | 0 components/libc/compilers/minilibc/sys/stat.h | 0 components/libc/compilers/minilibc/sys/time.h | 0 components/libc/compilers/minilibc/sys/types.h | 0 components/libc/compilers/minilibc/time.c | 0 components/libc/compilers/minilibc/time.h | 0 components/libc/compilers/newlib/SConscript | 0 components/libc/compilers/newlib/libc.c | 0 components/libc/compilers/newlib/libc.h | 0 components/libc/compilers/newlib/libc_syms.c | 0 components/libc/compilers/newlib/stdio.c | 0 components/libc/compilers/newlib/sys/dirent.h | 0 components/libc/compilers/newlib/sys/mman.h | 0 components/libc/compilers/newlib/sys/statfs.h | 0 components/libc/compilers/newlib/sys/termios.h | 0 components/libc/compilers/newlib/syscalls.c | 0 components/libc/compilers/newlib/termios.h | 0 components/libc/compilers/newlib/time.c | 0 components/libc/libdl/SConscript | 0 components/libc/libdl/arch/arm.c | 0 components/libc/libdl/arch/x86.c | 0 components/libc/libdl/dlclose.c | 0 components/libc/libdl/dlelf.c | 0 components/libc/libdl/dlelf.h | 0 components/libc/libdl/dlerror.c | 0 components/libc/libdl/dlfcn.h | 0 components/libc/libdl/dlmodule.c | 0 components/libc/libdl/dlmodule.h | 0 components/libc/libdl/dlopen.c | 0 components/libc/libdl/dlsym.c | 0 components/libc/mmap/SConscript | 0 components/libc/mmap/posix_mmap.c | 0 components/libc/pthreads/SConscript | 0 components/libc/pthreads/mqueue.c | 0 components/libc/pthreads/mqueue.h | 0 components/libc/pthreads/posix_types.h | 0 components/libc/pthreads/pthread.h | 0 components/libc/pthreads/pthread_attr.c | 0 components/libc/pthreads/pthread_barrier.c | 0 components/libc/pthreads/pthread_cond.c | 0 components/libc/pthreads/pthread_internal.h | 0 components/libc/pthreads/pthread_mutex.c | 0 components/libc/pthreads/pthread_rwlock.c | 0 components/libc/pthreads/pthread_spin.c | 0 components/libc/pthreads/pthread_tls.c | 0 components/libc/pthreads/sched.c | 0 components/libc/pthreads/sched.h | 0 components/libc/pthreads/semaphore.c | 0 components/libc/pthreads/semaphore.h | 0 components/libc/signal/SConscript | 0 components/libc/signal/posix_signal.c | 0 components/libc/signal/posix_signal.h | 0 components/libc/termios/SConscript | 0 components/libc/termios/posix_termios.c | 0 components/libc/termios/posix_termios.h | 0 components/libc/time/SConscript | 0 components/libc/time/clock_time.c | 0 components/libc/time/clock_time.h | 0 components/libc/time/posix_sleep.c | 0 components/lwp/Kconfig | 0 components/lwp/SConscript | 0 components/lwp/arch/arm/arm926/lwp_gcc.S | 0 components/lwp/arch/arm/cortex-a/lwp_gcc.S | 0 components/lwp/arch/arm/cortex-a9/lwp_gcc.S | 0 components/lwp/arch/arm/cortex-m3/lwp_gcc.S | 0 components/lwp/arch/arm/cortex-m3/lwp_iar.S | 0 components/lwp/arch/arm/cortex-m3/lwp_rvds.S | 0 components/lwp/arch/arm/cortex-m4/lwp_gcc.S | 0 components/lwp/arch/arm/cortex-m4/lwp_iar.S | 0 components/lwp/arch/arm/cortex-m4/lwp_rvds.S | 0 components/lwp/arch/arm/cortex-m7/lwp_gcc.S | 0 components/lwp/arch/arm/cortex-m7/lwp_iar.S | 0 components/lwp/arch/arm/cortex-m7/lwp_rvds.S | 0 components/lwp/lwp.c | 0 components/lwp/lwp.h | 0 components/lwp/lwp_mem.c | 0 components/lwp/lwp_mem.h | 0 components/lwp/lwp_memheap.c | 0 components/lwp/lwp_memheap.h | 0 components/lwp/lwp_syscall.c | 0 components/lwp/lwp_syscall.h | 0 components/net/Kconfig | 0 components/net/SConscript | 0 components/net/at/Kconfig | 0 components/net/at/SConscript | 0 components/net/at/at_socket/at_socket.c | 0 components/net/at/at_socket/at_socket.h | 0 components/net/at/include/at.h | 0 components/net/at/include/at_log.h | 0 components/net/at/src/at_base_cmd.c | 0 components/net/at/src/at_cli.c | 0 components/net/at/src/at_client.c | 0 components/net/at/src/at_server.c | 0 components/net/at/src/at_utils.c | 0 components/net/lwip-1.4.1/CHANGELOG | 0 components/net/lwip-1.4.1/COPYING | 0 components/net/lwip-1.4.1/FILES | 0 components/net/lwip-1.4.1/README | 0 components/net/lwip-1.4.1/READTEST.md | 0 components/net/lwip-1.4.1/SConscript | 0 components/net/lwip-1.4.1/UPGRADING | 0 components/net/lwip-1.4.1/doc/FILES | 0 components/net/lwip-1.4.1/doc/contrib.txt | 0 components/net/lwip-1.4.1/doc/rawapi.txt | 0 components/net/lwip-1.4.1/doc/savannah.txt | 0 components/net/lwip-1.4.1/doc/snmp_agent.txt | 0 components/net/lwip-1.4.1/doc/sys_arch.txt | 0 components/net/lwip-1.4.1/src/FILES | 0 components/net/lwip-1.4.1/src/api/api_lib.c | 0 components/net/lwip-1.4.1/src/api/api_msg.c | 0 components/net/lwip-1.4.1/src/api/err.c | 0 components/net/lwip-1.4.1/src/api/netbuf.c | 0 components/net/lwip-1.4.1/src/api/netdb.c | 0 components/net/lwip-1.4.1/src/api/netifapi.c | 0 components/net/lwip-1.4.1/src/api/sockets.c | 0 components/net/lwip-1.4.1/src/api/tcpip.c | 0 components/net/lwip-1.4.1/src/apps/ping/ping.c | 0 .../src/arch/include/arch/bpstruct.h | 0 .../net/lwip-1.4.1/src/arch/include/arch/cc.h | 0 .../src/arch/include/arch/epstruct.h | 0 .../lwip-1.4.1/src/arch/include/arch/perf.h | 0 .../src/arch/include/arch/sys_arch.h | 0 components/net/lwip-1.4.1/src/arch/sys_arch.c | 0 components/net/lwip-1.4.1/src/core/def.c | 0 components/net/lwip-1.4.1/src/core/dhcp.c | 0 components/net/lwip-1.4.1/src/core/dns.c | 0 components/net/lwip-1.4.1/src/core/init.c | 0 .../net/lwip-1.4.1/src/core/ipv4/autoip.c | 0 components/net/lwip-1.4.1/src/core/ipv4/icmp.c | 0 components/net/lwip-1.4.1/src/core/ipv4/igmp.c | 0 components/net/lwip-1.4.1/src/core/ipv4/inet.c | 0 .../net/lwip-1.4.1/src/core/ipv4/inet_chksum.c | 0 components/net/lwip-1.4.1/src/core/ipv4/ip.c | 0 .../net/lwip-1.4.1/src/core/ipv4/ip_addr.c | 0 .../net/lwip-1.4.1/src/core/ipv4/ip_frag.c | 0 components/net/lwip-1.4.1/src/core/ipv6/README | 0 .../net/lwip-1.4.1/src/core/ipv6/icmp6.c | 0 .../net/lwip-1.4.1/src/core/ipv6/inet6.c | 0 components/net/lwip-1.4.1/src/core/ipv6/ip6.c | 0 .../net/lwip-1.4.1/src/core/ipv6/ip6_addr.c | 0 components/net/lwip-1.4.1/src/core/mem.c | 0 components/net/lwip-1.4.1/src/core/memp.c | 0 components/net/lwip-1.4.1/src/core/netif.c | 0 components/net/lwip-1.4.1/src/core/pbuf.c | 0 components/net/lwip-1.4.1/src/core/raw.c | 0 .../net/lwip-1.4.1/src/core/snmp/asn1_dec.c | 0 .../net/lwip-1.4.1/src/core/snmp/asn1_enc.c | 0 components/net/lwip-1.4.1/src/core/snmp/mib2.c | 0 .../net/lwip-1.4.1/src/core/snmp/mib_structs.c | 0 .../net/lwip-1.4.1/src/core/snmp/msg_in.c | 0 .../net/lwip-1.4.1/src/core/snmp/msg_out.c | 0 components/net/lwip-1.4.1/src/core/stats.c | 0 components/net/lwip-1.4.1/src/core/sys.c | 0 components/net/lwip-1.4.1/src/core/tcp.c | 0 components/net/lwip-1.4.1/src/core/tcp_in.c | 0 components/net/lwip-1.4.1/src/core/tcp_out.c | 0 components/net/lwip-1.4.1/src/core/timers.c | 0 components/net/lwip-1.4.1/src/core/udp.c | 0 .../lwip-1.4.1/src/include/ipv4/lwip/autoip.h | 0 .../lwip-1.4.1/src/include/ipv4/lwip/icmp.h | 0 .../lwip-1.4.1/src/include/ipv4/lwip/igmp.h | 0 .../lwip-1.4.1/src/include/ipv4/lwip/inet.h | 0 .../src/include/ipv4/lwip/inet_chksum.h | 0 .../net/lwip-1.4.1/src/include/ipv4/lwip/ip.h | 0 .../lwip-1.4.1/src/include/ipv4/lwip/ip_addr.h | 0 .../lwip-1.4.1/src/include/ipv4/lwip/ip_frag.h | 0 .../lwip-1.4.1/src/include/ipv6/lwip/icmp.h | 0 .../lwip-1.4.1/src/include/ipv6/lwip/inet.h | 0 .../net/lwip-1.4.1/src/include/ipv6/lwip/ip.h | 0 .../lwip-1.4.1/src/include/ipv6/lwip/ip_addr.h | 0 .../net/lwip-1.4.1/src/include/lwip/api.h | 0 .../net/lwip-1.4.1/src/include/lwip/api_msg.h | 0 .../net/lwip-1.4.1/src/include/lwip/arch.h | 0 .../net/lwip-1.4.1/src/include/lwip/debug.h | 0 .../net/lwip-1.4.1/src/include/lwip/def.h | 0 .../net/lwip-1.4.1/src/include/lwip/dhcp.h | 0 .../net/lwip-1.4.1/src/include/lwip/dns.h | 0 .../net/lwip-1.4.1/src/include/lwip/err.h | 0 .../net/lwip-1.4.1/src/include/lwip/init.h | 0 .../net/lwip-1.4.1/src/include/lwip/mem.h | 0 .../net/lwip-1.4.1/src/include/lwip/memp.h | 0 .../net/lwip-1.4.1/src/include/lwip/memp_std.h | 0 .../net/lwip-1.4.1/src/include/lwip/netbuf.h | 0 .../net/lwip-1.4.1/src/include/lwip/netdb.h | 0 .../net/lwip-1.4.1/src/include/lwip/netif.h | 0 .../net/lwip-1.4.1/src/include/lwip/netifapi.h | 0 .../net/lwip-1.4.1/src/include/lwip/opt.h | 0 .../net/lwip-1.4.1/src/include/lwip/pbuf.h | 0 .../net/lwip-1.4.1/src/include/lwip/raw.h | 0 .../net/lwip-1.4.1/src/include/lwip/sio.h | 0 .../net/lwip-1.4.1/src/include/lwip/snmp.h | 0 .../lwip-1.4.1/src/include/lwip/snmp_asn1.h | 0 .../net/lwip-1.4.1/src/include/lwip/snmp_msg.h | 0 .../lwip-1.4.1/src/include/lwip/snmp_structs.h | 0 .../net/lwip-1.4.1/src/include/lwip/sockets.h | 0 .../net/lwip-1.4.1/src/include/lwip/stats.h | 0 .../net/lwip-1.4.1/src/include/lwip/sys.h | 0 .../net/lwip-1.4.1/src/include/lwip/tcp.h | 0 .../net/lwip-1.4.1/src/include/lwip/tcp_impl.h | 0 .../net/lwip-1.4.1/src/include/lwip/tcpip.h | 0 .../net/lwip-1.4.1/src/include/lwip/timers.h | 0 .../net/lwip-1.4.1/src/include/lwip/udp.h | 0 .../net/lwip-1.4.1/src/include/netif/etharp.h | 0 .../lwip-1.4.1/src/include/netif/ethernetif.h | 0 .../net/lwip-1.4.1/src/include/netif/ppp_oe.h | 0 .../net/lwip-1.4.1/src/include/netif/slipif.h | 0 .../net/lwip-1.4.1/src/include/posix/netdb.h | 0 .../lwip-1.4.1/src/include/posix/sys/socket.h | 0 components/net/lwip-1.4.1/src/lwipopts.h | 0 components/net/lwip-1.4.1/src/netif/FILES | 0 components/net/lwip-1.4.1/src/netif/etharp.c | 0 .../net/lwip-1.4.1/src/netif/ethernetif.c | 0 components/net/lwip-1.4.1/src/netif/ppp/auth.c | 0 components/net/lwip-1.4.1/src/netif/ppp/auth.h | 0 components/net/lwip-1.4.1/src/netif/ppp/chap.c | 0 components/net/lwip-1.4.1/src/netif/ppp/chap.h | 0 .../net/lwip-1.4.1/src/netif/ppp/chpms.c | 0 .../net/lwip-1.4.1/src/netif/ppp/chpms.h | 0 components/net/lwip-1.4.1/src/netif/ppp/fsm.c | 0 components/net/lwip-1.4.1/src/netif/ppp/fsm.h | 0 components/net/lwip-1.4.1/src/netif/ppp/ipcp.c | 0 components/net/lwip-1.4.1/src/netif/ppp/ipcp.h | 0 components/net/lwip-1.4.1/src/netif/ppp/lcp.c | 0 components/net/lwip-1.4.1/src/netif/ppp/lcp.h | 0 .../net/lwip-1.4.1/src/netif/ppp/magic.c | 0 .../net/lwip-1.4.1/src/netif/ppp/magic.h | 0 components/net/lwip-1.4.1/src/netif/ppp/md5.c | 0 components/net/lwip-1.4.1/src/netif/ppp/md5.h | 0 components/net/lwip-1.4.1/src/netif/ppp/pap.c | 0 components/net/lwip-1.4.1/src/netif/ppp/pap.h | 0 components/net/lwip-1.4.1/src/netif/ppp/ppp.c | 0 components/net/lwip-1.4.1/src/netif/ppp/ppp.h | 0 .../net/lwip-1.4.1/src/netif/ppp/ppp_impl.h | 0 .../net/lwip-1.4.1/src/netif/ppp/ppp_oe.c | 0 .../net/lwip-1.4.1/src/netif/ppp/pppdebug.h | 0 .../net/lwip-1.4.1/src/netif/ppp/randm.c | 0 .../net/lwip-1.4.1/src/netif/ppp/randm.h | 0 components/net/lwip-1.4.1/src/netif/ppp/vj.c | 0 components/net/lwip-1.4.1/src/netif/ppp/vj.h | 0 components/net/lwip-1.4.1/src/netif/slipif.c | 0 .../net/lwip-1.4.1/test/unit/core/test_mem.c | 0 .../net/lwip-1.4.1/test/unit/core/test_mem.h | 0 .../lwip-1.4.1/test/unit/etharp/test_etharp.c | 0 .../lwip-1.4.1/test/unit/etharp/test_etharp.h | 0 .../net/lwip-1.4.1/test/unit/lwip_check.h | 0 .../net/lwip-1.4.1/test/unit/lwip_unittests.c | 0 components/net/lwip-1.4.1/test/unit/lwipopts.h | 0 .../net/lwip-1.4.1/test/unit/tcp/tcp_helper.c | 0 .../net/lwip-1.4.1/test/unit/tcp/tcp_helper.h | 0 .../net/lwip-1.4.1/test/unit/tcp/test_tcp.c | 0 .../net/lwip-1.4.1/test/unit/tcp/test_tcp.h | 0 .../lwip-1.4.1/test/unit/tcp/test_tcp_oos.c | 0 .../lwip-1.4.1/test/unit/tcp/test_tcp_oos.h | 0 .../net/lwip-1.4.1/test/unit/udp/test_udp.c | 0 .../net/lwip-1.4.1/test/unit/udp/test_udp.h | 0 components/net/lwip-2.0.2/CHANGELOG | 0 components/net/lwip-2.0.2/COPYING | 0 components/net/lwip-2.0.2/FILES | 0 components/net/lwip-2.0.2/README | 0 components/net/lwip-2.0.2/READTEST.md | 0 components/net/lwip-2.0.2/SConscript | 0 components/net/lwip-2.0.2/UPGRADING | 0 components/net/lwip-2.0.2/doc/FILES | 0 .../net/lwip-2.0.2/doc/NO_SYS_SampleCode.c | 0 components/net/lwip-2.0.2/doc/contrib.txt | 0 .../net/lwip-2.0.2/doc/doxygen/generate.bat | 0 .../net/lwip-2.0.2/doc/doxygen/generate.sh | 0 .../net/lwip-2.0.2/doc/doxygen/lwip.Doxyfile | 0 .../net/lwip-2.0.2/doc/doxygen/main_page.h | 0 .../lwip-2.0.2/doc/doxygen/output/index.html | 0 components/net/lwip-2.0.2/doc/doxygen_docs.zip | Bin components/net/lwip-2.0.2/doc/mdns.txt | 0 components/net/lwip-2.0.2/doc/mqtt_client.txt | 0 components/net/lwip-2.0.2/doc/ppp.txt | 0 components/net/lwip-2.0.2/doc/rawapi.txt | 0 components/net/lwip-2.0.2/doc/savannah.txt | 0 components/net/lwip-2.0.2/doc/sys_arch.txt | 0 components/net/lwip-2.0.2/src/FILES | 0 components/net/lwip-2.0.2/src/Filelists.mk | 0 components/net/lwip-2.0.2/src/api/api_lib.c | 0 components/net/lwip-2.0.2/src/api/api_msg.c | 0 components/net/lwip-2.0.2/src/api/err.c | 0 components/net/lwip-2.0.2/src/api/netbuf.c | 0 components/net/lwip-2.0.2/src/api/netdb.c | 0 components/net/lwip-2.0.2/src/api/netifapi.c | 0 components/net/lwip-2.0.2/src/api/sockets.c | 0 components/net/lwip-2.0.2/src/api/tcpip.c | 0 components/net/lwip-2.0.2/src/apps/README.md | 0 components/net/lwip-2.0.2/src/apps/httpd/fs.c | 0 .../net/lwip-2.0.2/src/apps/httpd/fs/404.html | 0 .../lwip-2.0.2/src/apps/httpd/fs/img/sics.gif | Bin .../lwip-2.0.2/src/apps/httpd/fs/index.html | 0 .../net/lwip-2.0.2/src/apps/httpd/fsdata.c | 0 .../net/lwip-2.0.2/src/apps/httpd/fsdata.h | 0 .../net/lwip-2.0.2/src/apps/httpd/httpd.c | 0 .../lwip-2.0.2/src/apps/httpd/httpd_structs.h | 0 .../src/apps/httpd/makefsdata/makefsdata | 0 .../src/apps/httpd/makefsdata/makefsdata.c | 0 .../src/apps/httpd/makefsdata/readme.txt | 0 .../net/lwip-2.0.2/src/apps/lwiperf/lwiperf.c | 0 components/net/lwip-2.0.2/src/apps/mdns/mdns.c | 0 components/net/lwip-2.0.2/src/apps/mqtt/mqtt.c | 0 .../lwip-2.0.2/src/apps/netbiosns/netbiosns.c | 0 components/net/lwip-2.0.2/src/apps/ping/ping.c | 0 .../net/lwip-2.0.2/src/apps/snmp/snmp_asn1.c | 0 .../net/lwip-2.0.2/src/apps/snmp/snmp_asn1.h | 0 .../net/lwip-2.0.2/src/apps/snmp/snmp_core.c | 0 .../lwip-2.0.2/src/apps/snmp/snmp_core_priv.h | 0 .../net/lwip-2.0.2/src/apps/snmp/snmp_mib2.c | 0 .../lwip-2.0.2/src/apps/snmp/snmp_mib2_icmp.c | 0 .../src/apps/snmp/snmp_mib2_interfaces.c | 0 .../lwip-2.0.2/src/apps/snmp/snmp_mib2_ip.c | 0 .../lwip-2.0.2/src/apps/snmp/snmp_mib2_snmp.c | 0 .../src/apps/snmp/snmp_mib2_system.c | 0 .../lwip-2.0.2/src/apps/snmp/snmp_mib2_tcp.c | 0 .../lwip-2.0.2/src/apps/snmp/snmp_mib2_udp.c | 0 .../net/lwip-2.0.2/src/apps/snmp/snmp_msg.c | 0 .../net/lwip-2.0.2/src/apps/snmp/snmp_msg.h | 0 .../lwip-2.0.2/src/apps/snmp/snmp_netconn.c | 0 .../src/apps/snmp/snmp_pbuf_stream.c | 0 .../src/apps/snmp/snmp_pbuf_stream.h | 0 .../net/lwip-2.0.2/src/apps/snmp/snmp_raw.c | 0 .../net/lwip-2.0.2/src/apps/snmp/snmp_scalar.c | 0 .../net/lwip-2.0.2/src/apps/snmp/snmp_table.c | 0 .../lwip-2.0.2/src/apps/snmp/snmp_threadsync.c | 0 .../net/lwip-2.0.2/src/apps/snmp/snmp_traps.c | 0 .../net/lwip-2.0.2/src/apps/snmp/snmpv3.c | 0 .../lwip-2.0.2/src/apps/snmp/snmpv3_dummy.c | 0 .../lwip-2.0.2/src/apps/snmp/snmpv3_mbedtls.c | 0 .../net/lwip-2.0.2/src/apps/snmp/snmpv3_priv.h | 0 components/net/lwip-2.0.2/src/apps/sntp/sntp.c | 0 .../net/lwip-2.0.2/src/apps/tftp/tftp_port.c | 0 .../net/lwip-2.0.2/src/apps/tftp/tftp_server.c | 0 .../src/arch/include/arch/bpstruct.h | 0 .../net/lwip-2.0.2/src/arch/include/arch/cc.h | 0 .../src/arch/include/arch/epstruct.h | 0 .../lwip-2.0.2/src/arch/include/arch/perf.h | 0 .../src/arch/include/arch/sys_arch.h | 0 components/net/lwip-2.0.2/src/arch/sys_arch.c | 0 components/net/lwip-2.0.2/src/core/def.c | 0 components/net/lwip-2.0.2/src/core/dns.c | 0 .../net/lwip-2.0.2/src/core/inet_chksum.c | 0 components/net/lwip-2.0.2/src/core/init.c | 0 components/net/lwip-2.0.2/src/core/ip.c | 0 .../net/lwip-2.0.2/src/core/ipv4/autoip.c | 0 components/net/lwip-2.0.2/src/core/ipv4/dhcp.c | 0 .../net/lwip-2.0.2/src/core/ipv4/etharp.c | 0 components/net/lwip-2.0.2/src/core/ipv4/icmp.c | 0 components/net/lwip-2.0.2/src/core/ipv4/igmp.c | 0 components/net/lwip-2.0.2/src/core/ipv4/ip4.c | 0 .../net/lwip-2.0.2/src/core/ipv4/ip4_addr.c | 0 .../net/lwip-2.0.2/src/core/ipv4/ip4_frag.c | 0 .../net/lwip-2.0.2/src/core/ipv6/dhcp6.c | 0 .../net/lwip-2.0.2/src/core/ipv6/ethip6.c | 0 .../net/lwip-2.0.2/src/core/ipv6/icmp6.c | 0 .../net/lwip-2.0.2/src/core/ipv6/inet6.c | 0 components/net/lwip-2.0.2/src/core/ipv6/ip6.c | 0 .../net/lwip-2.0.2/src/core/ipv6/ip6_addr.c | 0 .../net/lwip-2.0.2/src/core/ipv6/ip6_frag.c | 0 components/net/lwip-2.0.2/src/core/ipv6/mld6.c | 0 components/net/lwip-2.0.2/src/core/ipv6/nd6.c | 0 components/net/lwip-2.0.2/src/core/mem.c | 0 components/net/lwip-2.0.2/src/core/memp.c | 0 components/net/lwip-2.0.2/src/core/netif.c | 0 components/net/lwip-2.0.2/src/core/pbuf.c | 0 components/net/lwip-2.0.2/src/core/raw.c | 0 components/net/lwip-2.0.2/src/core/stats.c | 0 components/net/lwip-2.0.2/src/core/sys.c | 0 components/net/lwip-2.0.2/src/core/tcp.c | 0 components/net/lwip-2.0.2/src/core/tcp_in.c | 0 components/net/lwip-2.0.2/src/core/tcp_out.c | 0 components/net/lwip-2.0.2/src/core/timeouts.c | 0 components/net/lwip-2.0.2/src/core/udp.c | 0 .../net/lwip-2.0.2/src/include/lwip/api.h | 0 .../net/lwip-2.0.2/src/include/lwip/apps/FILES | 0 .../net/lwip-2.0.2/src/include/lwip/apps/fs.h | 0 .../lwip-2.0.2/src/include/lwip/apps/httpd.h | 0 .../src/include/lwip/apps/httpd_opts.h | 0 .../lwip-2.0.2/src/include/lwip/apps/lwiperf.h | 0 .../lwip-2.0.2/src/include/lwip/apps/mdns.h | 0 .../src/include/lwip/apps/mdns_opts.h | 0 .../src/include/lwip/apps/mdns_priv.h | 0 .../lwip-2.0.2/src/include/lwip/apps/mqtt.h | 0 .../src/include/lwip/apps/mqtt_opts.h | 0 .../src/include/lwip/apps/netbiosns.h | 0 .../src/include/lwip/apps/netbiosns_opts.h | 0 .../lwip-2.0.2/src/include/lwip/apps/snmp.h | 0 .../src/include/lwip/apps/snmp_core.h | 0 .../src/include/lwip/apps/snmp_mib2.h | 0 .../src/include/lwip/apps/snmp_opts.h | 0 .../src/include/lwip/apps/snmp_scalar.h | 0 .../src/include/lwip/apps/snmp_table.h | 0 .../src/include/lwip/apps/snmp_threadsync.h | 0 .../lwip-2.0.2/src/include/lwip/apps/snmpv3.h | 0 .../lwip-2.0.2/src/include/lwip/apps/sntp.h | 0 .../src/include/lwip/apps/sntp_opts.h | 0 .../src/include/lwip/apps/tftp_opts.h | 0 .../src/include/lwip/apps/tftp_server.h | 0 .../net/lwip-2.0.2/src/include/lwip/arch.h | 0 .../net/lwip-2.0.2/src/include/lwip/autoip.h | 0 .../net/lwip-2.0.2/src/include/lwip/debug.h | 0 .../net/lwip-2.0.2/src/include/lwip/def.h | 0 .../net/lwip-2.0.2/src/include/lwip/dhcp.h | 0 .../net/lwip-2.0.2/src/include/lwip/dhcp6.h | 0 .../net/lwip-2.0.2/src/include/lwip/dns.h | 0 .../net/lwip-2.0.2/src/include/lwip/err.h | 0 .../net/lwip-2.0.2/src/include/lwip/errno.h | 0 .../net/lwip-2.0.2/src/include/lwip/etharp.h | 0 .../net/lwip-2.0.2/src/include/lwip/ethip6.h | 0 .../net/lwip-2.0.2/src/include/lwip/icmp.h | 0 .../net/lwip-2.0.2/src/include/lwip/icmp6.h | 0 .../net/lwip-2.0.2/src/include/lwip/igmp.h | 0 .../net/lwip-2.0.2/src/include/lwip/inet.h | 0 .../lwip-2.0.2/src/include/lwip/inet_chksum.h | 0 .../net/lwip-2.0.2/src/include/lwip/init.h | 0 .../net/lwip-2.0.2/src/include/lwip/ip.h | 0 .../net/lwip-2.0.2/src/include/lwip/ip4.h | 0 .../net/lwip-2.0.2/src/include/lwip/ip4_addr.h | 0 .../net/lwip-2.0.2/src/include/lwip/ip4_frag.h | 0 .../net/lwip-2.0.2/src/include/lwip/ip6.h | 0 .../net/lwip-2.0.2/src/include/lwip/ip6_addr.h | 0 .../net/lwip-2.0.2/src/include/lwip/ip6_frag.h | 0 .../net/lwip-2.0.2/src/include/lwip/ip_addr.h | 0 .../net/lwip-2.0.2/src/include/lwip/mem.h | 0 .../net/lwip-2.0.2/src/include/lwip/memp.h | 0 .../net/lwip-2.0.2/src/include/lwip/mld6.h | 0 .../net/lwip-2.0.2/src/include/lwip/nd6.h | 0 .../net/lwip-2.0.2/src/include/lwip/netbuf.h | 0 .../net/lwip-2.0.2/src/include/lwip/netdb.h | 0 .../net/lwip-2.0.2/src/include/lwip/netif.h | 0 .../net/lwip-2.0.2/src/include/lwip/netifapi.h | 0 .../net/lwip-2.0.2/src/include/lwip/opt.h | 0 .../net/lwip-2.0.2/src/include/lwip/pbuf.h | 0 .../lwip-2.0.2/src/include/lwip/priv/api_msg.h | 0 .../src/include/lwip/priv/memp_priv.h | 0 .../src/include/lwip/priv/memp_std.h | 0 .../src/include/lwip/priv/nd6_priv.h | 0 .../src/include/lwip/priv/tcp_priv.h | 0 .../src/include/lwip/priv/tcpip_priv.h | 0 .../lwip-2.0.2/src/include/lwip/prot/autoip.h | 0 .../lwip-2.0.2/src/include/lwip/prot/dhcp.h | 0 .../net/lwip-2.0.2/src/include/lwip/prot/dns.h | 0 .../lwip-2.0.2/src/include/lwip/prot/etharp.h | 0 .../src/include/lwip/prot/ethernet.h | 0 .../lwip-2.0.2/src/include/lwip/prot/icmp.h | 0 .../lwip-2.0.2/src/include/lwip/prot/icmp6.h | 0 .../lwip-2.0.2/src/include/lwip/prot/igmp.h | 0 .../net/lwip-2.0.2/src/include/lwip/prot/ip.h | 0 .../net/lwip-2.0.2/src/include/lwip/prot/ip4.h | 0 .../net/lwip-2.0.2/src/include/lwip/prot/ip6.h | 0 .../lwip-2.0.2/src/include/lwip/prot/mld6.h | 0 .../net/lwip-2.0.2/src/include/lwip/prot/nd6.h | 0 .../net/lwip-2.0.2/src/include/lwip/prot/tcp.h | 0 .../net/lwip-2.0.2/src/include/lwip/prot/udp.h | 0 .../net/lwip-2.0.2/src/include/lwip/raw.h | 0 .../net/lwip-2.0.2/src/include/lwip/sio.h | 0 .../net/lwip-2.0.2/src/include/lwip/snmp.h | 0 .../net/lwip-2.0.2/src/include/lwip/sockets.h | 0 .../net/lwip-2.0.2/src/include/lwip/stats.h | 0 .../net/lwip-2.0.2/src/include/lwip/sys.h | 0 .../net/lwip-2.0.2/src/include/lwip/tcp.h | 0 .../net/lwip-2.0.2/src/include/lwip/tcpip.h | 0 .../net/lwip-2.0.2/src/include/lwip/timeouts.h | 0 .../net/lwip-2.0.2/src/include/lwip/udp.h | 0 .../net/lwip-2.0.2/src/include/netif/etharp.h | 0 .../lwip-2.0.2/src/include/netif/ethernet.h | 0 .../lwip-2.0.2/src/include/netif/ethernetif.h | 0 .../net/lwip-2.0.2/src/include/netif/lowpan6.h | 0 .../src/include/netif/lowpan6_opts.h | 0 .../net/lwip-2.0.2/src/include/netif/ppp/ccp.h | 0 .../src/include/netif/ppp/chap-md5.h | 0 .../src/include/netif/ppp/chap-new.h | 0 .../lwip-2.0.2/src/include/netif/ppp/chap_ms.h | 0 .../net/lwip-2.0.2/src/include/netif/ppp/eap.h | 0 .../net/lwip-2.0.2/src/include/netif/ppp/ecp.h | 0 .../lwip-2.0.2/src/include/netif/ppp/eui64.h | 0 .../net/lwip-2.0.2/src/include/netif/ppp/fsm.h | 0 .../lwip-2.0.2/src/include/netif/ppp/ipcp.h | 0 .../lwip-2.0.2/src/include/netif/ppp/ipv6cp.h | 0 .../net/lwip-2.0.2/src/include/netif/ppp/lcp.h | 0 .../lwip-2.0.2/src/include/netif/ppp/magic.h | 0 .../lwip-2.0.2/src/include/netif/ppp/mppe.h | 0 .../src/include/netif/ppp/polarssl/arc4.h | 0 .../src/include/netif/ppp/polarssl/des.h | 0 .../src/include/netif/ppp/polarssl/md4.h | 0 .../src/include/netif/ppp/polarssl/md5.h | 0 .../src/include/netif/ppp/polarssl/sha1.h | 0 .../net/lwip-2.0.2/src/include/netif/ppp/ppp.h | 0 .../src/include/netif/ppp/ppp_impl.h | 0 .../src/include/netif/ppp/ppp_opts.h | 0 .../lwip-2.0.2/src/include/netif/ppp/pppapi.h | 0 .../src/include/netif/ppp/pppcrypt.h | 0 .../src/include/netif/ppp/pppdebug.h | 0 .../lwip-2.0.2/src/include/netif/ppp/pppoe.h | 0 .../src/include/netif/ppp/pppol2tp.h | 0 .../lwip-2.0.2/src/include/netif/ppp/pppos.h | 0 .../lwip-2.0.2/src/include/netif/ppp/upap.h | 0 .../net/lwip-2.0.2/src/include/netif/ppp/vj.h | 0 .../net/lwip-2.0.2/src/include/netif/slipif.h | 0 .../net/lwip-2.0.2/src/include/posix/netdb.h | 0 .../lwip-2.0.2/src/include/posix/sys/socket.h | 0 components/net/lwip-2.0.2/src/lwipopts.h | 0 components/net/lwip-2.0.2/src/lwippools.h | 0 components/net/lwip-2.0.2/src/netif/FILES | 0 components/net/lwip-2.0.2/src/netif/ethernet.c | 0 .../net/lwip-2.0.2/src/netif/ethernetif.c | 0 components/net/lwip-2.0.2/src/netif/lowpan6.c | 0 .../net/lwip-2.0.2/src/netif/ppp/PPPD_FOLLOWUP | 0 components/net/lwip-2.0.2/src/netif/ppp/auth.c | 0 components/net/lwip-2.0.2/src/netif/ppp/ccp.c | 0 .../net/lwip-2.0.2/src/netif/ppp/chap-md5.c | 0 .../net/lwip-2.0.2/src/netif/ppp/chap-new.c | 0 .../net/lwip-2.0.2/src/netif/ppp/chap_ms.c | 0 .../net/lwip-2.0.2/src/netif/ppp/demand.c | 0 components/net/lwip-2.0.2/src/netif/ppp/eap.c | 0 components/net/lwip-2.0.2/src/netif/ppp/ecp.c | 0 .../net/lwip-2.0.2/src/netif/ppp/eui64.c | 0 components/net/lwip-2.0.2/src/netif/ppp/fsm.c | 0 components/net/lwip-2.0.2/src/netif/ppp/ipcp.c | 0 .../net/lwip-2.0.2/src/netif/ppp/ipv6cp.c | 0 components/net/lwip-2.0.2/src/netif/ppp/lcp.c | 0 .../net/lwip-2.0.2/src/netif/ppp/magic.c | 0 components/net/lwip-2.0.2/src/netif/ppp/mppe.c | 0 .../net/lwip-2.0.2/src/netif/ppp/multilink.c | 0 .../lwip-2.0.2/src/netif/ppp/polarssl/README | 0 .../lwip-2.0.2/src/netif/ppp/polarssl/arc4.c | 0 .../lwip-2.0.2/src/netif/ppp/polarssl/des.c | 0 .../lwip-2.0.2/src/netif/ppp/polarssl/md4.c | 0 .../lwip-2.0.2/src/netif/ppp/polarssl/md5.c | 0 .../lwip-2.0.2/src/netif/ppp/polarssl/sha1.c | 0 components/net/lwip-2.0.2/src/netif/ppp/ppp.c | 0 .../net/lwip-2.0.2/src/netif/ppp/pppapi.c | 0 .../net/lwip-2.0.2/src/netif/ppp/pppcrypt.c | 0 .../net/lwip-2.0.2/src/netif/ppp/pppoe.c | 0 .../net/lwip-2.0.2/src/netif/ppp/pppol2tp.c | 0 .../net/lwip-2.0.2/src/netif/ppp/pppos.c | 0 components/net/lwip-2.0.2/src/netif/ppp/upap.c | 0 .../net/lwip-2.0.2/src/netif/ppp/utils.c | 0 components/net/lwip-2.0.2/src/netif/ppp/vj.c | 0 components/net/lwip-2.0.2/src/netif/slipif.c | 0 components/net/lwip-2.0.2/test/fuzz/Makefile | 0 components/net/lwip-2.0.2/test/fuzz/README | 0 components/net/lwip-2.0.2/test/fuzz/config.h | 0 components/net/lwip-2.0.2/test/fuzz/fuzz.c | 0 components/net/lwip-2.0.2/test/fuzz/lwipopts.h | 0 .../net/lwip-2.0.2/test/fuzz/output_to_pcap.sh | 0 .../net/lwip-2.0.2/test/unit/core/test_mem.c | 0 .../net/lwip-2.0.2/test/unit/core/test_mem.h | 0 .../net/lwip-2.0.2/test/unit/core/test_pbuf.c | 0 .../net/lwip-2.0.2/test/unit/core/test_pbuf.h | 0 .../net/lwip-2.0.2/test/unit/dhcp/test_dhcp.c | 0 .../net/lwip-2.0.2/test/unit/dhcp/test_dhcp.h | 0 .../lwip-2.0.2/test/unit/etharp/test_etharp.c | 0 .../lwip-2.0.2/test/unit/etharp/test_etharp.h | 0 .../net/lwip-2.0.2/test/unit/lwip_check.h | 0 .../net/lwip-2.0.2/test/unit/lwip_unittests.c | 0 components/net/lwip-2.0.2/test/unit/lwipopts.h | 0 .../net/lwip-2.0.2/test/unit/mdns/test_mdns.c | 0 .../net/lwip-2.0.2/test/unit/mdns/test_mdns.h | 0 .../net/lwip-2.0.2/test/unit/tcp/tcp_helper.c | 0 .../net/lwip-2.0.2/test/unit/tcp/tcp_helper.h | 0 .../net/lwip-2.0.2/test/unit/tcp/test_tcp.c | 0 .../net/lwip-2.0.2/test/unit/tcp/test_tcp.h | 0 .../lwip-2.0.2/test/unit/tcp/test_tcp_oos.c | 0 .../lwip-2.0.2/test/unit/tcp/test_tcp_oos.h | 0 .../net/lwip-2.0.2/test/unit/udp/test_udp.c | 0 .../net/lwip-2.0.2/test/unit/udp/test_udp.h | 0 components/net/lwip-2.1.0/CHANGELOG | 0 components/net/lwip-2.1.0/CMakeLists.txt | 0 components/net/lwip-2.1.0/COPYING | 0 components/net/lwip-2.1.0/FEATURES | 0 components/net/lwip-2.1.0/FILES | 0 components/net/lwip-2.1.0/README | 0 components/net/lwip-2.1.0/READTEST.md | 0 components/net/lwip-2.1.0/SConscript | 0 components/net/lwip-2.1.0/UPGRADING | 0 components/net/lwip-2.1.0/doc/FILES | 0 .../net/lwip-2.1.0/doc/NO_SYS_SampleCode.c | 0 components/net/lwip-2.1.0/doc/ZeroCopyRx.c | 0 components/net/lwip-2.1.0/doc/contrib.txt | 0 .../net/lwip-2.1.0/doc/doxygen/generate.bat | 0 .../net/lwip-2.1.0/doc/doxygen/generate.sh | 0 .../net/lwip-2.1.0/doc/doxygen/lwip.Doxyfile | 0 .../doc/doxygen/lwip.Doxyfile.cmake.in | 0 .../net/lwip-2.1.0/doc/doxygen/main_page.h | 0 .../lwip-2.1.0/doc/doxygen/output/index.html | 0 components/net/lwip-2.1.0/doc/mdns.txt | 0 components/net/lwip-2.1.0/doc/mqtt_client.txt | 0 components/net/lwip-2.1.0/doc/ppp.txt | 0 components/net/lwip-2.1.0/doc/savannah.txt | 0 components/net/lwip-2.1.0/src/FILES | 0 components/net/lwip-2.1.0/src/Filelists.cmake | 0 components/net/lwip-2.1.0/src/Filelists.mk | 0 components/net/lwip-2.1.0/src/api/api_lib.c | 0 components/net/lwip-2.1.0/src/api/api_msg.c | 0 components/net/lwip-2.1.0/src/api/err.c | 0 components/net/lwip-2.1.0/src/api/if_api.c | 0 components/net/lwip-2.1.0/src/api/netbuf.c | 0 components/net/lwip-2.1.0/src/api/netdb.c | 0 components/net/lwip-2.1.0/src/api/netifapi.c | 0 components/net/lwip-2.1.0/src/api/sockets.c | 0 components/net/lwip-2.1.0/src/api/tcpip.c | 0 components/net/lwip-2.1.0/src/apps/README.md | 0 .../src/apps/altcp_tls/altcp_tls_mbedtls.c | 0 .../src/apps/altcp_tls/altcp_tls_mbedtls_mem.c | 0 .../src/apps/altcp_tls/altcp_tls_mbedtls_mem.h | 0 .../apps/altcp_tls/altcp_tls_mbedtls_structs.h | 0 .../src/apps/http/altcp_proxyconnect.c | 0 components/net/lwip-2.1.0/src/apps/http/fs.c | 0 .../net/lwip-2.1.0/src/apps/http/fs/404.html | 0 .../lwip-2.1.0/src/apps/http/fs/img/sics.gif | Bin .../net/lwip-2.1.0/src/apps/http/fs/index.html | 0 .../net/lwip-2.1.0/src/apps/http/fsdata.c | 0 .../net/lwip-2.1.0/src/apps/http/fsdata.h | 0 .../net/lwip-2.1.0/src/apps/http/http_client.c | 0 .../net/lwip-2.1.0/src/apps/http/httpd.c | 0 .../lwip-2.1.0/src/apps/http/httpd_structs.h | 0 .../src/apps/http/makefsdata/makefsdata | 0 .../src/apps/http/makefsdata/makefsdata.c | 0 .../src/apps/http/makefsdata/readme.txt | 0 .../src/apps/http/makefsdata/tinydir.h | 0 .../net/lwip-2.1.0/src/apps/lwiperf/lwiperf.c | 0 components/net/lwip-2.1.0/src/apps/mdns/mdns.c | 0 components/net/lwip-2.1.0/src/apps/mqtt/mqtt.c | 0 .../lwip-2.1.0/src/apps/netbiosns/netbiosns.c | 0 components/net/lwip-2.1.0/src/apps/ping/ping.c | 0 components/net/lwip-2.1.0/src/apps/smtp/smtp.c | 0 .../net/lwip-2.1.0/src/apps/snmp/snmp_asn1.c | 0 .../net/lwip-2.1.0/src/apps/snmp/snmp_asn1.h | 0 .../net/lwip-2.1.0/src/apps/snmp/snmp_core.c | 0 .../lwip-2.1.0/src/apps/snmp/snmp_core_priv.h | 0 .../net/lwip-2.1.0/src/apps/snmp/snmp_mib2.c | 0 .../lwip-2.1.0/src/apps/snmp/snmp_mib2_icmp.c | 0 .../src/apps/snmp/snmp_mib2_interfaces.c | 0 .../lwip-2.1.0/src/apps/snmp/snmp_mib2_ip.c | 0 .../lwip-2.1.0/src/apps/snmp/snmp_mib2_snmp.c | 0 .../src/apps/snmp/snmp_mib2_system.c | 0 .../lwip-2.1.0/src/apps/snmp/snmp_mib2_tcp.c | 0 .../lwip-2.1.0/src/apps/snmp/snmp_mib2_udp.c | 0 .../net/lwip-2.1.0/src/apps/snmp/snmp_msg.c | 0 .../net/lwip-2.1.0/src/apps/snmp/snmp_msg.h | 0 .../lwip-2.1.0/src/apps/snmp/snmp_netconn.c | 0 .../src/apps/snmp/snmp_pbuf_stream.c | 0 .../src/apps/snmp/snmp_pbuf_stream.h | 0 .../net/lwip-2.1.0/src/apps/snmp/snmp_raw.c | 0 .../net/lwip-2.1.0/src/apps/snmp/snmp_scalar.c | 0 .../src/apps/snmp/snmp_snmpv2_framework.c | 0 .../lwip-2.1.0/src/apps/snmp/snmp_snmpv2_usm.c | 0 .../net/lwip-2.1.0/src/apps/snmp/snmp_table.c | 0 .../lwip-2.1.0/src/apps/snmp/snmp_threadsync.c | 0 .../net/lwip-2.1.0/src/apps/snmp/snmp_traps.c | 0 .../net/lwip-2.1.0/src/apps/snmp/snmpv3.c | 0 .../lwip-2.1.0/src/apps/snmp/snmpv3_mbedtls.c | 0 .../net/lwip-2.1.0/src/apps/snmp/snmpv3_priv.h | 0 components/net/lwip-2.1.0/src/apps/sntp/sntp.c | 0 .../net/lwip-2.1.0/src/apps/tftp/tftp_port.c | 0 .../net/lwip-2.1.0/src/apps/tftp/tftp_server.c | 0 .../src/arch/include/arch/bpstruct.h | 0 .../net/lwip-2.1.0/src/arch/include/arch/cc.h | 0 .../src/arch/include/arch/epstruct.h | 0 .../lwip-2.1.0/src/arch/include/arch/perf.h | 0 .../src/arch/include/arch/sys_arch.h | 0 components/net/lwip-2.1.0/src/core/altcp.c | 0 .../net/lwip-2.1.0/src/core/altcp_alloc.c | 0 components/net/lwip-2.1.0/src/core/altcp_tcp.c | 0 components/net/lwip-2.1.0/src/core/def.c | 0 components/net/lwip-2.1.0/src/core/dns.c | 0 .../net/lwip-2.1.0/src/core/inet_chksum.c | 0 components/net/lwip-2.1.0/src/core/init.c | 0 components/net/lwip-2.1.0/src/core/ip.c | 0 .../net/lwip-2.1.0/src/core/ipv4/autoip.c | 0 components/net/lwip-2.1.0/src/core/ipv4/dhcp.c | 0 .../net/lwip-2.1.0/src/core/ipv4/etharp.c | 0 components/net/lwip-2.1.0/src/core/ipv4/icmp.c | 0 components/net/lwip-2.1.0/src/core/ipv4/igmp.c | 0 components/net/lwip-2.1.0/src/core/ipv4/ip4.c | 0 .../net/lwip-2.1.0/src/core/ipv4/ip4_addr.c | 0 .../net/lwip-2.1.0/src/core/ipv4/ip4_frag.c | 0 .../net/lwip-2.1.0/src/core/ipv6/dhcp6.c | 0 .../net/lwip-2.1.0/src/core/ipv6/ethip6.c | 0 .../net/lwip-2.1.0/src/core/ipv6/icmp6.c | 0 .../net/lwip-2.1.0/src/core/ipv6/inet6.c | 0 components/net/lwip-2.1.0/src/core/ipv6/ip6.c | 0 .../net/lwip-2.1.0/src/core/ipv6/ip6_addr.c | 0 .../net/lwip-2.1.0/src/core/ipv6/ip6_frag.c | 0 components/net/lwip-2.1.0/src/core/ipv6/mld6.c | 0 components/net/lwip-2.1.0/src/core/ipv6/nd6.c | 0 components/net/lwip-2.1.0/src/core/mem.c | 0 components/net/lwip-2.1.0/src/core/memp.c | 0 components/net/lwip-2.1.0/src/core/netif.c | 0 components/net/lwip-2.1.0/src/core/pbuf.c | 0 components/net/lwip-2.1.0/src/core/raw.c | 0 components/net/lwip-2.1.0/src/core/stats.c | 0 components/net/lwip-2.1.0/src/core/sys.c | 0 components/net/lwip-2.1.0/src/core/tcp.c | 0 components/net/lwip-2.1.0/src/core/tcp_in.c | 0 components/net/lwip-2.1.0/src/core/tcp_out.c | 0 components/net/lwip-2.1.0/src/core/timeouts.c | 0 components/net/lwip-2.1.0/src/core/udp.c | 0 .../src/include/compat/posix/arpa/inet.h | 0 .../src/include/compat/posix/net/if.h | 0 .../src/include/compat/posix/netdb.h | 0 .../src/include/compat/posix/sys/socket.h | 0 .../lwip-2.1.0/src/include/compat/stdc/errno.h | 0 .../net/lwip-2.1.0/src/include/lwip/altcp.h | 0 .../lwip-2.1.0/src/include/lwip/altcp_tcp.h | 0 .../lwip-2.1.0/src/include/lwip/altcp_tls.h | 0 .../net/lwip-2.1.0/src/include/lwip/api.h | 0 .../net/lwip-2.1.0/src/include/lwip/apps/FILES | 0 .../src/include/lwip/apps/altcp_proxyconnect.h | 0 .../include/lwip/apps/altcp_tls_mbedtls_opts.h | 0 .../net/lwip-2.1.0/src/include/lwip/apps/fs.h | 0 .../src/include/lwip/apps/http_client.h | 0 .../lwip-2.1.0/src/include/lwip/apps/httpd.h | 0 .../src/include/lwip/apps/httpd_opts.h | 0 .../lwip-2.1.0/src/include/lwip/apps/lwiperf.h | 0 .../lwip-2.1.0/src/include/lwip/apps/mdns.h | 0 .../src/include/lwip/apps/mdns_opts.h | 0 .../src/include/lwip/apps/mdns_priv.h | 0 .../lwip-2.1.0/src/include/lwip/apps/mqtt.h | 0 .../src/include/lwip/apps/mqtt_opts.h | 0 .../src/include/lwip/apps/mqtt_priv.h | 0 .../src/include/lwip/apps/netbiosns.h | 0 .../src/include/lwip/apps/netbiosns_opts.h | 0 .../lwip-2.1.0/src/include/lwip/apps/smtp.h | 0 .../src/include/lwip/apps/smtp_opts.h | 0 .../lwip-2.1.0/src/include/lwip/apps/snmp.h | 0 .../src/include/lwip/apps/snmp_core.h | 0 .../src/include/lwip/apps/snmp_mib2.h | 0 .../src/include/lwip/apps/snmp_opts.h | 0 .../src/include/lwip/apps/snmp_scalar.h | 0 .../include/lwip/apps/snmp_snmpv2_framework.h | 0 .../src/include/lwip/apps/snmp_snmpv2_usm.h | 0 .../src/include/lwip/apps/snmp_table.h | 0 .../src/include/lwip/apps/snmp_threadsync.h | 0 .../lwip-2.1.0/src/include/lwip/apps/snmpv3.h | 0 .../lwip-2.1.0/src/include/lwip/apps/sntp.h | 0 .../src/include/lwip/apps/sntp_opts.h | 0 .../src/include/lwip/apps/tftp_opts.h | 0 .../src/include/lwip/apps/tftp_server.h | 0 .../net/lwip-2.1.0/src/include/lwip/arch.h | 0 .../net/lwip-2.1.0/src/include/lwip/autoip.h | 0 .../net/lwip-2.1.0/src/include/lwip/debug.h | 0 .../net/lwip-2.1.0/src/include/lwip/def.h | 0 .../net/lwip-2.1.0/src/include/lwip/dhcp.h | 0 .../net/lwip-2.1.0/src/include/lwip/dhcp6.h | 0 .../net/lwip-2.1.0/src/include/lwip/dns.h | 0 .../net/lwip-2.1.0/src/include/lwip/err.h | 0 .../net/lwip-2.1.0/src/include/lwip/errno.h | 0 .../net/lwip-2.1.0/src/include/lwip/etharp.h | 0 .../net/lwip-2.1.0/src/include/lwip/ethip6.h | 0 .../net/lwip-2.1.0/src/include/lwip/icmp.h | 0 .../net/lwip-2.1.0/src/include/lwip/icmp6.h | 0 .../net/lwip-2.1.0/src/include/lwip/if_api.h | 0 .../net/lwip-2.1.0/src/include/lwip/igmp.h | 0 .../net/lwip-2.1.0/src/include/lwip/inet.h | 0 .../lwip-2.1.0/src/include/lwip/inet_chksum.h | 0 .../net/lwip-2.1.0/src/include/lwip/init.h | 0 .../src/include/lwip/init.h.cmake.in | 0 .../net/lwip-2.1.0/src/include/lwip/ip.h | 0 .../net/lwip-2.1.0/src/include/lwip/ip4.h | 0 .../net/lwip-2.1.0/src/include/lwip/ip4_addr.h | 0 .../net/lwip-2.1.0/src/include/lwip/ip4_frag.h | 0 .../net/lwip-2.1.0/src/include/lwip/ip6.h | 0 .../net/lwip-2.1.0/src/include/lwip/ip6_addr.h | 0 .../net/lwip-2.1.0/src/include/lwip/ip6_frag.h | 0 .../net/lwip-2.1.0/src/include/lwip/ip6_zone.h | 0 .../net/lwip-2.1.0/src/include/lwip/ip_addr.h | 0 .../net/lwip-2.1.0/src/include/lwip/mem.h | 0 .../net/lwip-2.1.0/src/include/lwip/memp.h | 0 .../net/lwip-2.1.0/src/include/lwip/mld6.h | 0 .../net/lwip-2.1.0/src/include/lwip/nd6.h | 0 .../net/lwip-2.1.0/src/include/lwip/netbuf.h | 0 .../net/lwip-2.1.0/src/include/lwip/netdb.h | 0 .../net/lwip-2.1.0/src/include/lwip/netif.h | 0 .../net/lwip-2.1.0/src/include/lwip/netifapi.h | 0 .../net/lwip-2.1.0/src/include/lwip/opt.h | 0 .../net/lwip-2.1.0/src/include/lwip/pbuf.h | 0 .../src/include/lwip/priv/altcp_priv.h | 0 .../lwip-2.1.0/src/include/lwip/priv/api_msg.h | 0 .../src/include/lwip/priv/mem_priv.h | 0 .../src/include/lwip/priv/memp_priv.h | 0 .../src/include/lwip/priv/memp_std.h | 0 .../src/include/lwip/priv/nd6_priv.h | 0 .../src/include/lwip/priv/raw_priv.h | 0 .../src/include/lwip/priv/sockets_priv.h | 0 .../src/include/lwip/priv/tcp_priv.h | 0 .../src/include/lwip/priv/tcpip_priv.h | 0 .../lwip-2.1.0/src/include/lwip/prot/autoip.h | 0 .../lwip-2.1.0/src/include/lwip/prot/dhcp.h | 0 .../lwip-2.1.0/src/include/lwip/prot/dhcp6.h | 0 .../net/lwip-2.1.0/src/include/lwip/prot/dns.h | 0 .../lwip-2.1.0/src/include/lwip/prot/etharp.h | 0 .../src/include/lwip/prot/ethernet.h | 0 .../lwip-2.1.0/src/include/lwip/prot/iana.h | 0 .../lwip-2.1.0/src/include/lwip/prot/icmp.h | 0 .../lwip-2.1.0/src/include/lwip/prot/icmp6.h | 0 .../lwip-2.1.0/src/include/lwip/prot/ieee.h | 0 .../lwip-2.1.0/src/include/lwip/prot/igmp.h | 0 .../net/lwip-2.1.0/src/include/lwip/prot/ip.h | 0 .../net/lwip-2.1.0/src/include/lwip/prot/ip4.h | 0 .../net/lwip-2.1.0/src/include/lwip/prot/ip6.h | 0 .../lwip-2.1.0/src/include/lwip/prot/mld6.h | 0 .../net/lwip-2.1.0/src/include/lwip/prot/nd6.h | 0 .../net/lwip-2.1.0/src/include/lwip/prot/tcp.h | 0 .../net/lwip-2.1.0/src/include/lwip/prot/udp.h | 0 .../net/lwip-2.1.0/src/include/lwip/raw.h | 0 .../net/lwip-2.1.0/src/include/lwip/sio.h | 0 .../net/lwip-2.1.0/src/include/lwip/snmp.h | 0 .../net/lwip-2.1.0/src/include/lwip/sockets.h | 0 .../net/lwip-2.1.0/src/include/lwip/stats.h | 0 .../net/lwip-2.1.0/src/include/lwip/sys.h | 0 .../net/lwip-2.1.0/src/include/lwip/tcp.h | 0 .../net/lwip-2.1.0/src/include/lwip/tcpbase.h | 0 .../net/lwip-2.1.0/src/include/lwip/tcpip.h | 0 .../net/lwip-2.1.0/src/include/lwip/timeouts.h | 0 .../net/lwip-2.1.0/src/include/lwip/udp.h | 0 .../lwip-2.1.0/src/include/netif/bridgeif.h | 0 .../src/include/netif/bridgeif_opts.h | 0 .../net/lwip-2.1.0/src/include/netif/etharp.h | 0 .../lwip-2.1.0/src/include/netif/ethernet.h | 0 .../lwip-2.1.0/src/include/netif/ethernetif.h | 0 .../lwip-2.1.0/src/include/netif/ieee802154.h | 0 .../net/lwip-2.1.0/src/include/netif/lowpan6.h | 0 .../lwip-2.1.0/src/include/netif/lowpan6_ble.h | 0 .../src/include/netif/lowpan6_common.h | 0 .../src/include/netif/lowpan6_opts.h | 0 .../net/lwip-2.1.0/src/include/netif/ppp/ccp.h | 0 .../src/include/netif/ppp/chap-md5.h | 0 .../src/include/netif/ppp/chap-new.h | 0 .../lwip-2.1.0/src/include/netif/ppp/chap_ms.h | 0 .../net/lwip-2.1.0/src/include/netif/ppp/eap.h | 0 .../net/lwip-2.1.0/src/include/netif/ppp/ecp.h | 0 .../lwip-2.1.0/src/include/netif/ppp/eui64.h | 0 .../net/lwip-2.1.0/src/include/netif/ppp/fsm.h | 0 .../lwip-2.1.0/src/include/netif/ppp/ipcp.h | 0 .../lwip-2.1.0/src/include/netif/ppp/ipv6cp.h | 0 .../net/lwip-2.1.0/src/include/netif/ppp/lcp.h | 0 .../lwip-2.1.0/src/include/netif/ppp/magic.h | 0 .../lwip-2.1.0/src/include/netif/ppp/mppe.h | 0 .../src/include/netif/ppp/polarssl/arc4.h | 0 .../src/include/netif/ppp/polarssl/des.h | 0 .../src/include/netif/ppp/polarssl/md4.h | 0 .../src/include/netif/ppp/polarssl/md5.h | 0 .../src/include/netif/ppp/polarssl/sha1.h | 0 .../net/lwip-2.1.0/src/include/netif/ppp/ppp.h | 0 .../src/include/netif/ppp/ppp_impl.h | 0 .../src/include/netif/ppp/ppp_opts.h | 0 .../lwip-2.1.0/src/include/netif/ppp/pppapi.h | 0 .../src/include/netif/ppp/pppcrypt.h | 0 .../src/include/netif/ppp/pppdebug.h | 0 .../lwip-2.1.0/src/include/netif/ppp/pppoe.h | 0 .../src/include/netif/ppp/pppol2tp.h | 0 .../lwip-2.1.0/src/include/netif/ppp/pppos.h | 0 .../lwip-2.1.0/src/include/netif/ppp/upap.h | 0 .../net/lwip-2.1.0/src/include/netif/ppp/vj.h | 0 .../net/lwip-2.1.0/src/include/netif/slipif.h | 0 .../net/lwip-2.1.0/src/include/netif/zepif.h | 0 components/net/lwip-2.1.0/src/lwipopts.h | 0 components/net/lwip-2.1.0/src/lwippools.h | 0 components/net/lwip-2.1.0/src/netif/FILES | 0 components/net/lwip-2.1.0/src/netif/bridgeif.c | 0 .../net/lwip-2.1.0/src/netif/bridgeif_fdb.c | 0 components/net/lwip-2.1.0/src/netif/ethernet.c | 0 components/net/lwip-2.1.0/src/netif/lowpan6.c | 0 .../net/lwip-2.1.0/src/netif/lowpan6_ble.c | 0 .../net/lwip-2.1.0/src/netif/lowpan6_common.c | 0 .../net/lwip-2.1.0/src/netif/ppp/PPPD_FOLLOWUP | 0 components/net/lwip-2.1.0/src/netif/ppp/auth.c | 0 components/net/lwip-2.1.0/src/netif/ppp/ccp.c | 0 .../net/lwip-2.1.0/src/netif/ppp/chap-md5.c | 0 .../net/lwip-2.1.0/src/netif/ppp/chap-new.c | 0 .../net/lwip-2.1.0/src/netif/ppp/chap_ms.c | 0 .../net/lwip-2.1.0/src/netif/ppp/demand.c | 0 components/net/lwip-2.1.0/src/netif/ppp/eap.c | 0 components/net/lwip-2.1.0/src/netif/ppp/ecp.c | 0 .../net/lwip-2.1.0/src/netif/ppp/eui64.c | 0 components/net/lwip-2.1.0/src/netif/ppp/fsm.c | 0 components/net/lwip-2.1.0/src/netif/ppp/ipcp.c | 0 .../net/lwip-2.1.0/src/netif/ppp/ipv6cp.c | 0 components/net/lwip-2.1.0/src/netif/ppp/lcp.c | 0 .../net/lwip-2.1.0/src/netif/ppp/magic.c | 0 components/net/lwip-2.1.0/src/netif/ppp/mppe.c | 0 .../net/lwip-2.1.0/src/netif/ppp/multilink.c | 0 .../lwip-2.1.0/src/netif/ppp/polarssl/README | 0 .../lwip-2.1.0/src/netif/ppp/polarssl/arc4.c | 0 .../lwip-2.1.0/src/netif/ppp/polarssl/des.c | 0 .../lwip-2.1.0/src/netif/ppp/polarssl/md4.c | 0 .../lwip-2.1.0/src/netif/ppp/polarssl/md5.c | 0 .../lwip-2.1.0/src/netif/ppp/polarssl/sha1.c | 0 components/net/lwip-2.1.0/src/netif/ppp/ppp.c | 0 .../net/lwip-2.1.0/src/netif/ppp/pppapi.c | 0 .../net/lwip-2.1.0/src/netif/ppp/pppcrypt.c | 0 .../net/lwip-2.1.0/src/netif/ppp/pppoe.c | 0 .../net/lwip-2.1.0/src/netif/ppp/pppol2tp.c | 0 .../net/lwip-2.1.0/src/netif/ppp/pppos.c | 0 components/net/lwip-2.1.0/src/netif/ppp/upap.c | 0 .../net/lwip-2.1.0/src/netif/ppp/utils.c | 0 components/net/lwip-2.1.0/src/netif/ppp/vj.c | 0 components/net/lwip-2.1.0/src/netif/slipif.c | 0 components/net/lwip-2.1.0/src/netif/zepif.c | 0 components/net/lwip-2.1.0/test/fuzz/Makefile | 0 components/net/lwip-2.1.0/test/fuzz/README | 0 components/net/lwip-2.1.0/test/fuzz/config.h | 0 components/net/lwip-2.1.0/test/fuzz/fuzz.c | 0 components/net/lwip-2.1.0/test/fuzz/lwipopts.h | 0 .../net/lwip-2.1.0/test/fuzz/output_to_pcap.sh | 0 .../test/sockets/sockets_stresstest.c | 0 .../test/sockets/sockets_stresstest.h | 0 .../net/lwip-2.1.0/test/unit/Filelists.cmake | 0 .../net/lwip-2.1.0/test/unit/Filelists.mk | 0 .../lwip-2.1.0/test/unit/api/test_sockets.c | 0 .../lwip-2.1.0/test/unit/api/test_sockets.h | 0 .../net/lwip-2.1.0/test/unit/arch/sys_arch.c | 0 .../net/lwip-2.1.0/test/unit/arch/sys_arch.h | 0 .../net/lwip-2.1.0/test/unit/core/test_def.c | 0 .../net/lwip-2.1.0/test/unit/core/test_def.h | 0 .../net/lwip-2.1.0/test/unit/core/test_mem.c | 0 .../net/lwip-2.1.0/test/unit/core/test_mem.h | 0 .../net/lwip-2.1.0/test/unit/core/test_netif.c | 0 .../net/lwip-2.1.0/test/unit/core/test_netif.h | 0 .../net/lwip-2.1.0/test/unit/core/test_pbuf.c | 0 .../net/lwip-2.1.0/test/unit/core/test_pbuf.h | 0 .../lwip-2.1.0/test/unit/core/test_timers.c | 0 .../lwip-2.1.0/test/unit/core/test_timers.h | 0 .../net/lwip-2.1.0/test/unit/dhcp/test_dhcp.c | 0 .../net/lwip-2.1.0/test/unit/dhcp/test_dhcp.h | 0 .../lwip-2.1.0/test/unit/etharp/test_etharp.c | 0 .../lwip-2.1.0/test/unit/etharp/test_etharp.h | 0 .../net/lwip-2.1.0/test/unit/ip4/test_ip4.c | 0 .../net/lwip-2.1.0/test/unit/ip4/test_ip4.h | 0 .../net/lwip-2.1.0/test/unit/ip6/test_ip6.c | 0 .../net/lwip-2.1.0/test/unit/ip6/test_ip6.h | 0 .../net/lwip-2.1.0/test/unit/lwip_check.h | 0 .../net/lwip-2.1.0/test/unit/lwip_unittests.c | 0 components/net/lwip-2.1.0/test/unit/lwipopts.h | 0 .../net/lwip-2.1.0/test/unit/mdns/test_mdns.c | 0 .../net/lwip-2.1.0/test/unit/mdns/test_mdns.h | 0 .../net/lwip-2.1.0/test/unit/mqtt/test_mqtt.c | 0 .../net/lwip-2.1.0/test/unit/mqtt/test_mqtt.h | 0 .../net/lwip-2.1.0/test/unit/tcp/tcp_helper.c | 0 .../net/lwip-2.1.0/test/unit/tcp/tcp_helper.h | 0 .../net/lwip-2.1.0/test/unit/tcp/test_tcp.c | 0 .../net/lwip-2.1.0/test/unit/tcp/test_tcp.h | 0 .../lwip-2.1.0/test/unit/tcp/test_tcp_oos.c | 0 .../lwip-2.1.0/test/unit/tcp/test_tcp_oos.h | 0 .../net/lwip-2.1.0/test/unit/udp/test_udp.c | 0 .../net/lwip-2.1.0/test/unit/udp/test_udp.h | 0 components/net/lwip_dhcpd/SConscript | 0 components/net/lwip_dhcpd/dhcp_server.c | 0 components/net/lwip_dhcpd/dhcp_server.h | 0 components/net/lwip_dhcpd/dhcp_server_raw.c | 0 components/net/lwip_nat/README.md | 0 components/net/lwip_nat/SConscript | 0 components/net/lwip_nat/ipv4_nat.c | 0 components/net/lwip_nat/ipv4_nat.h | 0 components/net/netdev/SConscript | 0 components/net/netdev/include/arpa/inet.h | 0 components/net/netdev/include/netdev.h | 0 components/net/netdev/include/netdev_ipaddr.h | 0 components/net/netdev/src/netdev.c | 0 components/net/netdev/src/netdev_ipaddr.c | 0 components/net/sal_socket/SConscript | 0 components/net/sal_socket/dfs_net/dfs_net.c | 0 components/net/sal_socket/impl/af_inet.h | 0 components/net/sal_socket/impl/af_inet_at.c | 0 components/net/sal_socket/impl/af_inet_lwip.c | 0 components/net/sal_socket/impl/proto_mbedtls.c | 0 .../net/sal_socket/include/dfs_net/dfs_net.h | 0 .../include/dfs_net/sys_select/sys/select.h | 0 components/net/sal_socket/include/sal.h | 0 components/net/sal_socket/include/sal_netdb.h | 0 components/net/sal_socket/include/sal_socket.h | 0 components/net/sal_socket/include/sal_tls.h | 0 .../net/sal_socket/include/socket/netdb.h | 0 .../net/sal_socket/include/socket/netinet/in.h | 0 .../sal_socket/include/socket/netinet/tcp.h | 0 .../sal_socket/include/socket/netinet/udp.h | 0 .../include/socket/sys_socket/sys/socket.h | 0 components/net/sal_socket/socket/net_netdb.c | 0 components/net/sal_socket/socket/net_sockets.c | 0 components/net/sal_socket/src/sal_socket.c | 0 components/net/uip/README | 0 components/net/uip/apps/README | 0 components/net/uip/apps/dhcpc/Makefile.dhcpc | 0 components/net/uip/apps/dhcpc/dhcpc.c | 0 components/net/uip/apps/dhcpc/dhcpc.h | 0 .../uip/apps/hello-world/Makefile.hello-world | 0 .../net/uip/apps/hello-world/hello-world.c | 0 .../net/uip/apps/hello-world/hello-world.h | 0 components/net/uip/apps/resolv/Makefile.resolv | 0 components/net/uip/apps/resolv/resolv.c | 0 components/net/uip/apps/resolv/resolv.h | 0 components/net/uip/apps/smtp/Makefile.smtp | 0 components/net/uip/apps/smtp/makestrings | 0 components/net/uip/apps/smtp/smtp-strings | 0 components/net/uip/apps/smtp/smtp-strings.c | 0 components/net/uip/apps/smtp/smtp-strings.h | 0 components/net/uip/apps/smtp/smtp.c | 0 components/net/uip/apps/smtp/smtp.h | 0 .../net/uip/apps/telnetd/Makefile.telnetd | 0 components/net/uip/apps/telnetd/telnetd.c | 0 components/net/uip/apps/telnetd/telnetd.h | 0 components/net/uip/apps/telnetd/uip_shell.c | 0 components/net/uip/apps/telnetd/uip_shell.h | 0 .../net/uip/apps/webclient/Makefile.webclient | 0 components/net/uip/apps/webclient/makestrings | 0 .../net/uip/apps/webclient/webclient-strings | 0 .../net/uip/apps/webclient/webclient-strings.c | 0 .../net/uip/apps/webclient/webclient-strings.h | 0 components/net/uip/apps/webclient/webclient.c | 0 components/net/uip/apps/webclient/webclient.h | 0 .../net/uip/apps/webserver/Makefile.webserver | 0 components/net/uip/apps/webserver/http-strings | 0 .../net/uip/apps/webserver/http-strings.c | 0 .../net/uip/apps/webserver/http-strings.h | 0 components/net/uip/apps/webserver/httpd-cgi.c | 0 components/net/uip/apps/webserver/httpd-cgi.h | 0 components/net/uip/apps/webserver/httpd-fs.c | 0 components/net/uip/apps/webserver/httpd-fs.h | 0 .../net/uip/apps/webserver/httpd-fs/404.html | 0 .../net/uip/apps/webserver/httpd-fs/fade.png | Bin .../uip/apps/webserver/httpd-fs/files.shtml | 0 .../uip/apps/webserver/httpd-fs/footer.html | 0 .../uip/apps/webserver/httpd-fs/header.html | 0 .../net/uip/apps/webserver/httpd-fs/index.html | 0 .../apps/webserver/httpd-fs/processes.shtml | 0 .../uip/apps/webserver/httpd-fs/stats.shtml | 0 .../net/uip/apps/webserver/httpd-fs/style.css | 0 .../net/uip/apps/webserver/httpd-fs/tcp.shtml | 0 .../net/uip/apps/webserver/httpd-fsdata.c | 0 .../net/uip/apps/webserver/httpd-fsdata.h | 0 components/net/uip/apps/webserver/httpd.c | 0 components/net/uip/apps/webserver/httpd.h | 0 components/net/uip/apps/webserver/makefsdata | 0 components/net/uip/apps/webserver/makestrings | 0 components/net/uip/apps/webserver/webserver.h | 0 components/net/uip/doc/Doxyfile | 0 components/net/uip/doc/Makefile | 0 components/net/uip/doc/README | 0 components/net/uip/doc/doxygen.sty | 0 .../net/uip/doc/example-mainloop-with-arp.c | 0 .../net/uip/doc/example-mainloop-without-arp.c | 0 components/net/uip/doc/examples.txt | 0 components/net/uip/doc/header.tex | 0 components/net/uip/doc/html/a00036.html | 0 components/net/uip/doc/html/a00037.html | 0 components/net/uip/doc/html/a00038.html | 0 components/net/uip/doc/html/a00039.html | 0 components/net/uip/doc/html/a00040.html | 0 components/net/uip/doc/html/a00041.html | 0 components/net/uip/doc/html/a00042.html | 0 components/net/uip/doc/html/a00043.html | 0 components/net/uip/doc/html/a00044.html | 0 components/net/uip/doc/html/a00045.html | 0 components/net/uip/doc/html/a00046.html | 0 components/net/uip/doc/html/a00047.html | 0 components/net/uip/doc/html/a00048.html | 0 components/net/uip/doc/html/a00049.html | 0 components/net/uip/doc/html/a00050.html | 0 components/net/uip/doc/html/a00051.html | 0 components/net/uip/doc/html/a00077.html | 0 components/net/uip/doc/html/a00078.html | 0 components/net/uip/doc/html/a00079.html | 0 components/net/uip/doc/html/a00080.html | 0 components/net/uip/doc/html/a00081.html | 0 components/net/uip/doc/html/a00082.html | 0 components/net/uip/doc/html/a00083.html | 0 components/net/uip/doc/html/a00084.html | 0 components/net/uip/doc/html/a00085.html | 0 components/net/uip/doc/html/a00086.html | 0 components/net/uip/doc/html/a00087.html | 0 components/net/uip/doc/html/a00088.html | 0 components/net/uip/doc/html/a00089.html | 0 components/net/uip/doc/html/a00090.html | 0 components/net/uip/doc/html/a00091.html | 0 components/net/uip/doc/html/a00092.html | 0 components/net/uip/doc/html/a00093.html | 0 components/net/uip/doc/html/a00094.html | 0 components/net/uip/doc/html/a00095.html | 0 components/net/uip/doc/html/a00096.html | 0 components/net/uip/doc/html/a00097.html | 0 components/net/uip/doc/html/a00100.html | 0 components/net/uip/doc/html/a00101.html | 0 components/net/uip/doc/html/a00102.html | 0 components/net/uip/doc/html/a00103.html | 0 components/net/uip/doc/html/a00104.html | 0 components/net/uip/doc/html/a00105.html | 0 components/net/uip/doc/html/a00107.html | 0 components/net/uip/doc/html/a00110.html | 0 components/net/uip/doc/html/a00111.html | 0 components/net/uip/doc/html/a00112.html | 0 components/net/uip/doc/html/a00113.html | 0 components/net/uip/doc/html/a00114.html | 0 components/net/uip/doc/html/a00120.html | 0 components/net/uip/doc/html/a00121.html | 0 components/net/uip/doc/html/a00123.html | 0 components/net/uip/doc/html/a00124.html | 0 components/net/uip/doc/html/a00125.html | 0 components/net/uip/doc/html/a00127.html | 0 components/net/uip/doc/html/a00128.html | 0 components/net/uip/doc/html/a00129.html | 0 components/net/uip/doc/html/a00130.html | 0 components/net/uip/doc/html/a00131.html | 0 components/net/uip/doc/html/a00132.html | 0 components/net/uip/doc/html/a00134.html | 0 components/net/uip/doc/html/a00135.html | 0 components/net/uip/doc/html/a00136.html | 0 components/net/uip/doc/html/a00137.html | 0 components/net/uip/doc/html/a00138.html | 0 components/net/uip/doc/html/a00139.html | 0 components/net/uip/doc/html/a00140.html | 0 components/net/uip/doc/html/a00141.html | 0 components/net/uip/doc/html/a00142.html | 0 components/net/uip/doc/html/a00143.html | 0 components/net/uip/doc/html/a00144.html | 0 components/net/uip/doc/html/a00145.html | 0 components/net/uip/doc/html/a00146.html | 0 components/net/uip/doc/html/a00147.html | 0 components/net/uip/doc/html/a00148.html | 0 components/net/uip/doc/html/a00149.html | 0 components/net/uip/doc/html/a00150.html | 0 components/net/uip/doc/html/a00151.html | 0 components/net/uip/doc/html/a00152.html | 0 components/net/uip/doc/html/a00153.html | 0 components/net/uip/doc/html/a00154.html | 0 components/net/uip/doc/html/a00155.html | 0 components/net/uip/doc/html/a00156.html | 0 components/net/uip/doc/html/a00157.html | 0 components/net/uip/doc/html/a00158.html | 0 components/net/uip/doc/html/a00159.html | 0 components/net/uip/doc/html/a00160.html | 0 components/net/uip/doc/html/a00161.html | 0 components/net/uip/doc/html/a00162.html | 0 components/net/uip/doc/html/a00163.html | 0 components/net/uip/doc/html/a00164.html | 0 components/net/uip/doc/html/a00168.html | 0 components/net/uip/doc/html/a00169.html | 0 components/net/uip/doc/html/a00170.html | 0 components/net/uip/doc/html/a00171.html | 0 components/net/uip/doc/html/a00172.html | 0 components/net/uip/doc/html/a00173.html | 0 components/net/uip/doc/html/a00174.html | 0 components/net/uip/doc/html/a00175.html | 0 components/net/uip/doc/html/a00176.html | 0 components/net/uip/doc/html/a00177.html | 0 components/net/uip/doc/html/a00178.html | 0 components/net/uip/doc/html/a00179.html | 0 components/net/uip/doc/html/a00180.html | 0 components/net/uip/doc/html/a00181.html | 0 components/net/uip/doc/html/a00182.html | 0 components/net/uip/doc/html/a00183.html | 0 components/net/uip/doc/html/a00184.html | 0 components/net/uip/doc/html/a00185.html | 0 components/net/uip/doc/html/a00186.html | 0 components/net/uip/doc/html/a00187.html | 0 components/net/uip/doc/html/a00188.html | 0 components/net/uip/doc/html/a00189.html | 0 components/net/uip/doc/html/a00190.html | 0 components/net/uip/doc/html/a00191.html | 0 components/net/uip/doc/html/a00192.html | 0 components/net/uip/doc/html/a00193.html | 0 components/net/uip/doc/html/a00194.html | 0 components/net/uip/doc/html/a00195.html | 0 components/net/uip/doc/html/a00196.html | 0 components/net/uip/doc/html/a00197.html | 0 components/net/uip/doc/html/a00198.html | 0 components/net/uip/doc/html/a00199.html | 0 components/net/uip/doc/html/a00200.html | 0 components/net/uip/doc/html/a00201.html | 0 components/net/uip/doc/html/a00202.html | 0 components/net/uip/doc/html/a00203.html | 0 components/net/uip/doc/html/a00204.html | 0 components/net/uip/doc/html/a00205.html | 0 components/net/uip/doc/html/a00206.html | 0 components/net/uip/doc/html/a00207.html | 0 components/net/uip/doc/html/annotated.html | 0 components/net/uip/doc/html/classes.html | 0 components/net/uip/doc/html/doxygen.css | 0 components/net/uip/doc/html/doxygen.png | Bin components/net/uip/doc/html/examples.html | 0 components/net/uip/doc/html/files.html | 0 components/net/uip/doc/html/ftv2blank.png | Bin components/net/uip/doc/html/ftv2doc.png | Bin .../net/uip/doc/html/ftv2folderclosed.png | Bin components/net/uip/doc/html/ftv2folderopen.png | Bin components/net/uip/doc/html/ftv2lastnode.png | Bin components/net/uip/doc/html/ftv2link.png | Bin components/net/uip/doc/html/ftv2mlastnode.png | Bin components/net/uip/doc/html/ftv2mnode.png | Bin components/net/uip/doc/html/ftv2node.png | Bin components/net/uip/doc/html/ftv2plastnode.png | Bin components/net/uip/doc/html/ftv2pnode.png | Bin components/net/uip/doc/html/ftv2vertline.png | Bin components/net/uip/doc/html/functions.html | 0 .../net/uip/doc/html/functions_vars.html | 0 components/net/uip/doc/html/globals.html | 0 components/net/uip/doc/html/globals_0x61.html | 0 components/net/uip/doc/html/globals_0x62.html | 0 components/net/uip/doc/html/globals_0x64.html | 0 components/net/uip/doc/html/globals_0x65.html | 0 components/net/uip/doc/html/globals_0x66.html | 0 components/net/uip/doc/html/globals_0x68.html | 0 components/net/uip/doc/html/globals_0x69.html | 0 components/net/uip/doc/html/globals_0x6c.html | 0 components/net/uip/doc/html/globals_0x6d.html | 0 components/net/uip/doc/html/globals_0x6e.html | 0 components/net/uip/doc/html/globals_0x70.html | 0 components/net/uip/doc/html/globals_0x72.html | 0 components/net/uip/doc/html/globals_0x73.html | 0 components/net/uip/doc/html/globals_0x74.html | 0 components/net/uip/doc/html/globals_0x75.html | 0 components/net/uip/doc/html/globals_0x77.html | 0 components/net/uip/doc/html/globals_defs.html | 0 .../net/uip/doc/html/globals_defs_0x61.html | 0 .../net/uip/doc/html/globals_defs_0x62.html | 0 .../net/uip/doc/html/globals_defs_0x64.html | 0 .../net/uip/doc/html/globals_defs_0x65.html | 0 .../net/uip/doc/html/globals_defs_0x66.html | 0 .../net/uip/doc/html/globals_defs_0x68.html | 0 .../net/uip/doc/html/globals_defs_0x69.html | 0 .../net/uip/doc/html/globals_defs_0x6c.html | 0 .../net/uip/doc/html/globals_defs_0x6d.html | 0 .../net/uip/doc/html/globals_defs_0x6e.html | 0 .../net/uip/doc/html/globals_defs_0x70.html | 0 .../net/uip/doc/html/globals_defs_0x72.html | 0 .../net/uip/doc/html/globals_defs_0x73.html | 0 .../net/uip/doc/html/globals_defs_0x74.html | 0 .../net/uip/doc/html/globals_defs_0x75.html | 0 .../net/uip/doc/html/globals_defs_0x77.html | 0 components/net/uip/doc/html/globals_func.html | 0 components/net/uip/doc/html/globals_type.html | 0 components/net/uip/doc/html/globals_vars.html | 0 components/net/uip/doc/html/hierarchy.html | 0 components/net/uip/doc/html/index.hhc | 0 components/net/uip/doc/html/index.hhk | 0 components/net/uip/doc/html/index.hhp | 0 components/net/uip/doc/html/index.html | 0 components/net/uip/doc/html/main.html | 0 components/net/uip/doc/html/modules.html | 0 components/net/uip/doc/html/tab_b.gif | Bin components/net/uip/doc/html/tab_l.gif | Bin components/net/uip/doc/html/tab_r.gif | Bin components/net/uip/doc/html/tabs.css | 0 components/net/uip/doc/html/tree.html | 0 components/net/uip/doc/mobisys2003.pdf | Bin components/net/uip/doc/pt-doc.txt | 0 components/net/uip/doc/sicslogo.pdf | Bin components/net/uip/doc/uip-code-style.c | 0 components/net/uip/doc/uip-code-style.txt | 0 components/net/uip/doc/uip-doc.txt | 0 components/net/uip/doc/uip-refman.pdf | 0 components/net/uip/lib/memb.c | 0 components/net/uip/lib/memb.h | 0 components/net/uip/rt-thread/clock-arch.c | 0 components/net/uip/rt-thread/clock-arch.h | 0 components/net/uip/rt-thread/readme.txt | 0 components/net/uip/rt-thread/uIPmain.c | 0 components/net/uip/rt-thread/uip-conf.h | 0 components/net/uip/rt-thread/uip_addr.h | 0 components/net/uip/rt-thread/uip_arch.c | 0 components/net/uip/rt-thread/uip_eth.h | 0 components/net/uip/rt-thread/uip_etharp.c | 0 components/net/uip/rt-thread/uip_etharp.h | 0 components/net/uip/rt-thread/uip_ethernetif.c | 0 components/net/uip/rt-thread/uip_ethernetif.h | 0 components/net/uip/rt-thread/uip_ipaddr.h | 0 components/net/uip/rt-thread/uip_netif.c | 0 components/net/uip/rt-thread/uip_netif.h | 0 components/net/uip/rt-thread/uip_pbuf.c | 0 components/net/uip/rt-thread/uip_pbuf.h | 0 components/net/uip/rt-thread/uip_tcpip.c | 0 components/net/uip/uip-1.0-changelog.txt | 0 components/net/uip/uip/Makefile.include | 0 components/net/uip/uip/lc-addrlabels.h | 0 components/net/uip/uip/lc-switch.h | 0 components/net/uip/uip/lc.h | 0 components/net/uip/uip/psock.c | 0 components/net/uip/uip/psock.h | 0 components/net/uip/uip/pt.h | 0 components/net/uip/uip/uip-fw.c | 0 components/net/uip/uip/uip-fw.h | 0 components/net/uip/uip/uip-neighbor.c | 0 components/net/uip/uip/uip-neighbor.h | 0 components/net/uip/uip/uip-split.c | 0 components/net/uip/uip/uip-split.h | 0 components/net/uip/uip/uip.c | 0 components/net/uip/uip/uip.h | 0 components/net/uip/uip/uip_arch.h | 0 components/net/uip/uip/uip_arp.c | 0 components/net/uip/uip/uip_arp.h | 0 components/net/uip/uip/uip_clock.h | 0 components/net/uip/uip/uip_timer.c | 0 components/net/uip/uip/uip_timer.h | 0 components/net/uip/uip/uiplib.c | 0 components/net/uip/uip/uiplib.h | 0 components/net/uip/uip/uipopt.h | 0 components/net/uip/unix/Makefile | 0 components/net/uip/unix/clock-arch.c | 0 components/net/uip/unix/clock-arch.h | 0 components/net/uip/unix/main.c | 0 components/net/uip/unix/tapdev.c | 0 components/net/uip/unix/tapdev.h | 0 components/net/uip/unix/uip-conf.h | 0 components/utilities/Kconfig | 0 components/utilities/SConscript | 0 components/utilities/ulog/SConscript | 0 components/utilities/ulog/backend/console_be.c | 0 components/utilities/ulog/syslog/syslog.c | 0 components/utilities/ulog/syslog/syslog.h | 0 components/utilities/ulog/ulog.c | 0 components/utilities/ulog/ulog.h | 0 components/utilities/ulog/ulog_def.h | 0 components/utilities/utest/SConscript | 0 components/utilities/utest/utest.c | 0 components/utilities/utest/utest.h | 0 components/utilities/utest/utest_assert.h | 0 components/utilities/utest/utest_log.h | 0 components/utilities/ymodem/SConscript | 0 components/utilities/ymodem/ymodem.c | 0 components/utilities/ymodem/ymodem.h | 0 components/utilities/zmodem/crc.h | 0 components/utilities/zmodem/rz.c | 0 components/utilities/zmodem/sz.c | 0 components/utilities/zmodem/zcore.c | 0 components/utilities/zmodem/zdef.h | 0 components/utilities/zmodem/zdevice.c | 0 components/utilities/zmodem/zstart.c | 0 components/vbus/Kconfig | 0 components/vbus/SConscript | 0 components/vbus/prio_queue.c | 0 components/vbus/prio_queue.h | 0 components/vbus/share_hdr/vbus_api.h | 0 components/vbus/vbus.c | 0 components/vbus/vbus.h | 0 components/vbus/vbus_chnx.c | 0 components/vbus/watermark_queue.c | 0 components/vbus/watermark_queue.h | 0 components/vmm/SConscript | 0 ...nt-dual-system-running-on-realview-pb.patch | 0 ...-the-cpu-map-on-gic_raise_softirq-for.patch | 0 components/vmm/vmm.c | 0 components/vmm/vmm.h | 0 components/vmm/vmm_context.c | 0 components/vmm/vmm_context.h | 0 components/vmm/vmm_iomap.c | 0 components/vmm/vmm_vector.c | 0 documentation/Doxyfile | 0 documentation/coding_style_cn.md | 0 documentation/coding_style_en.txt | 0 documentation/doxygen/Kernel_Object.png | Bin documentation/doxygen/System_Arch.png | Bin documentation/doxygen/Thread_Scheduler.png | Bin documentation/doxygen/basicdef.h | 0 documentation/doxygen/dfs.png | Bin documentation/doxygen/filesystem.h | 0 documentation/doxygen/finsh.h | 0 documentation/doxygen/finsh.png | Bin documentation/doxygen/hardware.h | 0 documentation/doxygen/kernel.h | 0 documentation/doxygen/mainpage.h | 0 documentation/doxygen/module.h | 0 documentation/doxygen/rtthread_logo.png | Bin documentation/doxygen/systeminit.h | 0 documentation/roadmap-1.2.0.md | 0 documentation/roadmap-2.1.0.md | 0 examples/file/listdir.c | 0 examples/file/readspeed.c | 0 examples/file/readwrite.c | 0 examples/file/seekdir.c | 0 examples/file/writespeed.c | 0 examples/kernel/SConscript | 0 examples/kernel/cpuusage.c | 0 examples/kernel/event_simple.c | 0 examples/kernel/heap_malloc.c | 0 examples/kernel/heap_realloc.c | 0 examples/kernel/mbox_send_wait.c | 0 examples/kernel/mbox_simple.c | 0 examples/kernel/memp_simple.c | 0 examples/kernel/messageq_simple.c | 0 examples/kernel/mutex_simple.c | 0 examples/kernel/semaphore_buffer_worker.c | 0 examples/kernel/semaphore_dynamic.c | 0 examples/kernel/semaphore_priority.c | 0 examples/kernel/semaphore_producer_consumer.c | 0 examples/kernel/semaphore_static.c | 0 examples/kernel/tc_comm.c | 0 examples/kernel/tc_comm.h | 0 examples/kernel/tc_sample.c | 0 examples/kernel/thread_delay.c | 0 examples/kernel/thread_delete.c | 0 examples/kernel/thread_detach.c | 0 examples/kernel/thread_dynamic.c | 0 examples/kernel/thread_dynamic_simple.c | 0 examples/kernel/thread_priority.c | 0 examples/kernel/thread_resume.c | 0 examples/kernel/thread_same_priority.c | 0 examples/kernel/thread_static.c | 0 examples/kernel/thread_static_simple.c | 0 examples/kernel/thread_suspend.c | 0 examples/kernel/thread_yield.c | 0 examples/kernel/timer_control.c | 0 examples/kernel/timer_dynamic.c | 0 examples/kernel/timer_static.c | 0 examples/kernel/timer_stop_self.c | 0 examples/kernel/timer_timeout.c | 0 examples/libc/SConscript | 0 examples/libc/dirent.c | 0 examples/libc/env.c | 0 examples/libc/ex1.c | 0 examples/libc/ex2.c | 0 examples/libc/ex3.c | 0 examples/libc/ex4.c | 0 examples/libc/ex5.c | 0 examples/libc/ex6.c | 0 examples/libc/ex7.c | 0 examples/libc/file.c | 0 examples/libc/memory.c | 0 examples/libc/mq.c | 0 examples/libc/printf.c | 0 examples/libc/rand.c | 0 examples/libc/sem.c | 0 examples/libc/termios_test.c | 0 examples/libc/time.c | 0 examples/network/chargen.c | 0 examples/network/tcp_client.py | 0 examples/network/tcp_server.py | 0 examples/network/tcpclient.c | 0 examples/network/tcpsendpacket.c | 0 examples/network/tcpserver.c | 0 examples/network/udpclient.c | 0 examples/network/udpserver.c | 0 examples/pm/timer_app.c | 0 examples/pm/wakeup_app.c | 0 examples/test/device_test.c | 0 examples/test/dhry.h | 0 examples/test/dhry_1.c | 0 examples/test/dhry_2.c | 0 examples/test/fs_test.c | 0 examples/test/hwtimer_test.c | 0 examples/test/mem_test.c | 0 examples/test/net_test.c | 0 examples/test/rbb_test.c | 0 examples/test/rtc_test.c | 0 examples/ulog/ulog_example.c | 0 examples/ymodem/echo.c | 0 examples/ymodem/null.c | 0 examples/ymodem/tofile.c | 0 include/libc/libc_dirent.h | 0 include/libc/libc_errno.h | 0 include/libc/libc_fcntl.h | 0 include/libc/libc_fdset.h | 0 include/libc/libc_ioctl.h | 0 include/libc/libc_signal.h | 0 include/libc/libc_stat.h | 0 include/rtdbg.h | 0 include/rtdebug.h | 0 include/rtdef.h | 0 include/rthw.h | 0 include/rtlibc.h | 0 include/rtm.h | 0 include/rtservice.h | 0 include/rtthread.h | 0 libcpu/Kconfig | 0 libcpu/SConscript | 0 libcpu/arc/SConscript | 0 libcpu/arc/common/SConscript | 0 libcpu/arc/em/SConscript | 0 libcpu/arc/em/contex_gcc.S | 0 libcpu/arc/em/cpuport.c | 0 libcpu/arm/AT91SAM7S/AT91SAM7S.h | 0 libcpu/arm/AT91SAM7S/SConscript | 0 libcpu/arm/AT91SAM7S/context_gcc.S | 0 libcpu/arm/AT91SAM7S/context_rvds.S | 0 libcpu/arm/AT91SAM7S/cpu.c | 0 libcpu/arm/AT91SAM7S/interrupt.c | 0 libcpu/arm/AT91SAM7S/serial.c | 0 libcpu/arm/AT91SAM7S/serial.h | 0 libcpu/arm/AT91SAM7S/stack.c | 0 libcpu/arm/AT91SAM7S/start_gcc.S | 0 libcpu/arm/AT91SAM7S/start_rvds.S | 0 libcpu/arm/AT91SAM7S/trap.c | 0 libcpu/arm/AT91SAM7X/SConscript | 0 libcpu/arm/AT91SAM7X/context_gcc.S | 0 libcpu/arm/AT91SAM7X/context_rvds.S | 0 libcpu/arm/AT91SAM7X/cpu.c | 0 libcpu/arm/AT91SAM7X/interrupt.c | 0 libcpu/arm/AT91SAM7X/stack.c | 0 libcpu/arm/AT91SAM7X/start_gcc.S | 0 libcpu/arm/AT91SAM7X/start_rvds.S | 0 libcpu/arm/AT91SAM7X/trap.c | 0 libcpu/arm/SConscript | 0 libcpu/arm/am335x/SConscript | 0 libcpu/arm/am335x/am33xx.h | 0 libcpu/arm/am335x/context_gcc.S | 0 libcpu/arm/am335x/context_iar.S | 0 libcpu/arm/am335x/cp15_gcc.S | 0 libcpu/arm/am335x/cp15_iar.s | 0 libcpu/arm/am335x/cpu.c | 0 libcpu/arm/am335x/interrupt.c | 0 libcpu/arm/am335x/interrupt.h | 0 libcpu/arm/am335x/mmu.c | 0 libcpu/arm/am335x/mmu.h | 0 libcpu/arm/am335x/stack.c | 0 libcpu/arm/am335x/start_gcc.S | 0 libcpu/arm/am335x/start_iar.s | 0 libcpu/arm/am335x/trap.c | 0 libcpu/arm/am335x/vector_gcc.S | 0 libcpu/arm/arm926/SConscript | 0 libcpu/arm/arm926/context_gcc.S | 0 libcpu/arm/arm926/context_iar.S | 0 libcpu/arm/arm926/context_rvds.S | 0 libcpu/arm/arm926/cpuport.c | 0 libcpu/arm/arm926/machine.c | 0 libcpu/arm/arm926/mmu.c | 0 libcpu/arm/arm926/mmu.h | 0 libcpu/arm/arm926/stack.c | 0 libcpu/arm/arm926/start_gcc.S | 0 libcpu/arm/arm926/start_iar.S | 0 libcpu/arm/arm926/start_rvds.S | 0 libcpu/arm/arm926/trap.c | 0 libcpu/arm/armv6/SConscript | 0 libcpu/arm/armv6/arm_entry_gcc.S | 0 libcpu/arm/armv6/armv6.h | 0 libcpu/arm/armv6/context_gcc.S | 0 libcpu/arm/armv6/cpuport.c | 0 libcpu/arm/armv6/mmu.c | 0 libcpu/arm/armv6/mmu.h | 0 libcpu/arm/armv6/stack.c | 0 libcpu/arm/armv6/vfp.c | 0 libcpu/arm/armv6/vfp.h | 0 libcpu/arm/common/SConscript | 0 libcpu/arm/common/backtrace.c | 0 libcpu/arm/common/div0.c | 0 libcpu/arm/common/divsi3.S | 0 libcpu/arm/common/showmem.c | 0 libcpu/arm/cortex-a/SConscript | 0 libcpu/arm/cortex-a/armv7.h | 0 libcpu/arm/cortex-a/cache.c | 0 libcpu/arm/cortex-a/context_gcc.S | 0 libcpu/arm/cortex-a/cp15.h | 0 libcpu/arm/cortex-a/cp15_gcc.S | 0 libcpu/arm/cortex-a/cpu.c | 0 libcpu/arm/cortex-a/gic.c | 0 libcpu/arm/cortex-a/gic.h | 0 libcpu/arm/cortex-a/interrupt.c | 0 libcpu/arm/cortex-a/interrupt.h | 0 libcpu/arm/cortex-a/mmu.c | 0 libcpu/arm/cortex-a/mmu.h | 0 libcpu/arm/cortex-a/pmu.c | 0 libcpu/arm/cortex-a/pmu.h | 0 libcpu/arm/cortex-a/stack.c | 0 libcpu/arm/cortex-a/start_gcc.S | 0 libcpu/arm/cortex-a/trap.c | 0 libcpu/arm/cortex-a/vector_gcc.S | 0 libcpu/arm/cortex-m0/SConscript | 0 libcpu/arm/cortex-m0/context_gcc.S | 0 libcpu/arm/cortex-m0/context_iar.S | 0 libcpu/arm/cortex-m0/context_rvds.S | 0 libcpu/arm/cortex-m0/cpuport.c | 0 libcpu/arm/cortex-m23/SConscript | 0 libcpu/arm/cortex-m23/context_gcc.S | 0 libcpu/arm/cortex-m23/context_iar.S | 0 libcpu/arm/cortex-m23/context_rvds.S | 0 libcpu/arm/cortex-m23/cpuport.c | 0 libcpu/arm/cortex-m3/SConscript | 0 libcpu/arm/cortex-m3/context_gcc.S | 0 libcpu/arm/cortex-m3/context_iar.S | 0 libcpu/arm/cortex-m3/context_rvds.S | 0 libcpu/arm/cortex-m3/cpuport.c | 0 libcpu/arm/cortex-m33/SConscript | 0 libcpu/arm/cortex-m33/context_gcc.S | 0 libcpu/arm/cortex-m33/context_iar.S | 0 libcpu/arm/cortex-m33/context_rvds.S | 0 libcpu/arm/cortex-m33/cpuport.c | 0 libcpu/arm/cortex-m33/syscall_gcc.S | 0 libcpu/arm/cortex-m33/syscall_iar.S | 0 libcpu/arm/cortex-m33/syscall_rvds.S | 0 libcpu/arm/cortex-m33/trustzone.c | 0 libcpu/arm/cortex-m4/SConscript | 0 libcpu/arm/cortex-m4/context_gcc.S | 0 libcpu/arm/cortex-m4/context_iar.S | 0 libcpu/arm/cortex-m4/context_rvds.S | 0 libcpu/arm/cortex-m4/cpuport.c | 0 libcpu/arm/cortex-m7/SConscript | 0 libcpu/arm/cortex-m7/context_gcc.S | 0 libcpu/arm/cortex-m7/context_iar.S | 0 libcpu/arm/cortex-m7/context_rvds.S | 0 libcpu/arm/cortex-m7/cpu_cache.c | 0 libcpu/arm/cortex-m7/cpuport.c | 0 libcpu/arm/cortex-r4/SConscript | 0 libcpu/arm/cortex-r4/armv7.h | 0 libcpu/arm/cortex-r4/context_ccs.asm | 0 libcpu/arm/cortex-r4/context_gcc.S | 0 libcpu/arm/cortex-r4/cpu.c | 0 libcpu/arm/cortex-r4/interrupt.c | 0 libcpu/arm/cortex-r4/stack.c | 0 libcpu/arm/cortex-r4/start_ccs.asm | 0 libcpu/arm/cortex-r4/start_gcc.S | 0 libcpu/arm/cortex-r4/trap.c | 0 libcpu/arm/cortex-r4/vector_ccs.asm | 0 libcpu/arm/cortex-r4/vector_gcc.S | 0 libcpu/arm/dm36x/SConscript | 0 libcpu/arm/dm36x/context_gcc.S | 0 libcpu/arm/dm36x/context_rvds.S | 0 libcpu/arm/dm36x/cpuport.c | 0 libcpu/arm/dm36x/mmu.c | 0 libcpu/arm/dm36x/mmu.h | 0 libcpu/arm/dm36x/stack.c | 0 libcpu/arm/lpc214x/SConscript | 0 libcpu/arm/lpc214x/context_gcc.S | 0 libcpu/arm/lpc214x/context_rvds.S | 0 libcpu/arm/lpc214x/cpuport.c | 0 libcpu/arm/lpc214x/lpc214x.h | 0 libcpu/arm/lpc214x/start_rvds.S | 0 libcpu/arm/lpc214x/startup_gcc.S | 0 libcpu/arm/lpc24xx/LPC24xx.h | 0 libcpu/arm/lpc24xx/SConscript | 0 libcpu/arm/lpc24xx/context_gcc.S | 0 libcpu/arm/lpc24xx/context_rvds.S | 0 libcpu/arm/lpc24xx/cpu.c | 0 libcpu/arm/lpc24xx/interrupt.c | 0 libcpu/arm/lpc24xx/stack.c | 0 libcpu/arm/lpc24xx/start_gcc.S | 0 libcpu/arm/lpc24xx/start_rvds.S | 0 libcpu/arm/lpc24xx/trap.c | 0 libcpu/arm/realview-a8-vmm/SConscript | 0 libcpu/arm/realview-a8-vmm/armv7.h | 0 libcpu/arm/realview-a8-vmm/context_gcc.S | 0 libcpu/arm/realview-a8-vmm/cp15.h | 0 libcpu/arm/realview-a8-vmm/cp15_gcc.S | 0 libcpu/arm/realview-a8-vmm/cpu.c | 0 libcpu/arm/realview-a8-vmm/gic.c | 0 libcpu/arm/realview-a8-vmm/gic.h | 0 libcpu/arm/realview-a8-vmm/interrupt.c | 0 libcpu/arm/realview-a8-vmm/interrupt.h | 0 libcpu/arm/realview-a8-vmm/mmu.c | 0 libcpu/arm/realview-a8-vmm/pmu.c | 0 libcpu/arm/realview-a8-vmm/pmu.h | 0 libcpu/arm/realview-a8-vmm/stack.c | 0 libcpu/arm/realview-a8-vmm/start_gcc.S | 0 libcpu/arm/realview-a8-vmm/trap.c | 0 libcpu/arm/realview-a8-vmm/vector_gcc.S | 0 libcpu/arm/s3c24x0/SConscript | 0 libcpu/arm/s3c24x0/context_gcc.S | 0 libcpu/arm/s3c24x0/context_rvds.S | 0 libcpu/arm/s3c24x0/cpu.c | 0 libcpu/arm/s3c24x0/interrupt.c | 0 libcpu/arm/s3c24x0/mmu.c | 0 libcpu/arm/s3c24x0/rtc.c | 0 libcpu/arm/s3c24x0/rtc.h | 0 libcpu/arm/s3c24x0/s3c24x0.h | 0 libcpu/arm/s3c24x0/serial.c | 0 libcpu/arm/s3c24x0/serial.h | 0 libcpu/arm/s3c24x0/stack.c | 0 libcpu/arm/s3c24x0/start_gcc.S | 0 libcpu/arm/s3c24x0/start_rvds.S | 0 libcpu/arm/s3c24x0/system_clock.c | 0 libcpu/arm/s3c24x0/trap.c | 0 libcpu/arm/s3c44b0/SConscript | 0 libcpu/arm/s3c44b0/context_gcc.S | 0 libcpu/arm/s3c44b0/context_rvds.S | 0 libcpu/arm/s3c44b0/cpu.c | 0 libcpu/arm/s3c44b0/interrupt.c | 0 libcpu/arm/s3c44b0/s3c44b0.h | 0 libcpu/arm/s3c44b0/serial.c | 0 libcpu/arm/s3c44b0/stack.c | 0 libcpu/arm/s3c44b0/start_gcc.S | 0 libcpu/arm/s3c44b0/start_rvds.S | 0 libcpu/arm/s3c44b0/trap.c | 0 libcpu/arm/sep4020/SConscript | 0 libcpu/arm/sep4020/clk.c | 0 libcpu/arm/sep4020/context_rvds.S | 0 libcpu/arm/sep4020/cpu.c | 0 libcpu/arm/sep4020/interrupt.c | 0 libcpu/arm/sep4020/sep4020.h | 0 libcpu/arm/sep4020/serial.c | 0 libcpu/arm/sep4020/serial.h | 0 libcpu/arm/sep4020/stack.c | 0 libcpu/arm/sep4020/start_rvds.S | 0 libcpu/arm/sep4020/trap.c | 0 libcpu/arm/zynq7000/SConscript | 0 libcpu/arm/zynq7000/armv7.h | 0 libcpu/arm/zynq7000/context_gcc.S | 0 libcpu/arm/zynq7000/cp15.h | 0 libcpu/arm/zynq7000/cp15_gcc.S | 0 libcpu/arm/zynq7000/cpu.c | 0 libcpu/arm/zynq7000/gic.c | 0 libcpu/arm/zynq7000/gic.h | 0 libcpu/arm/zynq7000/interrupt.c | 0 libcpu/arm/zynq7000/interrupt.h | 0 libcpu/arm/zynq7000/mmu.c | 0 libcpu/arm/zynq7000/stack.c | 0 libcpu/arm/zynq7000/start_gcc.S | 0 libcpu/arm/zynq7000/trap.c | 0 libcpu/arm/zynq7000/vector_gcc.S | 0 libcpu/avr32/SConscript | 0 libcpu/avr32/uc3/SConscript | 0 libcpu/avr32/uc3/context_gcc.S | 0 libcpu/avr32/uc3/cpu.c | 0 libcpu/avr32/uc3/exception_gcc.S | 0 libcpu/avr32/uc3/interrupt.c | 0 libcpu/avr32/uc3/serial.c | 0 libcpu/avr32/uc3/serial.h | 0 libcpu/avr32/uc3/stack.c | 0 libcpu/blackfin/SConscript | 0 libcpu/blackfin/bf53x/SConscript | 0 libcpu/blackfin/bf53x/context_vdsp.S | 0 libcpu/blackfin/bf53x/cpuport.c | 0 libcpu/blackfin/bf53x/serial.c | 0 libcpu/blackfin/bf53x/serial.h | 0 libcpu/c-sky/SConscript | 0 libcpu/c-sky/ck802/SConscript | 0 libcpu/c-sky/ck802/contex_ck802_gcc.S | 0 libcpu/c-sky/ck802/core_ck802.c | 0 libcpu/c-sky/ck802/core_ck802.h | 0 libcpu/c-sky/ck802/stack_ck802.c | 0 libcpu/c-sky/common/SConscript | 0 libcpu/c-sky/common/csi_core.h | 0 libcpu/c-sky/common/csi_gcc.h | 0 libcpu/c-sky/common/csi_instr.h | 0 libcpu/c-sky/common/csi_reg.h | 0 libcpu/c-sky/common/csi_simd.h | 0 libcpu/ia32/SConscript | 0 libcpu/ia32/__udivsi3.c | 0 libcpu/ia32/__umodsi3.c | 0 libcpu/ia32/backtrace.c | 0 libcpu/ia32/context_gcc.S | 0 libcpu/ia32/hdisr_gcc.S | 0 libcpu/ia32/interrupt.c | 0 libcpu/ia32/showmem.c | 0 libcpu/ia32/stack.c | 0 libcpu/ia32/start_gcc.S | 0 libcpu/ia32/trap.c | 0 libcpu/ia32/trapisr_gcc.S | 0 libcpu/m16c/SConscript | 0 libcpu/m16c/m16c62p/SConscript | 0 libcpu/m16c/m16c62p/context_gcc.S | 0 libcpu/m16c/m16c62p/context_iar.S | 0 libcpu/m16c/m16c62p/context_iar.asm | 0 libcpu/m16c/m16c62p/cpuport.c | 0 libcpu/mips/SConscript | 0 libcpu/mips/common/SConscript | 0 libcpu/mips/common/asm.h | 0 libcpu/mips/common/exception.h | 0 libcpu/mips/common/mips.h | 0 libcpu/mips/common/mips.inc | 0 libcpu/mips/common/mips_addrspace.h | 0 libcpu/mips/common/mips_asm.h | 0 libcpu/mips/common/mips_cache.c | 0 libcpu/mips/common/mips_cache.h | 0 libcpu/mips/common/mips_cfg.h | 0 libcpu/mips/common/mips_context.h | 0 libcpu/mips/common/mips_def.h | 0 libcpu/mips/common/mips_excpt.h | 0 libcpu/mips/common/mips_regs.h | 0 libcpu/mips/common/mips_types.h | 0 libcpu/mips/common/mipscfg.h | 0 libcpu/mips/common/mipsregs.h | 0 libcpu/mips/common/stackframe.h | 0 libcpu/mips/loongson_1b/SConscript | 0 libcpu/mips/loongson_1b/cache.c | 0 libcpu/mips/loongson_1b/cache.h | 0 libcpu/mips/loongson_1b/cache_gcc.S | 0 libcpu/mips/loongson_1b/context_gcc.S | 0 libcpu/mips/loongson_1b/cpuport.c | 0 libcpu/mips/loongson_1b/exception.c | 0 libcpu/mips/loongson_1b/interrupt.c | 0 libcpu/mips/loongson_1b/ls1b.h | 0 libcpu/mips/loongson_1b/mipscfg.c | 0 libcpu/mips/loongson_1b/start_gcc.S | 0 libcpu/mips/loongson_1c/SConscript | 0 libcpu/mips/loongson_1c/cache.c | 0 libcpu/mips/loongson_1c/cache.h | 0 libcpu/mips/loongson_1c/cache_gcc.S | 0 libcpu/mips/loongson_1c/context_gcc.S | 0 libcpu/mips/loongson_1c/cpuport.c | 0 libcpu/mips/loongson_1c/exception.c | 0 libcpu/mips/loongson_1c/interrupt.c | 0 libcpu/mips/loongson_1c/ls1c.h | 0 libcpu/mips/loongson_1c/mipscfg.c | 0 libcpu/mips/loongson_1c/sdram_cfg.h | 0 libcpu/mips/loongson_1c/stackframe_fpu.h | 0 libcpu/mips/loongson_1c/start_gcc.S | 0 libcpu/mips/pic32/SConscript | 0 libcpu/mips/pic32/context_gcc.S | 0 libcpu/mips/pic32/cpuport.c | 0 libcpu/mips/pic32/exceptions.c | 0 libcpu/mips/x1000/SConscript | 0 libcpu/mips/x1000/cache.c | 0 libcpu/mips/x1000/cache.h | 0 libcpu/mips/x1000/cpu.c | 0 libcpu/mips/x1000/interrupt.c | 0 libcpu/mips/x1000/mips_backtrace.c | 0 libcpu/mips/x1000/mips_cache_gcc.S | 0 libcpu/mips/x1000/mips_context_gcc.S | 0 libcpu/mips/x1000/mips_excpt.c | 0 libcpu/mips/x1000/mips_excpt_gcc.S | 0 libcpu/mips/x1000/mips_fp_gcc.S | 0 libcpu/mips/x1000/stack.c | 0 libcpu/mips/x1000/startup_gcc.S | 0 libcpu/mips/x1000/x1000.h | 0 libcpu/mips/x1000/x1000_aic.h | 0 libcpu/mips/x1000/x1000_cpm.h | 0 libcpu/mips/x1000/x1000_intc.h | 0 libcpu/mips/x1000/x1000_otg_dwc.h | 0 libcpu/mips/x1000/x1000_slcdc.h | 0 libcpu/mips/xburst/SConscript | 0 libcpu/mips/xburst/cache.c | 0 libcpu/mips/xburst/cache.h | 0 libcpu/mips/xburst/cache_gcc.S | 0 libcpu/mips/xburst/context_gcc.S | 0 libcpu/mips/xburst/cpu.c | 0 libcpu/mips/xburst/exception.c | 0 libcpu/mips/xburst/interrupt.c | 0 libcpu/mips/xburst/mipscfg.c | 0 libcpu/mips/xburst/stack.c | 0 libcpu/mips/xburst/stack.h | 0 libcpu/mips/xburst/start_gcc.S | 0 libcpu/mips/xburst/x1000.h | 0 libcpu/nios/SConscript | 0 libcpu/nios/nios_ii/SConscript | 0 libcpu/nios/nios_ii/context_gcc.S | 0 libcpu/nios/nios_ii/interrupt.c | 0 libcpu/nios/nios_ii/stack.c | 0 libcpu/nios/nios_ii/vector.S | 0 libcpu/ppc/SConscript | 0 libcpu/ppc/common/SConscript | 0 libcpu/ppc/common/ptrace.h | 0 libcpu/ppc/common/stack.c | 0 libcpu/ppc/ppc405/SConscript | 0 libcpu/ppc/ppc405/cache.h | 0 libcpu/ppc/ppc405/cache_gcc.S | 0 libcpu/ppc/ppc405/context.h | 0 libcpu/ppc/ppc405/context_gcc.S | 0 libcpu/ppc/ppc405/dcr_gcc.S | 0 libcpu/ppc/ppc405/include/asm/ppc405.h | 0 libcpu/ppc/ppc405/include/asm/ppc4xx-intvec.h | 0 libcpu/ppc/ppc405/include/asm/ppc4xx-uic.h | 0 libcpu/ppc/ppc405/include/asm/ppc4xx.h | 0 libcpu/ppc/ppc405/include/asm/ppc_defs.h | 0 libcpu/ppc/ppc405/include/asm/processor.h | 0 libcpu/ppc/ppc405/include/asm/ptrace.h | 0 libcpu/ppc/ppc405/include/asm/types.h | 0 libcpu/ppc/ppc405/include/config.h | 0 libcpu/ppc/ppc405/interrupt.c | 0 libcpu/ppc/ppc405/io.h | 0 libcpu/ppc/ppc405/serial.c | 0 libcpu/ppc/ppc405/start_gcc.S | 0 libcpu/ppc/ppc405/traps.c | 0 libcpu/risc-v/SConscript | 0 libcpu/risc-v/bumblebee/SConscript | 0 libcpu/risc-v/bumblebee/interrupt_gcc.S | 0 libcpu/risc-v/common/SConscript | 0 libcpu/risc-v/common/context_gcc.S | 0 libcpu/risc-v/common/cpuport.c | 0 libcpu/risc-v/common/cpuport.h | 0 libcpu/risc-v/common/riscv-ops.h | 0 libcpu/risc-v/common/riscv-plic.h | 0 libcpu/risc-v/e310/SConscript | 0 libcpu/risc-v/e310/interrupt_gcc.S | 0 libcpu/risc-v/k210/SConscript | 0 libcpu/risc-v/k210/cpuport_smp.c | 0 libcpu/risc-v/k210/interrupt.c | 0 libcpu/risc-v/k210/interrupt_gcc.S | 0 libcpu/risc-v/k210/startup_gcc.S | 0 libcpu/risc-v/k210/tick.c | 0 libcpu/risc-v/k210/tick.h | 0 libcpu/risc-v/rv32m1/SConscript | 0 libcpu/risc-v/rv32m1/interrupt.c | 0 libcpu/risc-v/rv32m1/interrupt_gcc.S | 0 libcpu/rx/SConscript | 0 libcpu/rx/context_iar.S | 0 libcpu/rx/cpuconfig.h | 0 libcpu/rx/cpuport.c | 0 libcpu/sim/SConscript | 0 libcpu/sim/posix/SConscript | 0 libcpu/sim/posix/cpu_port.c | 0 libcpu/sim/win32/SConscript | 0 libcpu/sim/win32/cpu_port.c | 0 libcpu/sim/win32/cpu_port.h | 0 libcpu/ti-dsp/SConscript | 0 libcpu/ti-dsp/c28x/SConscript | 0 libcpu/ti-dsp/c28x/context.s | 0 libcpu/ti-dsp/c28x/cpuport.c | 0 libcpu/unicore32/SConscript | 0 libcpu/unicore32/sep6200/SConscript | 0 libcpu/unicore32/sep6200/context_gcc.S | 0 libcpu/unicore32/sep6200/cpu.c | 0 libcpu/unicore32/sep6200/interrupt.c | 0 libcpu/unicore32/sep6200/sep6200.h | 0 libcpu/unicore32/sep6200/serial.c | 0 libcpu/unicore32/sep6200/serial.h | 0 libcpu/unicore32/sep6200/stack.c | 0 libcpu/unicore32/sep6200/start_gcc.S | 0 libcpu/unicore32/sep6200/trace.c | 0 libcpu/unicore32/sep6200/trap.c | 0 libcpu/v850/70f34/SConscript | 0 libcpu/v850/70f34/context_iar.S | 0 libcpu/v850/70f34/context_iar.asm | 0 libcpu/v850/70f34/cpuport.c | 0 libcpu/v850/70f34/macdefs.inc | 0 libcpu/v850/SConscript | 0 libcpu/xilinx/SConscript | 0 libcpu/xilinx/microblaze/SConscript | 0 src/Kconfig | 0 src/SConscript | 0 src/clock.c | 0 src/components.c | 0 src/cpu.c | 0 src/device.c | 0 src/idle.c | 0 src/ipc.c | 0 src/irq.c | 0 src/kservice.c | 0 src/mem.c | 0 src/memheap.c | 0 src/mempool.c | 0 src/object.c | 0 src/scheduler.c | 0 src/signal.c | 0 src/slab.c | 0 src/thread.c | 0 src/timer.c | 0 tools/auto-ci.py | 0 tools/buildbot.py | 0 tools/building.py | 0 tools/cdk.py | 0 tools/codeblocks.py | 0 tools/cscope.py | 0 tools/defconfig.py | 0 tools/eclipse.py | 0 tools/gcc.py | 0 tools/genconf.py | 0 tools/iar.py | 0 tools/kconfig-frontends/.version | 0 tools/kconfig-frontends/AUTHORS | 0 tools/kconfig-frontends/COPYING | 0 tools/kconfig-frontends/INSTALL | 0 tools/kconfig-frontends/Makefile.am | 0 tools/kconfig-frontends/Makefile.in | 0 tools/kconfig-frontends/README | 0 tools/kconfig-frontends/SConstruct | 0 tools/kconfig-frontends/aclocal.m4 | 0 tools/kconfig-frontends/configure.ac | 0 .../docs/kconfig-language.txt | 0 tools/kconfig-frontends/docs/kconfig.txt | 0 tools/kconfig-frontends/frontends/conf/conf.c | 0 .../kconfig-frontends/frontends/gconf/gconf.c | 0 .../frontends/gconf/gconf.c.patch | 0 .../frontends/gconf/gconf.glade | 0 tools/kconfig-frontends/frontends/kconfig.in | 0 .../kconfig-frontends/frontends/mconf/mconf.c | 0 .../kconfig-frontends/frontends/nconf/nconf.c | 0 .../frontends/nconf/nconf.gui.c | 0 .../kconfig-frontends/frontends/nconf/nconf.h | 0 .../kconfig-frontends/frontends/qconf/qconf.cc | 0 .../frontends/qconf/qconf.cc.patch | 0 .../kconfig-frontends/frontends/qconf/qconf.h | 0 .../libs/images/images.c_orig | 0 .../libs/lxdialog/checklist.c | 0 tools/kconfig-frontends/libs/lxdialog/dialog.h | 0 .../kconfig-frontends/libs/lxdialog/inputbox.c | 0 .../kconfig-frontends/libs/lxdialog/menubox.c | 0 .../kconfig-frontends/libs/lxdialog/textbox.c | 0 tools/kconfig-frontends/libs/lxdialog/util.c | 0 tools/kconfig-frontends/libs/lxdialog/yesno.c | 0 tools/kconfig-frontends/libs/parser/confdata.c | 0 tools/kconfig-frontends/libs/parser/expr.c | 0 tools/kconfig-frontends/libs/parser/expr.h | 0 tools/kconfig-frontends/libs/parser/hconf.c | 0 .../kconfig-frontends/libs/parser/hconf.gperf | 0 .../libs/parser/hconf.gperf.patch | 0 .../libs/parser/kconfig-parser.pc.in | 0 tools/kconfig-frontends/libs/parser/lconf.c | 0 tools/kconfig-frontends/libs/parser/lconf.l | 0 tools/kconfig-frontends/libs/parser/list.h | 0 tools/kconfig-frontends/libs/parser/lkc.h | 0 .../kconfig-frontends/libs/parser/lkc_proto.h | 0 tools/kconfig-frontends/libs/parser/menu.c | 0 tools/kconfig-frontends/libs/parser/symbol.c | 0 tools/kconfig-frontends/libs/parser/util.c | 0 tools/kconfig-frontends/libs/parser/yconf.c | 0 tools/kconfig-frontends/libs/parser/yconf.y | 0 .../libs/parser/yconf.y.patch | 0 .../scripts/.autostuff/config.h.in | 0 .../scripts/.autostuff/m4/libtool.m4 | 0 .../scripts/.autostuff/m4/ltoptions.m4 | 0 .../scripts/.autostuff/m4/ltsugar.m4 | 0 .../scripts/.autostuff/m4/ltversion.m4 | 0 .../scripts/.autostuff/m4/lt~obsolete.m4 | 0 .../scripts/.autostuff/scripts/ltmain.sh | 0 tools/kconfig-frontends/scripts/ksync.list | 0 tools/kconfig-frontends/utils/gettext.c | 0 tools/kconfig-frontends/utils/kconfig-tweak.in | 0 .../utils/kconfig-tweak.in.patch | 0 tools/kconfiglib.py | 0 tools/keil.py | 0 tools/makefile.py | 0 tools/menuconfig.py | 0 tools/mkdist.py | 0 tools/mkromfs.py | 0 tools/package.py | 0 tools/pyguiconfig.py | 0 tools/rtthread.mk | 0 tools/sconsui.py | 0 tools/ses.py | 0 tools/template.cbp | 0 tools/tools/clang-analyze.py | 0 tools/ua.py | 0 tools/utils.py | 0 tools/vs.py | 0 tools/vs2012.py | 0 tools/vsc.py | 0 tools/win32spawn.py | 0 tools/wizard.py | 0 19240 files changed, 15 insertions(+), 2 deletions(-) mode change 100644 => 100755 .github/PULL_REQUEST_TEMPLATE.md mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .travis.yml mode change 100644 => 100755 ChangeLog.md mode change 100644 => 100755 Kconfig mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 README_zh.md mode change 100644 => 100755 bsp/CME_M7/CME_M7.ld mode change 100644 => 100755 bsp/CME_M7/CME_M7.sct mode change 100644 => 100755 bsp/CME_M7/CMSIS/CME_M7/cmem7_it.c mode change 100644 => 100755 bsp/CME_M7/CMSIS/CME_M7/cmem7_it.h mode change 100644 => 100755 bsp/CME_M7/CMSIS/CME_M7/startup/arm/startup_cmem7.s mode change 100644 => 100755 bsp/CME_M7/CMSIS/CME_M7/startup/gcc/startup_CME_M7.c mode change 100644 => 100755 bsp/CME_M7/CMSIS/CME_M7/system_cmem7.c mode change 100644 => 100755 bsp/CME_M7/CMSIS/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/CME_M7/CMSIS/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/CME_M7/CMSIS/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/CME_M7/CMSIS/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/CME_M7/CMSIS/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/CME_M7/CMSIS/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/CME_M7/CMSIS/CMSIS/Include/core_cm4_simd.h mode change 100644 => 100755 bsp/CME_M7/CMSIS/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/CME_M7/CMSIS/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/CME_M7/CMSIS/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/CME_M7/CMSIS/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/CME_M7/CMSIS/SConscript mode change 100644 => 100755 bsp/CME_M7/SConscript mode change 100644 => 100755 bsp/CME_M7/SConstruct mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/SConscript mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_adc.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_aes.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_can.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_conf.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_ddr.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_dma.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_efuse.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_eth.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_flash.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_gpio.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_i2c.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_includes.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_misc.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_retarget.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_rtc.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_spi.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_tim.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_uart.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_usb.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/cmem7_wdg.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/inc/system_cmem7.h mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_adc.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_aes.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_can.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_ddr.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_dma.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_efuse.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_eth.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_flash.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_gpio.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_i2c.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_misc.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_rtc.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_spi.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_tim.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_uart.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_usb.c mode change 100644 => 100755 bsp/CME_M7/StdPeriph_Driver/src/cmem7_wdg.c mode change 100644 => 100755 bsp/CME_M7/applications/SConscript mode change 100644 => 100755 bsp/CME_M7/applications/application.c mode change 100644 => 100755 bsp/CME_M7/applications/led.c mode change 100644 => 100755 bsp/CME_M7/applications/startup.c mode change 100644 => 100755 bsp/CME_M7/drivers/SConscript mode change 100644 => 100755 bsp/CME_M7/drivers/app_phy.c mode change 100644 => 100755 bsp/CME_M7/drivers/app_phy.h mode change 100644 => 100755 bsp/CME_M7/drivers/board.c mode change 100644 => 100755 bsp/CME_M7/drivers/board.h mode change 100644 => 100755 bsp/CME_M7/drivers/emac.c mode change 100644 => 100755 bsp/CME_M7/drivers/uart.c mode change 100644 => 100755 bsp/CME_M7/project.uvopt mode change 100644 => 100755 bsp/CME_M7/project.uvproj mode change 100644 => 100755 bsp/CME_M7/readme.md mode change 100644 => 100755 bsp/CME_M7/rtconfig.h mode change 100644 => 100755 bsp/CME_M7/rtconfig.py mode change 100644 => 100755 bsp/CME_M7/template.uvopt mode change 100644 => 100755 bsp/CME_M7/template.uvproj mode change 100644 => 100755 bsp/allwinner_tina/.config mode change 100644 => 100755 bsp/allwinner_tina/Kconfig mode change 100644 => 100755 bsp/allwinner_tina/README.md mode change 100644 => 100755 bsp/allwinner_tina/SConscript mode change 100644 => 100755 bsp/allwinner_tina/SConstruct mode change 100644 => 100755 bsp/allwinner_tina/applications/SConscript mode change 100644 => 100755 bsp/allwinner_tina/applications/main.c mode change 100644 => 100755 bsp/allwinner_tina/drivers/Kconfig mode change 100644 => 100755 bsp/allwinner_tina/drivers/SConscript mode change 100644 => 100755 bsp/allwinner_tina/drivers/board.c mode change 100644 => 100755 bsp/allwinner_tina/drivers/board.h mode change 100644 => 100755 bsp/allwinner_tina/drivers/drv_clock.c mode change 100644 => 100755 bsp/allwinner_tina/drivers/drv_clock.h mode change 100644 => 100755 bsp/allwinner_tina/drivers/drv_gpio.c mode change 100644 => 100755 bsp/allwinner_tina/drivers/drv_gpio.h mode change 100644 => 100755 bsp/allwinner_tina/drivers/drv_sdio.c mode change 100644 => 100755 bsp/allwinner_tina/drivers/drv_sdio.h mode change 100644 => 100755 bsp/allwinner_tina/drivers/drv_uart.c mode change 100644 => 100755 bsp/allwinner_tina/drivers/drv_uart.h mode change 100644 => 100755 bsp/allwinner_tina/drivers/spi/SConscript mode change 100644 => 100755 bsp/allwinner_tina/drivers/spi/drv_spi.c mode change 100644 => 100755 bsp/allwinner_tina/drivers/spi/drv_spi.h mode change 100644 => 100755 bsp/allwinner_tina/drivers/spi/drv_spi_flash.c mode change 100644 => 100755 bsp/allwinner_tina/libcpu/SConscript mode change 100644 => 100755 bsp/allwinner_tina/libcpu/context_gcc.S mode change 100644 => 100755 bsp/allwinner_tina/libcpu/cpu.c mode change 100644 => 100755 bsp/allwinner_tina/libcpu/cpuport.c mode change 100644 => 100755 bsp/allwinner_tina/libcpu/interrupt.c mode change 100644 => 100755 bsp/allwinner_tina/libcpu/interrupt.h mode change 100644 => 100755 bsp/allwinner_tina/libcpu/mmu.c mode change 100644 => 100755 bsp/allwinner_tina/libcpu/mmu.h mode change 100644 => 100755 bsp/allwinner_tina/libcpu/rt_low_level_init.c mode change 100644 => 100755 bsp/allwinner_tina/libcpu/stack.c mode change 100644 => 100755 bsp/allwinner_tina/libcpu/start_gcc.S mode change 100644 => 100755 bsp/allwinner_tina/libcpu/trap.c mode change 100644 => 100755 bsp/allwinner_tina/link.lds mode change 100644 => 100755 bsp/allwinner_tina/rtconfig.h mode change 100644 => 100755 bsp/allwinner_tina/rtconfig.py mode change 100644 => 100755 bsp/amebaz/.config mode change 100644 => 100755 bsp/amebaz/Kconfig mode change 100644 => 100755 bsp/amebaz/README.md mode change 100644 => 100755 bsp/amebaz/SConscript mode change 100644 => 100755 bsp/amebaz/SConstruct mode change 100644 => 100755 bsp/amebaz/applications/SConscript mode change 100644 => 100755 bsp/amebaz/applications/main.c mode change 100644 => 100755 bsp/amebaz/applications/smartconfig_app.c mode change 100644 => 100755 bsp/amebaz/bootloader_symbol.icf mode change 100644 => 100755 bsp/amebaz/drivers/Kconfig mode change 100644 => 100755 bsp/amebaz/drivers/SConscript mode change 100644 => 100755 bsp/amebaz/drivers/board.c mode change 100644 => 100755 bsp/amebaz/drivers/board.h mode change 100644 => 100755 bsp/amebaz/drivers/drv_uart.c mode change 100644 => 100755 bsp/amebaz/drivers/drv_uart.h mode change 100644 => 100755 bsp/amebaz/drivers/wlan/SConscript mode change 100644 => 100755 bsp/amebaz/drivers/wlan/drv_wifi.c mode change 100644 => 100755 bsp/amebaz/drivers/wlan/drv_wifi.h mode change 100644 => 100755 bsp/amebaz/drivers/wlan/drv_wlan.c mode change 100644 => 100755 bsp/amebaz/drivers/wlan/drv_wlan.h mode change 100644 => 100755 bsp/amebaz/export-rom_symbol_v01.txt mode change 100644 => 100755 bsp/amebaz/figures/iar_build.png mode change 100644 => 100755 bsp/amebaz/figures/iar_download.png mode change 100644 => 100755 bsp/amebaz/figures/image-tool_v2.2.0.png mode change 100644 => 100755 bsp/amebaz/gen_bin.py mode change 100644 => 100755 bsp/amebaz/image2.icf mode change 100644 => 100755 bsp/amebaz/libraries/Kconfig mode change 100644 => 100755 bsp/amebaz/libraries/SConscript mode change 100644 => 100755 bsp/amebaz/libraries/smartconfig/SConscript mode change 100644 => 100755 bsp/amebaz/libraries/smartconfig/inc/smartconfig.h mode change 100644 => 100755 bsp/amebaz/libraries/smartconfig/libs/libsmartconfig_armcm4_gcc.a mode change 100644 => 100755 bsp/amebaz/libraries/smartconfig/libs/libsmartconfig_armcm4_iar.a mode change 100644 => 100755 bsp/amebaz/project.ewd mode change 100644 => 100755 bsp/amebaz/project.ewp mode change 100644 => 100755 bsp/amebaz/project.eww mode change 100644 => 100755 bsp/amebaz/rlx8711B-symbol-v02-img2_xip1.ld mode change 100644 => 100755 bsp/amebaz/rlx8711B-symbol-v02-img2_xip2.ld mode change 100644 => 100755 bsp/amebaz/rom_symbol_v01_iar.icf mode change 100644 => 100755 bsp/amebaz/rtconfig.h mode change 100644 => 100755 bsp/amebaz/rtconfig.py mode change 100644 => 100755 bsp/amebaz/template.ewd mode change 100644 => 100755 bsp/amebaz/template.ewp mode change 100644 => 100755 bsp/amebaz/template.ewt mode change 100644 => 100755 bsp/amebaz/template.eww mode change 100644 => 100755 bsp/amebaz/tmp.board mode change 100644 => 100755 bsp/apollo2/README.md mode change 100644 => 100755 bsp/apollo2/SConscript mode change 100644 => 100755 bsp/apollo2/SConstruct mode change 100644 => 100755 bsp/apollo2/apollo2 evaluation board skt.jpg mode change 100644 => 100755 bsp/apollo2/applications/SConscript mode change 100644 => 100755 bsp/apollo2/applications/main.c mode change 100644 => 100755 bsp/apollo2/board/SConscript mode change 100644 => 100755 bsp/apollo2/board/adc.c mode change 100644 => 100755 bsp/apollo2/board/adc.h mode change 100644 => 100755 bsp/apollo2/board/board.c mode change 100644 => 100755 bsp/apollo2/board/board.h mode change 100644 => 100755 bsp/apollo2/board/flash.c mode change 100644 => 100755 bsp/apollo2/board/flash.h mode change 100644 => 100755 bsp/apollo2/board/gpio.c mode change 100644 => 100755 bsp/apollo2/board/gpio.h mode change 100644 => 100755 bsp/apollo2/board/i2c.c mode change 100644 => 100755 bsp/apollo2/board/i2c.h mode change 100644 => 100755 bsp/apollo2/board/led.c mode change 100644 => 100755 bsp/apollo2/board/led.h mode change 100644 => 100755 bsp/apollo2/board/pdm.c mode change 100644 => 100755 bsp/apollo2/board/pdm.h mode change 100644 => 100755 bsp/apollo2/board/pwm.c mode change 100644 => 100755 bsp/apollo2/board/pwm.h mode change 100644 => 100755 bsp/apollo2/board/rtc.c mode change 100644 => 100755 bsp/apollo2/board/rtc.h mode change 100644 => 100755 bsp/apollo2/board/smbus.c mode change 100644 => 100755 bsp/apollo2/board/smbus.h mode change 100644 => 100755 bsp/apollo2/board/spi.c mode change 100644 => 100755 bsp/apollo2/board/spi.h mode change 100644 => 100755 bsp/apollo2/board/uart.c mode change 100644 => 100755 bsp/apollo2/board/uart.h mode change 100644 => 100755 bsp/apollo2/libraries/SConscript mode change 100644 => 100755 bsp/apollo2/libraries/drivers/SConscript mode change 100644 => 100755 bsp/apollo2/libraries/drivers/am_mcu_apollo.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_adc.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_adc.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_cachectrl.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_cachectrl.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_clkgen.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_clkgen.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_ctimer.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_ctimer.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_debug.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_debug.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_flash.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_flash.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_global.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_global.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_gpio.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_gpio.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_i2c_bit_bang.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_i2c_bit_bang.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_interrupt.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_interrupt.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_iom.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_iom.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_ios.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_ios.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_itm.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_itm.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_mcuctrl.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_mcuctrl.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_otp.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_otp.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_pdm.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_pdm.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_pin.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_pwrctrl.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_pwrctrl.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_queue.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_queue.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_reset.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_reset.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_rtc.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_rtc.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_stimer.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_stimer.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_sysctrl.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_sysctrl.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_systick.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_systick.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_tpiu.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_tpiu.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_ttp.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_ttp.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_uart.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_uart.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_vcomp.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_vcomp.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_wdt.c mode change 100644 => 100755 bsp/apollo2/libraries/drivers/hal/am_hal_wdt.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_adc.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_base_addresses.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_cachectrl.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_clkgen.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_ctimer.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_flashctrl.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_gpio.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_iomstr.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_ioslave.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_itm.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_jedec.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_macros.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_macros_asm.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_mcuctrl.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_nvic.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_pdm.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_pwrctrl.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_rstgen.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_rtc.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_sysctrl.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_systick.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_tpiu.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_uart.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_vcomp.h mode change 100644 => 100755 bsp/apollo2/libraries/drivers/regs/am_reg_wdt.h mode change 100644 => 100755 bsp/apollo2/libraries/startup/SConscript mode change 100644 => 100755 bsp/apollo2/libraries/startup/arm/startup_keil.s mode change 100644 => 100755 bsp/apollo2/libraries/startup/gcc/startup_gcc.c mode change 100644 => 100755 bsp/apollo2/libraries/startup/iar/startup_iar.c mode change 100644 => 100755 bsp/apollo2/project.uvoptx mode change 100644 => 100755 bsp/apollo2/project.uvprojx mode change 100644 => 100755 bsp/apollo2/rtconfig.h mode change 100644 => 100755 bsp/apollo2/rtconfig.py mode change 100644 => 100755 bsp/apollo2/rtthread.sct mode change 100644 => 100755 bsp/apollo2/rtthread_link.ld mode change 100644 => 100755 bsp/apollo2/template.uvoptx mode change 100644 => 100755 bsp/apollo2/template.uvprojx mode change 100644 => 100755 bsp/asm9260t/.config mode change 100644 => 100755 bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/debugger/AlphaScale/ASM9260T.ddf mode change 100644 => 100755 bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/debugger/AlphaScale/ioASM9260T.ddf mode change 100644 => 100755 bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/devices/AlphaScale/ASM9260T.i79 mode change 100644 => 100755 bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/devices/AlphaScale/ASM9260T.menu mode change 100644 => 100755 bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/linker/AlphaScale/sam9260t/sam9260t_sdram.icf mode change 100644 => 100755 bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/readme mode change 100644 => 100755 bsp/asm9260t/Kconfig mode change 100644 => 100755 bsp/asm9260t/SConscript mode change 100644 => 100755 bsp/asm9260t/SConstruct mode change 100644 => 100755 bsp/asm9260t/applications/SConscript mode change 100644 => 100755 bsp/asm9260t/applications/application.c mode change 100644 => 100755 bsp/asm9260t/drivers/SConscript mode change 100644 => 100755 bsp/asm9260t/drivers/board.c mode change 100644 => 100755 bsp/asm9260t/drivers/board.h mode change 100644 => 100755 bsp/asm9260t/drivers/led.c mode change 100644 => 100755 bsp/asm9260t/drivers/led.h mode change 100644 => 100755 bsp/asm9260t/drivers/usart.c mode change 100644 => 100755 bsp/asm9260t/jlink/asm9260t.gdb mode change 100644 => 100755 bsp/asm9260t/jlink/asm9260t.ini mode change 100644 => 100755 bsp/asm9260t/jlink/asm9260t.mac mode change 100644 => 100755 bsp/asm9260t/link_scripts/sdram.icf mode change 100644 => 100755 bsp/asm9260t/link_scripts/sdram.ld mode change 100644 => 100755 bsp/asm9260t/link_scripts/sdram.scat mode change 100644 => 100755 bsp/asm9260t/platform/SConscript mode change 100644 => 100755 bsp/asm9260t/platform/asm9260t.h mode change 100644 => 100755 bsp/asm9260t/platform/gpio.c mode change 100644 => 100755 bsp/asm9260t/platform/gpio.h mode change 100644 => 100755 bsp/asm9260t/platform/interrupt.c mode change 100644 => 100755 bsp/asm9260t/platform/interrupt.h mode change 100644 => 100755 bsp/asm9260t/platform/reset.c mode change 100644 => 100755 bsp/asm9260t/platform/rt_low_level_init.c mode change 100644 => 100755 bsp/asm9260t/platform/rt_low_level_init.h mode change 100644 => 100755 bsp/asm9260t/platform/system_clock.c mode change 100644 => 100755 bsp/asm9260t/platform/timer0.c mode change 100644 => 100755 bsp/asm9260t/platform/timer0.h mode change 100644 => 100755 bsp/asm9260t/platform/uart.c mode change 100644 => 100755 bsp/asm9260t/platform/uart.h mode change 100644 => 100755 bsp/asm9260t/project.ewp mode change 100644 => 100755 bsp/asm9260t/project.eww mode change 100644 => 100755 bsp/asm9260t/project.uvopt mode change 100644 => 100755 bsp/asm9260t/project.uvproj mode change 100644 => 100755 bsp/asm9260t/rtconfig.h mode change 100644 => 100755 bsp/asm9260t/rtconfig.py mode change 100644 => 100755 bsp/asm9260t/template.ewp mode change 100644 => 100755 bsp/asm9260t/template.eww mode change 100644 => 100755 bsp/asm9260t/template.uvopt mode change 100644 => 100755 bsp/asm9260t/template.uvproj mode change 100644 => 100755 bsp/at91sam9260/.config mode change 100644 => 100755 bsp/at91sam9260/Kconfig mode change 100644 => 100755 bsp/at91sam9260/applications/SConscript mode change 100644 => 100755 bsp/at91sam9260/applications/application.c mode change 100644 => 100755 bsp/at91sam9260/debug_scripts/at91sam9260.gdb mode change 100644 => 100755 bsp/at91sam9260/debug_scripts/at91sam9260.ini mode change 100644 => 100755 bsp/at91sam9260/debug_scripts/at91sam9260.mac mode change 100644 => 100755 bsp/at91sam9260/drivers/SConscript mode change 100644 => 100755 bsp/at91sam9260/drivers/at91_i2c_gpio.c mode change 100644 => 100755 bsp/at91sam9260/drivers/at91_mci.c mode change 100644 => 100755 bsp/at91sam9260/drivers/at91_mci.h mode change 100644 => 100755 bsp/at91sam9260/drivers/board.c mode change 100644 => 100755 bsp/at91sam9260/drivers/board.h mode change 100644 => 100755 bsp/at91sam9260/drivers/led.c mode change 100644 => 100755 bsp/at91sam9260/drivers/led.h mode change 100644 => 100755 bsp/at91sam9260/drivers/macb.c mode change 100644 => 100755 bsp/at91sam9260/drivers/macb.h mode change 100644 => 100755 bsp/at91sam9260/drivers/mii.h mode change 100644 => 100755 bsp/at91sam9260/drivers/usart.c mode change 100644 => 100755 bsp/at91sam9260/link_scripts/at91sam9260_ram.icf mode change 100644 => 100755 bsp/at91sam9260/link_scripts/at91sam9260_ram.ld mode change 100644 => 100755 bsp/at91sam9260/link_scripts/at91sam9260_ram.scat mode change 100644 => 100755 bsp/at91sam9260/platform/SConscript mode change 100644 => 100755 bsp/at91sam9260/platform/at91_aic.h mode change 100644 => 100755 bsp/at91sam9260/platform/at91_pdc.h mode change 100644 => 100755 bsp/at91sam9260/platform/at91_pio.h mode change 100644 => 100755 bsp/at91sam9260/platform/at91_pit.h mode change 100644 => 100755 bsp/at91sam9260/platform/at91_pmc.h mode change 100644 => 100755 bsp/at91sam9260/platform/at91_rstc.h mode change 100644 => 100755 bsp/at91sam9260/platform/at91_serial.h mode change 100644 => 100755 bsp/at91sam9260/platform/at91_shdwc.h mode change 100644 => 100755 bsp/at91sam9260/platform/at91_tc.h mode change 100644 => 100755 bsp/at91sam9260/platform/at91sam9260_matrix.h mode change 100644 => 100755 bsp/at91sam9260/platform/at91sam926x.h mode change 100644 => 100755 bsp/at91sam9260/platform/gpio.h mode change 100644 => 100755 bsp/at91sam9260/platform/interrupt.c mode change 100644 => 100755 bsp/at91sam9260/platform/interrupt.h mode change 100644 => 100755 bsp/at91sam9260/platform/io.h mode change 100644 => 100755 bsp/at91sam9260/platform/irq.h mode change 100644 => 100755 bsp/at91sam9260/platform/reset.c mode change 100644 => 100755 bsp/at91sam9260/platform/rt_low_level_init.c mode change 100644 => 100755 bsp/at91sam9260/platform/rt_low_level_init.h mode change 100644 => 100755 bsp/at91sam9260/platform/system_clock.c mode change 100644 => 100755 bsp/at91sam9260/template.ewp mode change 100644 => 100755 bsp/at91sam9260/template.eww mode change 100644 => 100755 bsp/at91sam9260/template.uvopt mode change 100644 => 100755 bsp/at91sam9260/template.uvproj mode change 100644 => 100755 bsp/at91sam9g45/.config mode change 100644 => 100755 bsp/at91sam9g45/SConscript mode change 100644 => 100755 bsp/at91sam9g45/SConstruct mode change 100644 => 100755 bsp/at91sam9g45/applications/SConscript mode change 100644 => 100755 bsp/at91sam9g45/applications/application.c mode change 100644 => 100755 bsp/at91sam9g45/drivers/SConscript mode change 100644 => 100755 bsp/at91sam9g45/drivers/at91_i2c_gpio.c mode change 100644 => 100755 bsp/at91sam9g45/drivers/at91_mci.c mode change 100644 => 100755 bsp/at91sam9g45/drivers/at91_mci.h mode change 100644 => 100755 bsp/at91sam9g45/drivers/board.c mode change 100644 => 100755 bsp/at91sam9g45/drivers/board.h mode change 100644 => 100755 bsp/at91sam9g45/drivers/led.c mode change 100644 => 100755 bsp/at91sam9g45/drivers/led.h mode change 100644 => 100755 bsp/at91sam9g45/drivers/macb.c mode change 100644 => 100755 bsp/at91sam9g45/drivers/macb.h mode change 100644 => 100755 bsp/at91sam9g45/drivers/mii.h mode change 100644 => 100755 bsp/at91sam9g45/drivers/usart.c mode change 100644 => 100755 bsp/at91sam9g45/link_scripts/at91sam9g45_ram.icf mode change 100644 => 100755 bsp/at91sam9g45/link_scripts/at91sam9g45_ram.ld mode change 100644 => 100755 bsp/at91sam9g45/link_scripts/at91sam9g45_ram.scat mode change 100644 => 100755 bsp/at91sam9g45/platform/SConscript mode change 100644 => 100755 bsp/at91sam9g45/platform/at91sam9g45.h mode change 100644 => 100755 bsp/at91sam9g45/platform/gpio.h mode change 100644 => 100755 bsp/at91sam9g45/platform/interrupt.c mode change 100644 => 100755 bsp/at91sam9g45/platform/interrupt.h mode change 100644 => 100755 bsp/at91sam9g45/platform/io.h mode change 100644 => 100755 bsp/at91sam9g45/platform/irq.h mode change 100644 => 100755 bsp/at91sam9g45/platform/reset.c mode change 100644 => 100755 bsp/at91sam9g45/platform/rt_low_level_init.c mode change 100644 => 100755 bsp/at91sam9g45/platform/rt_low_level_init.h mode change 100644 => 100755 bsp/at91sam9g45/platform/system_clock.c mode change 100644 => 100755 bsp/at91sam9g45/rtconfig.h mode change 100644 => 100755 bsp/at91sam9g45/rtconfig.py mode change 100644 => 100755 bsp/at91sam9g45/template.ewp mode change 100644 => 100755 bsp/at91sam9g45/template.eww mode change 100644 => 100755 bsp/at91sam9g45/template.uvopt mode change 100644 => 100755 bsp/at91sam9g45/template.uvproj mode change 100644 => 100755 bsp/avr32uc3b0/SConscript mode change 100644 => 100755 bsp/avr32uc3b0/SConstruct mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/BOARDS/board.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.c mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.c mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.c mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm_conf_clocks.c mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.c mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.c mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/SConscript mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_cpu.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_exceptions.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_interrupts.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_usart.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/mrepeat.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/preprocessor.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/stringz.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/tpaste.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/compiler.h mode change 100644 => 100755 bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/UTILS/parts.h mode change 100644 => 100755 bsp/avr32uc3b0/application.c mode change 100644 => 100755 bsp/avr32uc3b0/avr32elf_uc3b0256.lds mode change 100644 => 100755 bsp/avr32uc3b0/board.c mode change 100644 => 100755 bsp/avr32uc3b0/rtconfig.h mode change 100644 => 100755 bsp/avr32uc3b0/rtconfig.py mode change 100644 => 100755 bsp/avr32uc3b0/startup.c mode change 100644 => 100755 bsp/beaglebone/.config mode change 100644 => 100755 bsp/beaglebone/AM335x_sk_DDR3.mac mode change 100644 => 100755 bsp/beaglebone/Kconfig mode change 100644 => 100755 bsp/beaglebone/SConscript mode change 100644 => 100755 bsp/beaglebone/SConstruct mode change 100644 => 100755 bsp/beaglebone/am335x_DDR.icf mode change 100644 => 100755 bsp/beaglebone/am335x_sk.ewp mode change 100644 => 100755 bsp/beaglebone/am335x_sk.eww mode change 100644 => 100755 bsp/beaglebone/applications/SConscript mode change 100644 => 100755 bsp/beaglebone/applications/board.c mode change 100644 => 100755 bsp/beaglebone/applications/board.h mode change 100644 => 100755 bsp/beaglebone/applications/main.c mode change 100644 => 100755 bsp/beaglebone/beaglebone_ram.lds mode change 100644 => 100755 bsp/beaglebone/drivers/SConscript mode change 100644 => 100755 bsp/beaglebone/drivers/gpio.c mode change 100644 => 100755 bsp/beaglebone/drivers/gpio.h mode change 100644 => 100755 bsp/beaglebone/drivers/uart.c mode change 100644 => 100755 bsp/beaglebone/drivers/uart.h mode change 100644 => 100755 bsp/beaglebone/drivers/uart_reg.h mode change 100644 => 100755 bsp/beaglebone/rtconfig.h mode change 100644 => 100755 bsp/beaglebone/rtconfig.py mode change 100644 => 100755 bsp/beaglebone/uboot_cmd.txt mode change 100644 => 100755 bsp/bf533/application.c mode change 100644 => 100755 bsp/bf533/application.h mode change 100644 => 100755 bsp/bf533/board.c mode change 100644 => 100755 bsp/bf533/board.h mode change 100644 => 100755 bsp/bf533/rtconfig.h mode change 100644 => 100755 bsp/bf533/startup.c mode change 100644 => 100755 bsp/bf533/vdsp/bf533.dpj mode change 100644 => 100755 bsp/bf533/vdsp/bf533.mak mode change 100644 => 100755 bsp/bf533/vdsp/bf533.pcf mode change 100644 => 100755 bsp/bf533/vdsp/bf533_basiccrt.s mode change 100644 => 100755 bsp/bf533/vdsp/bf533_heaptab.c mode change 100644 => 100755 bsp/bf533/vdsp/bf533_init.dxe mode change 100644 => 100755 bsp/bf533/vdsp/bf533_ram.ldf mode change 100644 => 100755 bsp/bf533/vdsp/bf533_sdram_64M.ldf mode change 100644 => 100755 bsp/bf533/vdsp/mine.dxe mode change 100644 => 100755 bsp/ck802/.config mode change 100644 => 100755 bsp/ck802/Kconfig mode change 100644 => 100755 bsp/ck802/README.md mode change 100644 => 100755 bsp/ck802/SConscript mode change 100644 => 100755 bsp/ck802/SConstruct mode change 100644 => 100755 bsp/ck802/applications/SConscript mode change 100644 => 100755 bsp/ck802/applications/main.c mode change 100644 => 100755 bsp/ck802/drivers/SConscript mode change 100644 => 100755 bsp/ck802/drivers/board.c mode change 100644 => 100755 bsp/ck802/drivers/board.h mode change 100644 => 100755 bsp/ck802/drivers/board_coretimer.c mode change 100644 => 100755 bsp/ck802/drivers/board_coretimer.h mode change 100644 => 100755 bsp/ck802/drivers/board_uart.c mode change 100644 => 100755 bsp/ck802/drivers/config.h mode change 100644 => 100755 bsp/ck802/drivers/isr.c mode change 100644 => 100755 bsp/ck802/drivers/pin_name.h mode change 100644 => 100755 bsp/ck802/drivers/pinmux.c mode change 100644 => 100755 bsp/ck802/drivers/pinmux.h mode change 100644 => 100755 bsp/ck802/drivers/soc.h mode change 100644 => 100755 bsp/ck802/drivers/system.c mode change 100644 => 100755 bsp/ck802/gcc_csky.ld mode change 100644 => 100755 bsp/ck802/libraries/SConscript mode change 100644 => 100755 bsp/ck802/libraries/common/aes/ck_aes.c mode change 100644 => 100755 bsp/ck802/libraries/common/aes/ck_aes.h mode change 100644 => 100755 bsp/ck802/libraries/common/crc/ck_crc.c mode change 100644 => 100755 bsp/ck802/libraries/common/crc/ck_crc.h mode change 100644 => 100755 bsp/ck802/libraries/common/dmac/ck_dmac.c mode change 100644 => 100755 bsp/ck802/libraries/common/dmac/ck_dmac.h mode change 100644 => 100755 bsp/ck802/libraries/common/eflash/ck_eflash.c mode change 100644 => 100755 bsp/ck802/libraries/common/eflash/ck_eflash.h mode change 100644 => 100755 bsp/ck802/libraries/common/eth/ethernet_enc28j60.c mode change 100644 => 100755 bsp/ck802/libraries/common/eth/ethernet_enc28j60.h mode change 100644 => 100755 bsp/ck802/libraries/common/gpio/dw_gpio.c mode change 100644 => 100755 bsp/ck802/libraries/common/gpio/dw_gpio.h mode change 100644 => 100755 bsp/ck802/libraries/common/iic/dw_iic.c mode change 100644 => 100755 bsp/ck802/libraries/common/iic/dw_iic.h mode change 100644 => 100755 bsp/ck802/libraries/common/pwm/ck_pwm.c mode change 100644 => 100755 bsp/ck802/libraries/common/pwm/ck_pwm.h mode change 100644 => 100755 bsp/ck802/libraries/common/rsa/ck_rsa.c mode change 100644 => 100755 bsp/ck802/libraries/common/rsa/ck_rsa.h mode change 100644 => 100755 bsp/ck802/libraries/common/rtc/ck_rtc.c mode change 100644 => 100755 bsp/ck802/libraries/common/rtc/ck_rtc.h mode change 100644 => 100755 bsp/ck802/libraries/common/sha/ck_sha.c mode change 100644 => 100755 bsp/ck802/libraries/common/sha/ck_sha.h mode change 100644 => 100755 bsp/ck802/libraries/common/spi/dw_spi.c mode change 100644 => 100755 bsp/ck802/libraries/common/spi/dw_spi.h mode change 100644 => 100755 bsp/ck802/libraries/common/timer/dw_timer.c mode change 100644 => 100755 bsp/ck802/libraries/common/timer/dw_timer.h mode change 100644 => 100755 bsp/ck802/libraries/common/trng/ck_trng.c mode change 100644 => 100755 bsp/ck802/libraries/common/trng/ck_trng.h mode change 100644 => 100755 bsp/ck802/libraries/common/usart/dw_usart.c mode change 100644 => 100755 bsp/ck802/libraries/common/usart/dw_usart.h mode change 100644 => 100755 bsp/ck802/libraries/common/wdt/dw_wdt.c mode change 100644 => 100755 bsp/ck802/libraries/common/wdt/dw_wdt.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_aes.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_common.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_crc.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_dmac.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_eflash.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_errno.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_eth.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_eth_mac.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_eth_phy.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_gpio.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_iic.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_pwm.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_rsa.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_rtc.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_sha.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_spi.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_timer.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_trng.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_usart.h mode change 100644 => 100755 bsp/ck802/libraries/include/drv_wdt.h mode change 100644 => 100755 bsp/ck802/libraries/startup_gcc.S mode change 100644 => 100755 bsp/ck802/project.cdkproj mode change 100644 => 100755 bsp/ck802/rtconfig.h mode change 100644 => 100755 bsp/ck802/rtconfig.py mode change 100644 => 100755 bsp/ck802/template.cdkproj mode change 100644 => 100755 bsp/dm365/.config mode change 100644 => 100755 bsp/dm365/Kconfig mode change 100644 => 100755 bsp/dm365/SConscript mode change 100644 => 100755 bsp/dm365/SConstruct mode change 100644 => 100755 bsp/dm365/applications/SConscript mode change 100644 => 100755 bsp/dm365/applications/application.c mode change 100644 => 100755 bsp/dm365/applications/board.c mode change 100644 => 100755 bsp/dm365/applications/board.h mode change 100644 => 100755 bsp/dm365/dm365_ram.ld mode change 100644 => 100755 bsp/dm365/drivers/SConscript mode change 100644 => 100755 bsp/dm365/drivers/davinci_emac.c mode change 100644 => 100755 bsp/dm365/drivers/davinci_emac.h mode change 100644 => 100755 bsp/dm365/drivers/davinci_serial.c mode change 100644 => 100755 bsp/dm365/drivers/gpio.c mode change 100644 => 100755 bsp/dm365/drivers/gpio.h mode change 100644 => 100755 bsp/dm365/drivers/i2c-davinci.c mode change 100644 => 100755 bsp/dm365/drivers/mii.h mode change 100644 => 100755 bsp/dm365/drivers/mmcsd.c mode change 100644 => 100755 bsp/dm365/drivers/mmcsd.h mode change 100644 => 100755 bsp/dm365/drivers/spi-davinci.c mode change 100644 => 100755 bsp/dm365/drivers/spi-davinci.h mode change 100644 => 100755 bsp/dm365/platform/SConscript mode change 100644 => 100755 bsp/dm365/platform/dm365.c mode change 100644 => 100755 bsp/dm365/platform/dm365_timer.h mode change 100644 => 100755 bsp/dm365/platform/dm36x.h mode change 100644 => 100755 bsp/dm365/platform/dma.c mode change 100644 => 100755 bsp/dm365/platform/edma.h mode change 100644 => 100755 bsp/dm365/platform/findbit.S mode change 100644 => 100755 bsp/dm365/platform/interrupt.c mode change 100644 => 100755 bsp/dm365/platform/irqs.h mode change 100644 => 100755 bsp/dm365/platform/psc.c mode change 100644 => 100755 bsp/dm365/platform/psc.h mode change 100644 => 100755 bsp/dm365/platform/reset.c mode change 100644 => 100755 bsp/dm365/platform/start_gcc.S mode change 100644 => 100755 bsp/dm365/platform/system_clock.c mode change 100644 => 100755 bsp/dm365/platform/trap.c mode change 100644 => 100755 bsp/dm365/rtconfig.h mode change 100644 => 100755 bsp/dm365/rtconfig.py mode change 100644 => 100755 bsp/efm32/EFM32GG_DK3750/SConscript mode change 100644 => 100755 bsp/efm32/EFM32GG_DK3750/dvk.c mode change 100644 => 100755 bsp/efm32/EFM32GG_DK3750/dvk.h mode change 100644 => 100755 bsp/efm32/EFM32GG_DK3750/dvk_bcregisters.h mode change 100644 => 100755 bsp/efm32/EFM32GG_DK3750/dvk_brd3600.c mode change 100644 => 100755 bsp/efm32/EFM32GG_DK3750/dvk_ebi.c mode change 100644 => 100755 bsp/efm32/EFM32GG_DK3750/dvk_spi.c mode change 100644 => 100755 bsp/efm32/EFM32GG_DK3750/trace.c mode change 100644 => 100755 bsp/efm32/EFM32GG_DK3750/trace.h mode change 100644 => 100755 bsp/efm32/EFM32_Gxxx_DK/SConscript mode change 100644 => 100755 bsp/efm32/EFM32_Gxxx_DK/dvk.c mode change 100644 => 100755 bsp/efm32/EFM32_Gxxx_DK/dvk.h mode change 100644 => 100755 bsp/efm32/EFM32_Gxxx_DK/dvk_bcregisters.h mode change 100644 => 100755 bsp/efm32/EFM32_Gxxx_DK/dvk_boardcontrol.c mode change 100644 => 100755 bsp/efm32/EFM32_Gxxx_DK/dvk_boardcontrol.h mode change 100644 => 100755 bsp/efm32/EFM32_Gxxx_DK/dvk_ebi.c mode change 100644 => 100755 bsp/efm32/EFM32_Gxxx_DK/dvk_spi.c mode change 100644 => 100755 bsp/efm32/EFM32_Gxxx_DK/trace.c mode change 100644 => 100755 bsp/efm32/EFM32_Gxxx_DK/trace.h mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvopt mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvproj mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvopt mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvproj mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvopt mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvproj mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexMx_math_Build.bat mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_opt_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM0x_math.uvopt mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM0x_math.uvproj mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM3x_math.uvopt mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM3x_math.uvproj mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM4x_math.uvopt mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexM4x_math.uvproj mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/G++/arm_cortexMx_math_Build.bat mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvopt mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvproj mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvopt mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvproj mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvopt mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvproj mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexMx_math_Build.bat mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/Include/core_cm4_simd.h mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/Lib/GCC/libarm_cortexM0l_math.a mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/Lib/GCC/libarm_cortexM3l_math.a mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/Lib/GCC/libarm_cortexM4l_math.a mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/Lib/GCC/libarm_cortexM4lf_math.a mode change 100644 => 100755 bsp/efm32/Libraries/CMSIS/RTOS/cmsis_os.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g200f16.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g200f32.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g200f64.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g210f128.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g222f128.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g222f32.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g222f64.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g230f128.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g230f32.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g230f64.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g232f128.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g232f32.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g232f64.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g280f128.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g280f32.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g280f64.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g290f128.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g290f32.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g290f64.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g840f128.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g840f32.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g840f64.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g842f128.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g842f32.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g842f64.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g880f128.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g880f32.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g880f64.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g890f128.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g890f32.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g890f64.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_acmp.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_adc.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_aes.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_af_channels.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_af_pins.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_af_ports.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_calibrate.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_cmu.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dac.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_devinfo.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dma.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dma_ch.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dma_descriptor.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dmactrl.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_dmareq.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_ebi.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_emu.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_gpio.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_gpio_p.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_i2c.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_lcd.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_letimer.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_leuart.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_msc.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_pcnt.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_prs.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_prs_ch.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_prs_signals.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_rmu.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_romtable.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_rtc.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_timer.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_timer_cc.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_uart.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_usart.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_vcmp.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/efm32g_wdog.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/system_efm32g.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/ARM/startup_efm32g.s mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/G++/efm32g.ld mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/G++/startup_efm32g.s mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/GCC/efm32g.ld mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/GCC/startup_efm32g.s mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/IAR/startup_efm32g.c mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/IAR/startup_efm32g.s mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/system_efm32g.c mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg230f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg230f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg232f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg232f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg280f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg280f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg290f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg290f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg295f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg295f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg330f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg330f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg332f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg332f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg380f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg380f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg390f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg390f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg395f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg395f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg840f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg840f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg842f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg842f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg880f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg880f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg890f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg890f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg895f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg895f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg940f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg940f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg942f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg942f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg980f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg980f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg990f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg990f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg995f1024.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg995f512.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_acmp.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_adc.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_aes.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_af_channels.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_af_pins.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_af_ports.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_burtc.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_burtc_ret.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_calibrate.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_cmu.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dac.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_devinfo.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dma.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dma_ch.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dma_descriptor.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dmactrl.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_dmareq.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_ebi.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_emu.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_etm.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_gpio.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_gpio_p.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_i2c.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_lcd.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_lesense.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_lesense_buf.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_lesense_ch.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_lesense_st.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_letimer.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_leuart.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_msc.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_pcnt.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_prs.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_prs_ch.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_prs_signals.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_rmu.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_romtable.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_rtc.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_timer.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_timer_cc.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_uart.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_usart.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_usb.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_usb_diep.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_usb_doep.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_usb_hc.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_vcmp.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/efm32gg_wdog.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/system_efm32gg.h mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/ARM/startup_efm32gg.s mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/G++/efm32gg.ld mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/G++/startup_efm32gg.s mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/GCC/efm32gg.ld mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/GCC/startup_efm32gg.s mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/IAR/startup_efm32gg.c mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/IAR/startup_efm32gg.s mode change 100644 => 100755 bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/system_efm32gg.c mode change 100644 => 100755 bsp/efm32/Libraries/SConscript mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_acmp.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_adc.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_aes.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_assert.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_bitband.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_burtc.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_chip.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_cmu.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_common.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_dac.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_dbg.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_dma.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_ebi.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_emu.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_gpio.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_i2c.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_int.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_lcd.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_lesense.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_letimer.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_leuart.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_mpu.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_msc.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_opamp.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_part.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_pcnt.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_prs.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_rmu.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_rtc.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_system.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_timer.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_usart.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_vcmp.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_version.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/inc/em_wdog.h mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_acmp.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_adc.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_aes.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_assert.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_burtc.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_cmu.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_dac.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_dbg.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_dma.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_ebi.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_emu.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_gpio.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_i2c.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_int.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_lcd.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_lesense.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_letimer.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_leuart.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_mpu.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_msc.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_opamp.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_pcnt.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_prs.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_rmu.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_rtc.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_system.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_timer.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_usart.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_vcmp.c mode change 100644 => 100755 bsp/efm32/Libraries/emlib/src/em_wdog.c mode change 100644 => 100755 bsp/efm32/Readme.txt mode change 100644 => 100755 bsp/efm32/SConscript mode change 100644 => 100755 bsp/efm32/SConstruct mode change 100644 => 100755 bsp/efm32/application.c mode change 100644 => 100755 bsp/efm32/board.c mode change 100644 => 100755 bsp/efm32/board.h mode change 100644 => 100755 bsp/efm32/copy_this_file_dfs_elm.c mode change 100644 => 100755 bsp/efm32/copy_this_file_shell.c mode change 100644 => 100755 bsp/efm32/dev_accel.c mode change 100644 => 100755 bsp/efm32/dev_accel.h mode change 100644 => 100755 bsp/efm32/dev_keys.c mode change 100644 => 100755 bsp/efm32/dev_keys.h mode change 100644 => 100755 bsp/efm32/dev_lcd.c mode change 100644 => 100755 bsp/efm32/dev_lcd.h mode change 100644 => 100755 bsp/efm32/dev_led.c mode change 100644 => 100755 bsp/efm32/dev_led.h mode change 100644 => 100755 bsp/efm32/dev_misc.c mode change 100644 => 100755 bsp/efm32/dev_misc.h mode change 100644 => 100755 bsp/efm32/dev_sflash.c mode change 100644 => 100755 bsp/efm32/dev_sflash.h mode change 100644 => 100755 bsp/efm32/drv_acmp.c mode change 100644 => 100755 bsp/efm32/drv_acmp.h mode change 100644 => 100755 bsp/efm32/drv_adc.c mode change 100644 => 100755 bsp/efm32/drv_adc.h mode change 100644 => 100755 bsp/efm32/drv_dma.c mode change 100644 => 100755 bsp/efm32/drv_dma.h mode change 100644 => 100755 bsp/efm32/drv_emu.c mode change 100644 => 100755 bsp/efm32/drv_emu.h mode change 100644 => 100755 bsp/efm32/drv_ethernet.c mode change 100644 => 100755 bsp/efm32/drv_ethernet.h mode change 100644 => 100755 bsp/efm32/drv_iic.c mode change 100644 => 100755 bsp/efm32/drv_iic.h mode change 100644 => 100755 bsp/efm32/drv_leuart.c mode change 100644 => 100755 bsp/efm32/drv_leuart.h mode change 100644 => 100755 bsp/efm32/drv_rtc.c mode change 100644 => 100755 bsp/efm32/drv_rtc.h mode change 100644 => 100755 bsp/efm32/drv_sdcard.c mode change 100644 => 100755 bsp/efm32/drv_sdcard.h mode change 100644 => 100755 bsp/efm32/drv_timer.c mode change 100644 => 100755 bsp/efm32/drv_timer.h mode change 100644 => 100755 bsp/efm32/drv_usart.c mode change 100644 => 100755 bsp/efm32/drv_usart.h mode change 100644 => 100755 bsp/efm32/efm32g_rom.ld mode change 100644 => 100755 bsp/efm32/efm32gg_rom.ld mode change 100644 => 100755 bsp/efm32/enc28j60.h mode change 100644 => 100755 bsp/efm32/graphics/SConscript mode change 100644 => 100755 bsp/efm32/graphics/dmd/ssd2119/dmd_ssd2119.h mode change 100644 => 100755 bsp/efm32/graphics/dmd/ssd2119/dmd_ssd2119_16bit.c mode change 100644 => 100755 bsp/efm32/graphics/dmd/ssd2119/dmd_ssd2119_direct.c mode change 100644 => 100755 bsp/efm32/graphics/dmd/ssd2119/dmd_ssd2119_registers.h mode change 100644 => 100755 bsp/efm32/graphics/dmd/ssd2119/dmdif_ssd2119_ebi.h mode change 100644 => 100755 bsp/efm32/graphics/dmd/ssd2119/dmdif_ssd2119_ebi16.c mode change 100644 => 100755 bsp/efm32/graphics/dmd/ssd2119/dmdif_ssd2119_spi.c mode change 100644 => 100755 bsp/efm32/graphics/dmd/ssd2119/dmdif_ssd2119_spi.h mode change 100644 => 100755 bsp/efm32/graphics/em_types.h mode change 100644 => 100755 bsp/efm32/graphics/tftspi.h mode change 100644 => 100755 bsp/efm32/hdl_interrupt.c mode change 100644 => 100755 bsp/efm32/hdl_interrupt.h mode change 100644 => 100755 bsp/efm32/httpd.c mode change 100644 => 100755 bsp/efm32/mma7455l.h mode change 100644 => 100755 bsp/efm32/rtconfig.h mode change 100644 => 100755 bsp/efm32/rtconfig.py mode change 100644 => 100755 bsp/efm32/start_gcc.S mode change 100644 => 100755 bsp/efm32/startup.c mode change 100644 => 100755 bsp/es32f0334/.config mode change 100644 => 100755 bsp/es32f0334/Kconfig mode change 100644 => 100755 bsp/es32f0334/README.md mode change 100644 => 100755 bsp/es32f0334/SConscript mode change 100644 => 100755 bsp/es32f0334/SConstruct mode change 100644 => 100755 bsp/es32f0334/applications/SConscript mode change 100644 => 100755 bsp/es32f0334/applications/main.c mode change 100644 => 100755 bsp/es32f0334/drivers/Kconfig mode change 100644 => 100755 bsp/es32f0334/drivers/SConscript mode change 100644 => 100755 bsp/es32f0334/drivers/board.c mode change 100644 => 100755 bsp/es32f0334/drivers/board.h mode change 100644 => 100755 bsp/es32f0334/drivers/drv_adc.c mode change 100644 => 100755 bsp/es32f0334/drivers/drv_adc.h mode change 100644 => 100755 bsp/es32f0334/drivers/drv_gpio.c mode change 100644 => 100755 bsp/es32f0334/drivers/drv_gpio.h mode change 100644 => 100755 bsp/es32f0334/drivers/drv_hwtimer.c mode change 100644 => 100755 bsp/es32f0334/drivers/drv_hwtimer.h mode change 100644 => 100755 bsp/es32f0334/drivers/drv_i2c.c mode change 100644 => 100755 bsp/es32f0334/drivers/drv_i2c.h mode change 100644 => 100755 bsp/es32f0334/drivers/drv_pm.c mode change 100644 => 100755 bsp/es32f0334/drivers/drv_pm.h mode change 100644 => 100755 bsp/es32f0334/drivers/drv_pwm.c mode change 100644 => 100755 bsp/es32f0334/drivers/drv_pwm.h mode change 100644 => 100755 bsp/es32f0334/drivers/drv_rtc.c mode change 100644 => 100755 bsp/es32f0334/drivers/drv_rtc.h mode change 100644 => 100755 bsp/es32f0334/drivers/drv_spi.c mode change 100644 => 100755 bsp/es32f0334/drivers/drv_spi.h mode change 100644 => 100755 bsp/es32f0334/drivers/drv_spiflash.c mode change 100644 => 100755 bsp/es32f0334/drivers/drv_spiflash.h mode change 100644 => 100755 bsp/es32f0334/drivers/drv_uart.c mode change 100644 => 100755 bsp/es32f0334/drivers/drv_uart.h mode change 100644 => 100755 bsp/es32f0334/drivers/linker_scripts/link.sct mode change 100644 => 100755 bsp/es32f0334/figures/ES-PDS-ES32F0334-V1.1.jpg mode change 100644 => 100755 bsp/es32f0334/figures/ESLinkII-mini.jpg mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.pdf mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.rtf mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Device/EastSoft/ES32F033x/Include/es32f033x.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Device/EastSoft/ES32F033x/Startup/iar/startup_es32f033x.s mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Device/EastSoft/ES32F033x/Startup/keil/startup_es32f033x.s mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Device/EastSoft/ES32F033x/System/system_es32f033x.c mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/SConscript mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/cmsis_armcc_V6.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/core_cmSimd.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/RTOS/Template/cmsis_os.h mode change 100644 => 100755 bsp/es32f0334/libraries/CMSIS/index.html mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/EASTSOFT_ES32F033x_ALD.chm mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_acmp.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_adc.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_bkpc.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_calc.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_cmu.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_conf.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_crc.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_crypt.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_dbgc.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_dma.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_flash.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_gpio.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_i2c.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_iap.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_lcd.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_lptim.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_lpuart.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_pis.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_pmu.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_rmu.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_rtc.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_smartcard.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_spi.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_syscfg.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_temp.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_timer.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_trng.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_uart.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_usart.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/ald_wdt.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/type.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Include/utils.h mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_acmp.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_adc.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_bkpc.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_calc.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_cmu.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_crc.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_crypt.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_dma.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_flash.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_gpio.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_i2c.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_iap.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_lcd.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_lptim.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_lpuart.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_pis.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_pmu.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_rmu.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_rtc.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_smartcard.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_spi.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_temp.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_timer.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_trng.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_uart.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_usart.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/ald_wdt.c mode change 100644 => 100755 bsp/es32f0334/libraries/ES32F033x_ALD_StdPeriph_Driver/Source/utils.c mode change 100644 => 100755 bsp/es32f0334/libraries/SConscript mode change 100644 => 100755 bsp/es32f0334/project.uvoptx mode change 100644 => 100755 bsp/es32f0334/project.uvprojx mode change 100644 => 100755 bsp/es32f0334/rtconfig.h mode change 100644 => 100755 bsp/es32f0334/rtconfig.py mode change 100644 => 100755 bsp/es32f0334/template.uvoptx mode change 100644 => 100755 bsp/es32f0334/template.uvprojx mode change 100644 => 100755 bsp/es32f0654/.config mode change 100644 => 100755 bsp/es32f0654/Kconfig mode change 100644 => 100755 bsp/es32f0654/README.md mode change 100644 => 100755 bsp/es32f0654/SConscript mode change 100644 => 100755 bsp/es32f0654/SConstruct mode change 100644 => 100755 bsp/es32f0654/applications/SConscript mode change 100644 => 100755 bsp/es32f0654/applications/main.c mode change 100644 => 100755 bsp/es32f0654/drivers/Kconfig mode change 100644 => 100755 bsp/es32f0654/drivers/SConscript mode change 100644 => 100755 bsp/es32f0654/drivers/board.c mode change 100644 => 100755 bsp/es32f0654/drivers/board.h mode change 100644 => 100755 bsp/es32f0654/drivers/drv_adc.c mode change 100644 => 100755 bsp/es32f0654/drivers/drv_adc.h mode change 100644 => 100755 bsp/es32f0654/drivers/drv_gpio.c mode change 100644 => 100755 bsp/es32f0654/drivers/drv_gpio.h mode change 100644 => 100755 bsp/es32f0654/drivers/drv_hwtimer.c mode change 100644 => 100755 bsp/es32f0654/drivers/drv_hwtimer.h mode change 100644 => 100755 bsp/es32f0654/drivers/drv_i2c.c mode change 100644 => 100755 bsp/es32f0654/drivers/drv_i2c.h mode change 100644 => 100755 bsp/es32f0654/drivers/drv_pm.c mode change 100644 => 100755 bsp/es32f0654/drivers/drv_pm.h mode change 100644 => 100755 bsp/es32f0654/drivers/drv_pwm.c mode change 100644 => 100755 bsp/es32f0654/drivers/drv_pwm.h mode change 100644 => 100755 bsp/es32f0654/drivers/drv_rtc.c mode change 100644 => 100755 bsp/es32f0654/drivers/drv_rtc.h mode change 100644 => 100755 bsp/es32f0654/drivers/drv_spi.c mode change 100644 => 100755 bsp/es32f0654/drivers/drv_spi.h mode change 100644 => 100755 bsp/es32f0654/drivers/drv_spiflash.c mode change 100644 => 100755 bsp/es32f0654/drivers/drv_spiflash.h mode change 100644 => 100755 bsp/es32f0654/drivers/drv_uart.c mode change 100644 => 100755 bsp/es32f0654/drivers/drv_uart.h mode change 100644 => 100755 bsp/es32f0654/drivers/linker_scripts/link.sct mode change 100644 => 100755 bsp/es32f0654/figures/ES-PDS-ES32F0654-V1.1.jpg mode change 100644 => 100755 bsp/es32f0654/figures/ESLinkII-mini.jpg mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.pdf mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.rtf mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/Include/es32f065x.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/Startup/iar/startup_es32f065x.s mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/Startup/keil/startup_es32f065x.s mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/System/system_es32f065x.c mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/cmsis_armcc_V6.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/core_cmSimd.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/RTOS/Template/cmsis_os.h mode change 100644 => 100755 bsp/es32f0654/libraries/CMSIS/index.html mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_acmp.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_adc.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_bkpc.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_calc.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_can.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_cmu.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_conf.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_crc.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_crypt.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_dbgc.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_dma.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_flash.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_gpio.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_i2c.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_iap.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_pis.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_pmu.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_rmu.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_rtc.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_smartcard.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_spi.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_syscfg.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_temp.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_timer.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_trng.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_uart.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_usart.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ald_wdt.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/type.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/utils.h mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/ReleaseNote.html mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_acmp.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_adc.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_bkpc.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_calc.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_can.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_cmu.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_crc.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_crypt.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_dma.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_flash.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_gpio.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_i2c.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_iap.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_pis.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_pmu.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_rmu.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_rtc.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_smartcard.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_spi.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_temp.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_timer.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_trng.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_uart.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_usart.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ald_wdt.c mode change 100644 => 100755 bsp/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/utils.c mode change 100644 => 100755 bsp/es32f0654/libraries/SConscript mode change 100644 => 100755 bsp/es32f0654/project.uvoptx mode change 100644 => 100755 bsp/es32f0654/project.uvprojx mode change 100644 => 100755 bsp/es32f0654/rtconfig.h mode change 100644 => 100755 bsp/es32f0654/rtconfig.py mode change 100644 => 100755 bsp/es32f0654/template.uvoptx mode change 100644 => 100755 bsp/es32f0654/template.uvprojx mode change 100644 => 100755 bsp/fh8620/SConscript mode change 100644 => 100755 bsp/fh8620/SConstruct mode change 100644 => 100755 bsp/fh8620/applications/SConscript mode change 100644 => 100755 bsp/fh8620/applications/main.c mode change 100644 => 100755 bsp/fh8620/drivers/SConscript mode change 100644 => 100755 bsp/fh8620/drivers/acw.c mode change 100644 => 100755 bsp/fh8620/drivers/acw.h mode change 100644 => 100755 bsp/fh8620/drivers/dma.c mode change 100644 => 100755 bsp/fh8620/drivers/dma.h mode change 100644 => 100755 bsp/fh8620/drivers/dma_mem.c mode change 100644 => 100755 bsp/fh8620/drivers/dma_mem.h mode change 100644 => 100755 bsp/fh8620/drivers/fh_dma.c mode change 100644 => 100755 bsp/fh8620/drivers/fh_dma.h mode change 100644 => 100755 bsp/fh8620/drivers/gpio.c mode change 100644 => 100755 bsp/fh8620/drivers/gpio.h mode change 100644 => 100755 bsp/fh8620/drivers/i2c.c mode change 100644 => 100755 bsp/fh8620/drivers/i2c.h mode change 100644 => 100755 bsp/fh8620/drivers/interrupt.c mode change 100644 => 100755 bsp/fh8620/drivers/interrupt.h mode change 100644 => 100755 bsp/fh8620/drivers/mem_process.c mode change 100644 => 100755 bsp/fh8620/drivers/mmc.c mode change 100644 => 100755 bsp/fh8620/drivers/mmc.h mode change 100644 => 100755 bsp/fh8620/drivers/pwm.c mode change 100644 => 100755 bsp/fh8620/drivers/pwm.h mode change 100644 => 100755 bsp/fh8620/drivers/sadc.c mode change 100644 => 100755 bsp/fh8620/drivers/sadc.h mode change 100644 => 100755 bsp/fh8620/drivers/spi_fh_adapt.c mode change 100644 => 100755 bsp/fh8620/drivers/spi_fh_adapt.h mode change 100644 => 100755 bsp/fh8620/drivers/ssi.c mode change 100644 => 100755 bsp/fh8620/drivers/ssi.h mode change 100644 => 100755 bsp/fh8620/drivers/trap.c mode change 100644 => 100755 bsp/fh8620/drivers/uart.c mode change 100644 => 100755 bsp/fh8620/drivers/uart.h mode change 100644 => 100755 bsp/fh8620/drivers/wdt.c mode change 100644 => 100755 bsp/fh8620/drivers/wdt.h mode change 100644 => 100755 bsp/fh8620/libraries/SConscript mode change 100644 => 100755 bsp/fh8620/libraries/driverlib/SConscript mode change 100644 => 100755 bsp/fh8620/libraries/driverlib/fh_gpio.c mode change 100644 => 100755 bsp/fh8620/libraries/driverlib/fh_i2c.c mode change 100644 => 100755 bsp/fh8620/libraries/driverlib/fh_ictl.c mode change 100644 => 100755 bsp/fh8620/libraries/driverlib/fh_mmc.c mode change 100644 => 100755 bsp/fh8620/libraries/driverlib/fh_pwm.c mode change 100644 => 100755 bsp/fh8620/libraries/driverlib/fh_sdio.c mode change 100644 => 100755 bsp/fh8620/libraries/driverlib/fh_spi.c mode change 100644 => 100755 bsp/fh8620/libraries/driverlib/fh_timer.c mode change 100644 => 100755 bsp/fh8620/libraries/driverlib/fh_uart.c mode change 100644 => 100755 bsp/fh8620/libraries/driverlib/fh_wdt.c mode change 100644 => 100755 bsp/fh8620/libraries/inc/fh_driverlib.h mode change 100644 => 100755 bsp/fh8620/libraries/inc/fh_gpio.h mode change 100644 => 100755 bsp/fh8620/libraries/inc/fh_i2c.h mode change 100644 => 100755 bsp/fh8620/libraries/inc/fh_ictl.h mode change 100644 => 100755 bsp/fh8620/libraries/inc/fh_mmc.h mode change 100644 => 100755 bsp/fh8620/libraries/inc/fh_pwm.h mode change 100644 => 100755 bsp/fh8620/libraries/inc/fh_sdio.h mode change 100644 => 100755 bsp/fh8620/libraries/inc/fh_spi.h mode change 100644 => 100755 bsp/fh8620/libraries/inc/fh_timer.h mode change 100644 => 100755 bsp/fh8620/libraries/inc/fh_uart.h mode change 100644 => 100755 bsp/fh8620/libraries/inc/fh_wdt.h mode change 100644 => 100755 bsp/fh8620/libraries/startup/SConscript mode change 100644 => 100755 bsp/fh8620/libraries/startup/gcc/start_gcc.S mode change 100644 => 100755 bsp/fh8620/link.ld mode change 100644 => 100755 bsp/fh8620/platform/SConscript mode change 100644 => 100755 bsp/fh8620/platform/board.h mode change 100644 => 100755 bsp/fh8620/platform/board_info.h mode change 100644 => 100755 bsp/fh8620/platform/common/SConscript mode change 100644 => 100755 bsp/fh8620/platform/common/board_info.c mode change 100644 => 100755 bsp/fh8620/platform/common/chkenv.c mode change 100644 => 100755 bsp/fh8620/platform/fh8620/SConscript mode change 100644 => 100755 bsp/fh8620/platform/fh8620/arch.h mode change 100644 => 100755 bsp/fh8620/platform/fh8620/iot_cam/SConscript mode change 100644 => 100755 bsp/fh8620/platform/fh8620/iot_cam/board.c mode change 100644 => 100755 bsp/fh8620/platform/fh8620/iot_cam/board_def.h mode change 100644 => 100755 bsp/fh8620/platform/fh8620/iot_cam/iomux.c mode change 100644 => 100755 bsp/fh8620/platform/fh8620/iot_cam/readme mode change 100644 => 100755 bsp/fh8620/platform/fh8620/iot_cam/startup.c mode change 100644 => 100755 bsp/fh8620/platform/fh_arch.h mode change 100644 => 100755 bsp/fh8620/platform/fh_def.h mode change 100644 => 100755 bsp/fh8620/platform/plat-v2/SConscript mode change 100644 => 100755 bsp/fh8620/platform/plat-v2/arch.h mode change 100644 => 100755 bsp/fh8620/platform/plat-v2/clock.c mode change 100644 => 100755 bsp/fh8620/platform/plat-v2/clock.h mode change 100644 => 100755 bsp/fh8620/platform/plat-v2/fh_pmu.c mode change 100644 => 100755 bsp/fh8620/platform/plat-v2/fh_pmu.h mode change 100644 => 100755 bsp/fh8620/platform/plat-v2/iomux.c mode change 100644 => 100755 bsp/fh8620/platform/plat-v2/iomux.h mode change 100644 => 100755 bsp/fh8620/platform/plat-v2/reset.c mode change 100644 => 100755 bsp/fh8620/platform/plat-v2/timer.c mode change 100644 => 100755 bsp/fh8620/platform/plat-v2/timer.h mode change 100644 => 100755 bsp/fh8620/platform/platform_def.h mode change 100644 => 100755 bsp/fh8620/rtconfig.h mode change 100644 => 100755 bsp/fh8620/rtconfig.py mode change 100644 => 100755 bsp/frdm-k64f/K64FN1M0xxx12.ld mode change 100644 => 100755 bsp/frdm-k64f/MK64F.sct mode change 100644 => 100755 bsp/frdm-k64f/SConscript mode change 100644 => 100755 bsp/frdm-k64f/SConstruct mode change 100644 => 100755 bsp/frdm-k64f/applications/SConscript mode change 100644 => 100755 bsp/frdm-k64f/applications/application.c mode change 100644 => 100755 bsp/frdm-k64f/applications/startup.c mode change 100644 => 100755 bsp/frdm-k64f/board/SConscript mode change 100644 => 100755 bsp/frdm-k64f/board/board.c mode change 100644 => 100755 bsp/frdm-k64f/board/board.h mode change 100644 => 100755 bsp/frdm-k64f/board/clock_config.c mode change 100644 => 100755 bsp/frdm-k64f/board/clock_config.h mode change 100644 => 100755 bsp/frdm-k64f/board/drv_emac.c mode change 100644 => 100755 bsp/frdm-k64f/board/drv_emac.h mode change 100644 => 100755 bsp/frdm-k64f/board/drv_uart.c mode change 100644 => 100755 bsp/frdm-k64f/board/drv_uart.h mode change 100644 => 100755 bsp/frdm-k64f/board/fsl_phy.c mode change 100644 => 100755 bsp/frdm-k64f/board/fsl_phy.h mode change 100644 => 100755 bsp/frdm-k64f/board/led.c mode change 100644 => 100755 bsp/frdm-k64f/board/led.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_adc16.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_adc16.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_clock.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_clock.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_cmp.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_cmp.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_cmt.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_cmt.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_common.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_common.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_crc.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_crc.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_dac.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_dac.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_dmamux.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_dmamux.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_dspi.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_dspi.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_dspi_edma.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_dspi_edma.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_edma.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_edma.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_enet.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_enet.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_ewm.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_ewm.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_flash.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_flash.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_flexbus.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_flexbus.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_flexcan.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_flexcan.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_ftm.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_ftm.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_gpio.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_gpio.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_i2c.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_i2c.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_i2c_edma.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_i2c_edma.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_llwu.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_llwu.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_lptmr.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_lptmr.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_pdb.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_pdb.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_pit.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_pit.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_pmc.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_pmc.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_port.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_rcm.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_rcm.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_rnga.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_rnga.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_rtc.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_rtc.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_sai.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_sai.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_sai_edma.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_sai_edma.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_sdhc.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_sdhc.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_sim.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_sim.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_smc.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_smc.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_sysmpu.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_sysmpu.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_uart.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_uart.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_uart_edma.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_uart_edma.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_vref.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_vref.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_wdog.c mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12/fsl_wdog.h mode change 100644 => 100755 bsp/frdm-k64f/device/MK64F12_features.h mode change 100644 => 100755 bsp/frdm-k64f/device/SConscript mode change 100644 => 100755 bsp/frdm-k64f/device/TOOLCHAIN_ARM_STD/startup_MK64F12.s mode change 100644 => 100755 bsp/frdm-k64f/device/TOOLCHAIN_GCC_ARM/startup.c mode change 100644 => 100755 bsp/frdm-k64f/device/TOOLCHAIN_GCC_ARM/startup.h mode change 100644 => 100755 bsp/frdm-k64f/device/TOOLCHAIN_GCC_ARM/startup_MK64F12.S mode change 100644 => 100755 bsp/frdm-k64f/device/core_cm4.h mode change 100644 => 100755 bsp/frdm-k64f/device/core_cm4_simd.h mode change 100644 => 100755 bsp/frdm-k64f/device/core_cmFunc.h mode change 100644 => 100755 bsp/frdm-k64f/device/core_cmInstr.h mode change 100644 => 100755 bsp/frdm-k64f/device/fsl_device_registers.h mode change 100644 => 100755 bsp/frdm-k64f/device/system_MK64F12.c mode change 100644 => 100755 bsp/frdm-k64f/device/system_MK64F12.h mode change 100644 => 100755 bsp/frdm-k64f/project.uvproj mode change 100644 => 100755 bsp/frdm-k64f/project.uvprojx mode change 100644 => 100755 bsp/frdm-k64f/rtconfig.h mode change 100644 => 100755 bsp/frdm-k64f/rtconfig.py mode change 100644 => 100755 bsp/frdm-k64f/template.uvproj mode change 100644 => 100755 bsp/frdm-k64f/template.uvprojx mode change 100644 => 100755 bsp/gd32303e-eval/.config mode change 100644 => 100755 bsp/gd32303e-eval/Kconfig mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Include/gd32f30x.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Include/system_gd32f30x.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/ARM/startup_gd32f30x_cl.s mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/ARM/startup_gd32f30x_hd.s mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/ARM/startup_gd32f30x_xd.s mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/GCC/startup_gd32f30x_hd.S mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/IAR/startup_gd32f30x_cl.s mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/IAR/startup_gd32f30x_hd.s mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/IAR/startup_gd32f30x_xd.s mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/CMSIS/GD/GD32F30x/Source/system_gd32f30x.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/CMSIS/core_cm4.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/CMSIS/core_cm4_simd.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/CMSIS/core_cmFunc.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/CMSIS/core_cmInstr.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_adc.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_bkp.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_can.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_crc.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_ctc.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_dac.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_dbg.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_dma.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_enet.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_exmc.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_exti.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_fmc.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_fwdgt.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_gpio.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_i2c.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_misc.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_pmu.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_rcu.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_rtc.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_sdio.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_spi.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_timer.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_usart.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Include/gd32f30x_wwdgt.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_adc.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_bkp.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_can.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_crc.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_ctc.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_dac.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_dbg.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_dma.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_enet.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_exmc.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_exti.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_fmc.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_fwdgt.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_gpio.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_i2c.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_misc.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_pmu.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_rcu.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_rtc.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_sdio.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_spi.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_timer.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_usart.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_standard_peripheral/Source/gd32f30x_wwdgt.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Include/usbd_core.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Include/usbd_int.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Include/usbd_pwr.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Include/usbd_regs.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Include/usbd_std.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Source/usbd_core.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Source/usbd_int.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Source/usbd_pwr.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbd_driver/Source/usbd_std.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usb_core.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usb_defines.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usb_regs.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usb_std.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbd_core.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbd_int.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbd_std.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbh_core.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbh_ctrl.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbh_hcs.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbh_int.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Include/usbh_std.h mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usb_core.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbd_core.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbd_int.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbd_std.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbh_core.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbh_ctrl.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbh_hcs.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbh_int.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/GD32F30x_usbfs_driver/Source/usbh_std.c mode change 100644 => 100755 bsp/gd32303e-eval/Libraries/SConscript mode change 100644 => 100755 bsp/gd32303e-eval/README.md mode change 100644 => 100755 bsp/gd32303e-eval/RTE/_rt-thread_gd32f30x/RTE_Components.h mode change 100644 => 100755 bsp/gd32303e-eval/SConscript mode change 100644 => 100755 bsp/gd32303e-eval/SConstruct mode change 100644 => 100755 bsp/gd32303e-eval/applications/SConscript mode change 100644 => 100755 bsp/gd32303e-eval/applications/main.c mode change 100644 => 100755 bsp/gd32303e-eval/cconfig.h mode change 100644 => 100755 bsp/gd32303e-eval/drivers/SConscript mode change 100644 => 100755 bsp/gd32303e-eval/drivers/board.c mode change 100644 => 100755 bsp/gd32303e-eval/drivers/board.h mode change 100644 => 100755 bsp/gd32303e-eval/drivers/drv_gpio.c mode change 100644 => 100755 bsp/gd32303e-eval/drivers/drv_gpio.h mode change 100644 => 100755 bsp/gd32303e-eval/drivers/drv_i2c.c mode change 100644 => 100755 bsp/gd32303e-eval/drivers/drv_i2c.h mode change 100644 => 100755 bsp/gd32303e-eval/drivers/drv_spi.c mode change 100644 => 100755 bsp/gd32303e-eval/drivers/drv_spi.h mode change 100644 => 100755 bsp/gd32303e-eval/drivers/drv_spi_flash.c mode change 100644 => 100755 bsp/gd32303e-eval/drivers/drv_usart.c mode change 100644 => 100755 bsp/gd32303e-eval/drivers/drv_usart.h mode change 100644 => 100755 bsp/gd32303e-eval/drivers/gd32f303e_eval.c mode change 100644 => 100755 bsp/gd32303e-eval/drivers/gd32f303e_eval.h mode change 100644 => 100755 bsp/gd32303e-eval/drivers/gd32f303e_lcd_eval.c mode change 100644 => 100755 bsp/gd32303e-eval/drivers/gd32f303e_lcd_eval.h mode change 100644 => 100755 bsp/gd32303e-eval/drivers/gd32f30x_libopt.h mode change 100644 => 100755 bsp/gd32303e-eval/gd32_rom.icf mode change 100644 => 100755 bsp/gd32303e-eval/gd32_rom.ld mode change 100644 => 100755 bsp/gd32303e-eval/gd32_rom.sct mode change 100644 => 100755 bsp/gd32303e-eval/project.ewd mode change 100644 => 100755 bsp/gd32303e-eval/project.ewp mode change 100644 => 100755 bsp/gd32303e-eval/project.eww mode change 100644 => 100755 bsp/gd32303e-eval/project.uvoptx mode change 100644 => 100755 bsp/gd32303e-eval/project.uvprojx mode change 100644 => 100755 bsp/gd32303e-eval/rtconfig.h mode change 100644 => 100755 bsp/gd32303e-eval/rtconfig.py mode change 100644 => 100755 bsp/gd32303e-eval/startcmd.bat mode change 100644 => 100755 bsp/gd32303e-eval/template.ewp mode change 100644 => 100755 bsp/gd32303e-eval/template.uvoptx mode change 100644 => 100755 bsp/gd32303e-eval/template.uvprojx mode change 100644 => 100755 bsp/gd32450z-eval/.config mode change 100644 => 100755 bsp/gd32450z-eval/Kconfig mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Include/gd32f4xx.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Include/system_gd32f4xx.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Source/ARM/startup_gd32f4xx.s mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Source/GCC/startup_gd32f4xx.S mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Source/IAR/startup_gd32f4xx.s mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/CMSIS/GD/GD32F4xx/Source/system_gd32f4xx.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/CMSIS/core_cm4.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/CMSIS/core_cm4_simd.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/CMSIS/core_cmFunc.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/CMSIS/core_cmInstr.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_adc.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_can.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_crc.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_ctc.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_dac.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_dbg.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_dci.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_dma.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_enet.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_exmc.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_exti.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_fmc.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_fwdgt.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_gpio.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_i2c.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_ipa.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_iref.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_misc.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_pmu.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_rcu.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_rtc.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_sdio.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_spi.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_syscfg.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_timer.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_tli.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_trng.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_usart.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Include/gd32f4xx_wwdgt.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_adc.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_can.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_crc.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_ctc.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_dac.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_dbg.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_dci.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_dma.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_enet.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_exmc.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_exti.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_fmc.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_fwdgt.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_gpio.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_i2c.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_ipa.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_iref.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_misc.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_pmu.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_rcu.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_rtc.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_sdio.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_spi.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_syscfg.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_timer.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_tli.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_trng.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_usart.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_standard_peripheral/Source/gd32f4xx_wwdgt.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usb_core.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usb_defines.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usb_regs.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usb_std.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbd_core.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbd_int.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbd_std.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbh_core.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbh_ctrl.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbh_hcs.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbh_int.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Include/usbh_std.h mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usb_core.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbd_core.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbd_int.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbd_std.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbh_core.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbh_ctrl.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbh_hcs.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbh_int.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/GD32F4xx_usb_driver/Source/usbh_std.c mode change 100644 => 100755 bsp/gd32450z-eval/Libraries/SConscript mode change 100644 => 100755 bsp/gd32450z-eval/README.md mode change 100644 => 100755 bsp/gd32450z-eval/SConscript mode change 100644 => 100755 bsp/gd32450z-eval/SConstruct mode change 100644 => 100755 bsp/gd32450z-eval/applications/SConscript mode change 100644 => 100755 bsp/gd32450z-eval/applications/main.c mode change 100644 => 100755 bsp/gd32450z-eval/applications/rtgui_demo.h mode change 100644 => 100755 bsp/gd32450z-eval/drivers/SConscript mode change 100644 => 100755 bsp/gd32450z-eval/drivers/board.c mode change 100644 => 100755 bsp/gd32450z-eval/drivers/board.h mode change 100644 => 100755 bsp/gd32450z-eval/drivers/drv_enet.c mode change 100644 => 100755 bsp/gd32450z-eval/drivers/drv_exmc_sdram.c mode change 100644 => 100755 bsp/gd32450z-eval/drivers/drv_exmc_sdram.h mode change 100644 => 100755 bsp/gd32450z-eval/drivers/drv_lcd.c mode change 100644 => 100755 bsp/gd32450z-eval/drivers/drv_spi.c mode change 100644 => 100755 bsp/gd32450z-eval/drivers/drv_spi.h mode change 100644 => 100755 bsp/gd32450z-eval/drivers/drv_spi_flash.c mode change 100644 => 100755 bsp/gd32450z-eval/drivers/drv_usart.c mode change 100644 => 100755 bsp/gd32450z-eval/drivers/drv_usart.h mode change 100644 => 100755 bsp/gd32450z-eval/drivers/gd32f450z_eval.h mode change 100644 => 100755 bsp/gd32450z-eval/drivers/gd32f450z_lcd_eval.c mode change 100644 => 100755 bsp/gd32450z-eval/drivers/gd32f450z_lcd_eval.h mode change 100644 => 100755 bsp/gd32450z-eval/drivers/gd32f4xx_libopt.h mode change 100644 => 100755 bsp/gd32450z-eval/drivers/synopsys_emac.c mode change 100644 => 100755 bsp/gd32450z-eval/drivers/synopsys_emac.h mode change 100644 => 100755 bsp/gd32450z-eval/gd32_rom.icf mode change 100644 => 100755 bsp/gd32450z-eval/gd32_rom.ld mode change 100644 => 100755 bsp/gd32450z-eval/gd32_rom.sct mode change 100644 => 100755 bsp/gd32450z-eval/project.ewp mode change 100644 => 100755 bsp/gd32450z-eval/project.eww mode change 100644 => 100755 bsp/gd32450z-eval/project.uvoptx mode change 100644 => 100755 bsp/gd32450z-eval/project.uvproj mode change 100644 => 100755 bsp/gd32450z-eval/project.uvprojx mode change 100644 => 100755 bsp/gd32450z-eval/rtconfig.h mode change 100644 => 100755 bsp/gd32450z-eval/rtconfig.py mode change 100644 => 100755 bsp/gd32450z-eval/startcmd.bat mode change 100644 => 100755 bsp/gd32450z-eval/template.ewp mode change 100644 => 100755 bsp/gd32450z-eval/template.uvoptx mode change 100644 => 100755 bsp/gd32450z-eval/template.uvproj mode change 100644 => 100755 bsp/gd32450z-eval/template.uvprojx mode change 100644 => 100755 bsp/gd32e230k-start/.config mode change 100644 => 100755 bsp/gd32e230k-start/Kconfig mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/CMSIS/GD/GD32E230/Include/gd32e230.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/CMSIS/GD/GD32E230/Include/system_gd32e230.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/CMSIS/GD/GD32E230/Source/ARM/startup_gd32e230.s mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/CMSIS/GD/GD32E230/Source/IAR/startup_gd32e230.s mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/CMSIS/GD/GD32E230/Source/system_gd32e230.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/CMSIS/cmsis_compiler.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/CMSIS/cmsis_gcc.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/CMSIS/cmsis_version.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/CMSIS/core_cm23.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_adc.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_cmp.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_crc.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_dbg.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_dma.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_exti.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_fmc.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_fwdgt.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_gpio.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_i2c.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_misc.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_pmu.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_rcu.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_rtc.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_spi.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_syscfg.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_timer.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_usart.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Include/gd32e230_wwdgt.h mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_adc.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_cmp.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_crc.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_dbg.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_dma.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_exti.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_fmc.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_fwdgt.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_gpio.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_i2c.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_misc.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_pmu.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_rcu.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_rtc.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_spi.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_syscfg.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_timer.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_usart.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/GD32E230_standard_peripheral/Source/gd32e230_wwdgt.c mode change 100644 => 100755 bsp/gd32e230k-start/Libraries/SConscript mode change 100644 => 100755 bsp/gd32e230k-start/README.md mode change 100644 => 100755 bsp/gd32e230k-start/SConscript mode change 100644 => 100755 bsp/gd32e230k-start/SConstruct mode change 100644 => 100755 bsp/gd32e230k-start/applications/SConscript mode change 100644 => 100755 bsp/gd32e230k-start/applications/main.c mode change 100644 => 100755 bsp/gd32e230k-start/drivers/SConscript mode change 100644 => 100755 bsp/gd32e230k-start/drivers/board.c mode change 100644 => 100755 bsp/gd32e230k-start/drivers/board.h mode change 100644 => 100755 bsp/gd32e230k-start/drivers/drv_gpio.c mode change 100644 => 100755 bsp/gd32e230k-start/drivers/drv_gpio.h mode change 100644 => 100755 bsp/gd32e230k-start/drivers/drv_i2c.c mode change 100644 => 100755 bsp/gd32e230k-start/drivers/drv_i2c.h mode change 100644 => 100755 bsp/gd32e230k-start/drivers/drv_spi.c mode change 100644 => 100755 bsp/gd32e230k-start/drivers/drv_spi.h mode change 100644 => 100755 bsp/gd32e230k-start/drivers/drv_usart.c mode change 100644 => 100755 bsp/gd32e230k-start/drivers/drv_usart.h mode change 100644 => 100755 bsp/gd32e230k-start/drivers/gd32e230_libopt.h mode change 100644 => 100755 bsp/gd32e230k-start/gd32_rom.icf mode change 100644 => 100755 bsp/gd32e230k-start/gd32_rom.ld mode change 100644 => 100755 bsp/gd32e230k-start/gd32_rom.sct mode change 100644 => 100755 bsp/gd32e230k-start/project.uvoptx mode change 100644 => 100755 bsp/gd32e230k-start/project.uvprojx mode change 100644 => 100755 bsp/gd32e230k-start/rtconfig.h mode change 100644 => 100755 bsp/gd32e230k-start/rtconfig.py mode change 100644 => 100755 bsp/gd32e230k-start/template.uvoptx mode change 100644 => 100755 bsp/gd32e230k-start/template.uvprojx mode change 100644 => 100755 bsp/gd32vf103v-eval/.config mode change 100644 => 100755 bsp/gd32vf103v-eval/.cproject mode change 100644 => 100755 bsp/gd32vf103v-eval/.project mode change 100644 => 100755 bsp/gd32vf103v-eval/.settings/language.settings.xml mode change 100644 => 100755 bsp/gd32vf103v-eval/Kconfig mode change 100644 => 100755 bsp/gd32vf103v-eval/README.md mode change 100644 => 100755 bsp/gd32vf103v-eval/SConscript mode change 100644 => 100755 bsp/gd32vf103v-eval/SConstruct mode change 100644 => 100755 bsp/gd32vf103v-eval/applications/SConscript mode change 100644 => 100755 bsp/gd32vf103v-eval/applications/main.c mode change 100644 => 100755 bsp/gd32vf103v-eval/board/Kconfig mode change 100644 => 100755 bsp/gd32vf103v-eval/board/SConscript mode change 100644 => 100755 bsp/gd32vf103v-eval/board/board.c mode change 100644 => 100755 bsp/gd32vf103v-eval/board/board.h mode change 100644 => 100755 bsp/gd32vf103v-eval/board/gd32vf103_libopt.h mode change 100644 => 100755 bsp/gd32vf103v-eval/drivers/SConscript mode change 100644 => 100755 bsp/gd32vf103v-eval/drivers/drv_usart.c mode change 100644 => 100755 bsp/gd32vf103v-eval/drivers/drv_usart.h mode change 100644 => 100755 bsp/gd32vf103v-eval/figures/build_path.png mode change 100644 => 100755 bsp/gd32vf103v-eval/figures/build_project.png mode change 100644 => 100755 bsp/gd32vf103v-eval/figures/close.png mode change 100644 => 100755 bsp/gd32vf103v-eval/figures/debug_select.png mode change 100644 => 100755 bsp/gd32vf103v-eval/figures/exist.png mode change 100644 => 100755 bsp/gd32vf103v-eval/figures/file.png mode change 100644 => 100755 bsp/gd32vf103v-eval/figures/finish_port.png mode change 100644 => 100755 bsp/gd32vf103v-eval/figures/main_select.png mode change 100644 => 100755 bsp/gd32vf103v-eval/figures/open_debug.png mode change 100644 => 100755 bsp/gd32vf103v-eval/figures/open_eclipse.png mode change 100644 => 100755 bsp/gd32vf103v-eval/figures/open_ocd.png mode change 100644 => 100755 bsp/gd32vf103v-eval/figures/risc-v-tool.png mode change 100644 => 100755 bsp/gd32vf103v-eval/figures/zadig.png mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_adc.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_bkp.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_can.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_crc.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_dac.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_dbg.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_dma.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_eclic.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_exmc.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_exti.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_fmc.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_fwdgt.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_gpio.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_i2c.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_pmu.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_rcu.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_rtc.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_spi.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_timer.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_usart.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Include/gd32vf103_wwdgt.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_adc.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_bkp.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_can.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_crc.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_dac.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_dbg.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_dma.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_eclic.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_exmc.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_exti.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_fmc.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_fwdgt.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_gpio.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_i2c.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_pmu.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_rcu.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_rtc.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_spi.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_timer.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_usart.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/Source/gd32vf103_wwdgt.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/gd32vf103.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/system_gd32vf103.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/GD32VF103_standard_peripheral/system_gd32vf103.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/SConscript mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/drivers/core_v5.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/drivers/n22_eclic.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/drivers/n22_func.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/drivers/n22_func.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/drivers/n22_tmr.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/drivers/riscv_bits.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/drivers/riscv_const.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/drivers/riscv_encoding.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/drivers/sections.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/GD32VF103x4.lds mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/GD32VF103x6.lds mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/GD32VF103x8.lds mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/GD32VF103xB.lds mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/GD32VF103xB_I2S.lds mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/entry.S mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/handlers.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/init.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/start.S mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/stubs/_exit.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/stubs/close.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/stubs/fstat.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/stubs/isatty.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/stubs/lseek.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/stubs/read.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/stubs/sbrk.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/stubs/stub.h mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/stubs/write.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/stubs/write_hex.c mode change 100644 => 100755 bsp/gd32vf103v-eval/libraries/n22/tools/openocd_upload.sh mode change 100644 => 100755 bsp/gd32vf103v-eval/rtconfig.h mode change 100644 => 100755 bsp/gd32vf103v-eval/rtconfig.py mode change 100644 => 100755 bsp/gkipc/.config mode change 100644 => 100755 bsp/gkipc/Kconfig mode change 100644 => 100755 bsp/gkipc/README.md mode change 100644 => 100755 bsp/gkipc/SConscript mode change 100644 => 100755 bsp/gkipc/SConstruct mode change 100644 => 100755 bsp/gkipc/applications/SConscript mode change 100644 => 100755 bsp/gkipc/applications/main.c mode change 100644 => 100755 bsp/gkipc/armv6/SConscript mode change 100644 => 100755 bsp/gkipc/armv6/arm1176_mmu.gcc.s mode change 100644 => 100755 bsp/gkipc/armv6/arm1176_mmu_ttb.c mode change 100644 => 100755 bsp/gkipc/armv6/arm1176_mmu_ttb.h mode change 100644 => 100755 bsp/gkipc/armv6/arm1176_vfp_fast_gcc.s mode change 100644 => 100755 bsp/gkipc/armv6/context_gcc.s mode change 100644 => 100755 bsp/gkipc/armv6/cpuport.c mode change 100644 => 100755 bsp/gkipc/armv6/gk7101.h mode change 100644 => 100755 bsp/gkipc/armv6/interrupt.c mode change 100644 => 100755 bsp/gkipc/armv6/mmu.c mode change 100644 => 100755 bsp/gkipc/armv6/mmu.h mode change 100644 => 100755 bsp/gkipc/armv6/reset.c mode change 100644 => 100755 bsp/gkipc/armv6/rtos.h mode change 100644 => 100755 bsp/gkipc/armv6/rtos_lib.c mode change 100644 => 100755 bsp/gkipc/armv6/rtos_lib.h mode change 100644 => 100755 bsp/gkipc/armv6/rtos_memory.h mode change 100644 => 100755 bsp/gkipc/armv6/stack.c mode change 100644 => 100755 bsp/gkipc/armv6/start_gcc.s mode change 100644 => 100755 bsp/gkipc/armv6/system_clock.c mode change 100644 => 100755 bsp/gkipc/armv6/trap.c mode change 100644 => 100755 bsp/gkipc/drivers/SConscript mode change 100644 => 100755 bsp/gkipc/drivers/board.c mode change 100644 => 100755 bsp/gkipc/drivers/board.h mode change 100644 => 100755 bsp/gkipc/drivers/drv_adc.c mode change 100644 => 100755 bsp/gkipc/drivers/drv_adc.h mode change 100644 => 100755 bsp/gkipc/drivers/drv_dma.c mode change 100644 => 100755 bsp/gkipc/drivers/drv_dma.h mode change 100644 => 100755 bsp/gkipc/drivers/drv_flash.c mode change 100644 => 100755 bsp/gkipc/drivers/drv_flash.h mode change 100644 => 100755 bsp/gkipc/drivers/drv_gmac.c mode change 100644 => 100755 bsp/gkipc/drivers/drv_gmac.h mode change 100644 => 100755 bsp/gkipc/drivers/drv_i2c.c mode change 100644 => 100755 bsp/gkipc/drivers/drv_i2c.h mode change 100644 => 100755 bsp/gkipc/drivers/drv_mmc.c mode change 100644 => 100755 bsp/gkipc/drivers/drv_mmc.h mode change 100644 => 100755 bsp/gkipc/drivers/drv_pwm.c mode change 100644 => 100755 bsp/gkipc/drivers/drv_pwm.h mode change 100644 => 100755 bsp/gkipc/drivers/drv_sdio.c mode change 100644 => 100755 bsp/gkipc/drivers/drv_sdio.h mode change 100644 => 100755 bsp/gkipc/drivers/drv_ssi.c mode change 100644 => 100755 bsp/gkipc/drivers/drv_ssi.h mode change 100644 => 100755 bsp/gkipc/drivers/drv_uart.c mode change 100644 => 100755 bsp/gkipc/drivers/drv_uart.h mode change 100644 => 100755 bsp/gkipc/drivers/drv_wdt.c mode change 100644 => 100755 bsp/gkipc/drivers/drv_wdt.h mode change 100644 => 100755 bsp/gkipc/gk7102c_evb_sc1135_config mode change 100644 => 100755 bsp/gkipc/libraries/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_adc.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_audio.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_crypto.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_dma.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_ethernet.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_gpio.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_i2c.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_i2s.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_int.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_ir.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_pwm.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_sdio.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_sflash.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_spi.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_spieeprom.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_timer.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_uart.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_usb.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_vo_i80.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/inc/gd_wdog.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/adc/gd_adc.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/audio/gd_audio.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/crypto/gd_crypto.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/dma/gd_dma.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_emac.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_emac.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_ephy.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_ephy.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_ar8032.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_ar8032.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_lan8700.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_lan8700.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_reg.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_rtl8201.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_phy_rtl8201.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_eth_priv.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/emac/gd_ethernet.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/gpio/gd_gpio.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/i2c/gd_i2c.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/i2c/gd_i2c_sw.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/i2s/gd_i2s.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/int/gd_int.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/int/gd_int_handler.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/int/gd_int_priv.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/int/gd_int_priv.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/ir/gd_ir.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/pwm/gd_pwm.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/sdio/gd_sdio.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/sflash/gd_sflash.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/sflash/gd_spi_sflash.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/spi/gd_spi.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/spieeprom/gd_spieeprom.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/timer/gd_timer.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/uart/gd_uart.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/usb/gd_usb.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/vo_i80/gd_vo_i80.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gd/src/wdog/gd_wdog.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_adc.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_audio.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_crypto.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_adc.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_auc.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_code.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_idsp.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_memd.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_rct.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_smem.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_test.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_debug_tsfm.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_dma.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_efuse.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_ephy.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_eth.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_gdma.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_gpio.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_hdmi.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_hw_cfg.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_i2c.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_i2s.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_lib_cfg.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pmu.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pmu_irr.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pmu_irt.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pmu_rtc.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_pwm.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_sdio0.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_sdio1.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_sdio_all.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_sflash.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_spi0.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_spi1.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_spi2.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_spi_all.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_timer.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_uart.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_uart0.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_uart1.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_uart2.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_usb.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_usb_phy.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vic.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vin.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_dac.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_display0.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_display1.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_dve.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_i80.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_mixer0.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_mixer1.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_osd.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_smem.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_vo_top.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/inc/gh_wdt.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_adc.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_audio.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_crypto.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_adc.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_auc.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_code.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_idsp.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_memd.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_rct.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_smem.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_test.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_debug_tsfm.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_dma.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_efuse.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_ephy.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_eth.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_gdma.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_gpio.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_hdmi.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_i2c.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_i2s.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_pmu.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_pmu_irr.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_pmu_irt.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_pmu_rtc.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_pwm.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_sdio0.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_sdio1.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_sdio_all.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_sflash.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_spi0.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_spi1.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_spi2.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_spi_all.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_timer.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_uart.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_uart0.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_uart1.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_uart2.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_usb.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_usb_phy.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_vic.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_vin.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_dac.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_display0.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_display1.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_dve.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_i80.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_mixer0.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_mixer1.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_osd.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_smem.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_vo_top.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/7102C/gh/src/gh_wdt.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_adc.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_audio.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_crypto.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_dma.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_dsp_cmd.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_ethernet.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_gpio.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_i2c.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_i2s.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_int.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_ir.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_pwm.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_sdio.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_sensor.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_sflash.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_spi.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_spieeprom.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_timer.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_uart.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_usb.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/inc/gd_wdog.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/adc/gd_adc.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/audio/gd_audio.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/crypto/gd_crypto.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/dma/gd_dma.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/dsp_cmd/gd_dsp_cmd.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_emac.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_emac.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_ephy.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_ephy.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_ar8032.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_ar8032.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_lan8700.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_lan8700.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_reg.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_rtl8201.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_phy_rtl8201.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_eth_priv.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/emac/gd_ethernet.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/gpio/gd_gpio.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/i2c/gd_i2c.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/i2c/gd_i2c_sw.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/i2s/gd_i2s.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/int/gd_int.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/int/gd_int_handler.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/int/gd_int_priv.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/int/gd_int_priv.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/ir/gd_ir.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/pwm/gd_pwm.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/sdio/gd_sdio.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/sensor/gd_sensor.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov2710_parallel/gd_sensor_ov2710.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov2710_parallel/ov2710_docmd.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov2710_parallel/ov2710_pri.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov9710/gd_sensor_ov9710.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov9710/ov9710_docmd.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/sensor/omnivision_ov9710/ov9710_pri.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/sensor/sensor_pri.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/sensor/sony_imx222/gd_sensor_imx222.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/sensor/sony_imx222/imx222_docmd.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/sensor/sony_imx222/imx222_pri.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/sflash/gd_sflash.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/sflash/gd_spi_sflash.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/spi/gd_spi.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/spieeprom/gd_spieeprom.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/timer/gd_timer.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/uart/gd_uart.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/usb/gd_usb.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gd/src/wdog/gd_wdog.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_adc.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_audio.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_crypto.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_adc.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_auc.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_code.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_idsp.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_memd.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_rct.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_rct_amba.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_smem.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_test.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_debug_tsfm.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_dma.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_efuse.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_ephy.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_eth.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_gdma.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_gpio.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_gpio_amba.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_hdmi.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_hw_cfg.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_i2c.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_i2s.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_lib_cfg.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_pmu.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_pmu_irr.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_pmu_irt.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_pmu_rtc.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_pwm.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_sdio0.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_sdio_all.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_sflash.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_spi0.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_spi1.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_spi2.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_spi_all.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_timer.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart0.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart1.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_uart2.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_usb.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_usb_phy.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_vic.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_vin.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_dac.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_display.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_dve.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_mixer.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_osd.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_smem.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_vo_top.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/inc/gh_wdt.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_adc.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_audio.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_crypto.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_adc.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_auc.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_code.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_idsp.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_memd.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_rct.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_rct_amba.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_smem.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_test.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_debug_tsfm.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_dma.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_efuse.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_ephy.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_eth.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_gdma.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_gpio.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_gpio_amba.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_hdmi.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_i2c.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_i2s.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_pmu.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_pmu_irr.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_pmu_irt.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_pmu_rtc.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_pwm.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_sdio0.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_sdio_all.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_sflash.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_spi0.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_spi1.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_spi2.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_spi_all.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_timer.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_uart.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_uart0.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_uart1.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_uart2.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_usb.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_usb_phy.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_vic.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_vin.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_dac.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_display.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_dve.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_mixer.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_osd.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_smem.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_vo_top.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710X/gh/src/gh_wdt.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_adc.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_audio.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_crypto.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_dma.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_dsp_cmd.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_ethernet.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_gpio.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_i2c.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_i2s.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_int.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_ir.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_pwm.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_sdio.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_sensor.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_sflash.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_spi.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_spieeprom.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_timer.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_uart.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_usb.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_vo_i80.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/inc/gd_wdog.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/adc/gd_adc.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/audio/gd_audio.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/crypto/gd_crypto.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/dma/gd_dma.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/dsp_cmd/gd_dsp_cmd.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_emac.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_emac.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_ephy.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_ephy.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_ar8032.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_ar8032.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_lan8700.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_lan8700.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_reg.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_rtl8201.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_phy_rtl8201.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_eth_priv.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/emac/gd_ethernet.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/gpio/gd_gpio.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/i2c/gd_i2c.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/i2c/gd_i2c_sw.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/i2s/gd_i2s.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/int/gd_int.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/int/gd_int_handler.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/int/gd_int_priv.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/int/gd_int_priv.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/ir/gd_ir.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/pwm/gd_pwm.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/sdio/gd_sdio.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/sensor/gd_sensor.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov2710_parallel/gd_sensor_ov2710.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov2710_parallel/ov2710_docmd.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov2710_parallel/ov2710_pri.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov9710/gd_sensor_ov9710.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov9710/ov9710_docmd.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/sensor/omnivision_ov9710/ov9710_pri.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/sensor/sensor_pri.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/sensor/sony_imx222/gd_sensor_imx222.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/sensor/sony_imx222/imx222_docmd.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/sensor/sony_imx222/imx222_pri.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/sflash/gd_sflash.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/sflash/gd_spi_sflash.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/spi/gd_spi.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/spieeprom/gd_spieeprom.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/timer/gd_timer.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/uart/gd_uart.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/usb/gd_usb.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/vo_i80/gd_vo_i80.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gd/src/wdog/gd_wdog.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_adc.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_audio.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_crypto.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_adc.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_auc.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_code.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_idsp.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_memd.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_rct.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_smem.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_test.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_debug_tsfm.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_dma.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_efuse.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_ephy.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_eth.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_gdma.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_gpio.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_hdmi.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_hw_cfg.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_i2c.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_i2s.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_lib_cfg.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pmu.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pmu_irr.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pmu_irt.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pmu_rtc.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_pwm.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_sdio0.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_sdio1.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_sdio_all.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_sflash.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_spi0.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_spi1.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_spi2.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_spi_all.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_timer.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_uart.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_uart0.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_uart1.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_uart2.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_usb.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_usb_phy.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vic.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vin.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_dac.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_display0.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_display1.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_dve.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_i80.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_mixer0.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_mixer1.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_osd.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_smem.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_vo_top.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/inc/gh_wdt.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_adc.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_audio.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_crypto.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_adc.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_auc.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_code.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_idsp.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_memd.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_rct.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_smem.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_test.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_debug_tsfm.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_dma.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_efuse.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_ephy.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_eth.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_gdma.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_gpio.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_hdmi.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_i2c.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_i2s.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_pmu.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_pmu_irr.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_pmu_irt.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_pmu_rtc.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_pwm.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_sdio0.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_sdio1.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_sdio_all.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_sflash.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_spi0.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_spi1.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_spi2.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_spi_all.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_timer.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_uart.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_uart0.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_uart1.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_uart2.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_usb.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_usb_phy.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_vic.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_vin.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_dac.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_display0.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_display1.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_dve.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_i80.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_mixer0.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_mixer1.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_osd.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_smem.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_vo_top.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/710XS/gh/src/gh_wdt.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/gnu_c/SConscript mode change 100644 => 100755 bsp/gkipc/libraries/drv/gnu_c/gmtime.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/gnu_c/internal.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/gnu_c/internal.h mode change 100644 => 100755 bsp/gkipc/libraries/drv/gnu_c/localtime.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/gnu_c/memcpy.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/gnu_c/mkgmtime.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/gnu_c/random.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/gnu_c/time.c mode change 100644 => 100755 bsp/gkipc/libraries/drv/gnu_c/tzset.c mode change 100644 => 100755 bsp/gkipc/libraries/inc/adi_gpio.h mode change 100644 => 100755 bsp/gkipc/libraries/inc/adi_sys_error.h mode change 100644 => 100755 bsp/gkipc/libraries/inc/adi_types.h mode change 100644 => 100755 bsp/gkipc/libraries/inc/gbitdefs.h mode change 100644 => 100755 bsp/gkipc/libraries/inc/gerrno.h mode change 100644 => 100755 bsp/gkipc/libraries/inc/gk_mmap.h mode change 100644 => 100755 bsp/gkipc/libraries/inc/gm_debug.h mode change 100644 => 100755 bsp/gkipc/libraries/inc/gmodids.h mode change 100644 => 100755 bsp/gkipc/libraries/inc/gtypes.h mode change 100644 => 100755 bsp/gkipc/link.ld mode change 100644 => 100755 bsp/gkipc/platform/SConscript mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_cfg.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7101_evb.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7101_imx222.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7101_ov2710.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7101s_evb.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7102_jxh42.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7102_jxh42_joyhonest.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7102_rtos.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7102_sc1045.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7102_sc2135.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7102c_evb.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7102c_fpga.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7102c_joyhonest.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7102c_ov9750.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7102c_t_rtos.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7102s_maoyan_sanzhong.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7102s_ov9732_joyhonest.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk7102s_tw9912.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk710x_hzd.h mode change 100644 => 100755 bsp/gkipc/platform/board/gpio_gk710x_sanzhong.h mode change 100644 => 100755 bsp/gkipc/platform/platform.c mode change 100644 => 100755 bsp/gkipc/platform/platform.h mode change 100644 => 100755 bsp/gkipc/rtconfig.h mode change 100644 => 100755 bsp/gkipc/rtconfig.py mode change 100644 => 100755 bsp/hifive1/.config mode change 100644 => 100755 bsp/hifive1/Kconfig mode change 100644 => 100755 bsp/hifive1/Makefile mode change 100644 => 100755 bsp/hifive1/README.md mode change 100644 => 100755 bsp/hifive1/SConscript mode change 100644 => 100755 bsp/hifive1/SConstruct mode change 100644 => 100755 bsp/hifive1/applications/SConscript mode change 100644 => 100755 bsp/hifive1/applications/main.c mode change 100644 => 100755 bsp/hifive1/drivers/SConscript mode change 100644 => 100755 bsp/hifive1/drivers/board.c mode change 100644 => 100755 bsp/hifive1/drivers/board.h mode change 100644 => 100755 bsp/hifive1/drivers/drv_usart.c mode change 100644 => 100755 bsp/hifive1/drivers/interrupt.c mode change 100644 => 100755 bsp/hifive1/drivers/interrupt.h mode change 100644 => 100755 bsp/hifive1/figures/board.png mode change 100644 => 100755 bsp/hifive1/figures/build.png mode change 100644 => 100755 bsp/hifive1/figures/builded.png mode change 100644 => 100755 bsp/hifive1/figures/cd.png mode change 100644 => 100755 bsp/hifive1/figures/debug.png mode change 100644 => 100755 bsp/hifive1/figures/debug1.png mode change 100644 => 100755 bsp/hifive1/figures/debug2.png mode change 100644 => 100755 bsp/hifive1/figures/debug3.png mode change 100644 => 100755 bsp/hifive1/figures/dowmload.png mode change 100644 => 100755 bsp/hifive1/figures/env.png mode change 100644 => 100755 bsp/hifive1/figures/gcc_tool1.png mode change 100644 => 100755 bsp/hifive1/figures/gcc_tool2.png mode change 100644 => 100755 bsp/hifive1/figures/ide.png mode change 100644 => 100755 bsp/hifive1/figures/import.png mode change 100644 => 100755 bsp/hifive1/figures/import2.png mode change 100644 => 100755 bsp/hifive1/figures/import3.png mode change 100644 => 100755 bsp/hifive1/figures/open_ide.png mode change 100644 => 100755 bsp/hifive1/figures/run.png mode change 100644 => 100755 bsp/hifive1/figures/string.png mode change 100644 => 100755 bsp/hifive1/figures/untar.png mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/LICENSE mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/README.md mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/SConscript mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/drivers/fe300prci/fe300prci_driver.c mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/drivers/fe300prci/fe300prci_driver.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/drivers/plic/plic_driver.c mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/drivers/plic/plic_driver.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-arty.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/flash.lds mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/init.c mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/openocd.cfg mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/platform.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/scratchpad.lds mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e51-arty/flash.lds mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e51-arty/init.c mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e51-arty/openocd.cfg mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e51-arty/platform.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e51-arty/scratchpad.lds mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/encoding.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/entry.S mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/flash.lds mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/init.c mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/openocd.cfg mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/platform.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/flash.lds mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/init.c mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/openocd.cfg mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/platform.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/hifive1.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/env/start.S mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/include/sifive/bits.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/include/sifive/const.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/aon.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/clint.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/gpio.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/otp.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/plic.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/prci.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/pwm.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/spi.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/include/sifive/devices/uart.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/include/sifive/sections.h mode change 100644 => 100755 bsp/hifive1/freedom-e-sdk/bsp/include/sifive/smp.h mode change 100644 => 100755 bsp/hifive1/openocd.cfg mode change 100644 => 100755 bsp/hifive1/openocd.sh mode change 100644 => 100755 bsp/hifive1/rtconfig.h mode change 100644 => 100755 bsp/hifive1/rtconfig.py mode change 100644 => 100755 bsp/imx6sx/README.md mode change 100644 => 100755 bsp/imx6sx/cortex-a9/.config mode change 100644 => 100755 bsp/imx6sx/cortex-a9/Kconfig mode change 100644 => 100755 bsp/imx6sx/cortex-a9/SConscript mode change 100644 => 100755 bsp/imx6sx/cortex-a9/SConstruct mode change 100644 => 100755 bsp/imx6sx/cortex-a9/applications/SConscript mode change 100644 => 100755 bsp/imx6sx/cortex-a9/applications/main.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/SConscript mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/audmux_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/ccm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/dcic_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/eim_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/enet_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/esai_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/flexcan1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/flexcan2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/flexcan_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/gpio1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/gpio2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/gpio5_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/gpio6_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/gpmi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/ipu1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/ipu_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/mlb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/pwm3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/pwm4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/spdif_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/uart2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/uart3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/uart4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/usdhc1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/usdhc3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/wdog1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/board/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/cpu/SConscript mode change 100644 => 100755 bsp/imx6sx/cortex-a9/cpu/armv7.h mode change 100644 => 100755 bsp/imx6sx/cortex-a9/cpu/context_gcc.S mode change 100644 => 100755 bsp/imx6sx/cortex-a9/cpu/cp15.h mode change 100644 => 100755 bsp/imx6sx/cortex-a9/cpu/cp15_gcc.S mode change 100644 => 100755 bsp/imx6sx/cortex-a9/cpu/cpu.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/cpu/interrupt.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/cpu/mmu.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/cpu/pmu.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/cpu/pmu.h mode change 100644 => 100755 bsp/imx6sx/cortex-a9/cpu/stack.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/cpu/start_gcc.S mode change 100644 => 100755 bsp/imx6sx/cortex-a9/cpu/trap.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/cpu/vector_gcc.S mode change 100644 => 100755 bsp/imx6sx/cortex-a9/drivers/SConscript mode change 100644 => 100755 bsp/imx6sx/cortex-a9/drivers/board.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/drivers/board.h mode change 100644 => 100755 bsp/imx6sx/cortex-a9/drivers/emac_drv.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/drivers/emac_drv.h mode change 100644 => 100755 bsp/imx6sx/cortex-a9/drivers/serial.c mode change 100644 => 100755 bsp/imx6sx/cortex-a9/drivers/serial.h mode change 100644 => 100755 bsp/imx6sx/cortex-a9/imx6.lds mode change 100644 => 100755 bsp/imx6sx/cortex-a9/rtconfig.h mode change 100644 => 100755 bsp/imx6sx/cortex-a9/rtconfig.py mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/Doxyfile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/LICENSE.txt mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/README.pdf mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/SConscript mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/apps/common/platform_init.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/apps/common/print_clock_info.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/apps/common/print_clock_info.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/apps/common/print_version.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/apps/common/print_version.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/board_buttons.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/board_camera.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/board_can.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/board_display.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/board_hdmi.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/board_i2c.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/board_i2c.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/board_io_expanders.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/board_io_expanders.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/board_mipi.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/board_nand.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/board_pcie.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/board_usb.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/board_usdhc.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/hardware_modules.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/common/readme.txt mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/i.MX6DQ_EVB_X3.IoMuxDesign.xml mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/ccm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/dcic_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/esai_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/flexcan1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/flexcan2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/flexcan_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpio3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpio5_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpio6_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/gpmi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/hdmi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/i2c1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/ipu1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/ipu_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/mlb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/pwm1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/spdif_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/uart2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/uart4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usdhc1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usdhc2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usdhc3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usdhc4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/evb/iomux_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/i.MX6DQ_Sabre_AI_RevA.IomuxDesign.xml mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/i.MX6DQ_Sabre_AI_RevB.IomuxDesign.xml mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/iomux_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/audmux_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/ccm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/dcic_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/eim_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/enet_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/esai_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/flexcan1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/flexcan2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/flexcan_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio5_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio6_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/gpmi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/ipu1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/ipu_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/mlb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/pwm3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/pwm4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/spdif_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/uart2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/uart3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/uart4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/usdhc1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/usdhc3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/wdog1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/audmux_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/ccm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/dcic_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/eim_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/enet_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/esai_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/flexcan1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/flexcan2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/flexcan_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio5_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio6_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpmi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/ipu1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/ipu_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/mlb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/pwm3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/pwm4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/spdif_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/uart2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/uart3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/uart4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/usdhc1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/usdhc3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/wdog1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/audmux_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/ccm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/dcic_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/eim_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/enet_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/esai_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/flexcan1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/flexcan2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/flexcan_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio5_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio6_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/gpmi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/ipu1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/ipu_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/mlb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/pwm3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/pwm4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/spdif_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/uart2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/uart3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/uart4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/usdhc1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/usdhc3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/wdog1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_c_iomux/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/iomux_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/audmux_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/ccm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/dcic_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/enet_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/flexcan1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/flexcan_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio5_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio6_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio7_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/gps_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/i2c1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/ipu1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/ipu_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/pwm1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/uart1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/usdhc2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/usdhc3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/usdhc4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_a_iomux/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/audmux_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/ccm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/dcic_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/enet_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/flexcan1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/flexcan_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio5_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio6_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio7_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/gps_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/i2c1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/ipu1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/ipu_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/pwm1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/uart1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/usb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/usdhc2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/usdhc3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/usdhc4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_b_iomux/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/audmux_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/ccm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/dcic_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/enet_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/flexcan1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/flexcan_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio5_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio6_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio7_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/gps_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/i2c1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/ipu1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/ipu_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/pwm1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/uart1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/usb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/usdhc2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/usdhc3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/usdhc4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/smart_device/rev_c_iomux/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/i.MX6SDL_EVB_X3.IoMuxDesign.xml mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/ccm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/dcic_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/enet_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/esai_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/flexcan1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/flexcan2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/flexcan_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpio3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpio5_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpio6_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/gpmi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/hdmi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/i2c1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/ipu1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/ipu_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/kpp_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/mlb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/pwm1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/spdif_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/uart2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/uart4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usdhc1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usdhc2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usdhc3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usdhc4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/evb/iomux_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/i.MX6SDL_Sabre_AI_RevA.IomuxDesign.xml mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/i.MX6SDL_Sabre_AI_RevB.IomuxDesign.xml mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/iomux_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/audmux_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/ccm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/dcic_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/eim_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/enet_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/esai_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/flexcan1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/flexcan2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/flexcan_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio5_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio6_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/gpmi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/ipu1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/ipu_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/mlb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/pwm3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/pwm4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/spdif_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/uart2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/uart3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/uart4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/usdhc1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/usdhc3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/wdog1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_a_iomux/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/audmux_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/ccm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/dcic_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/eim_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/enet_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/esai_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/flexcan1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/flexcan2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/flexcan_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio5_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio6_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/gpmi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/ipu1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/ipu_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/mlb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/pwm3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/pwm4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/spdif_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/uart2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/uart3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/uart4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/usdhc1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/usdhc3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/wdog1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_b_iomux/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/audmux_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/ccm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/dcic_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/eim_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/enet_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/esai_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/flexcan1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/flexcan2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/flexcan_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio5_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio6_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/gpmi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/ipu1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/ipu_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/mlb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/pwm3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/pwm4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/spdif_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/uart2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/uart3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/uart4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/usdhc1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/usdhc3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/wdog1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/sabre_ai/rev_c_iomux/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/iomux_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/audmux_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/ccm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/dcic_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/enet_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/epdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/flexcan1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/flexcan_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio5_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio6_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio7_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/gps_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/i2c1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/ipu1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/ipu_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/kpp_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/pwm1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/uart1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/usdhc2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/usdhc3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/usdhc4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_a_iomux/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/audmux_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/ccm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/dcic_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/enet_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/epdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/flexcan1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/flexcan_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio5_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio6_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio7_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/gps_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/i2c1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/ipu1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/ipu_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/pwm1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/uart1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/usb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/usdhc2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/usdhc3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/usdhc4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_b_iomux/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/audmux_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/ccm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/dcic_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/enet_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/epdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/flexcan1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/flexcan_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio5_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio6_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio7_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/gps_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/i2c1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/ipu1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/ipu_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/pwm1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/uart1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/usb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/usdhc2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/usdhc3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/usdhc4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sdl/smart_device/rev_c_iomux/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_audio.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_camera.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_display.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_i2c.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_io_expanders.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_io_expanders.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_network.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_usb.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/board_usdhc.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/hardware_modules.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/i.MX6SL_BGA_EVK_BD.xml mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/audmux_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/csi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/ecspi1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/ecspi2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/ecspi_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/epdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/epit_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/fec_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/gpio1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/gpio4_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/gpio_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/i2c1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/i2c2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/i2c3_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/i2c_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/kpp_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/lcd_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/mmdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/pwm1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/pwm_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/sjc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/spdc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/uart1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/usb_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/usdhc1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/usdhc2_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/usdhc_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/wdog1_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux/wdog_iomux_config.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/board/mx6sl/evk/iomux_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/list.txt mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/bootsecoffset.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/devicetable.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/diroffset.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/filespec.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/fstypes.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/fsunicode.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/standardapi.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fat/string_utilities.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/fsapi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/include/ddi_media.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/include/fs_steering.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/include/media_cache.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/include/sectordef.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/include/types.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/filesystem/os_filesystem_errordefs.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/ioexpander/max7310.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/ioexpander/src/max7310.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/ioexpander/src/max7310_registers.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/ioexpander/test/max7310_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/profile/profile.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/profile/profile.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/USB_Config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/audio_data.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/audio_generator.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/audio_generator.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/usb_descriptor.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/usb_descriptor.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_generator/user_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/USB_Config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_cmt.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_cmt.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_pit1_kinetis.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_pit1_kinetis.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_pwm.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_pwm.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_pwm_kinetis.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_rtc.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_rtc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_speaker.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/audio_speaker.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/usb_descriptor.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/usb_descriptor.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/audio_speaker/user_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/USB_Config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/usb_batt_chg_app.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/usb_batt_chg_app.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/usb_descriptor.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/usb_descriptor.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/batt_chg/user_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/USB_Config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/usb_descriptor.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/usb_descriptor.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/user_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/virtual_com.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/cdc/virtual_com.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/common/mx6x/derivative.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/USB_Config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/dfu_mouse.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/dfu_mouse.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash_FTFL.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash_FTFL.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash_NAND.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/flash_NAND.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/usb_descriptor.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/usb_descriptor.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/dfu/user_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/USB_Config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/keyboard.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/keyboard.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/usb_descriptor.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/usb_descriptor.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/hid_keyboard/user_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/USB_Config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/disk.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/disk.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/kinetis_sdhc/SD_esdhc_kinetis.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/kinetis_sdhc/SD_esdhc_kinetis.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/kinetis_sdhc/esdhc_kinetis.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/kinetis_sdhc/esdhc_kinetis.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/usb_descriptor.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/usb_descriptor.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/msd/user_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/USB_Config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/ieee11073_nom_codes.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/ieee11073_phd_types.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/ieee11073_phd_types_kinetis.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/phd_com_model.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/phd_com_model.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/phdc_app.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/phdc_app.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/usb_descriptor.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/usb_descriptor.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc/user_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/USB_Config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/ieee11073_nom_codes.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/ieee11073_phd_types.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/ieee11073_phd_types_kinetis.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phd_com_model.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phd_com_model.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phd_device_spec.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phd_device_spec.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phdc_app.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/phdc_app.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/usb_descriptor.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/usb_descriptor.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/phdc_multi_specialization/user_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/FAT16.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/FAT16.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/USB_Config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/disk.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/disk.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/usb_descriptor.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/usb_descriptor.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/sd_bootloader/user_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/USB_Config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/usb_descriptor.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/usb_descriptor.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/user_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/video_data_kinetis_audio_solution.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/video_data_ski_176x144.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/video_data_terminator2_normal_176x144.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/virtual_camera.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera/virtual_camera.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/USB_Config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/Virtual_camera_SD.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/Virtual_camera_SD.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/usb_descriptor.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/usb_descriptor.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD/user_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/FAT16.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/FAT16.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/USB_Config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/Virtual_camera_SD.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/Virtual_camera_SD.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/usb_descriptor.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/usb_descriptor.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/user_config.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/write_sd_data.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/app/virtual_camera_SD_and_loader/write_sd_data.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/source/class/usb_audio.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/source/class/usb_audio.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/source/class/usb_composite.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/License.txt mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/readme.txt mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/ccm_pll.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/gic.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/interrupt.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/mmu.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/arm_abort.S mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/arm_cp_registers.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/gic.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/gic_registers.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/interrupt.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/mmu.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/startup.S mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/src/vectors.S mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/core/test/gic_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/accelerometer/mma8451.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/accelerometer/src/mma8451.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/accelerometer/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/accelerometer/test/accelerometer_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/audio.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/imx_audmux.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/snd_card.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/cs42888.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/cs42888.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx-ssi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_audmux.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_audmux_priv.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_esai.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_esai.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_esai_priv.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_spdif.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/imx_spdif.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/sgtl5000.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/sgtl5000.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/sgtl5000_priv.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/wm8962.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/test/esai_playback.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/test/spdif_playback.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/test/wav_data.data mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/test/wav_file.S mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/board_id/board_id.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/board_id/board_id_registers.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/board_id/src/board_id.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/caam/caam.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/caam/src/caam_internal.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/caam/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/caam/test/caam_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/camera_def.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/src/camera_profile.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/test/csi_sensor_capture.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/test/csi_test_mode.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/camera/test/sensor_capture.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/cpu_utility.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/src/cpu_get_cores.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/src/cpu_multicore.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/test/cpu_get_cores_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/cpu_utility/test/multicore_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/dcp/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/dcp/test/dcp_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/enet/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/epdc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/epdc_regs.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/fsl_image.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/src/mxc_epdc.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/test/epdc_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/epdc/waveform_data.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/fec/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/flexcan/flexcan.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/flexcan/src/can.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/flexcan/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/flexcan/test/can_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/gpio.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/src/gpio.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/src/gpio_map.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/src/imx6dq_gpio_map.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/src/imx6sdl_gpio_map.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/src/imx6sl_gpio_map.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/bch_ecc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/gpmi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/src/gpmi.cpp mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/src/gpmi_internal.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/src/gpmi_nand_dma.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/src/gpmi_nand_operations.cpp mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpmi/test/gpmi_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/hdmi/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/hdmi/test/init_dma_data.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/imx_i2c.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/src/imx_i2c.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/src/imx_i2c_internal.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/src/imx_i2c_slave.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/test/at24cxx.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/test/i2c_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/i2c/test/imx6_i2c_device.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/src/ips_disp_panel.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/src/ipu_dc.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/src/ipu_di.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/src/ipu_dmfc.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/src/ipu_dp.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_combiner.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_csc.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_resize.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_rotate.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ips_test.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ipu/test/ipu_image.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/keypad/keypad_port.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/keypad/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/lcdif_common.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/src/lcdif_drv.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/src/pxp_drv.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/test/lcdif_display.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/lcdif/test/lcdif_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ldb/ldb_def.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ldb/src/ldb.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/src/ov5640_mipi_fm.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/src/truly_hx8369.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/test/mipi_csi2_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/test/mipi_dsi_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/mipi/test/mipi_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ocotp/ocotp.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ocotp/src/ocotp.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ocotp/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ocotp/test/ocotp_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pcie/src/pcie_phy.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pcie/src/pcie_prot.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pcie/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pcie/test/pcie_test_rc.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pmu/pmu_driver.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pmu/src/pmu_driver.cpp mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pmu/src/pmu_driver_internal.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pmu/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pmu/test/pmu_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pwm/pwm_ifc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pwm/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/pwm/test/pwm_output.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/rtc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/srtc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/test/snvs_rtc_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/test/snvs_rtc_test.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/test/snvs_srtc_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/rtc/test/snvs_srtc_test.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sata/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/sdma.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/src/sdma_priv.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/src/sdma_script_code_mx6dq.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/src/sdma_script_code_mx6sdl.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/src/sdma_script_info.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/src/sdma_script_info.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/ecspi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/mem_2_mem.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/sdma_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/sdma_test.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/sdma/test/spi_lpb.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/snvs/snvs.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spdc/src/mxc_spdc.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spdc/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/ecspi_ifc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/src/ecspi.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/test/spi_nor_numonyx.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/test/spi_nor_numonyx.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/test/spi_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/spi/test/spi_test.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/tempmon/src/tempmon.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/tempmon/tempmon.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/tempmon/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/tempmon/test/tempmon_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/epit.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/gpt.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/src/timer.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/test/epit_test.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/test/gpt_test.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/test/timer_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/timer/timer.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/uart/imx_uart.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/uart/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/uart/test/uart_test.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/src/usbd_drv.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/test/usb0_device_mouse_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/test/usb0_host_testmodes_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/usb.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/usb/usb_defines.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/vdoa/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/video/adv7180_def.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/video/src/adv7180.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/wdog/test/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/wdog/test/watchdog_test.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/wdog/watchdog.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/asm_defines.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/logo.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/iomux_define.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/iomux_register.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/ipu_reg_def.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/irq_numbers.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regs.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsaipstz.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsapbh.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsarmglobaltimer.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsasrc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsaudmux.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsbch.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsccm.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsccmanalog.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regscsi2ipu.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regscsu.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsdcic.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsdvfs.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsecspi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regseim.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsenet.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsepit.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsesai.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsflexcan.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpio.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpmi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpt.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpu2d.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsgpu3d.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regshdmi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regshdmiphy.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsi2c.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsiomuxc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsipu.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regskpp.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsldb.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsmipicsi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsmipidsi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsmipihsi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsmlb150.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsmmdc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsocotp.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspcieep.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspciephy.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspciepl.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspcierc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspgc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspmu.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regspwm.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsromc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssata.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssataphyclock.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssataphylane.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssdmaarm.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssdmabp.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssdmacore.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssjc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssnvs.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsspba.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsspdif.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regssrc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsssi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regstempmon.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsuart.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsusbanalog.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsusbcore.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsusbnoncore.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsusbphy.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsusdhc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsvdoa.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsvpu.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regswdog.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/registers/regsxtalosc24.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6dq/sdma_event.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/iomux_define.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/iomux_register.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/ipu_reg_def.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/irq_numbers.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regs.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsaipstz.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsapbh.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsarmglobaltimer.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsasrc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsaudmux.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsbch.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsccm.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsccmanalog.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regscsi2ipu.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regscsu.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsdcic.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsdvfs.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsecspi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regseim.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsenet.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsepdc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsepit.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsesai.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsflexcan.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpio.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpmi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpt.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpu2d.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsgpu3d.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regshdmi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regshdmiphy.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsi2c.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsiomuxc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsipu.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regskpp.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsldb.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsmipicsi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsmipidsi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsmipihsi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsmlb150.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsmmdc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsocotp.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspcieep.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspciephy.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspciepl.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspcierc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspgc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspmu.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspwm.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regspxp.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsromc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssdmaarm.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssdmabp.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssdmacore.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssjc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssnvs.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsspba.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsspdif.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regssrc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsssi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regstempmon.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsuart.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsusbanalog.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsusbcore.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsusbnoncore.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsusbphy.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsusdhc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsvdoa.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsvpu.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regswdog.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/registers/regsxtalosc24.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sdl/sdma_event.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/iomux_define.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/iomux_register.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/irq_numbers.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regs.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsaipstz.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsarmglobaltimer.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsaudmux.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsccm.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsccmanalog.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regscsi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regscsu.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsdbgmon.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsdcp.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsdvfs.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsecspi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regseim.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regselcdif.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsepdc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsepit.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsfec.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsgpc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsgpio.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsgpt.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsgpu2d.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsi2c.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsiomuxc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regskpp.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsmmdc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsocotp.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regspgc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regspmu.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regspwm.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regspxp.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsqosc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsrng.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsromc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssdmaarm.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssdmabp.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssdmacore.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssjc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssnvs.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsspba.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsspdc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsspdif.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regssrc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsssi.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regstempmon.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsuart.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsusbanalog.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsusbcore.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsusbnoncore.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsusbphy.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsusdhc.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regswdog.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/registers/regsxtalosc24.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/mx6sl/sdma_event.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/sdk_types.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/include/sdk_version.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/sdk.dox mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/Makefile mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/atomics.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/menu.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/spinlock.h mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/atomics.s mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/menu.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/sdk_version.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/spinlock.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/spinlock_lock_unlock.S mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/system_util.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/src/text_color.c mode change 100644 => 100755 bsp/imx6sx/iMX6_Platform_SDK/sdk/utility/text_color.h mode change 100644 => 100755 bsp/imx6ul/.config mode change 100644 => 100755 bsp/imx6ul/Kconfig mode change 100644 => 100755 bsp/imx6ul/Makefile mode change 100644 => 100755 bsp/imx6ul/README.md mode change 100644 => 100755 bsp/imx6ul/SConscript mode change 100644 => 100755 bsp/imx6ul/SConstruct mode change 100644 => 100755 bsp/imx6ul/applications/SConscript mode change 100644 => 100755 bsp/imx6ul/applications/application.c mode change 100644 => 100755 bsp/imx6ul/applications/startup.c mode change 100644 => 100755 bsp/imx6ul/drivers/Kconfig mode change 100644 => 100755 bsp/imx6ul/drivers/SConscript mode change 100644 => 100755 bsp/imx6ul/drivers/board.c mode change 100644 => 100755 bsp/imx6ul/drivers/board.h mode change 100644 => 100755 bsp/imx6ul/drivers/imx6ul.h mode change 100644 => 100755 bsp/imx6ul/drivers/iomux/iomux_config.c mode change 100644 => 100755 bsp/imx6ul/drivers/iomux/iomux_config.h mode change 100644 => 100755 bsp/imx6ul/drivers/iomux/uart_iomux_config.c mode change 100644 => 100755 bsp/imx6ul/drivers/serial.c mode change 100644 => 100755 bsp/imx6ul/drivers/serial.h mode change 100644 => 100755 bsp/imx6ul/imx6.lds mode change 100644 => 100755 bsp/imx6ul/platform/SConscript mode change 100644 => 100755 bsp/imx6ul/platform/cpu/arm_cp_registers.h mode change 100644 => 100755 bsp/imx6ul/platform/cpu/armv7_cache.c mode change 100644 => 100755 bsp/imx6ul/platform/cpu/ccm_pll.h mode change 100644 => 100755 bsp/imx6ul/platform/cpu/ccm_pll2.c mode change 100644 => 100755 bsp/imx6ul/platform/cpu/cortex_a.h mode change 100644 => 100755 bsp/imx6ul/platform/cpu/cortex_a_gcc.S mode change 100644 => 100755 bsp/imx6ul/platform/cpu/gic_registers.h mode change 100644 => 100755 bsp/imx6ul/platform/drivers/epit.c mode change 100644 => 100755 bsp/imx6ul/platform/drivers/gpt.c mode change 100644 => 100755 bsp/imx6ul/platform/drivers/imx_i2c.c mode change 100644 => 100755 bsp/imx6ul/platform/drivers/imx_i2c_internal.h mode change 100644 => 100755 bsp/imx6ul/platform/drivers/imx_timer.c mode change 100644 => 100755 bsp/imx6ul/platform/drivers/imx_uart.c mode change 100644 => 100755 bsp/imx6ul/platform/include/epit.h mode change 100644 => 100755 bsp/imx6ul/platform/include/gpt.h mode change 100644 => 100755 bsp/imx6ul/platform/include/hab_defines.h mode change 100644 => 100755 bsp/imx6ul/platform/include/imx_i2c.h mode change 100644 => 100755 bsp/imx6ul/platform/include/imx_timer.h mode change 100644 => 100755 bsp/imx6ul/platform/include/imx_uart.h mode change 100644 => 100755 bsp/imx6ul/platform/include/io.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/ccm_pll_reg_define.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/fsl_bitaccess.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/functions.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/gpio_define.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/hardware.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/hdmi_regs.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/iim_fuse.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/imx6ul-pinfunc.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/iomux_define.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/iomux_register.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/irq_numbers.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/plat_startup.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regs.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regsarmglobaltimer.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regsccm.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regsccmanalog.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regsecspi.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regsenet.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regsepit.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regsgpmi.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regsgpt.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regsi2c.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regsocotp.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regssdmaarm.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regsspba.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regsuart.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regsusbanalog.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/registers/regsusdhc.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/regs.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/regsapbh.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/regsbch.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/regsgpmi.h mode change 100644 => 100755 bsp/imx6ul/platform/include/mx6ul/soc_memory_map.h mode change 100644 => 100755 bsp/imx6ul/platform/include/sdk.h mode change 100644 => 100755 bsp/imx6ul/platform/include/sdk_types.h mode change 100644 => 100755 bsp/imx6ul/platform/include/sdk_version.h mode change 100644 => 100755 bsp/imx6ul/rtconfig.h mode change 100644 => 100755 bsp/imx6ul/rtconfig.py mode change 100644 => 100755 bsp/imxrt/README.md mode change 100644 => 100755 "bsp/imxrt/docs/IMXRT\347\263\273\345\210\227BSP\345\210\266\344\275\234\346\225\231\347\250\213.md" mode change 100644 => 100755 "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" mode change 100644 => 100755 "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" mode change 100644 => 100755 "bsp/imxrt/docs/IMXRT\347\263\273\345\210\227\351\251\261\345\212\250\344\273\213\347\273\215.md" mode change 100644 => 100755 bsp/imxrt/docs/figures/Kconfig.png mode change 100644 => 100755 bsp/imxrt/docs/figures/Kconfig2.png mode change 100644 => 100755 bsp/imxrt/docs/figures/Peripheral.png mode change 100644 => 100755 bsp/imxrt/docs/figures/SConscript.png mode change 100644 => 100755 bsp/imxrt/docs/figures/adc_config1.png mode change 100644 => 100755 bsp/imxrt/docs/figures/adc_config2.png mode change 100644 => 100755 bsp/imxrt/docs/figures/adc_config3.png mode change 100644 => 100755 bsp/imxrt/docs/figures/adc_config4.png mode change 100644 => 100755 bsp/imxrt/docs/figures/board_kconfig2.png mode change 100644 => 100755 bsp/imxrt/docs/figures/bsp_template_dir.png mode change 100644 => 100755 bsp/imxrt/docs/figures/complise.png mode change 100644 => 100755 bsp/imxrt/docs/figures/config1.png mode change 100644 => 100755 bsp/imxrt/docs/figures/config2.png mode change 100644 => 100755 bsp/imxrt/docs/figures/config5.png mode change 100644 => 100755 bsp/imxrt/docs/figures/copy.png mode change 100644 => 100755 bsp/imxrt/docs/figures/frame.png mode change 100644 => 100755 bsp/imxrt/docs/figures/gpt_config1.png mode change 100644 => 100755 bsp/imxrt/docs/figures/gpt_config2.png mode change 100644 => 100755 bsp/imxrt/docs/figures/gpt_config3.png mode change 100644 => 100755 bsp/imxrt/docs/figures/i2c2_code.png mode change 100644 => 100755 bsp/imxrt/docs/figures/i2c2_config.png mode change 100644 => 100755 bsp/imxrt/docs/figures/i2c_device1.png mode change 100644 => 100755 bsp/imxrt/docs/figures/link-icf.png mode change 100644 => 100755 bsp/imxrt/docs/figures/link-lds.png mode change 100644 => 100755 bsp/imxrt/docs/figures/link-scf.png mode change 100644 => 100755 bsp/imxrt/docs/figures/linker_scripts.png mode change 100644 => 100755 bsp/imxrt/docs/figures/mcupress_2.png mode change 100644 => 100755 bsp/imxrt/docs/figures/mcupress_3.png mode change 100644 => 100755 bsp/imxrt/docs/figures/mcupress_clock2.png mode change 100644 => 100755 bsp/imxrt/docs/figures/mcux_i2c2.png mode change 100644 => 100755 bsp/imxrt/docs/figures/mcuxpress.png mode change 100644 => 100755 bsp/imxrt/docs/figures/mcuxpress_1.png mode change 100644 => 100755 bsp/imxrt/docs/figures/mcuxpress_clock1.png mode change 100644 => 100755 bsp/imxrt/docs/figures/menuconfig_1.png mode change 100644 => 100755 bsp/imxrt/docs/figures/menuconfig_2.png mode change 100644 => 100755 bsp/imxrt/docs/figures/menuconfig_3.png mode change 100644 => 100755 bsp/imxrt/docs/figures/menuconfig_4.png mode change 100644 => 100755 bsp/imxrt/docs/figures/menuconfig_apolo.png mode change 100644 => 100755 bsp/imxrt/docs/figures/mpu6050.png mode change 100644 => 100755 bsp/imxrt/docs/figures/on_chip_config.png mode change 100644 => 100755 bsp/imxrt/docs/figures/open_mcuxpress.png mode change 100644 => 100755 bsp/imxrt/docs/figures/pwm_config1.png mode change 100644 => 100755 bsp/imxrt/docs/figures/pwm_config2.png mode change 100644 => 100755 bsp/imxrt/docs/figures/pwm_config3.png mode change 100644 => 100755 bsp/imxrt/docs/figures/pwm_device.png mode change 100644 => 100755 bsp/imxrt/docs/figures/rt_device.png mode change 100644 => 100755 bsp/imxrt/docs/figures/run_i2c2.png mode change 100644 => 100755 bsp/imxrt/docs/figures/save.png mode change 100644 => 100755 bsp/imxrt/docs/figures/scons_mdk5.png mode change 100644 => 100755 bsp/imxrt/docs/figures/template_1.png mode change 100644 => 100755 bsp/imxrt/docs/figures/template_2.png mode change 100644 => 100755 bsp/imxrt/docs/figures/template_3.png mode change 100644 => 100755 bsp/imxrt/docs/figures/template_4.png mode change 100644 => 100755 bsp/imxrt/docs/figures/update.png mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/.config mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/Kconfig mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/README.md mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/SConscript mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/SConstruct mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/applications/SConscript mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/applications/main.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/applications/mnt.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/board/Kconfig mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/board/MCUX_Config/MCUX_Config.mex mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/board/MCUX_Config/clock_config.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/board/MCUX_Config/clock_config.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/board/MCUX_Config/pin_mux.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/board/MCUX_Config/pin_mux.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/board/MIMXRT105x_QuadSPI_4KB_SEC.FLM mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/board/SConscript mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/board/board.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/board/board.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/board/ports/sdram_port.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/board/ports/spi_flash_init.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/figures/board.png mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/figures/flash.png mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/project.uvoptx mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/project.uvprojx mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/rtconfig.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/rtconfig.py mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/template.uvoptx mode change 100644 => 100755 bsp/imxrt/imxrt1052-atk-commander/template.uvprojx mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/.config mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/Kconfig mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/README.md mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/SConscript mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/SConstruct mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/applications/SConscript mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/applications/main.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/board/FlashIMXRT1052_YH_FlexSPI.board mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/board/Kconfig mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/board/MCUX_Config/MCUX_Config.mex mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/board/MCUX_Config/clock_config.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/board/MCUX_Config/clock_config.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/board/MCUX_Config/pin_mux.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/board/MCUX_Config/pin_mux.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/board/SConscript mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/board/board.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/board/board.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/board/iMXRT1052_W25Q256JV_CFG_By_Fire.FLM mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/figures/board.png mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/figures/flash.png mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/project.ewd mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/project.ewp mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/project.ewt mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/project.eww mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/project.uvoptx mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/project.uvprojx mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/rtconfig.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/rtconfig.py mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/template.ewd mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/template.ewp mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/template.ewt mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/template.eww mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/template.uvoptx mode change 100644 => 100755 bsp/imxrt/imxrt1052-fire-pro/template.uvprojx mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/.config mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/Kconfig mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/README.md mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/SConscript mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/SConstruct mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/applications/SConscript mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/applications/main.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/applications/mnt.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/board/Kconfig mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/board/MCUX_Config/MCUX_Config.mex mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/board/MCUX_Config/clock_config.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/board/MCUX_Config/clock_config.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/board/MCUX_Config/pin_mux.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/board/MCUX_Config/pin_mux.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/board/SConscript mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/board/board.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/board/board.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/board/ports/phyksz8081/fsl_phy.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/board/ports/phyksz8081/fsl_phy.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/board/ports/sdram_port.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/figures/board.jpg mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/project.ewd mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/project.ewp mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/project.eww mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/project.uvoptx mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/project.uvprojx mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/rtconfig.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/rtconfig.py mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/template.ewd mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/template.ewp mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/template.ewt mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/template.eww mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/template.uvoptx mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/template.uvprojx mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/xip/SConscript mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/xip/fsl_flexspi_nor_boot.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/xip/fsl_flexspi_nor_boot.h mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/xip/fsl_flexspi_nor_flash.c mode change 100644 => 100755 bsp/imxrt/imxrt1052-nxp-evk/xip/fsl_flexspi_nor_flash.h mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/.config mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/Kconfig mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/README.md mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/SConscript mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/SConstruct mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/applications/SConscript mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/applications/main.c mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/board/Kconfig mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/board/MCUX_Config/MCUX_Config.mex mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/board/MCUX_Config/clock_config.c mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/board/MCUX_Config/clock_config.h mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/board/MCUX_Config/pin_mux.c mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/board/MCUX_Config/pin_mux.h mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/board/SConscript mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/board/board.c mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/board/board.h mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/figures/MIMXRT1064EVK-TOP.jpg mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/project.ewd mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/project.ewp mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/project.eww mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/project.uvoptx mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/project.uvprojx mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/rtconfig.h mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/rtconfig.py mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/template.ewd mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/template.ewp mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/template.ewt mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/template.eww mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/template.uvoptx mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/template.uvprojx mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/xip/SConscript mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/xip/evkmimxrt1064_flexspi_nor_config.c mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/xip/evkmimxrt1064_flexspi_nor_config.h mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/xip/evkmimxrt1064_sdram_ini_dcd.c mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/xip/evkmimxrt1064_sdram_ini_dcd.h mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/xip/fsl_flexspi_nor_boot.c mode change 100644 => 100755 bsp/imxrt/imxrt1064-nxp-evk/xip/fsl_flexspi_nor_boot.h mode change 100644 => 100755 bsp/imxrt/libraries/Kconfig mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_CAN.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_Flash.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_I2C.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_MCI.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_SAI.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_SPI.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_Storage.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_USART.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_USBD.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/DriverTemplates/Driver_USBH.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_CAN.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_Common.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_ETH.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_ETH_MAC.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_ETH_PHY.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_Flash.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_I2C.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_MCI.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_NAND.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_SAI.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_SPI.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_USART.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_USB.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_USBD.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Driver/Include/Driver_USBH.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_armclang.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_compiler.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_iccarm.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/cmsis_version.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_armv8mbl.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_armv8mml.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm23.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm33.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/mpu_armv7.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/mpu_armv8.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/Include/tz_context.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/CMSIS/LICENSE.txt mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/MIMXRT1052.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/MIMXRT1052.xml mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/MIMXRT1052_features.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT1052xxxxx_flexspi_nor.scf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT1052xxxxx_flexspi_nor_sdram.scf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT1052xxxxx_ram.scf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT1052xxxxx_sdram.scf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT1052xxxxx_sdram_txt.scf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT105x_HYPER_256KB_SEC.FLM mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/MIMXRT105x_QuadSPI_4KB_SEC.FLM mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/arm/startup_MIMXRT1052.s mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpi2c_cmsis.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpi2c_cmsis.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpspi_cmsis.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpspi_cmsis.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpuart_cmsis.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/cmsis_drivers/fsl_lpuart_cmsis.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_adc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_adc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_adc_etc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_adc_etc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_aipstz.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_aipstz.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_aoi.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_aoi.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_bee.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_bee.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_cache.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_cache.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_clock.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_clock.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_cmp.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_cmp.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_common.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_common.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_csi.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_csi.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dcdc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dcdc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dcp.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dcp.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dmamux.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_dmamux.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_elcdif.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_elcdif.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_enc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_enc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_enet.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_enet.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_ewm.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_ewm.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexcan.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexcan.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2c_master.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2c_master.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2s.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2s.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2s_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_i2s_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_spi.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_spi.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_spi_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_spi_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_uart.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_uart.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_uart_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexio_uart_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexram.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexram.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexspi.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_flexspi.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpio.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpio.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpt.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_gpt.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_iomuxc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_kpp.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_kpp.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpi2c.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpi2c.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpi2c_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpi2c_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpspi.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpspi.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpspi_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpspi_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpuart.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpuart.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpuart_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_lpuart_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pit.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pit.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pmu.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pmu.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pwm.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pwm.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pxp.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_pxp.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_qtmr.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_qtmr.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_rtwdog.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_rtwdog.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_sai.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_sai.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_sai_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_sai_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_semc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_semc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_snvs_hp.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_snvs_hp.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_snvs_lp.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_snvs_lp.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_spdif.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_spdif.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_spdif_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_spdif_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_src.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_src.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_tempmon.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_tempmon.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_trng.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_trng.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_tsc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_tsc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_usdhc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_usdhc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_wdog.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_wdog.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_xbara.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_xbara.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_xbarb.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/drivers/fsl_xbarb.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/fsl_device_registers.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/MIMXRT1052xxxxx_flexspi_nor.ld mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/MIMXRT1052xxxxx_flexspi_nor_sdram.ld mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/MIMXRT1052xxxxx_ram.ld mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/MIMXRT1052xxxxx_sdram.ld mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/MIMXRT1052xxxxx_sdram_txt.ld mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/gcc/startup_MIMXRT1052.S mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/MIMXRT1052xxxxx_flexspi_nor.icf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/MIMXRT1052xxxxx_flexspi_nor_sdram.icf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/MIMXRT1052xxxxx_ram.icf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/MIMXRT1052xxxxx_sdram.icf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/MIMXRT1052xxxxx_sdram_txt.icf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/iar/startup_MIMXRT1052.s mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/mcuxpresso/MIMXRT1050-EVK_IS25WP064A.cfx mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/mcuxpresso/MIMXRT1050-EVK_S26KS512S.cfx mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/mcuxpresso/startup_mimxrt1052.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/mcuxpresso/startup_mimxrt1052.cpp mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/board.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/board.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/clock_config.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/clock_config.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/peripherals.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/peripherals.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/pin_mux.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/project_template/pin_mux.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/system_MIMXRT1052.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/system_MIMXRT1052.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/template/RTE_Device.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/debug_console/fsl_debug_console.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/debug_console/fsl_debug_console.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/debug_console/fsl_debug_console_conf.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_assert.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_notifier.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_notifier.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_sbrk.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_shell.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/fsl_shell.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/str/fsl_str.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/str/fsl_str.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/utilities/usb_device_config.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/xip/fsl_flexspi_nor_boot.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/MIMXRT1052/xip/fsl_flexspi_nor_boot.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1050/SConscript mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_CAN.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_Common.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_ETH.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_ETH_MAC.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_ETH_PHY.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_Flash.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_I2C.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_MCI.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_NAND.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_SAI.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_SPI.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_USART.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_USB.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_USBD.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Driver/Include/Driver_USBH.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_armclang.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_compiler.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_iccarm.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/cmsis_version.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_armv8mbl.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_armv8mml.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm23.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm33.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/mpu_armv7.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/mpu_armv8.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/Include/tz_context.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/CMSIS/LICENSE.txt mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/MIMXRT1064.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/MIMXRT1064.xml mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/MIMXRT1064_features.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/MIMXRT1064xxxxx_flexspi_nor.scf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/MIMXRT1064xxxxx_flexspi_nor_sdram.scf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/MIMXRT1064xxxxx_ram.scf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/MIMXRT1064xxxxx_sdram.scf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/MIMXRT1064xxxxx_sdram_txt.scf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/evkmimxrt1064_flexspi_nor.ini mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/startup_MIMXRT1064.s mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpi2c_cmsis.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpi2c_cmsis.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpspi_cmsis.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpspi_cmsis.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpuart_cmsis.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/cmsis_drivers/fsl_lpuart_cmsis.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_adc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_adc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_adc_etc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_adc_etc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_aipstz.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_aipstz.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_aoi.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_aoi.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_bee.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_bee.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_cache.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_cache.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_clock.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_clock.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_cmp.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_cmp.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_common.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_common.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_csi.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_csi.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dcdc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dcdc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dcp.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dcp.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dmamux.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_dmamux.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_elcdif.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_elcdif.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_enc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_enc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_enet.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_enet.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_ewm.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_ewm.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexcan.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexcan.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2c_master.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2c_master.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2s.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2s.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2s_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_i2s_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_spi.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_spi.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_spi_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_spi_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_uart.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_uart.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_uart_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexio_uart_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexram.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexram.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexspi.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_flexspi.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpio.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpio.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpt.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_gpt.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_iomuxc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_kpp.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_kpp.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c_freertos.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpi2c_freertos.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi_freertos.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpspi_freertos.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart_freertos.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_lpuart_freertos.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pit.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pit.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pmu.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pmu.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pwm.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pwm.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pxp.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_pxp.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_qtmr.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_qtmr.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_rtwdog.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_rtwdog.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_sai.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_sai.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_sai_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_sai_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_semc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_semc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_snvs_hp.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_snvs_hp.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_snvs_lp.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_snvs_lp.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_spdif.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_spdif.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_spdif_edma.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_spdif_edma.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_src.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_src.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_tempmon.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_tempmon.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_trng.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_trng.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_tsc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_tsc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_usdhc.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_usdhc.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_wdog.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_wdog.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_xbara.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_xbara.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_xbarb.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_xbarb.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/fsl_device_registers.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/MIMXRT1064xxxxx_flexspi_nor.ld mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/MIMXRT1064xxxxx_flexspi_nor_sdram.ld mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/MIMXRT1064xxxxx_ram.ld mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/MIMXRT1064xxxxx_sdram.ld mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/MIMXRT1064xxxxx_sdram_txt.ld mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/startup_MIMXRT1064.S mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/MIMXRT1064xxxxx_flexspi_nor.icf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/MIMXRT1064xxxxx_flexspi_nor_sdram.icf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/MIMXRT1064xxxxx_ram.icf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/MIMXRT1064xxxxx_sdram.icf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/MIMXRT1064xxxxx_sdram_txt.icf mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/startup_MIMXRT1064.s mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/mcuxpresso/MIMXRT1064.cfx mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/mcuxpresso/startup_mimxrt1064.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/mcuxpresso/startup_mimxrt1064.cpp mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/board.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/board.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/clock_config.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/clock_config.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/peripherals.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/peripherals.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/pin_mux.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/project_template/pin_mux.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/system_MIMXRT1064.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/system_MIMXRT1064.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/template/RTE_Device.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_assert.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_debug_console.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_debug_console.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_debug_console_conf.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_notifier.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_notifier.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_sbrk.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_shell.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/fsl_shell.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/io/fsl_io.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/io/fsl_io.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/io/swo/fsl_swo.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/io/swo/fsl_swo.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/log/fsl_log.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/log/fsl_log.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/str/fsl_str.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/utilities/str/fsl_str.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/evkmimxrt1064_flexspi_nor_config.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/evkmimxrt1064_flexspi_nor_config.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/evkmimxrt1064_sdram_ini_dcd.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/evkmimxrt1064_sdram_ini_dcd.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/fsl_flexspi_nor_boot.c mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/xip/fsl_flexspi_nor_boot.h mode change 100644 => 100755 bsp/imxrt/libraries/MIMXRT1064/SConscript mode change 100644 => 100755 bsp/imxrt/libraries/drivers/SConscript mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_adc.c mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_adc.h mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_can.c mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_can.h mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_eth.c mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_gpio.c mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_gpio.h mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_hwtimer.c mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_hwtimer.h mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_i2c.c mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_i2c.h mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_lcd.c mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_lcd.h mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_log.h mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_pwm.c mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_pwm.h mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_rtc.c mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_rtc.h mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_sdram.c mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_sdram.h mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_spi.c mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_spi.h mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_uart.c mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_uart.h mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_wdt.c mode change 100644 => 100755 bsp/imxrt/libraries/drivers/drv_wdt.h mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/.config mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/Kconfig mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/README.md mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/SConscript mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/SConstruct mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/applications/SConscript mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/applications/main.c mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/board/Kconfig mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/board/MCUX_Config/MCUX_Config.mex mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/board/MCUX_Config/clock_config.c mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/board/MCUX_Config/clock_config.h mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/board/MCUX_Config/pin_mux.c mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/board/MCUX_Config/pin_mux.h mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/board/SConscript mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/board/board.c mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/board/board.h mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/figures/board.png mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/project.ewd mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/project.ewp mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/project.eww mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/project.uvoptx mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/project.uvprojx mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/rtconfig.h mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/rtconfig.py mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/template.ewd mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/template.ewp mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/template.ewt mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/template.eww mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/template.uvoptx mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1050xxx/template.uvprojx mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/.config mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/Kconfig mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/MIMXRT1064EVK-TOP.jpg mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/README.md mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/SConscript mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/SConstruct mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/applications/SConscript mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/applications/main.c mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/board/Kconfig mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/board/MCUX_Config/MCUX_Config.mex mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/board/MCUX_Config/clock_config.c mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/board/MCUX_Config/clock_config.h mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/board/MCUX_Config/pin_mux.c mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/board/MCUX_Config/pin_mux.h mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/board/SConscript mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/board/board.c mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/board/board.h mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/project.ewd mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/project.ewp mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/project.eww mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/project.uvoptx mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/project.uvprojx mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/rtconfig.h mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/rtconfig.py mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.crun mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.dbgdt mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.dnx mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.rtthread.cspy.bat mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.rtthread.cspy.ps1 mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.rtthread.driver.xcl mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.rtthread.general.xcl mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project.wsdt mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/settings/project_rtthread.jlink mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/settings/template.wsdt mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/template.ewd mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/template.ewp mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/template.ewt mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/template.eww mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/template.uvoptx mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/template.uvprojx mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/xip/SConscript mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/xip/evkmimxrt1064_flexspi_nor_config.c mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/xip/evkmimxrt1064_flexspi_nor_config.h mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/xip/evkmimxrt1064_sdram_ini_dcd.c mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/xip/evkmimxrt1064_sdram_ini_dcd.h mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/xip/fsl_flexspi_nor_boot.c mode change 100644 => 100755 bsp/imxrt/libraries/templates/imxrt1064xxx/xip/fsl_flexspi_nor_boot.h mode change 100644 => 100755 bsp/imxrt/tools/sdk_dist.py mode change 100644 => 100755 bsp/k210/.config mode change 100644 => 100755 bsp/k210/Kconfig mode change 100644 => 100755 bsp/k210/README.md mode change 100644 => 100755 bsp/k210/SConscript mode change 100644 => 100755 bsp/k210/SConstruct mode change 100644 => 100755 bsp/k210/applications/SConscript mode change 100644 => 100755 bsp/k210/applications/main.c mode change 100644 => 100755 bsp/k210/applications/mnt.c mode change 100644 => 100755 bsp/k210/driver/Kconfig mode change 100644 => 100755 bsp/k210/driver/SConscript mode change 100644 => 100755 bsp/k210/driver/board.c mode change 100644 => 100755 bsp/k210/driver/board.h mode change 100644 => 100755 bsp/k210/driver/camera/SConscript mode change 100644 => 100755 bsp/k210/driver/camera/drv_ov5640.c mode change 100644 => 100755 bsp/k210/driver/camera/drv_ov5640.h mode change 100644 => 100755 bsp/k210/driver/camera/ov5640af.h mode change 100644 => 100755 bsp/k210/driver/camera/ov5640cfg.h mode change 100644 => 100755 bsp/k210/driver/drv_gpio.c mode change 100644 => 100755 bsp/k210/driver/drv_gpio.h mode change 100644 => 100755 bsp/k210/driver/drv_interrupt.c mode change 100644 => 100755 bsp/k210/driver/drv_io_config.c mode change 100644 => 100755 bsp/k210/driver/drv_io_config.h mode change 100644 => 100755 bsp/k210/driver/drv_lcd.c mode change 100644 => 100755 bsp/k210/driver/drv_lcd.h mode change 100644 => 100755 bsp/k210/driver/drv_spi.c mode change 100644 => 100755 bsp/k210/driver/drv_spi.h mode change 100644 => 100755 bsp/k210/driver/drv_uart.c mode change 100644 => 100755 bsp/k210/driver/drv_uart.h mode change 100644 => 100755 bsp/k210/driver/heap.c mode change 100644 => 100755 bsp/k210/images/flash.png mode change 100644 => 100755 bsp/k210/images/k210.png mode change 100644 => 100755 bsp/k210/link.lds mode change 100644 => 100755 bsp/k210/link_stacksize.lds mode change 100644 => 100755 bsp/k210/rtconfig.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/SConscript mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/adc.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/adc.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/can.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/can.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/comp.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/comp.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/cpu.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/cpu.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/cr_project.xml mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/debug.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/driverlib.Opt mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/driverlib.Uv2 mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/driverlib.ewp mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/driverlib.sgxx mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/eeprom.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/eeprom.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/epi.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/epi.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/ethernet.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/ethernet.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/fan.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/fan.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/flash.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/flash.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/fpu.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/fpu.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/gpio.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/gpio.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/hibernate.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/hibernate.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/i2c.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/i2c.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/i2s.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/i2s.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/interrupt.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/interrupt.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/lpc.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/lpc.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/mpu.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/mpu.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/peci.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/peci.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/pin_map.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/pwm.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/pwm.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/qei.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/qei.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/readme.txt mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/rom.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/rom_map.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/ssi.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/ssi.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/sysctl.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/sysctl.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/sysexc.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/sysexc.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/systick.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/systick.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/timer.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/timer.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/uart.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/uart.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/udma.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/udma.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/usb.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/usb.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/watchdog.c mode change 100644 => 100755 bsp/lm3s8962/Libraries/driverlib/watchdog.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/asmdefs.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_adc.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_can.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_comp.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_eeprom.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_epi.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_ethernet.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_fan.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_flash.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_gpio.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_hibernate.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_i2c.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_i2s.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_ints.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_lpc.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_memmap.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_nvic.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_peci.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_pwm.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_qei.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_ssi.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_sysctl.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_sysexc.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_timer.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_types.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_uart.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_udma.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_usb.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/inc/hw_watchdog.h mode change 100644 => 100755 bsp/lm3s8962/Libraries/startup/arm/start_rvds.S mode change 100644 => 100755 bsp/lm3s8962/Libraries/startup/gcc/start_gcc.S mode change 100644 => 100755 bsp/lm3s8962/SConscript mode change 100644 => 100755 bsp/lm3s8962/SConstruct mode change 100644 => 100755 bsp/lm3s8962/applications/SConscript mode change 100644 => 100755 bsp/lm3s8962/applications/application.c mode change 100644 => 100755 bsp/lm3s8962/applications/startup.c mode change 100644 => 100755 bsp/lm3s8962/drivers/SConscript mode change 100644 => 100755 bsp/lm3s8962/drivers/board.c mode change 100644 => 100755 bsp/lm3s8962/drivers/board.h mode change 100644 => 100755 bsp/lm3s8962/drivers/luminaryif.c mode change 100644 => 100755 bsp/lm3s8962/drivers/luminaryif.h mode change 100644 => 100755 bsp/lm3s8962/drivers/sdcard.c mode change 100644 => 100755 bsp/lm3s8962/drivers/serial.c mode change 100644 => 100755 bsp/lm3s8962/lm3s_rom.ld mode change 100644 => 100755 bsp/lm3s8962/lm3s_rom.sct mode change 100644 => 100755 bsp/lm3s8962/project.Uv2 mode change 100644 => 100755 bsp/lm3s8962/rtconfig.h mode change 100644 => 100755 bsp/lm3s8962/rtconfig.py mode change 100644 => 100755 bsp/lm3s8962/template.Uv2 mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/SConscript mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/adc.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/adc.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/can.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/can.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/comp.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/comp.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/cpu.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/cpu.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/debug.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/eeprom.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/eeprom.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/epi.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/epi.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/ethernet.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/ethernet.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/fan.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/fan.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/flash.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/flash.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/fpu.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/fpu.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/gpio.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/gpio.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/hibernate.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/hibernate.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/i2c.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/i2c.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/i2s.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/i2s.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/interrupt.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/interrupt.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/lpc.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/lpc.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/mpu.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/mpu.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/peci.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/peci.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/pin_map.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/pwm.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/pwm.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/qei.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/qei.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/readme.txt mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/rom.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/rom_map.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/ssi.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/ssi.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/sysctl.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/sysctl.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/sysexc.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/sysexc.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/systick.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/systick.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/timer.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/timer.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/uart.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/uart.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/udma.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/udma.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/usb.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/usb.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/watchdog.c mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/driverlib/watchdog.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/asmdefs.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/cr_project.xml mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_adc.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_can.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_comp.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_eeprom.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_epi.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_ethernet.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_fan.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_flash.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_gpio.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_hibernate.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_i2c.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_i2s.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_ints.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_lpc.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_memmap.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_nvic.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_peci.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_pwm.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_qei.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_ssi.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_sysctl.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_sysexc.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_timer.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_types.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_uart.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_udma.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_usb.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/hw_watchdog.h mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/inc/inc.sgxx mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/startup/arm/start_rvds.S mode change 100644 => 100755 bsp/lm3s9b9x/Libraries/startup/gcc/start_gcc.S mode change 100644 => 100755 bsp/lm3s9b9x/SConscript mode change 100644 => 100755 bsp/lm3s9b9x/SConstruct mode change 100644 => 100755 bsp/lm3s9b9x/applications/SConscript mode change 100644 => 100755 bsp/lm3s9b9x/applications/application.c mode change 100644 => 100755 bsp/lm3s9b9x/applications/startup.c mode change 100644 => 100755 bsp/lm3s9b9x/drivers/SConscript mode change 100644 => 100755 bsp/lm3s9b9x/drivers/board.c mode change 100644 => 100755 bsp/lm3s9b9x/drivers/board.h mode change 100644 => 100755 bsp/lm3s9b9x/drivers/luminaryif.c mode change 100644 => 100755 bsp/lm3s9b9x/drivers/luminaryif.h mode change 100644 => 100755 bsp/lm3s9b9x/drivers/sdcard.c mode change 100644 => 100755 bsp/lm3s9b9x/drivers/sdram.c mode change 100644 => 100755 bsp/lm3s9b9x/drivers/serial.c mode change 100644 => 100755 bsp/lm3s9b9x/lm3s_rom.ld mode change 100644 => 100755 bsp/lm3s9b9x/lm3s_rom.sct mode change 100644 => 100755 bsp/lm3s9b9x/project.Uv2 mode change 100644 => 100755 bsp/lm3s9b9x/rtconfig.h mode change 100644 => 100755 bsp/lm3s9b9x/rtconfig.py mode change 100644 => 100755 bsp/lm3s9b9x/template.Uv2 mode change 100644 => 100755 bsp/lm4f232/Libraries/SConscript mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/adc.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/adc.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/can.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/can.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/comp.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/comp.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/cpu.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/cpu.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/debug.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/eeprom.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/eeprom.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/epi.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/epi.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/ethernet.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/ethernet.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/fan.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/fan.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/flash.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/flash.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/fpu.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/fpu.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/gpio.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/gpio.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/hibernate.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/hibernate.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/i2c.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/i2c.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/i2s.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/i2s.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/interrupt.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/interrupt.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/lpc.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/lpc.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/mpu.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/mpu.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/peci.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/peci.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/pin_map.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/pwm.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/pwm.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/qei.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/qei.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/readme.txt mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/rom.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/rom_map.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/ssi.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/ssi.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/sysctl.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/sysctl.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/sysexc.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/sysexc.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/systick.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/systick.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/timer.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/timer.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/uart.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/uart.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/udma.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/udma.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/usb.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/usb.h mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/watchdog.c mode change 100644 => 100755 bsp/lm4f232/Libraries/driverlib/watchdog.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/asmdefs.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_adc.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_can.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_comp.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_eeprom.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_epi.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_ethernet.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_fan.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_flash.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_gpio.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_hibernate.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_i2c.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_i2s.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_ints.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_lpc.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_memmap.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_nvic.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_peci.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_pwm.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_qei.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_ssi.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_sysctl.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_sysexc.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_timer.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_types.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_uart.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_udma.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_usb.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/hw_watchdog.h mode change 100644 => 100755 bsp/lm4f232/Libraries/inc/inc.sgxx mode change 100644 => 100755 bsp/lm4f232/Libraries/startup/arm/start_rvds.S mode change 100644 => 100755 bsp/lm4f232/Libraries/startup/gcc/start_gcc.c mode change 100644 => 100755 bsp/lm4f232/Libraries/startup/iar/start_iar.c mode change 100644 => 100755 bsp/lm4f232/SConscript mode change 100644 => 100755 bsp/lm4f232/SConstruct mode change 100644 => 100755 bsp/lm4f232/applications/SConscript mode change 100644 => 100755 bsp/lm4f232/applications/application.c mode change 100644 => 100755 bsp/lm4f232/applications/startup.c mode change 100644 => 100755 bsp/lm4f232/drivers/SConscript mode change 100644 => 100755 bsp/lm4f232/drivers/board.c mode change 100644 => 100755 bsp/lm4f232/drivers/board.h mode change 100644 => 100755 bsp/lm4f232/drivers/luminaryif.c mode change 100644 => 100755 bsp/lm4f232/drivers/luminaryif.h mode change 100644 => 100755 bsp/lm4f232/drivers/serial.c mode change 100644 => 100755 bsp/lm4f232/lm4f_rom.ld mode change 100644 => 100755 bsp/lm4f232/project.uvproj mode change 100644 => 100755 bsp/lm4f232/rtconfig.h mode change 100644 => 100755 bsp/lm4f232/rtconfig.py mode change 100644 => 100755 bsp/lm4f232/template.uvproj mode change 100644 => 100755 bsp/lpc1114/.config mode change 100644 => 100755 bsp/lpc1114/Kconfig mode change 100644 => 100755 bsp/lpc1114/SConscript mode change 100644 => 100755 bsp/lpc1114/SConstruct mode change 100644 => 100755 bsp/lpc1114/applications/SConscript mode change 100644 => 100755 bsp/lpc1114/applications/main.c mode change 100644 => 100755 bsp/lpc1114/driver/SConscript mode change 100644 => 100755 bsp/lpc1114/driver/board.c mode change 100644 => 100755 bsp/lpc1114/driver/board.h mode change 100644 => 100755 bsp/lpc1114/driver/drv_uart.c mode change 100644 => 100755 bsp/lpc1114/driver/drv_uart.h mode change 100644 => 100755 bsp/lpc1114/driver/startup_gcc.s mode change 100644 => 100755 bsp/lpc1114/link.lds mode change 100644 => 100755 bsp/lpc1114/rtconfig.h mode change 100644 => 100755 bsp/lpc1114/rtconfig.py mode change 100644 => 100755 bsp/lpc176x/CMSIS/CM3/CoreSupport/core_cm3.c mode change 100644 => 100755 bsp/lpc176x/CMSIS/CM3/CoreSupport/core_cm3.h mode change 100644 => 100755 bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/LPC17xx.h mode change 100644 => 100755 bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/startup/arm/startup_LPC17xx.s mode change 100644 => 100755 bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/startup/gcc/startup_LPC17xx.s mode change 100644 => 100755 bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/startup/iar/startup_LPC17xx.s mode change 100644 => 100755 bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/system_LPC17xx.c mode change 100644 => 100755 bsp/lpc176x/CMSIS/CM3/DeviceSupport/NXP/LPC17xx/system_LPC17xx.h mode change 100644 => 100755 bsp/lpc176x/CMSIS/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/lpc176x/CMSIS/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/lpc176x/CMSIS/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/lpc176x/CMSIS/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/lpc176x/CMSIS/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/lpc176x/CMSIS/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/lpc176x/CMSIS/CMSIS/Include/core_cm4_simd.h mode change 100644 => 100755 bsp/lpc176x/CMSIS/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/lpc176x/CMSIS/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/lpc176x/CMSIS/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/lpc176x/CMSIS/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/lpc176x/CMSIS/License.doc mode change 100644 => 100755 bsp/lpc176x/CMSIS/SConscript mode change 100644 => 100755 bsp/lpc176x/SConscript mode change 100644 => 100755 bsp/lpc176x/SConstruct mode change 100644 => 100755 bsp/lpc176x/applications/SConscript mode change 100644 => 100755 bsp/lpc176x/applications/application.c mode change 100644 => 100755 bsp/lpc176x/applications/platform.c mode change 100644 => 100755 bsp/lpc176x/applications/platform.h mode change 100644 => 100755 bsp/lpc176x/applications/startup.c mode change 100644 => 100755 bsp/lpc176x/drivers/SConscript mode change 100644 => 100755 bsp/lpc176x/drivers/board.c mode change 100644 => 100755 bsp/lpc176x/drivers/board.h mode change 100644 => 100755 bsp/lpc176x/drivers/emac.c mode change 100644 => 100755 bsp/lpc176x/drivers/emac.h mode change 100644 => 100755 bsp/lpc176x/drivers/led.c mode change 100644 => 100755 bsp/lpc176x/drivers/led.h mode change 100644 => 100755 bsp/lpc176x/drivers/sd.c mode change 100644 => 100755 bsp/lpc176x/drivers/sd.h mode change 100644 => 100755 bsp/lpc176x/drivers/spi.c mode change 100644 => 100755 bsp/lpc176x/drivers/spi.h mode change 100644 => 100755 bsp/lpc176x/drivers/uart.c mode change 100644 => 100755 bsp/lpc176x/drivers/uart.h mode change 100644 => 100755 bsp/lpc176x/project.ewp mode change 100644 => 100755 bsp/lpc176x/project.eww mode change 100644 => 100755 bsp/lpc176x/project.uvproj mode change 100644 => 100755 bsp/lpc176x/rtconfig.h mode change 100644 => 100755 bsp/lpc176x/rtconfig.py mode change 100644 => 100755 bsp/lpc176x/rtthread-lpc17xx.icf mode change 100644 => 100755 bsp/lpc176x/rtthread-lpc17xx.ld mode change 100644 => 100755 bsp/lpc176x/rtthread-lpc17xx.sct mode change 100644 => 100755 bsp/lpc176x/template.ewp mode change 100644 => 100755 bsp/lpc176x/template.uvproj mode change 100644 => 100755 bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cm3.c mode change 100644 => 100755 bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cm3.h mode change 100644 => 100755 bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cmFunc.h mode change 100644 => 100755 bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cmInstr.h mode change 100644 => 100755 bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/LPC177x_8x.h mode change 100644 => 100755 bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/linker/ldscript_iram_iar.icf mode change 100644 => 100755 bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/linker/ldscript_irom_iar.icf mode change 100644 => 100755 bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/startup/arm/startup_LPC177x_8x.s mode change 100644 => 100755 bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/startup/gcc/startup_LPC177x_8x.s mode change 100644 => 100755 bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/startup/iar/startup_LPC177x_8x.s mode change 100644 => 100755 bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/system_LPC177x_8x.c mode change 100644 => 100755 bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/system_LPC177x_8x.h mode change 100644 => 100755 bsp/lpc178x/CMSIS/License.doc mode change 100644 => 100755 bsp/lpc178x/CMSIS/SConscript mode change 100644 => 100755 bsp/lpc178x/SConscript mode change 100644 => 100755 bsp/lpc178x/SConstruct mode change 100644 => 100755 bsp/lpc178x/applications/SConscript mode change 100644 => 100755 bsp/lpc178x/applications/application.c mode change 100644 => 100755 bsp/lpc178x/applications/startup.c mode change 100644 => 100755 bsp/lpc178x/drivers/SConscript mode change 100644 => 100755 bsp/lpc178x/drivers/board.c mode change 100644 => 100755 bsp/lpc178x/drivers/board.h mode change 100644 => 100755 bsp/lpc178x/drivers/drv_glcd.c mode change 100644 => 100755 bsp/lpc178x/drivers/drv_glcd.h mode change 100644 => 100755 bsp/lpc178x/drivers/emac.c mode change 100644 => 100755 bsp/lpc178x/drivers/emac.h mode change 100644 => 100755 bsp/lpc178x/drivers/lpc177x_8x_clkpwr.c mode change 100644 => 100755 bsp/lpc178x/drivers/lpc177x_8x_clkpwr.h mode change 100644 => 100755 bsp/lpc178x/drivers/lpc177x_8x_emc.c mode change 100644 => 100755 bsp/lpc178x/drivers/lpc177x_8x_emc.h mode change 100644 => 100755 bsp/lpc178x/drivers/lpc177x_8x_pinsel.c mode change 100644 => 100755 bsp/lpc178x/drivers/lpc177x_8x_pinsel.h mode change 100644 => 100755 bsp/lpc178x/drivers/lpc177x_8x_uart.c mode change 100644 => 100755 bsp/lpc178x/drivers/lpc177x_8x_uart.h mode change 100644 => 100755 bsp/lpc178x/drivers/lpc17xx_lcd.c mode change 100644 => 100755 bsp/lpc178x/drivers/lpc17xx_lcd.h mode change 100644 => 100755 bsp/lpc178x/drivers/lpc_types.h mode change 100644 => 100755 bsp/lpc178x/drivers/sdram.c mode change 100644 => 100755 bsp/lpc178x/drivers/sdram.h mode change 100644 => 100755 bsp/lpc178x/drivers/uart.c mode change 100644 => 100755 bsp/lpc178x/drivers/uart.h mode change 100644 => 100755 bsp/lpc178x/project.uvproj mode change 100644 => 100755 bsp/lpc178x/rtconfig.h mode change 100644 => 100755 bsp/lpc178x/rtconfig.py mode change 100644 => 100755 bsp/lpc178x/rtthread-lpc178x.ld mode change 100644 => 100755 bsp/lpc178x/rtthread-lpc178x.sct mode change 100644 => 100755 bsp/lpc178x/template.uvproj mode change 100644 => 100755 bsp/lpc2148/SConscript mode change 100644 => 100755 bsp/lpc2148/SConstruct mode change 100644 => 100755 bsp/lpc2148/applications/SConscript mode change 100644 => 100755 bsp/lpc2148/applications/application.c mode change 100644 => 100755 bsp/lpc2148/applications/startup.c mode change 100644 => 100755 bsp/lpc2148/drivers/SConscript mode change 100644 => 100755 bsp/lpc2148/drivers/board.c mode change 100644 => 100755 bsp/lpc2148/drivers/board.h mode change 100644 => 100755 bsp/lpc2148/drivers/dm9000.c mode change 100644 => 100755 bsp/lpc2148/drivers/dm9000.h mode change 100644 => 100755 bsp/lpc2148/drivers/sd.c mode change 100644 => 100755 bsp/lpc2148/drivers/sd.h mode change 100644 => 100755 bsp/lpc2148/drivers/serial.c mode change 100644 => 100755 bsp/lpc2148/lpc2148_rom.ld mode change 100644 => 100755 bsp/lpc2148/lpc2148_rom.sct mode change 100644 => 100755 bsp/lpc2148/project.Opt mode change 100644 => 100755 bsp/lpc2148/project.Uv2 mode change 100644 => 100755 bsp/lpc2148/rtconfig.h mode change 100644 => 100755 bsp/lpc2148/rtconfig.py mode change 100644 => 100755 bsp/lpc2148/template.Uv2 mode change 100644 => 100755 bsp/lpc2478/SConscript mode change 100644 => 100755 bsp/lpc2478/SConstruct mode change 100644 => 100755 bsp/lpc2478/applications/SConscript mode change 100644 => 100755 bsp/lpc2478/applications/application.c mode change 100644 => 100755 bsp/lpc2478/applications/startup.c mode change 100644 => 100755 bsp/lpc2478/drivers/SConscript mode change 100644 => 100755 bsp/lpc2478/drivers/board.c mode change 100644 => 100755 bsp/lpc2478/drivers/board.h mode change 100644 => 100755 bsp/lpc2478/drivers/serial.c mode change 100644 => 100755 bsp/lpc2478/lpc2478_ram.lds mode change 100644 => 100755 bsp/lpc2478/lpc2478_rom.lds mode change 100644 => 100755 bsp/lpc2478/lpc2478_rom.sct mode change 100644 => 100755 bsp/lpc2478/project.Uv2 mode change 100644 => 100755 bsp/lpc2478/project.uvproj mode change 100644 => 100755 bsp/lpc2478/rtconfig.h mode change 100644 => 100755 bsp/lpc2478/rtconfig.py mode change 100644 => 100755 bsp/lpc2478/template.uvproj mode change 100644 => 100755 bsp/lpc408x/.config mode change 100644 => 100755 bsp/lpc408x/Kconfig mode change 100644 => 100755 bsp/lpc408x/Libraries/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/lpc408x/Libraries/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/lpc408x/Libraries/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/lpc408x/Libraries/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/lpc408x/Libraries/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/lpc408x/Libraries/CMSIS/Include/core_cm4_simd.h mode change 100644 => 100755 bsp/lpc408x/Libraries/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/lpc408x/Libraries/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Include/LPC177x_8x.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Include/LPC407x_8x_177x_8x.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Include/system_LPC177x_8x.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Include/system_LPC407x_8x_177x_8x.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/ARM/startup_LPC177x_8x.s mode change 100644 => 100755 bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/ARM/startup_LPC407x_8x_177x_8x.s mode change 100644 => 100755 bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/GCC/startup_LPC177x_8x.s mode change 100644 => 100755 bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/GCC/startup_LPC407x_8x_177x_8x.s mode change 100644 => 100755 bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/IAR/startup_LPC177x_8x.s mode change 100644 => 100755 bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/IAR/startup_LPC407x_8x_177x_8x.s mode change 100644 => 100755 bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/system_LPC177x_8x.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Device/NXP/LPC407x_8x_177x_8x/Source/Templates/system_LPC407x_8x_177x_8x.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Device/SConscript mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/SConscript mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/debug_frmwrk.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc177x_8x_libcfg_default.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_adc.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_bod.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_can.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_clkpwr.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_crc.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_dac.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_eeprom.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_emac.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_emc.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_exti.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_gpdma.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_gpio.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_i2c.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_i2s.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_iap.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_lcd.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_libcfg_default.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_mci.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_mcpwm.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_nvic.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_pinsel.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_pwm.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_qei.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_rtc.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_spifi_rom_api.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_ssp.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_systick.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_timer.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_types.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_uart.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/include/lpc_wwdt.h mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/lib/spifi_drv_M4.lib mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_adc.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_bod.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_can.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_clkpwr.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_crc.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_dac.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_eeprom.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_emac.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_emc.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_exti.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_gpdma.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_gpio.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_i2c.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_i2s.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_iap.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_lcd.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_mci.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_mcpwm.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_nvic.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_pinsel.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_pwm.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_qei.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_rtc.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_ssp.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_systick.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_timer.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_uart.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/lpc_wwdt.c mode change 100644 => 100755 bsp/lpc408x/Libraries/Drivers/source/makefile mode change 100644 => 100755 bsp/lpc408x/Libraries/SConscript mode change 100644 => 100755 bsp/lpc408x/README.md mode change 100644 => 100755 bsp/lpc408x/SConscript mode change 100644 => 100755 bsp/lpc408x/SConstruct mode change 100644 => 100755 bsp/lpc408x/applications/SConscript mode change 100644 => 100755 bsp/lpc408x/applications/main.c mode change 100644 => 100755 bsp/lpc408x/drivers/Kconfig mode change 100644 => 100755 bsp/lpc408x/drivers/SConscript mode change 100644 => 100755 bsp/lpc408x/drivers/board.c mode change 100644 => 100755 bsp/lpc408x/drivers/board.h mode change 100644 => 100755 bsp/lpc408x/drivers/drv_emac.c mode change 100644 => 100755 bsp/lpc408x/drivers/drv_emac.h mode change 100644 => 100755 bsp/lpc408x/drivers/drv_hwtimer.c mode change 100644 => 100755 bsp/lpc408x/drivers/drv_hwtimer.h mode change 100644 => 100755 bsp/lpc408x/drivers/drv_led.c mode change 100644 => 100755 bsp/lpc408x/drivers/drv_led.h mode change 100644 => 100755 bsp/lpc408x/drivers/drv_sdram.c mode change 100644 => 100755 bsp/lpc408x/drivers/drv_sdram.h mode change 100644 => 100755 bsp/lpc408x/drivers/drv_uart.c mode change 100644 => 100755 bsp/lpc408x/drivers/drv_uart.h mode change 100644 => 100755 bsp/lpc408x/drivers/linker_scripts/link.lds mode change 100644 => 100755 bsp/lpc408x/drivers/linker_scripts/link.sct mode change 100644 => 100755 bsp/lpc408x/project.uvopt mode change 100644 => 100755 bsp/lpc408x/project.uvoptx mode change 100644 => 100755 bsp/lpc408x/project.uvproj mode change 100644 => 100755 bsp/lpc408x/project.uvprojx mode change 100644 => 100755 bsp/lpc408x/rtconfig.h mode change 100644 => 100755 bsp/lpc408x/rtconfig.py mode change 100644 => 100755 bsp/lpc408x/template.uvopt mode change 100644 => 100755 bsp/lpc408x/template.uvoptx mode change 100644 => 100755 bsp/lpc408x/template.uvproj mode change 100644 => 100755 bsp/lpc408x/template.uvprojx mode change 100644 => 100755 bsp/lpc43xx/Libraries/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/lpc43xx/Libraries/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/lpc43xx/Libraries/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/lpc43xx/Libraries/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/lpc43xx/Libraries/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/lpc43xx/Libraries/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/lpc43xx/Libraries/CMSIS/Include/core_cm4_simd.h mode change 100644 => 100755 bsp/lpc43xx/Libraries/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/lpc43xx/Libraries/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/lpc43xx/Libraries/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/lpc43xx/Libraries/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Include/LPC43xx.h mode change 100644 => 100755 bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Include/fpu_enable.h mode change 100644 => 100755 bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Include/fpu_init.h mode change 100644 => 100755 bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Include/system_LPC43xx.h mode change 100644 => 100755 bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/ARM/startup_LPC43xx.s mode change 100644 => 100755 bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/ARM/startup_LPC43xx_M0.s mode change 100644 => 100755 bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx.s mode change 100644 => 100755 bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx_M0.s mode change 100644 => 100755 bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/startup_LPC43xx.s mode change 100644 => 100755 bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/startup_lpc43xx_m0sub.s mode change 100644 => 100755 bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/system_LPC43xx.c mode change 100644 => 100755 bsp/lpc43xx/Libraries/Device/SConscript mode change 100644 => 100755 bsp/lpc43xx/Libraries/SConscript mode change 100644 => 100755 bsp/lpc43xx/M0/SConscript mode change 100644 => 100755 bsp/lpc43xx/M0/SConstruct mode change 100644 => 100755 bsp/lpc43xx/M0/applications/SConscript mode change 100644 => 100755 bsp/lpc43xx/M0/applications/application.c mode change 100644 => 100755 bsp/lpc43xx/M0/applications/board.c mode change 100644 => 100755 bsp/lpc43xx/M0/applications/board.h mode change 100644 => 100755 bsp/lpc43xx/M0/applications/startup.c mode change 100644 => 100755 bsp/lpc43xx/M0/applications/vbus_conf.h mode change 100644 => 100755 bsp/lpc43xx/M0/applications/vbus_drv.c mode change 100644 => 100755 bsp/lpc43xx/M0/applications/vbus_hw.h mode change 100644 => 100755 bsp/lpc43xx/M0/rtconfig.h mode change 100644 => 100755 bsp/lpc43xx/M0/rtconfig.py mode change 100644 => 100755 bsp/lpc43xx/M0/rtthread-lpc43xx.ld mode change 100644 => 100755 bsp/lpc43xx/M0/rtthread-lpc43xx_spifi.ld mode change 100644 => 100755 bsp/lpc43xx/M0/rtthread-lpc43xx_spifi.sct mode change 100644 => 100755 bsp/lpc43xx/M0/rtthread_lpc43xx.sct mode change 100644 => 100755 bsp/lpc43xx/M0/template.uvopt mode change 100644 => 100755 bsp/lpc43xx/M0/template.uvproj mode change 100644 => 100755 bsp/lpc43xx/M0/vbus_local_conf.h mode change 100644 => 100755 bsp/lpc43xx/M4/SConscript mode change 100644 => 100755 bsp/lpc43xx/M4/SConstruct mode change 100644 => 100755 bsp/lpc43xx/M4/applications/SConscript mode change 100644 => 100755 bsp/lpc43xx/M4/applications/application.c mode change 100644 => 100755 bsp/lpc43xx/M4/applications/board.c mode change 100644 => 100755 bsp/lpc43xx/M4/applications/board.h mode change 100644 => 100755 bsp/lpc43xx/M4/applications/startup.c mode change 100644 => 100755 bsp/lpc43xx/M4/applications/vbus_conf.h mode change 100644 => 100755 bsp/lpc43xx/M4/applications/vbus_drv.c mode change 100644 => 100755 bsp/lpc43xx/M4/applications/vbus_hw.h mode change 100644 => 100755 bsp/lpc43xx/M4/rtconfig.h mode change 100644 => 100755 bsp/lpc43xx/M4/rtconfig.py mode change 100644 => 100755 bsp/lpc43xx/M4/rtthread-lpc43xx.ld mode change 100644 => 100755 bsp/lpc43xx/M4/rtthread-lpc43xx_spifi.ld mode change 100644 => 100755 bsp/lpc43xx/M4/rtthread-lpc43xx_spifi.sct mode change 100644 => 100755 bsp/lpc43xx/M4/rtthread_lpc43xx.sct mode change 100644 => 100755 bsp/lpc43xx/M4/template.uvopt mode change 100644 => 100755 bsp/lpc43xx/M4/template.uvproj mode change 100644 => 100755 bsp/lpc43xx/M4/vbus_local_conf.h mode change 100644 => 100755 bsp/lpc43xx/bin2C.py mode change 100644 => 100755 bsp/lpc43xx/drivers/SConscript mode change 100644 => 100755 bsp/lpc43xx/drivers/drv_emac.c mode change 100644 => 100755 bsp/lpc43xx/drivers/drv_emac.h mode change 100644 => 100755 bsp/lpc43xx/drivers/drv_led.c mode change 100644 => 100755 bsp/lpc43xx/drivers/drv_led.h mode change 100644 => 100755 bsp/lpc43xx/drivers/drv_uart.c mode change 100644 => 100755 bsp/lpc43xx/drivers/drv_uart.h mode change 100644 => 100755 bsp/lpc43xx/readme.txt mode change 100644 => 100755 bsp/lpc5410x/Libraries/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/CMSIS/Include/core_cm4_simd.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/Device/SConscript mode change 100644 => 100755 bsp/lpc5410x/Libraries/Device/startup/cr_startup_lpc5410x-m0.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/Device/startup/cr_startup_lpc5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/Device/startup/crp.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/Device/startup/gcc_startup_lpc5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/Device/startup/iar_startup_lpc5410x-m0.s mode change 100644 => 100755 bsp/lpc5410x/Libraries/Device/startup/iar_startup_lpc5410x.s mode change 100644 => 100755 bsp/lpc5410x/Libraries/Device/startup/keil_startup_lpc5410x-m0.s mode change 100644 => 100755 bsp/lpc5410x/Libraries/Device/startup/keil_startup_lpc5410x.s mode change 100644 => 100755 bsp/lpc5410x/Libraries/Device/startup/mtb.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/Device/startup/sysinit.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/SConscript mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/SConscript mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/chip.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/chip_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/clock_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/clock_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/cmd.bat mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/cmsis.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/config.xml mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/config/cmsis_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/config/cmsis_5410x_m0.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/config/sys_config.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/cpuctrl_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/crc_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/crc_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/fifo_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/fifo_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/gpio_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/gpio_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/gpiogroup_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/gpiogroup_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_adc.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_adc.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_adc_rom_api.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_dmaaltd.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_dmaaltd.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_dmaaltd_regs.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_dmaaltd_rom_api.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_dmaaltd_rom_api.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2c_common.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmd.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmd.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmd_rom_api.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmd_rom_api.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmond.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmond.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmond_rom_api.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2cmond_rom_api.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2csd.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2csd.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2csd_rom_api.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_i2csd_rom_api.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spi_common.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spimd.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spimd.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spimd_rom_api.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spimd_rom_api.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spisd.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spisd.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spisd_rom_api.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_spisd_rom_api.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_uart.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_uart.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/hw_uart_rom_api.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/inmux_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/iocon_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/iocon_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/keil_output/core_m4/ArInp.Scr mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/lib_chip_5410x.ewp mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/lib_chip_5410x.uvoptx mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/lib_chip_5410x.uvprojx mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/lib_chip_5410x_m0.ewp mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/lib_chip_5410x_m0.uvprojx mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/mailbox_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/mrt_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pinint_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pinint_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pintable_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pll_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pll_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/pmu_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/iar/lib_power.a mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/iar/lib_power_m0.a mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/keil/lib_power.lib mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/keil/lib_power_m0.lib mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/lpcxpresso/lib_power.a mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/lpcxpresso/libpower.a mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib/lpcxpresso/libpower_m0.a mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/power_lib_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/ritimer_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/ritimer_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/rom_pwr_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_adc.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_adc.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_dma.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_dma.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cm.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cm.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cmon.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cmon.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cs.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_i2cs.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_spim.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_spim.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_spis.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_spis.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_uart.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/romapi_uart.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/rtc_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/rtc_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/sct_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/sct_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/sct_pwm_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/sct_pwm_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/stopwatch_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/syscon_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/syscon_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/sysinit_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/timer_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/timer_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/utick_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/utick_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/wwdt_5410x.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_5410x/wwdt_5410x.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_common/error.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_common/fpu_init.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_common/fpu_init.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_common/iap.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_common/iap.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_common/lpc_types.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_common/packing.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_common/ring_buffer.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_common/ring_buffer.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_common/rtc_ut.c mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_common/rtc_ut.h mode change 100644 => 100755 bsp/lpc5410x/Libraries/lpc_chip/chip_common/stopwatch.h mode change 100644 => 100755 bsp/lpc5410x/SConscript mode change 100644 => 100755 bsp/lpc5410x/SConstruct mode change 100644 => 100755 bsp/lpc5410x/applications/SConscript mode change 100644 => 100755 bsp/lpc5410x/applications/application.c mode change 100644 => 100755 bsp/lpc5410x/applications/board.c mode change 100644 => 100755 bsp/lpc5410x/applications/board.h mode change 100644 => 100755 bsp/lpc5410x/applications/demo_thread.c mode change 100644 => 100755 bsp/lpc5410x/applications/startup.c mode change 100644 => 100755 bsp/lpc5410x/drivers/SConscript mode change 100644 => 100755 bsp/lpc5410x/drivers/drv_led.c mode change 100644 => 100755 bsp/lpc5410x/drivers/drv_led.h mode change 100644 => 100755 bsp/lpc5410x/drivers/drv_uart.c mode change 100644 => 100755 bsp/lpc5410x/drivers/drv_uart.h mode change 100644 => 100755 bsp/lpc5410x/project.uvoptx mode change 100644 => 100755 bsp/lpc5410x/project.uvprojx mode change 100644 => 100755 bsp/lpc5410x/rtconfig.h mode change 100644 => 100755 bsp/lpc5410x/rtconfig.py mode change 100644 => 100755 bsp/lpc5410x/rtthread-lpc5410x.ld mode change 100644 => 100755 bsp/lpc5410x/rtthread-lpc5410x.sct mode change 100644 => 100755 bsp/lpc5410x/template.uvoptx mode change 100644 => 100755 bsp/lpc5410x/template.uvprojx mode change 100644 => 100755 bsp/lpc54114-lite/.config mode change 100644 => 100755 bsp/lpc54114-lite/Kconfig mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/SConscript mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_armclang.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_compiler.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_iccarm.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/cmsis_version.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/core_armv8mbl.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/core_armv8mml.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm23.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm33.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/mpu_armv7.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/mpu_armv8.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/Include/tz_context.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/CMSIS/SConscript mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/SConscript mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/LPC54114_cm0plus.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/LPC54114_cm0plus_features.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/LPC54114_cm4.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/LPC54114_cm4_features.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/SConscript mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/LPC54114J256_cm0plus.scf mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/LPC54114J256_cm0plus_ram.scf mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/LPC54114J256_cm4_ram.scf mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/SConscript mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/keil_lib_power.lib mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/keil_lib_power_m0.lib mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/startup_LPC54114_cm0plus.s mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/arm/startup_LPC54114_cm4.s mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_i2c_cmsis.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_i2c_cmsis.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_spi_cmsis.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_spi_cmsis.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_usart_cmsis.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/cmsis_drivers/fsl_usart_cmsis.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/SConscript mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_adc.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_adc.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_clock.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_clock.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_common.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_common.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_crc.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_crc.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_ctimer.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_ctimer.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dma.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dma.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dmic.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dmic.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dmic_dma.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_dmic_dma.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_flashiap.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_flashiap.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_flexcomm.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_flexcomm.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_fmeas.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_fmeas.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_gint.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_gint.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_gpio.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_gpio.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2c.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2c.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2c_dma.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2c_dma.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2s.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2s.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2s_dma.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_i2s_dma.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_inputmux.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_inputmux.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_inputmux_connections.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_iocon.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_mailbox.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_mrt.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_mrt.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_pint.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_pint.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_power.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_power.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_reset.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_reset.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_rtc.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_rtc.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_sctimer.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_sctimer.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_spi.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_spi.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_spi_dma.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_spi_dma.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_usart.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_usart.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_usart_dma.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_usart_dma.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_utick.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_utick.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_wwdt.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/drivers/fsl_wwdt.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/fsl_device_registers.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/LPC54114J256_cm0plus_flash.ld mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/LPC54114J256_cm0plus_ram.ld mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/LPC54114J256_cm4_ram.ld mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/SConscript mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/libpower_cm0.a mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/libpower_cm4_hardabi.a mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/libpower_cm4_softabi.a mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/startup_LPC54114_cm0plus.S mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/gcc/startup_LPC54114_cm4.S mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/LPC54114J256_cm0plus.icf mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/LPC54114J256_cm0plus_ram.icf mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/LPC54114J256_cm4_ram.icf mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/SConscript mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/iar_lib_power.a mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/iar_lib_power_m0.a mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/startup_LPC54114_cm0plus.s mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/iar/startup_LPC54114_cm4.s mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/board.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/board.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/clock_config.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/clock_config.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/peripherals.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/peripherals.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/pin_mux.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/project_template/pin_mux.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/system_LPC54114_cm0plus.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/system_LPC54114_cm0plus.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/system_LPC54114_cm4.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/system_LPC54114_cm4.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/template/RTE_Device.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/SConscript mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_assert.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_debug_console.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_debug_console.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_debug_console_conf.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_notifier.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_notifier.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_shell.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_shell.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/fsl_ucwxp.inf mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/io/fsl_io.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/io/fsl_io.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/io/swo/fsl_swo.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/io/swo/fsl_swo.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/log/fsl_log.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/log/fsl_log.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/str/fsl_str.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/str/fsl_str.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_cdc_acm.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_cdc_acm.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_ch9.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_ch9.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_config.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_descriptor.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/usb_device_descriptor.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/virtual_com.c mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/LPC54114/utilities/virtual_com.h mode change 100644 => 100755 bsp/lpc54114-lite/Libraries/devices/SConscript mode change 100644 => 100755 bsp/lpc54114-lite/README.md mode change 100644 => 100755 bsp/lpc54114-lite/SConscript mode change 100644 => 100755 bsp/lpc54114-lite/SConstruct mode change 100644 => 100755 bsp/lpc54114-lite/applications/SConscript mode change 100644 => 100755 bsp/lpc54114-lite/applications/main.c mode change 100644 => 100755 bsp/lpc54114-lite/applications/mnt.c mode change 100644 => 100755 bsp/lpc54114-lite/drivers/Kconfig mode change 100644 => 100755 bsp/lpc54114-lite/drivers/SConscript mode change 100644 => 100755 bsp/lpc54114-lite/drivers/board.c mode change 100644 => 100755 bsp/lpc54114-lite/drivers/board.h mode change 100644 => 100755 bsp/lpc54114-lite/drivers/clock_config.c mode change 100644 => 100755 bsp/lpc54114-lite/drivers/clock_config.h mode change 100644 => 100755 bsp/lpc54114-lite/drivers/drv_gpio.c mode change 100644 => 100755 bsp/lpc54114-lite/drivers/drv_gpio.h mode change 100644 => 100755 bsp/lpc54114-lite/drivers/drv_i2c.c mode change 100644 => 100755 bsp/lpc54114-lite/drivers/drv_i2c.h mode change 100644 => 100755 bsp/lpc54114-lite/drivers/drv_romfs.c mode change 100644 => 100755 bsp/lpc54114-lite/drivers/drv_sdcard.c mode change 100644 => 100755 bsp/lpc54114-lite/drivers/drv_sdcard.h mode change 100644 => 100755 bsp/lpc54114-lite/drivers/drv_spi.c mode change 100644 => 100755 bsp/lpc54114-lite/drivers/drv_spi.h mode change 100644 => 100755 bsp/lpc54114-lite/drivers/drv_spi_flash.c mode change 100644 => 100755 bsp/lpc54114-lite/drivers/drv_spi_flash.h mode change 100644 => 100755 bsp/lpc54114-lite/drivers/drv_uart.c mode change 100644 => 100755 bsp/lpc54114-lite/drivers/drv_uart.h mode change 100644 => 100755 bsp/lpc54114-lite/drivers/linker_scripts/link.icf mode change 100644 => 100755 bsp/lpc54114-lite/drivers/linker_scripts/link.lds mode change 100644 => 100755 bsp/lpc54114-lite/drivers/linker_scripts/link.scf mode change 100644 => 100755 bsp/lpc54114-lite/figures/LPC54114-Lite(LPC54110).jpg mode change 100644 => 100755 bsp/lpc54114-lite/project.ewd mode change 100644 => 100755 bsp/lpc54114-lite/project.ewp mode change 100644 => 100755 bsp/lpc54114-lite/project.eww mode change 100644 => 100755 bsp/lpc54114-lite/project.uvoptx mode change 100644 => 100755 bsp/lpc54114-lite/project.uvprojx mode change 100644 => 100755 bsp/lpc54114-lite/rtconfig.h mode change 100644 => 100755 bsp/lpc54114-lite/rtconfig.py mode change 100644 => 100755 bsp/lpc54114-lite/template.ewp mode change 100644 => 100755 bsp/lpc54114-lite/template.eww mode change 100644 => 100755 bsp/lpc54114-lite/template.uvoptx mode change 100644 => 100755 bsp/lpc54114-lite/template.uvprojx mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/.config mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/Kconfig mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/LPC54608J512_flash.icf mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/LPC54608J512_flash.scf mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/README.md mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SConstruct mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_Flash.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_I2C.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_MCI.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_SAI.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_SPI.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_USART.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_USBD.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/DriverTemplates/Driver_USBH.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_CAN.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_Common.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_ETH.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_ETH_MAC.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_ETH_PHY.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_Flash.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_I2C.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_MCI.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_NAND.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_SAI.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_SPI.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_USART.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_USB.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_USBD.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Driver/Include/Driver_USBH.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_armcc_V6.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_armclang.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_compiler.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/cmsis_version.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_armv8mbl.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_armv8mml.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm23.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm33.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_cmSimd.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/mpu_armv7.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/Include/tz_context.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/CMSIS/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/LPC54608.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/LPC54608_features.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/arm/LPC54608J512_flash.scf mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/arm/LPC54608J512_ram.scf mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/arm/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/arm/keil_lib_power.lib mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/arm/startup_LPC54608.s mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_i2c_cmsis.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_i2c_cmsis.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_spi_cmsis.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_spi_cmsis.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_usart_cmsis.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/cmsis_drivers/fsl_usart_cmsis.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_adc.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_adc.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_clock.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_clock.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_common.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_common.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_crc.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_crc.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_ctimer.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_ctimer.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dma.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dma.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dmic.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dmic.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dmic_dma.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_dmic_dma.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_eeprom.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_eeprom.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_emc.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_emc.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_enet.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_enet.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_flashiap.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_flashiap.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_flexcomm.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_flexcomm.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_fmc.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_fmc.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_fmeas.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_fmeas.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_gint.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_gint.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_gpio.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_gpio.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2c.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2c.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2c_dma.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2c_dma.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2s.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2s.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2s_dma.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_i2s_dma.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_inputmux.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_inputmux.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_inputmux_connections.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_iocon.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_lcdc.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_lcdc.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_mcan.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_mcan.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_mrt.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_mrt.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_otp.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_pint.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_pint.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_power.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_power.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_reset.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_reset.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_rit.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_rit.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_rng.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_rtc.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_rtc.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_sctimer.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_sctimer.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_sdif.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_sdif.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spi.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spi.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spi_dma.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spi_dma.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spifi.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spifi.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spifi_dma.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_spifi_dma.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_usart.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_usart.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_usart_dma.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_usart_dma.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_utick.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_utick.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_wwdt.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/fsl_wwdt.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/fsl_device_registers.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/iar/LPC54608J512_flash.icf mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/iar/LPC54608J512_ram.icf mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/iar/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/iar/iar_lib_power.a mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/iar/startup_LPC54608.s mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/mcuxpresso/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/mcuxpresso/libfsl_power_lib.a mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/mcuxpresso/libfsl_power_lib_softabi.a mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/mcuxpresso/startup_LPC54608.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/mcuxpresso/startup_LPC54608.cpp mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/system_LPC54608.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/system_LPC54608.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/utilities/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/utilities/fsl_debug_console.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/utilities/fsl_debug_console.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_card.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_host.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_sd_event.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_sdmmc.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_sdspi.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/inc/fsl_specification.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_host.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_mmc.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_sd.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_sd_event.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_sdio.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_sdmmc.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/sdmmc_2.1.2/src/fsl_sdspi.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/applications/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/applications/application.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/applications/mnt.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/applications/startup.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/Kconfig mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/SConscript mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/board.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/board.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/clock_config.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/clock_config.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drt_mpu.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drt_mpu.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drv_emac.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drv_emac.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drv_ft5406.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drv_i2c.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drv_lcd.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drv_lcd.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drv_sd.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drv_sd.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drv_sdram.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drv_sdram.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drv_sram.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drv_sram.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drv_uart.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/drv_uart.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/fsl_phy.c mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/drivers/fsl_phy.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/link.lds mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/project.ewd mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/project.ewp mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/project.ewt mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/project.eww mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/project.uvoptx mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/project.uvprojx mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/rtconfig.h mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/rtconfig.py mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/template.ewp mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/template.uvoptx mode change 100644 => 100755 bsp/lpc54608-LPCXpresso/template.uvprojx mode change 100644 => 100755 bsp/lpc55sxx/Libraries/Kconfig mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_armclang.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_compiler.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_iccarm.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/cmsis_version.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/core_armv8mbl.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/core_armv8mml.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/core_cm33.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/core_dsp.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/mpu_armv8.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/Include/tz_context.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/CMSIS/LICENSE.txt mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core0.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core0.xml mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core0_features.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core1.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core1.xml mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/LPC55S69_cm33_core1_features.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core0_flash.scf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core0_flash_ns.scf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core0_flash_s.scf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core0_ram.scf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core1_flash.scf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core1_ram.scf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55S69_cm33_core1_ram_s.scf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55XX_640.FLM mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55XX_S_640.FLM mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/LPC55xx.dbgconf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core0.lib mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core0_disable_short_enum_wchar.lib mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core0_s.lib mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core0_s_disable_short_enum_wchar.lib mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core1.lib mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/keil_lib_power_cm33_core1_disable_short_enum_wchar.lib mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/startup_LPC55S69_cm33_core0.s mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/startup_LPC55S69_cm33_core0_ns.s mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/arm/startup_LPC55S69_cm33_core1.s mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_anactrl.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_anactrl.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_casper.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_casper.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_clock.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_clock.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_cmp.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_cmp.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_common.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_common.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_crc.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_crc.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_ctimer.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_ctimer.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_dma.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_dma.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_flexcomm.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_flexcomm.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_gint.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_gint.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_gpio.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_gpio.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_hashcrypt.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_hashcrypt.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2c.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2c.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2c_dma.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2c_dma.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2s.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2s.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2s_dma.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_i2s_dma.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_iap.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_iap.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_iap_ffr.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_inputmux.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_inputmux.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_inputmux_connections.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_iocon.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_lpadc.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_lpadc.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_mailbox.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_mrt.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_mrt.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_ostimer.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_ostimer.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_pint.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_pint.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_plu.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_plu.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_power.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_power.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_basic.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_cmsis.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_data.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_data.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_filter.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_math.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_matrix.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_transform.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_prince.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_prince.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_puf.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_puf.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_reset.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_reset.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_rng.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_rng.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_rtc.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_rtc.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sctimer.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sctimer.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sdif.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sdif.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_spi.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_spi.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_spi_dma.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_spi_dma.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sysctl.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_sysctl.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_usart.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_usart.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_usart_dma.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_usart_dma.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_utick.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_utick.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_wwdt.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_wwdt.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/fsl_device_registers.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core0_flash.ld mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core0_flash_ns.ld mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core0_flash_s.ld mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core0_ram.ld mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core1_flash.ld mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core1_ram.ld mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/LPC55S69_cm33_core1_ram_s.ld mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/libpower_hardabi.a mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/libpower_hardabi_s.a mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/libpower_soft.a mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/libpower_softabi.a mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/libpower_softabi_s.a mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/startup_LPC55S69_cm33_core0.S mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/gcc/startup_LPC55S69_cm33_core1.S mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core0_flash.icf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core0_flash_ns.icf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core0_flash_s.icf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core0_ram.icf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core1_flash.icf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core1_ram.icf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/LPC55S69_cm33_core1_ram_s.icf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/iar_lib_power_cm33_core0.a mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/iar_lib_power_cm33_core0_s.a mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/iar_lib_power_cm33_core1.a mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/startup_LPC55S69_cm33_core0.s mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/iar/startup_LPC55S69_cm33_core1.s mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/boot_multicore_slave.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/boot_multicore_slave.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/startup_lpc55s69_cm33_core0.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/startup_lpc55s69_cm33_core0.cpp mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/startup_lpc55s69_cm33_core1.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/mcuxpresso/startup_lpc55s69_cm33_core1.cpp mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/system_LPC55S69_cm33_core0.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/system_LPC55S69_cm33_core0.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/system_LPC55S69_cm33_core1.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/system_LPC55S69_cm33_core1.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/SConscript mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/fsl_codec_common.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/fsl_codec_common.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/i2c/fsl_codec_i2c.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/i2c/fsl_codec_i2c.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/port/fsl_codec_adapter.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/port/wm8904/fsl_codec_adapter.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/wm8904/fsl_wm8904.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/components/codec/wm8904/fsl_wm8904.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_mmc.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_sd.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_sdio.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_sdmmc_common.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_sdmmc_host.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/inc/fsl_sdmmc_spec.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/fsl_sdmmc_event.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/freertos/fsl_sdmmc_event.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/freertos/fsl_sdmmc_host.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/interrupt/fsl_sdmmc_event.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/interrupt/fsl_sdmmc_host.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/polling/fsl_sdmmc_event.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/polling/fsl_sdmmc_host.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/rt_thread/fsl_sdmmc_event.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/port/sdif/rt_thread/fsl_sdmmc_host.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/src/fsl_mmc.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/src/fsl_sd.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/src/fsl_sdio.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/src/fsl_sdmmc_common.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/SConscript mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_adc.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_adc.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_hwtimer.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_hwtimer.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_i2c.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_i2c.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_key.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_key.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_led.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_led.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_log.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_mma8562.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_mma8562.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_pin.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_pin.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_pwm.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_pwm.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_rtc.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_rtc.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_sd.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_sd.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_spi.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_spi.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_uart.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_uart.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_wdt.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/drivers/drv_wdt.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/.config mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/Kconfig mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/README.md mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/SConscript mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/SConstruct mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/applications/SConscript mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/applications/main.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/Kconfig mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/MCUX_Config/LPCXpresso55S69.mex mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/MCUX_Config/board/clock_config.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/MCUX_Config/board/clock_config.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/MCUX_Config/board/pin_mux.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/MCUX_Config/board/pin_mux.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/SConscript mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/board.c mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/board.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/linker_scripts/LPC55S69_cm33_core0_flash.ld mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/linker_scripts/LPC55S69_cm33_core0_flash_iar.icf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/board/linker_scripts/LPC55S69_cm33_core0_flash_mdk.scf mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/figures/board.png mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/figures/flash.png mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/flashdebug.ini mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/project.ewd mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/project.ewp mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/project.eww mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/project.uvoptx mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/project.uvprojx mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/rtconfig.h mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/rtconfig.py mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/template.ewp mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/template.eww mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/template.uvoptx mode change 100644 => 100755 bsp/lpc55sxx/Libraries/template/lpc55s6xxxx/template.uvprojx mode change 100644 => 100755 bsp/lpc55sxx/README.md mode change 100644 => 100755 "bsp/lpc55sxx/docs/LPC55Sxx\347\263\273\345\210\227BSP\345\210\266\344\275\234\346\225\231\347\250\213.md" mode change 100644 => 100755 "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" mode change 100644 => 100755 "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" mode change 100644 => 100755 "bsp/lpc55sxx/docs/LPC55Sxx\347\263\273\345\210\227\351\251\261\345\212\250\344\273\213\347\273\215.md" mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/Kconfig.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/Kconfig2.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/Peripheral.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/SConscript.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/adc_config1.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/adc_config2.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/adc_config3.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/adc_config4.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/board_kconfig2.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/bsp_template_dir.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/compile_mdk.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/config1.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/config2.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/config5.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/copy.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/frame.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/i2c_code.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/i2c_config.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/i2c_device1.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/link-icf.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/link-lds.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/link-scf.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/linker_scripts.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/mcupress_2.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/mcupresso_3.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/mcupresso_clock2.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/mcux_i2c.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/mcuxpress.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/mcuxpresso_1.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/mcuxpresso_clock1.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/menuconfig_1.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/menuconfig_2.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/menuconfig_3.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/menuconfig_4.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/menuconfig_ConEmu.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/menuconfig_lpc5500.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/mma8562.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/on_chip_config.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/open_mcuxpresso.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/pwm_config1.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/pwm_config2.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/pwm_config3.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/pwm_device.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/rt_device.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/run_i2c.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/save.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/scons_mdk5.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/template_1.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/template_2.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/template_3.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/template_4.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/timer_config1.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/timer_config2.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/timer_config3.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/uart_device.png mode change 100644 => 100755 bsp/lpc55sxx/docs/figures/update.png mode change 100644 => 100755 bsp/lpc55sxx/figures/LPC55S69-EVK.bmp mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/.config mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/Kconfig mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/README.md mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/SConscript mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/SConstruct mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/applications/SConscript mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/applications/main.c mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/board/Kconfig mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/board/MCUX_Config/LPCXpresso55S69.mex mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/board/MCUX_Config/board/clock_config.c mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/board/MCUX_Config/board/clock_config.h mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/board/MCUX_Config/board/pin_mux.c mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/board/MCUX_Config/board/pin_mux.h mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/board/SConscript mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/board/board.c mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/board/board.h mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/board/linker_scripts/LPC55S69_cm33_core0_flash.ld mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/board/linker_scripts/LPC55S69_cm33_core0_flash_iar.icf mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/board/linker_scripts/LPC55S69_cm33_core0_flash_mdk.scf mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/figures/board.png mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/figures/flash.png mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/flashdebug.ini mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/project.ewd mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/project.ewp mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/project.eww mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/project.uvoptx mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/project.uvprojx mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/rtconfig.h mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/rtconfig.py mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/template.ewp mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/template.eww mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/template.uvoptx mode change 100644 => 100755 bsp/lpc55sxx/lpc55s69_nxp_evk/template.uvprojx mode change 100644 => 100755 bsp/lpc55sxx/tools/sdk_dist.py mode change 100644 => 100755 bsp/lpc824/Libraries/SConscript mode change 100644 => 100755 bsp/lpc824/Libraries/common/CMSIS/cmsis_armcc.h mode change 100644 => 100755 bsp/lpc824/Libraries/common/CMSIS/cmsis_armcc_V6.h mode change 100644 => 100755 bsp/lpc824/Libraries/common/CMSIS/core_cm0plus.h mode change 100644 => 100755 bsp/lpc824/Libraries/common/CMSIS/core_cmFunc.h mode change 100644 => 100755 bsp/lpc824/Libraries/common/CMSIS/core_cmInstr.h mode change 100644 => 100755 bsp/lpc824/Libraries/common/board/board_api.h mode change 100644 => 100755 bsp/lpc824/Libraries/common/board/board_lpc.c mode change 100644 => 100755 bsp/lpc824/Libraries/common/board/board_lpc.h mode change 100644 => 100755 bsp/lpc824/Libraries/common/chip/chip.h mode change 100644 => 100755 bsp/lpc824/Libraries/common/chip/clock_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/common/chip/clock_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/common/chip/cmsis.h mode change 100644 => 100755 bsp/lpc824/Libraries/common/chip/error_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/common/chip/fmc_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/common/chip/ioswm_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/common/chip/ioswm_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/common/chip/lpc_types.h mode change 100644 => 100755 bsp/lpc824/Libraries/common/chip/syscon_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/common/chip/syscon_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/common/chip/sysinit_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/common/startup/iar_startup_lpc82x.s mode change 100644 => 100755 bsp/lpc824/Libraries/common/startup/keil_startup_lpc82x.s mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/acmp/acmp_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/acmp/acmp_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/adc/adc_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/adc/adc_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/crc/crc_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/crc/crc_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/dma/dma_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/dma/dma_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/gpio/gpio_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/gpio/gpio_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/i2c/i2c_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/i2c/i2c_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/iap/iap.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/iap/iap.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/inmux/inmux_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/mrt/mrt_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/mrt/stopwatch.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/mrt/stopwatch.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/peri_driver.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/pinint/pinint_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/pinint/pinint_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/pmu/pmu_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/pmu/pmu_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/rom/rom_i2c_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/rom/rom_pwr_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/rom/rom_uart_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/rom/romapi_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/sctimer/sct_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/sctimer/sct_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/sctimer/sct_pwm_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/sctimer/sct_pwm_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/spi/spi_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/spi/spi_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/uart/ring_buffer.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/uart/ring_buffer.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/uart/uart_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/uart/uart_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/wkt/wkt_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/wkt/wkt_8xx.h mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/wwdt/wwdt_8xx.c mode change 100644 => 100755 bsp/lpc824/Libraries/peri_driver/wwdt/wwdt_8xx.h mode change 100644 => 100755 bsp/lpc824/SConscript mode change 100644 => 100755 bsp/lpc824/SConstruct mode change 100644 => 100755 bsp/lpc824/applications/SConscript mode change 100644 => 100755 bsp/lpc824/applications/application.c mode change 100644 => 100755 bsp/lpc824/applications/startup.c mode change 100644 => 100755 bsp/lpc824/drivers/SConscript mode change 100644 => 100755 bsp/lpc824/drivers/board.c mode change 100644 => 100755 bsp/lpc824/drivers/board.h mode change 100644 => 100755 bsp/lpc824/drivers/usart.c mode change 100644 => 100755 bsp/lpc824/drivers/usart.h mode change 100644 => 100755 bsp/lpc824/lpc824_rom.icf mode change 100644 => 100755 bsp/lpc824/lpc824_rom.ld mode change 100644 => 100755 bsp/lpc824/lpc824_rom.sct mode change 100644 => 100755 bsp/lpc824/project.ewp mode change 100644 => 100755 bsp/lpc824/project.eww mode change 100644 => 100755 bsp/lpc824/project.uvprojx mode change 100644 => 100755 bsp/lpc824/rtconfig.h mode change 100644 => 100755 bsp/lpc824/rtconfig.py mode change 100644 => 100755 bsp/lpc824/template.ewp mode change 100644 => 100755 bsp/lpc824/template.uvprojx mode change 100644 => 100755 bsp/ls1bdev/SConscript mode change 100644 => 100755 bsp/ls1bdev/SConstruct mode change 100644 => 100755 bsp/ls1bdev/applications/SConscript mode change 100644 => 100755 bsp/ls1bdev/applications/application.c mode change 100644 => 100755 bsp/ls1bdev/applications/startup.c mode change 100644 => 100755 bsp/ls1bdev/drivers/SConscript mode change 100644 => 100755 bsp/ls1bdev/drivers/board.c mode change 100644 => 100755 bsp/ls1bdev/drivers/board.h mode change 100644 => 100755 bsp/ls1bdev/drivers/display_controller.c mode change 100644 => 100755 bsp/ls1bdev/drivers/display_controller.h mode change 100644 => 100755 bsp/ls1bdev/drivers/uart.c mode change 100644 => 100755 bsp/ls1bdev/drivers/uart.h mode change 100644 => 100755 bsp/ls1bdev/ls1b_ram.lds mode change 100644 => 100755 bsp/ls1bdev/readme.txt mode change 100644 => 100755 bsp/ls1bdev/rtconfig.h mode change 100644 => 100755 bsp/ls1bdev/rtconfig.py mode change 100644 => 100755 bsp/ls1cdev/.config mode change 100644 => 100755 bsp/ls1cdev/Kconfig mode change 100644 => 100755 bsp/ls1cdev/README.md mode change 100644 => 100755 bsp/ls1cdev/SConscript mode change 100644 => 100755 bsp/ls1cdev/SConstruct mode change 100644 => 100755 bsp/ls1cdev/applications/SConscript mode change 100644 => 100755 bsp/ls1cdev/applications/main.c mode change 100644 => 100755 bsp/ls1cdev/drivers/SConscript mode change 100644 => 100755 bsp/ls1cdev/drivers/board.c mode change 100644 => 100755 bsp/ls1cdev/drivers/board.h mode change 100644 => 100755 bsp/ls1cdev/drivers/display_controller.c mode change 100644 => 100755 bsp/ls1cdev/drivers/display_controller.h mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_can.c mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_can.h mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_gpio.c mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_gpio.h mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_i2c.c mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_i2c.h mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_pwm.c mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_pwm.h mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_rtc.c mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_rtc.h mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_spi.c mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_spi.h mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_touch.c mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_touch.h mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_touch_gt9xx.c mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_uart.c mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_uart.h mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_wdt.c mode change 100644 => 100755 bsp/ls1cdev/drivers/drv_wdt.h mode change 100644 => 100755 bsp/ls1cdev/drivers/hw_i2c.c mode change 100644 => 100755 bsp/ls1cdev/drivers/hw_i2c.h mode change 100644 => 100755 bsp/ls1cdev/drivers/net/SConscript mode change 100644 => 100755 bsp/ls1cdev/drivers/net/mii.c mode change 100644 => 100755 bsp/ls1cdev/drivers/net/mii.h mode change 100644 => 100755 bsp/ls1cdev/drivers/net/synopGMAC.c mode change 100644 => 100755 bsp/ls1cdev/drivers/net/synopGMAC.h mode change 100644 => 100755 bsp/ls1cdev/drivers/net/synopGMAC_Dev.c mode change 100644 => 100755 bsp/ls1cdev/drivers/net/synopGMAC_Dev.h mode change 100644 => 100755 bsp/ls1cdev/drivers/net/synopGMAC_Host.h mode change 100644 => 100755 bsp/ls1cdev/drivers/net/synopGMAC_debug.h mode change 100644 => 100755 bsp/ls1cdev/drivers/net/synopGMAC_network_interface.h mode change 100644 => 100755 bsp/ls1cdev/drivers/net/synopGMAC_plat.c mode change 100644 => 100755 bsp/ls1cdev/drivers/net/synopGMAC_plat.h mode change 100644 => 100755 bsp/ls1cdev/drivers/net/synopGMAC_types.h mode change 100644 => 100755 bsp/ls1cdev/drivers/touch.c mode change 100644 => 100755 bsp/ls1cdev/drivers/touch.h mode change 100644 => 100755 bsp/ls1cdev/libraries/SConscript mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_can.c mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_can.h mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_clock.c mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_clock.h mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_delay.c mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_delay.h mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_gpio.c mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_gpio.h mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_i2c.c mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_i2c.h mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_pin.c mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_pin.h mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_public.c mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_public.h mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_pwm.c mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_pwm.h mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_regs.h mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_rtc.c mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_rtc.h mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_spi.c mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_spi.h mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_timer.c mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_timer.h mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_uart.c mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_uart.h mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_wdog.c mode change 100644 => 100755 bsp/ls1cdev/libraries/ls1c_wdog.h mode change 100644 => 100755 bsp/ls1cdev/ls1c_ram.lds mode change 100644 => 100755 bsp/ls1cdev/rtconfig.h mode change 100644 => 100755 bsp/ls1cdev/rtconfig.py mode change 100644 => 100755 bsp/m16c62p/SConscript mode change 100644 => 100755 bsp/m16c62p/SConstruct mode change 100644 => 100755 bsp/m16c62p/applications/SConscript mode change 100644 => 100755 bsp/m16c62p/applications/application.c mode change 100644 => 100755 bsp/m16c62p/applications/startup.c mode change 100644 => 100755 bsp/m16c62p/drivers/SConscript mode change 100644 => 100755 bsp/m16c62p/drivers/board.c mode change 100644 => 100755 bsp/m16c62p/drivers/board.h mode change 100644 => 100755 bsp/m16c62p/drivers/bsp.c mode change 100644 => 100755 bsp/m16c62p/drivers/bsp.h mode change 100644 => 100755 bsp/m16c62p/drivers/interrupts_gcc.S mode change 100644 => 100755 bsp/m16c62p/drivers/interrupts_iar.asm mode change 100644 => 100755 bsp/m16c62p/drivers/iom16c62p.h mode change 100644 => 100755 bsp/m16c62p/drivers/start_gcc.S mode change 100644 => 100755 bsp/m16c62p/drivers/start_iar.asm mode change 100644 => 100755 bsp/m16c62p/drivers/uart.c mode change 100644 => 100755 bsp/m16c62p/drivers/uart.h mode change 100644 => 100755 bsp/m16c62p/drivers/vectors_gcc.S mode change 100644 => 100755 bsp/m16c62p/drivers/vectors_iar.asm mode change 100644 => 100755 bsp/m16c62p/lnkm30627fhp.xcl mode change 100644 => 100755 bsp/m16c62p/m16c62p.ld mode change 100644 => 100755 bsp/m16c62p/project.ewp mode change 100644 => 100755 bsp/m16c62p/project.eww mode change 100644 => 100755 bsp/m16c62p/readme.txt mode change 100644 => 100755 bsp/m16c62p/rtconfig.h mode change 100644 => 100755 bsp/m16c62p/rtconfig.py mode change 100644 => 100755 bsp/m16c62p/template.ewp mode change 100644 => 100755 bsp/mb9bf500r/CMSIS/SConscript mode change 100644 => 100755 bsp/mb9bf500r/CMSIS/core_cm3.c mode change 100644 => 100755 bsp/mb9bf500r/CMSIS/core_cm3.h mode change 100644 => 100755 bsp/mb9bf500r/CMSIS/core_cmFunc.h mode change 100644 => 100755 bsp/mb9bf500r/CMSIS/core_cmInstr.h mode change 100644 => 100755 bsp/mb9bf500r/CMSIS/mb9bf506r.h mode change 100644 => 100755 bsp/mb9bf500r/CMSIS/start_gcc.S mode change 100644 => 100755 bsp/mb9bf500r/CMSIS/start_iar.S mode change 100644 => 100755 bsp/mb9bf500r/CMSIS/start_rvds.S mode change 100644 => 100755 bsp/mb9bf500r/CMSIS/system_mb9bf50x.c mode change 100644 => 100755 bsp/mb9bf500r/CMSIS/system_mb9bf50x.h mode change 100644 => 100755 bsp/mb9bf500r/SConscript mode change 100644 => 100755 bsp/mb9bf500r/SConstruct mode change 100644 => 100755 bsp/mb9bf500r/adc.c mode change 100644 => 100755 bsp/mb9bf500r/adc.h mode change 100644 => 100755 bsp/mb9bf500r/application.c mode change 100644 => 100755 bsp/mb9bf500r/board.c mode change 100644 => 100755 bsp/mb9bf500r/board.h mode change 100644 => 100755 bsp/mb9bf500r/cpuusage.c mode change 100644 => 100755 bsp/mb9bf500r/cpuusage.h mode change 100644 => 100755 bsp/mb9bf500r/fm3_easy_kit.ewp mode change 100644 => 100755 bsp/mb9bf500r/fm3_easy_kit.eww mode change 100644 => 100755 bsp/mb9bf500r/fm3_rom.ld mode change 100644 => 100755 bsp/mb9bf500r/fm3_rom.sct mode change 100644 => 100755 bsp/mb9bf500r/font.h mode change 100644 => 100755 bsp/mb9bf500r/info.c mode change 100644 => 100755 bsp/mb9bf500r/key.c mode change 100644 => 100755 bsp/mb9bf500r/key.h mode change 100644 => 100755 bsp/mb9bf500r/lcd.c mode change 100644 => 100755 bsp/mb9bf500r/lcd.h mode change 100644 => 100755 bsp/mb9bf500r/led.c mode change 100644 => 100755 bsp/mb9bf500r/led.h mode change 100644 => 100755 bsp/mb9bf500r/mb9bf500r.icf mode change 100644 => 100755 bsp/mb9bf500r/project.uvopt mode change 100644 => 100755 bsp/mb9bf500r/project.uvproj mode change 100644 => 100755 bsp/mb9bf500r/rtconfig.h mode change 100644 => 100755 bsp/mb9bf500r/rtconfig.py mode change 100644 => 100755 bsp/mb9bf500r/startup.c mode change 100644 => 100755 bsp/mb9bf506r/SConscript mode change 100644 => 100755 bsp/mb9bf506r/SConstruct mode change 100644 => 100755 bsp/mb9bf506r/applications/SConscript mode change 100644 => 100755 bsp/mb9bf506r/applications/application.c mode change 100644 => 100755 bsp/mb9bf506r/applications/startup.c mode change 100644 => 100755 bsp/mb9bf506r/drivers/SConscript mode change 100644 => 100755 bsp/mb9bf506r/drivers/board.c mode change 100644 => 100755 bsp/mb9bf506r/drivers/board.h mode change 100644 => 100755 bsp/mb9bf506r/drivers/fm3_uart.c mode change 100644 => 100755 bsp/mb9bf506r/drivers/fm3_uart.h mode change 100644 => 100755 bsp/mb9bf506r/drivers/led.c mode change 100644 => 100755 bsp/mb9bf506r/drivers/led.h mode change 100644 => 100755 bsp/mb9bf506r/drivers/nand.c mode change 100644 => 100755 bsp/mb9bf506r/drivers/nand.h mode change 100644 => 100755 bsp/mb9bf506r/libraries/CMSIS/Include/cmsis_iar.h mode change 100644 => 100755 bsp/mb9bf506r/libraries/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/mb9bf506r/libraries/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/mb9bf506r/libraries/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/mb9bf506r.h mode change 100644 => 100755 bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/mcu.h mode change 100644 => 100755 bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/system_mb9bf50x.h mode change 100644 => 100755 bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/ARM/startup_mb9bf50x.S mode change 100644 => 100755 bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/G++/startup_mb9bf50x.S mode change 100644 => 100755 bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/IAR/startup_mb9bf50x.S mode change 100644 => 100755 bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/system_mb9bf50x.c mode change 100644 => 100755 bsp/mb9bf506r/libraries/SConscript mode change 100644 => 100755 bsp/mb9bf506r/project.ewp mode change 100644 => 100755 bsp/mb9bf506r/project.eww mode change 100644 => 100755 bsp/mb9bf506r/project.uvproj mode change 100644 => 100755 bsp/mb9bf506r/rtconfig.h mode change 100644 => 100755 bsp/mb9bf506r/rtconfig.py mode change 100644 => 100755 bsp/mb9bf506r/rtthread-mb9bf506.icf mode change 100644 => 100755 bsp/mb9bf506r/rtthread-mb9bf506.ld mode change 100644 => 100755 bsp/mb9bf506r/rtthread-mb9bf506.sct mode change 100644 => 100755 bsp/mb9bf506r/template.ewp mode change 100644 => 100755 bsp/mb9bf506r/template.uvproj mode change 100644 => 100755 bsp/mb9bf568r/CMSIS/DeviceSupport/arm/startup_mb9bf56xr.s mode change 100644 => 100755 bsp/mb9bf568r/CMSIS/DeviceSupport/base_types.h mode change 100644 => 100755 bsp/mb9bf568r/CMSIS/DeviceSupport/gcc/startup_mb9bf56xr.S mode change 100644 => 100755 bsp/mb9bf568r/CMSIS/DeviceSupport/mb9b560r.h mode change 100644 => 100755 bsp/mb9bf568r/CMSIS/DeviceSupport/system_mb9abxxx.c mode change 100644 => 100755 bsp/mb9bf568r/CMSIS/DeviceSupport/system_mb9bf56xr.h mode change 100644 => 100755 bsp/mb9bf568r/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/mb9bf568r/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/mb9bf568r/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/mb9bf568r/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/mb9bf568r/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/mb9bf568r/CMSIS/Include/core_cm4_simd.h mode change 100644 => 100755 bsp/mb9bf568r/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/mb9bf568r/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/mb9bf568r/CMSIS/SConscript mode change 100644 => 100755 bsp/mb9bf568r/SConscript mode change 100644 => 100755 bsp/mb9bf568r/SConstruct mode change 100644 => 100755 bsp/mb9bf568r/applications/SConscript mode change 100644 => 100755 bsp/mb9bf568r/applications/application.c mode change 100644 => 100755 bsp/mb9bf568r/applications/demo.c mode change 100644 => 100755 bsp/mb9bf568r/applications/startup.c mode change 100644 => 100755 bsp/mb9bf568r/drivers/SConscript mode change 100644 => 100755 bsp/mb9bf568r/drivers/board.c mode change 100644 => 100755 bsp/mb9bf568r/drivers/board.h mode change 100644 => 100755 bsp/mb9bf568r/drivers/led.c mode change 100644 => 100755 bsp/mb9bf568r/drivers/mcu.h mode change 100644 => 100755 bsp/mb9bf568r/drivers/serial.c mode change 100644 => 100755 bsp/mb9bf568r/drivers/serial.h mode change 100644 => 100755 bsp/mb9bf568r/project.uvopt mode change 100644 => 100755 bsp/mb9bf568r/project.uvproj mode change 100644 => 100755 bsp/mb9bf568r/rtconfig.h mode change 100644 => 100755 bsp/mb9bf568r/rtconfig.py mode change 100644 => 100755 bsp/mb9bf568r/rtthread-mb9bf568r.ld mode change 100644 => 100755 bsp/mb9bf568r/rtthread-mb9bf568r.sct mode change 100644 => 100755 bsp/mb9bf568r/template.uvopt mode change 100644 => 100755 bsp/mb9bf568r/template.uvproj mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/mb9b610s.h mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/mb9b610t.h mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/arm/startup_mb9bf61x.S mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/gcc/startup_mb9bf61x.c mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/iar/startup_mb9bf61x.S mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/system_mb9bf61x.c mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/system_mb9bf61x.h mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/Include/core_cm4_simd.h mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/README.txt mode change 100644 => 100755 bsp/mb9bf618s/CMSIS/SConscript mode change 100644 => 100755 bsp/mb9bf618s/SConscript mode change 100644 => 100755 bsp/mb9bf618s/SConstruct mode change 100644 => 100755 bsp/mb9bf618s/applications/SConscript mode change 100644 => 100755 bsp/mb9bf618s/applications/application.c mode change 100644 => 100755 bsp/mb9bf618s/applications/startup.c mode change 100644 => 100755 bsp/mb9bf618s/drivers/SConscript mode change 100644 => 100755 bsp/mb9bf618s/drivers/board.c mode change 100644 => 100755 bsp/mb9bf618s/drivers/board.h mode change 100644 => 100755 bsp/mb9bf618s/drivers/led.c mode change 100644 => 100755 bsp/mb9bf618s/drivers/serial.c mode change 100644 => 100755 bsp/mb9bf618s/drivers/serial.h mode change 100644 => 100755 bsp/mb9bf618s/project.ewp mode change 100644 => 100755 bsp/mb9bf618s/project.eww mode change 100644 => 100755 bsp/mb9bf618s/project.uvproj mode change 100644 => 100755 bsp/mb9bf618s/rtconfig.h mode change 100644 => 100755 bsp/mb9bf618s/rtconfig.py mode change 100644 => 100755 bsp/mb9bf618s/rtthread-fm3.icf mode change 100644 => 100755 bsp/mb9bf618s/rtthread-fm3.ld mode change 100644 => 100755 bsp/mb9bf618s/rtthread-fm3.sct mode change 100644 => 100755 bsp/mb9bf618s/template.ewp mode change 100644 => 100755 bsp/mb9bf618s/template.uvproj mode change 100644 => 100755 bsp/mini2440/Ext_RAM.ini mode change 100644 => 100755 bsp/mini2440/Readme mode change 100644 => 100755 bsp/mini2440/SConscript mode change 100644 => 100755 bsp/mini2440/SConstruct mode change 100644 => 100755 bsp/mini2440/applications/SConscript mode change 100644 => 100755 bsp/mini2440/applications/application.c mode change 100644 => 100755 bsp/mini2440/applications/startup.c mode change 100644 => 100755 bsp/mini2440/debug.Opt mode change 100644 => 100755 bsp/mini2440/debug.Uv2 mode change 100644 => 100755 bsp/mini2440/drivers/SConscript mode change 100644 => 100755 bsp/mini2440/drivers/board.c mode change 100644 => 100755 bsp/mini2440/drivers/board.h mode change 100644 => 100755 bsp/mini2440/drivers/console.c mode change 100644 => 100755 bsp/mini2440/drivers/dm9000.c mode change 100644 => 100755 bsp/mini2440/drivers/dm9000.h mode change 100644 => 100755 bsp/mini2440/drivers/key.c mode change 100644 => 100755 bsp/mini2440/drivers/lcd.h mode change 100644 => 100755 bsp/mini2440/drivers/lcd_a70.c mode change 100644 => 100755 bsp/mini2440/drivers/lcd_n35.c mode change 100644 => 100755 bsp/mini2440/drivers/lcd_t35.c mode change 100644 => 100755 bsp/mini2440/drivers/lcd_x35.c mode change 100644 => 100755 bsp/mini2440/drivers/led.c mode change 100644 => 100755 bsp/mini2440/drivers/led.h mode change 100644 => 100755 bsp/mini2440/drivers/sdcard.c mode change 100644 => 100755 bsp/mini2440/drivers/sdcard.h mode change 100644 => 100755 bsp/mini2440/drivers/touch.c mode change 100644 => 100755 bsp/mini2440/drivers/touch.h mode change 100644 => 100755 bsp/mini2440/mini2440_ram.ld mode change 100644 => 100755 bsp/mini2440/project.Uv2 mode change 100644 => 100755 bsp/mini2440/project.uvproj mode change 100644 => 100755 bsp/mini2440/rtconfig.h mode change 100644 => 100755 bsp/mini2440/rtconfig.py mode change 100644 => 100755 bsp/mini2440/rtthread-mini2440.sct mode change 100644 => 100755 bsp/mini2440/template.Uv2 mode change 100644 => 100755 bsp/mini2440/template.uvproj mode change 100644 => 100755 bsp/mini4020/Ext_SDRAM.ini mode change 100644 => 100755 bsp/mini4020/SConscript mode change 100644 => 100755 bsp/mini4020/SConstruct mode change 100644 => 100755 bsp/mini4020/applications/SConscript mode change 100644 => 100755 bsp/mini4020/applications/application.c mode change 100644 => 100755 bsp/mini4020/applications/startup.c mode change 100644 => 100755 bsp/mini4020/drivers/SConscript mode change 100644 => 100755 bsp/mini4020/drivers/board.c mode change 100644 => 100755 bsp/mini4020/drivers/board.h mode change 100644 => 100755 bsp/mini4020/drivers/dm9161.c mode change 100644 => 100755 bsp/mini4020/drivers/dm9161.h mode change 100644 => 100755 bsp/mini4020/drivers/lcd.c mode change 100644 => 100755 bsp/mini4020/drivers/lcdc.c mode change 100644 => 100755 bsp/mini4020/drivers/lcdc.h mode change 100644 => 100755 bsp/mini4020/drivers/mii.h mode change 100644 => 100755 bsp/mini4020/drivers/sdcard.c mode change 100644 => 100755 bsp/mini4020/drivers/sdcard.h mode change 100644 => 100755 bsp/mini4020/project.Uv2 mode change 100644 => 100755 bsp/mini4020/rtconfig.h mode change 100644 => 100755 bsp/mini4020/rtconfig.py mode change 100644 => 100755 bsp/mini4020/rtthread-mini4020.sct mode change 100644 => 100755 bsp/mini4020/template.Uv2 mode change 100644 => 100755 bsp/mm32l07x/.config mode change 100644 => 100755 bsp/mm32l07x/Kconfig mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/CORE/arm_common_tables.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/CORE/arm_const_structs.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/CORE/arm_math.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm0.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm0plus.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm3.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm4.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/CORE/core_cm4_simd.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/CORE/core_cmFunc.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/CORE/core_cmInstr.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/CORE/core_sc000.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/CORE/core_sc300.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/arm_common_tables.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/arm_const_structs.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/arm_math.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cm0.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cm0plus.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cm3.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cm4.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cm7.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cmFunc.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cmInstr.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_cmSimd.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_sc000.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/core_sc300.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/MM32L0xx_lib_version.txt mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_adc.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_bkp.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_can.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_comp.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_conf.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_dma.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_exti.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_flash.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_gpio.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_i2c.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_iwdg.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_misc.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_pwr.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_rcc.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_spi.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_syscfg.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_tim.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_uart.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/HAL_wwdg.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/dtype.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_adc.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_bkp.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_can.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_comp.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_dma.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_exti.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_flash.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_gpio.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_i2c.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_iwdg.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_misc.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_pwr.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_rcc.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_spi.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_syscfg.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_tim.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_uart.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/HAL_wwdg.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/Include/HAL_device.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/Include/MM32L0xx.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/Source/GCC_StartAsm/startup_MM32L0xx.s mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/Source/IAR_StartAsm/startup_MM32L0xx.s mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/Source/KEIL_StartAsm/startup_MM32L0xx.s mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/Source/system_MM32L0xx.c mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/Source/system_MM32L0xx.h mode change 100644 => 100755 bsp/mm32l07x/Libraries/MM32L0xx/change list.txt mode change 100644 => 100755 bsp/mm32l07x/Libraries/SConscript mode change 100644 => 100755 bsp/mm32l07x/README.md mode change 100644 => 100755 bsp/mm32l07x/SConscript mode change 100644 => 100755 bsp/mm32l07x/SConstruct mode change 100644 => 100755 bsp/mm32l07x/applications/SConscript mode change 100644 => 100755 bsp/mm32l07x/applications/main.c mode change 100644 => 100755 bsp/mm32l07x/drivers/Kconfig mode change 100644 => 100755 bsp/mm32l07x/drivers/SConscript mode change 100644 => 100755 bsp/mm32l07x/drivers/board.c mode change 100644 => 100755 bsp/mm32l07x/drivers/board.h mode change 100644 => 100755 bsp/mm32l07x/drivers/drv_uart.c mode change 100644 => 100755 bsp/mm32l07x/drivers/drv_uart.h mode change 100644 => 100755 bsp/mm32l07x/drivers/linker_scripts/link.icf mode change 100644 => 100755 bsp/mm32l07x/drivers/linker_scripts/link.lds mode change 100644 => 100755 bsp/mm32l07x/drivers/linker_scripts/link.sct mode change 100644 => 100755 bsp/mm32l07x/figures/MM32 MiniBoard Rev.D2_1.jpg mode change 100644 => 100755 bsp/mm32l07x/figures/MM32 MiniBoard Rev.D2_2.jpg mode change 100644 => 100755 bsp/mm32l07x/project.ewd mode change 100644 => 100755 bsp/mm32l07x/project.ewp mode change 100644 => 100755 bsp/mm32l07x/project.eww mode change 100644 => 100755 bsp/mm32l07x/project.uvoptx mode change 100644 => 100755 bsp/mm32l07x/project.uvprojx mode change 100644 => 100755 bsp/mm32l07x/rtconfig.h mode change 100644 => 100755 bsp/mm32l07x/rtconfig.py mode change 100644 => 100755 bsp/mm32l07x/template.ewp mode change 100644 => 100755 bsp/mm32l07x/template.eww mode change 100644 => 100755 bsp/mm32l07x/template.uvopt mode change 100644 => 100755 bsp/mm32l07x/template.uvoptx mode change 100644 => 100755 bsp/mm32l07x/template.uvprojx mode change 100644 => 100755 bsp/mm32l3xx/.config mode change 100644 => 100755 bsp/mm32l3xx/Kconfig mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/arm_common_tables.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/arm_const_structs.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/arm_math.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cm0.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cm0plus.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cm3.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cm4.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cm7.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cmFunc.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cmInstr.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_cmSimd.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_sc000.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/core_sc300.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/arm_common_tables.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/arm_const_structs.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/arm_math.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cm0.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cm0plus.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cm3.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cm4.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cm4_simd.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cmFunc.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_cmInstr.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_sc000.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/core_sc300.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/MM32L3xx_lib_version.txt mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_adc.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_bkp.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_can.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_conf.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_crc.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_dac.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_dma.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_exti.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_flash.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_gpio.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_i2c.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_iwdg.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_misc.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_pwr.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_rcc.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_rtc.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_spi.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_tim.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_uart.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/HAL_wwdg.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_adc.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_bkp.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_can.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_crc.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_dac.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_dma.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_exti.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_flash.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_gpio.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_i2c.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_iwdg.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_misc.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_pwr.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_rcc.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_rtc.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_spi.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_tim.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_uart.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/HAL_wwdg.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/Include/HAL_device.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/Include/MM32L3xx.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/Include/startup_MM32L3xx.h mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/Source/IAR_StartAsm/startup_MM32L3xx.s mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/Source/KEIL_StartAsm/startup_MM32L3xx.s mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/Source/system_MM32L3xx.c mode change 100644 => 100755 bsp/mm32l3xx/Libraries/MM32L3xx/change list.txt mode change 100644 => 100755 bsp/mm32l3xx/Libraries/SConscript mode change 100644 => 100755 bsp/mm32l3xx/README.md mode change 100644 => 100755 bsp/mm32l3xx/SConscript mode change 100644 => 100755 bsp/mm32l3xx/SConstruct mode change 100644 => 100755 bsp/mm32l3xx/applications/SConscript mode change 100644 => 100755 bsp/mm32l3xx/applications/main.c mode change 100644 => 100755 bsp/mm32l3xx/drivers/Kconfig mode change 100644 => 100755 bsp/mm32l3xx/drivers/SConscript mode change 100644 => 100755 bsp/mm32l3xx/drivers/board.c mode change 100644 => 100755 bsp/mm32l3xx/drivers/board.h mode change 100644 => 100755 bsp/mm32l3xx/drivers/drv_gpio.c mode change 100644 => 100755 bsp/mm32l3xx/drivers/drv_gpio.h mode change 100644 => 100755 bsp/mm32l3xx/drivers/drv_uart.c mode change 100644 => 100755 bsp/mm32l3xx/drivers/drv_uart.h mode change 100644 => 100755 bsp/mm32l3xx/drivers/linker_scripts/link.icf mode change 100644 => 100755 bsp/mm32l3xx/drivers/linker_scripts/link.lds mode change 100644 => 100755 bsp/mm32l3xx/drivers/linker_scripts/link.sct mode change 100644 => 100755 bsp/mm32l3xx/figures/MM32 MiniBoard Rev.D2_1.jpg mode change 100644 => 100755 bsp/mm32l3xx/figures/MM32 MiniBoard Rev.D2_2.jpg mode change 100644 => 100755 bsp/mm32l3xx/project.ewd mode change 100644 => 100755 bsp/mm32l3xx/project.ewp mode change 100644 => 100755 bsp/mm32l3xx/project.eww mode change 100644 => 100755 bsp/mm32l3xx/project.uvoptx mode change 100644 => 100755 bsp/mm32l3xx/project.uvprojx mode change 100644 => 100755 bsp/mm32l3xx/rtconfig.h mode change 100644 => 100755 bsp/mm32l3xx/rtconfig.py mode change 100644 => 100755 bsp/mm32l3xx/template.ewp mode change 100644 => 100755 bsp/mm32l3xx/template.eww mode change 100644 => 100755 bsp/mm32l3xx/template.uvopt mode change 100644 => 100755 bsp/mm32l3xx/template.uvoptx mode change 100644 => 100755 bsp/mm32l3xx/template.uvprojx mode change 100644 => 100755 bsp/nios_ii/application.c mode change 100644 => 100755 bsp/nios_ii/board.c mode change 100644 => 100755 bsp/nios_ii/board.h mode change 100644 => 100755 bsp/nios_ii/get_update_finsh.bat mode change 100644 => 100755 bsp/nios_ii/get_update_finsh.sh mode change 100644 => 100755 bsp/nios_ii/get_update_rt-thread.bat mode change 100644 => 100755 bsp/nios_ii/get_update_rt-thread.sh mode change 100644 => 100755 bsp/nios_ii/readme_cn.txt mode change 100644 => 100755 bsp/nios_ii/readme_en.txt mode change 100644 => 100755 bsp/nios_ii/rtconfig.h mode change 100644 => 100755 bsp/nios_ii/startup.c mode change 100644 => 100755 bsp/nios_ii/uart.c mode change 100644 => 100755 bsp/nios_ii/uart.h mode change 100644 => 100755 bsp/nrf51822/Libraries/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/nrf51822/Libraries/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/nrf51822/Libraries/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/nrf51822/Libraries/SConscript mode change 100644 => 100755 bsp/nrf51822/Libraries/nrf51822/Include/nrf51.h mode change 100644 => 100755 bsp/nrf51822/Libraries/nrf51822/Include/nrf51_bitfields.h mode change 100644 => 100755 bsp/nrf51822/Libraries/nrf51822/Include/nrf_gpio.h mode change 100644 => 100755 bsp/nrf51822/Libraries/nrf51822/Include/system_nrf51.h mode change 100644 => 100755 bsp/nrf51822/Libraries/nrf51822/Source/templates/arm/arm_startup_nrf51.s mode change 100644 => 100755 bsp/nrf51822/Libraries/nrf51822/Source/templates/system_nrf51.c mode change 100644 => 100755 bsp/nrf51822/SConscript mode change 100644 => 100755 bsp/nrf51822/SConstruct mode change 100644 => 100755 bsp/nrf51822/applications/SConscript mode change 100644 => 100755 bsp/nrf51822/applications/application.c mode change 100644 => 100755 bsp/nrf51822/applications/startup.c mode change 100644 => 100755 bsp/nrf51822/drivers/SConscript mode change 100644 => 100755 bsp/nrf51822/drivers/board.c mode change 100644 => 100755 bsp/nrf51822/drivers/board.h mode change 100644 => 100755 bsp/nrf51822/drivers/uart.c mode change 100644 => 100755 bsp/nrf51822/drivers/uart.h mode change 100644 => 100755 bsp/nrf51822/project.uvopt mode change 100644 => 100755 bsp/nrf51822/project.uvproj mode change 100644 => 100755 bsp/nrf51822/rtconfig.h mode change 100644 => 100755 bsp/nrf51822/rtconfig.py mode change 100644 => 100755 bsp/nrf51822/template.uvopt mode change 100644 => 100755 bsp/nrf51822/template.uvproj mode change 100644 => 100755 bsp/nrf52832/.config mode change 100644 => 100755 bsp/nrf52832/Kconfig mode change 100644 => 100755 bsp/nrf52832/SConscript mode change 100644 => 100755 bsp/nrf52832/SConstruct mode change 100644 => 100755 bsp/nrf52832/applications/SConscript mode change 100644 => 100755 bsp/nrf52832/applications/application.c mode change 100644 => 100755 bsp/nrf52832/applications/ble_nus_app.c mode change 100644 => 100755 bsp/nrf52832/applications/sdk_config.h mode change 100644 => 100755 bsp/nrf52832/applications/startup.c mode change 100644 => 100755 bsp/nrf52832/board/Sconscript mode change 100644 => 100755 bsp/nrf52832/board/board.c mode change 100644 => 100755 bsp/nrf52832/board/board.h mode change 100644 => 100755 bsp/nrf52832/board/uart.c mode change 100644 => 100755 bsp/nrf52832/board/uart.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/Sconscript mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/SConscript mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_channel_config/ant_channel_config.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_channel_config/ant_channel_config.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_encryption/ant_encrypt_config.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_encryption/ant_encrypt_config.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_encryption/ant_encrypt_negotiation_slave.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_encryption/ant_encrypt_negotiation_slave.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_fs/antfs.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_fs/antfs.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_fs/crc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_fs/crc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_fs/defines.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_key_manager/ant_key_manager.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_key_manager/ant_key_manager.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_key_manager/config/ant_key_manager_config.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/ant_bpwr.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/ant_bpwr.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/ant_bpwr_local.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_common_data.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_common_data.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_1.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_1.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_16.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_16.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_17.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_17.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_18.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_18.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_torque.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_page_torque.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/pages/ant_bpwr_pages.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/simulator/ant_bpwr_simulator.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/simulator/ant_bpwr_simulator.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/simulator/ant_bpwr_simulator_local.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bpwr/utils/ant_bpwr_utils.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/ant_bsc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/ant_bsc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/ant_bsc_local.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_combined_page_0.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_combined_page_0.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_0.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_0.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_1.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_1.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_2.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_2.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_3.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_3.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_4.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_4.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_5.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_page_5.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/pages/ant_bsc_pages.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/simulator/ant_bsc_simulator.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/simulator/ant_bsc_simulator.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/simulator/ant_bsc_simulator_local.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_bsc/utils/ant_bsc_utils.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/ant_request_controller/ant_request_controller.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/ant_request_controller/ant_request_controller.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_70.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_70.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_80.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_80.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_81.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_common/pages/ant_common_page_81.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/ant_hrm.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/ant_hrm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/ant_hrm_local.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_0.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_0.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_1.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_1.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_2.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_2.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_3.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_3.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_4.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_4.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_pages.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/simulator/ant_hrm_simulator.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/simulator/ant_hrm_simulator.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/simulator/ant_hrm_simulator_local.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_hrm/utils/ant_hrm_utils.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/ant_sdm.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/ant_sdm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/ant_sdm_local.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_common_data.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_common_data.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_1.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_1.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_16.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_16.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_2.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_2.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_22.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_22.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_3.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_page_3.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/pages/ant_sdm_pages.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/simulator/ant_sdm_simulator.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/simulator/ant_sdm_simulator.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/simulator/ant_sdm_simulator_local.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_profiles/ant_sdm/utils/ant_sdm_utils.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_search_config/ant_search_config.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_search_config/ant_search_config.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_stack_config/ant_stack_config.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_stack_config/ant_stack_config.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_stack_config/config/ant_stack_config_defs.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_state_indicator/ant_state_indicator.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ant/ant_state_indicator/ant_state_indicator.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_advertising/ble_advertising.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_advertising/ble_advertising.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_db_discovery/ble_db_discovery.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_db_discovery/ble_db_discovery.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_dtm/ble_dtm.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_dtm/ble_dtm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_dtm/ble_dtm_hw.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_dtm/ble_dtm_hw_nrf51.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_dtm/ble_dtm_hw_nrf52.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_racp/ble_racp.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_racp/ble_racp.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_radio_notification/ble_radio_notification.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_radio_notification/ble_radio_notification.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_app_attr_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_app_attr_get.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_attr_parser.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_attr_parser.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_tx_buffer.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/ancs_tx_buffer.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/nrf_ble_ancs_c.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ancs_c/nrf_ble_ancs_c.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ans_c/ble_ans_c.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ans_c/ble_ans_c.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bas/ble_bas.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bas/ble_bas.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bas_c/ble_bas_c.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bas_c/ble_bas_c.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bps/ble_bps.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_bps/ble_bps.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cscs/ble_cscs.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cscs/ble_cscs.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cscs/ble_sc_ctrlpt.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cscs/ble_sc_ctrlpt.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cts_c/ble_cts_c.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_cts_c/ble_cts_c.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_dfu/ble_dfu.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_dfu/ble_dfu.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_dis/ble_dis.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_dis/ble_dis.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_escs/escs_defs.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_escs/nrf_ble_escs.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_escs/nrf_ble_escs.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_gls/ble_gls.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_gls/ble_gls.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_gls/ble_gls_db.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_gls/ble_gls_db.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hids/ble_hids.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hids/ble_hids.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hrs/ble_hrs.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hrs/ble_hrs.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hrs_c/ble_hrs_c.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hrs_c/ble_hrs_c.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hts/ble_hts.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_hts/ble_hts.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ias/ble_ias.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ias/ble_ias.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ias_c/ble_ias_c.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_ias_c/ble_ias_c.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lbs/ble_lbs.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lbs/ble_lbs.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lbs_c/ble_lbs_c.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lbs_c/ble_lbs_c.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lls/ble_lls.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_lls/ble_lls.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_nus/ble_nus.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_nus/ble_nus.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_nus_c/ble_nus_c.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_nus_c/ble_nus_c.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_rscs/ble_rscs.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_rscs/ble_rscs.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_rscs_c/ble_rscs_c.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_rscs_c/ble_rscs_c.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_tps/ble_tps.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/ble_tps/ble_tps.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_ln_common.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_ln_cp.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_ln_cp.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_ln_db.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_ln_db.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_lns.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_ble_lns/ble_lns.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_bms/nrf_ble_bms.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_bms/nrf_ble_bms.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_db.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_db.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_meas.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_meas.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_racp.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_racp.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_socp.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_socp.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_sst.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/cgms_sst.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/nrf_ble_cgms.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/ble_services/experimental_nrf_ble_cgms/nrf_ble_cgms.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_advdata.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_advdata.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_conn_params.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_conn_params.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_conn_state.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_conn_state.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_date_time.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_gatt_db.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_sensor_location.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_srv_common.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/common/ble_srv_common.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/nrf_ble_gatt/nrf_ble_gatt.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/nrf_ble_gatt/nrf_ble_gatt.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/nrf_ble_qwr/nrf_ble_qwr.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/nrf_ble_qwr/nrf_ble_qwr.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/gatt_cache_manager.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/gatt_cache_manager.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/gatts_cache_manager.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/gatts_cache_manager.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/id_manager.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/id_manager.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_data_storage.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_data_storage.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_database.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_database.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_id.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_id.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_manager.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_manager.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_manager_internal.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/peer_manager_types.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/pm_buffer.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/pm_buffer.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/pm_mutex.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/pm_mutex.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/security_dispatcher.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/security_dispatcher.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/security_manager.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/ble/peer_manager/security_manager.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/arduino_primo.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/boards.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/boards.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/d52_starterkit.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/n5_starterkit.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/nrf6310.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10000.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10001.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10003.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10028.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10031.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10036.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10040.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca10056.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/pca20006.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/boards/wt51822.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/compiler_abstraction.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51422_peripherals.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51802_peripherals.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51822_peripherals.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51_bitfields.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51_deprecated.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51_to_nrf52.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf51_to_nrf52840.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52832_peripherals.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52840.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52840_bitfields.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52840_peripherals.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52_bitfields.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52_name_change.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/device/nrf52_to_nrf52840.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/adns2080/adns2080.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/adns2080/adns2080.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/cherry8x16/cherry8x16.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/cherry8x16/cherry8x16.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/ds1624/ds1624.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/ds1624/ds1624.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/ili9341/ili9341.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/max9850/max9850.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/max9850/max9850.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/mcp4725/mcp4725.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/mcp4725/mcp4725.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/mpu6050/mpu6050.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/mpu6050/mpu6050.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/nrf6350/nrf6350.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/nrf6350/nrf6350.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/st7735/st7735.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/synaptics_touchpad/synaptics_touchpad.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/synaptics_touchpad/synaptics_touchpad.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/uda1380/uda1380.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_ext/uda1380/uda1380.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/ble_flash/ble_flash.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/ble_flash/ble_flash.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/clock/nrf_drv_clock.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/clock/nrf_drv_clock.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/common/nrf_drv_common.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/common/nrf_drv_common.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/comp/nrf_drv_comp.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/comp/nrf_drv_comp.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/delay/nrf_delay.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/gpiote/nrf_drv_gpiote.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/gpiote/nrf_drv_gpiote.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_clock.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_comp.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_ecb.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_ecb.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_egu.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_gpio.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_gpiote.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_i2s.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_lpcomp.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_nvmc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_nvmc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_pdm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_peripherals.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_power.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_ppi.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_pwm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_qdec.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_qspi.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_rng.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_rtc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_saadc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_saadc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_spi.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_spim.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_spis.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_systick.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_temp.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_timer.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_twi.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_twim.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_twis.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_uart.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_uarte.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_usbd.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/hal/nrf_wdt.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/i2s/nrf_drv_i2s.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/i2s/nrf_drv_i2s.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/lpcomp/nrf_drv_lpcomp.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/lpcomp/nrf_drv_lpcomp.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/nrf_soc_nosd/nrf_error.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/nrf_soc_nosd/nrf_nvic.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/nrf_soc_nosd/nrf_nvic.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/nrf_soc_nosd/nrf_soc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/nrf_soc_nosd/nrf_soc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/pdm/nrf_drv_pdm.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/pdm/nrf_drv_pdm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/power/nrf_drv_power.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/power/nrf_drv_power.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/ppi/nrf_drv_ppi.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/ppi/nrf_drv_ppi.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/pwm/nrf_drv_pwm.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/pwm/nrf_drv_pwm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/qdec/nrf_drv_qdec.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/qdec/nrf_drv_qdec.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/qspi/nrf_drv_qspi.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/qspi/nrf_drv_qspi.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/radio_config/radio_config.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/radio_config/radio_config.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/rng/nrf_drv_rng.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/rng/nrf_drv_rng.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/rtc/nrf_drv_rtc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/rtc/nrf_drv_rtc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/saadc/nrf_drv_saadc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/saadc/nrf_drv_saadc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/sdio/config/sdio_config.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/sdio/sdio.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/sdio/sdio.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_master/nrf_drv_spi.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_master/nrf_drv_spi.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_master/spi_5W_master.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_master/spi_5W_master.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_slave/nrf_drv_spis.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/spi_slave/nrf_drv_spis.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/swi/nrf_drv_swi.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/swi/nrf_drv_swi.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/systick/nrf_drv_systick.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/systick/nrf_drv_systick.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/timer/nrf_drv_timer.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/timer/nrf_drv_timer.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/deprecated/config/twi_master_config.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/deprecated/twi_hw_master.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/deprecated/twi_master.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/deprecated/twi_sw_master.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/nrf_drv_twi.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twi_master/nrf_drv_twi.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twis_slave/nrf_drv_twis.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twis_slave/nrf_drv_twis.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/twis_slave/nrf_drv_twis_inst.def mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/uart/nrf_drv_uart.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/uart/nrf_drv_uart.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/usbd/nrf_drv_usbd.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/usbd/nrf_drv_usbd.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/wdt/nrf_drv_wdt.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/wdt/nrf_drv_wdt.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/802_15_4_config.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_atomic.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_clock.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_debug_interface.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_delay.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_led.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_mutex.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_rng.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_sleep.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_task_scheduler.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_timer.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_timer_critical.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_trace_interface.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_uart.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_uart_task_scheduler.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/nrf52_soc/hal_nrf52_exceptions.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/nrf52_soc/hal_nrf52_rtc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/nrf52_soc/hal_nrf52_timer.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_auto_request.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_common.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mcps_data.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mcps_purge.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_associate.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_beacon_notify.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_comm_status.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_disassociate.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_gts.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_orphan.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_pib.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_poll.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_reset.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_rx_enable.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_scan.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_start.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_mlme_sync.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_panid_conflict.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_security.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_task_scheduler.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/MAC/mac_time.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_common.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_pd_data.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_plme_cca.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_plme_ed.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_plme_pib.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/PHY/phy_plme_trx.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_api_spec.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_critical_queue.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_fsm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_fsm_private.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_irq_handlers.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/nrf52_soc/ral_rf_init.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/RAL/ral_api.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SecAL/sec_aes_ccm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SecAL/sec_aes_entity.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_crc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_debug.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_events.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_fsm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_init.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_list.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_memory_manager.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_queue.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_ringbuffer.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_sleep.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_task_scheduler.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_time.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/SysAL/sys_utils.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/license.txt mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/src/rng_entity.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/src/sec_aes_entity.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic/nrf_atomic.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic/nrf_atomic_internal.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic/nrf_atomic_sanity_check.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic_fifo/app_atfifo.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic_fifo/app_atfifo.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/atomic_fifo/app_atfifo_internal.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/balloc/nrf_balloc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/balloc/nrf_balloc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/empty/nrf_block_dev_empty.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/empty/nrf_block_dev_empty.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/nrf_block_dev.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/qspi/nrf_block_dev_qspi.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/qspi/nrf_block_dev_qspi.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/qspi/nrf_serial_flash_params.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/qspi/nrf_serial_flash_params.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/ram/nrf_block_dev_ram.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/ram/nrf_block_dev_ram.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/sdc/nrf_block_dev_sdc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/block_dev/sdc/nrf_block_dev_sdc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/ble_dfu/nrf_ble_dfu.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/ble_dfu/nrf_ble_dfu.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_flash.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_flash.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_handling_error.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_handling_error.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_mbr.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_mbr.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_req_handler.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_settings.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_settings.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_transport.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_transport.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_types.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_utils.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/dfu/nrf_dfu_utils.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_app_start.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_app_start.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_app_start_asm.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_app_start_nosd.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_info.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/nrf_bootloader_info.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/serial_dfu/nrf_serial_dfu.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bootloader/serial_dfu/nrf_serial_dfu.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_btn_ant.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_btn_ant.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_btn_ble.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_btn_ble.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_config.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_nfc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/bsp/bsp_nfc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/button/app_button.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/button/app_button.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/cdc_acm/nrf_cli_cdc_acm.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/cdc_acm/nrf_cli_cdc_acm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/nrf_cli.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/nrf_cli.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/nrf_cli_vt100.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/rtt/nrf_cli_rtt.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/rtt/nrf_cli_rtt.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/uart/nrf_cli_uart.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/cli/uart/nrf_cli_uart.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crc16/crc16.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crc16/crc16.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crc32/crc32.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crc32/crc32.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_ecdh.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_ecdsa.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_ecdsa.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_hash.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_hash.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_init.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_init.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_keys.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_keys.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_rng.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_shared.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/cc310_lib/cc310_lib_shared.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_ecdh.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_ecdh.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_ecdsa.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_ecdsa.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_init.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_init.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_keys.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_keys.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_shared.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/micro_ecc/micro_ecc_lib_shared.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/nrf_crypto_sw/nrf_crypto_sw_hash.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/nrf_crypto_sw/nrf_crypto_sw_hash.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/nrf_crypto_sw/nrf_crypto_sw_rng.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/backend/nrf_crypto_sw/nrf_crypto_sw_rng.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_ecdh.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_ecdh.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_ecdsa.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_ecdsa.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_hash.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_hash.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_init.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_init.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_keys.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_keys.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_mem.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_mem.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_rng.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_rng.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_svc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/crypto/nrf_crypto_types.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/csense/nrf_csense.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/csense/nrf_csense.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/csense/nrf_csense_macros.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/csense_drv/nrf_drv_csense.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/csense_drv/nrf_drv_csense.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/ecc/ecc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/ecc/ecc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_frame.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_frame.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_timing.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_timing.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_timing_resolver.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_adv_timing_resolver.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_battery_voltage.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_battery_voltage_adc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_battery_voltage_saadc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_flash.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_flash.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts_read.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts_read.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts_write.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_gatts_write.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_security.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_security.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_slot.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_slot.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_slot_reg.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_slot_reg.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_stopwatch.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_stopwatch.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_tlm.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_tlm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/es_util.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/nrf_ble_es.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/eddystone/nrf_ble_es.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/experimental_section_vars/nrf_section.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/experimental_section_vars/nrf_section_iter.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/experimental_section_vars/nrf_section_iter.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fds/fds.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fds/fds.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fds/fds_internal_defs.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fifo/app_fifo.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fifo/app_fifo.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fstorage/fstorage.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fstorage/fstorage.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fstorage/fstorage_internal_defs.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/fstorage/fstorage_nosd.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/gfx/nrf_gfx.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/gfx/nrf_gfx.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/gfx/nrf_lcd.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/gpiote/app_gpiote.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/gpiote/app_gpiote.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/hardfault.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/hardfault_implementation.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf51/handler/hardfault_handler_gcc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf51/handler/hardfault_handler_iar.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf51/handler/hardfault_handler_keil.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf52/handler/hardfault_handler_gcc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf52/handler/hardfault_handler_iar.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hardfault/nrf52/handler/hardfault_handler_keil.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_mem_pool.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_mem_pool.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_slip.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_slip.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_transport.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/hci/hci_transport.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/led_softblink/led_softblink.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/led_softblink/led_softblink.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/nrf_log.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/nrf_log_backend.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/nrf_log_ctrl.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/src/nrf_log_backend_serial.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/src/nrf_log_ctrl_internal.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/src/nrf_log_frontend.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/log/src/nrf_log_internal.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/low_power_pwm/low_power_pwm.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/low_power_pwm/low_power_pwm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/mem_manager/mem_manager.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/mem_manager/mem_manager.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/mutex/nrf_mtx.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/pwm/app_pwm.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/pwm/app_pwm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/pwr_mgmt/nrf_pwr_mgmt.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/pwr_mgmt/nrf_pwr_mgmt.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/queue/nrf_queue.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/queue/nrf_queue.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/scheduler/app_scheduler.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/scheduler/app_scheduler.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/scheduler/app_scheduler_serconn.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sdcard/app_sdcard.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sdcard/app_sdcard.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sensorsim/sensorsim.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sensorsim/sensorsim.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/serial/nrf_serial.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/serial/nrf_serial.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sha256/sha256.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/sha256/sha256.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/simple_timer/app_simple_timer.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/simple_timer/app_simple_timer.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/slip/slip.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/slip/slip.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/spi_mngr/nrf_spi_mngr.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/spi_mngr/nrf_spi_mngr.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/strerror/nrf_strerror.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/strerror/nrf_strerror.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/svc/nrf_svc_function.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/svc/nrf_svc_handler.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/svc/nrf_svci.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/timer/app_timer.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/timer/app_timer.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/timer/app_timer_freertos.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/timer/app_timer_rtthread.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/timer/app_timer_rtx.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/twi/app_twi.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/twi/app_twi.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/uart/app_uart.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/uart/app_uart.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/uart/app_uart_fifo.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/uart/retarget.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_class_base.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_core.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_core.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_descriptor.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_langid.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_request.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_string_desc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_string_desc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/app_usbd_types.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/audio/app_usbd_audio.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/audio/app_usbd_audio.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/audio/app_usbd_audio_desc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/audio/app_usbd_audio_internal.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/audio/app_usbd_audio_types.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/cdc/acm/app_usbd_cdc_acm.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/cdc/acm/app_usbd_cdc_acm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/cdc/acm/app_usbd_cdc_acm_internal.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/cdc/app_usbd_cdc_desc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/cdc/app_usbd_cdc_types.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/app_usbd_hid.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/app_usbd_hid.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/app_usbd_hid_types.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/generic/app_usbd_hid_generic.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/generic/app_usbd_hid_generic.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/generic/app_usbd_hid_generic_desc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/generic/app_usbd_hid_generic_internal.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/kbd/app_usbd_hid_kbd.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/kbd/app_usbd_hid_kbd.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/kbd/app_usbd_hid_kbd_desc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/kbd/app_usbd_hid_kbd_internal.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/mouse/app_usbd_hid_mouse.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/mouse/app_usbd_hid_mouse.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/mouse/app_usbd_hid_mouse_desc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/hid/mouse/app_usbd_hid_mouse_internal.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc_desc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc_internal.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc_scsi.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/class/msc/app_usbd_msc_types.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/usbd/config/app_usbd_string_config.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_error.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_error.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_error_weak.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_error_weak.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_util.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_util_bds.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_util_platform.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/app_util_platform.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/nordic_common.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/nrf_assert.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/nrf_assert.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/nrf_bitmask.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_common.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_errors.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_macros.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_mapped_flags.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_mapped_flags.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_os.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/libraries/util/sdk_resources.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/ac_rec_parser/nfc_ac_rec_parser.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/ac_rec_parser/nfc_ac_rec_parser.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/ble_oob_advdata_parser/nfc_ble_oob_advdata_parser.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/ble_oob_advdata_parser/nfc_ble_oob_advdata_parser.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/le_oob_rec_parser/nfc_le_oob_rec_parser.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/conn_hand_parser/le_oob_rec_parser/nfc_le_oob_rec_parser.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ac_rec/nfc_ac_rec.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ac_rec/nfc_ac_rec.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_oob_advdata/nfc_ble_oob_advdata.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_oob_advdata/nfc_ble_oob_advdata.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_pair_lib/nfc_ble_pair_lib.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_pair_lib/nfc_ble_pair_lib.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_pair_msg/nfc_ble_pair_msg.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ble_pair_msg/nfc_ble_pair_msg.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/common/nfc_ble_pair_common.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/common/nfc_ble_pair_common.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ep_oob_rec/nfc_ep_oob_rec.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/ep_oob_rec/nfc_ep_oob_rec.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/hs_rec/nfc_hs_rec.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/hs_rec/nfc_hs_rec.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/le_oob_rec/nfc_le_oob_rec.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/connection_handover/le_oob_rec/nfc_le_oob_rec.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/generic/message/nfc_ndef_msg.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/generic/message/nfc_ndef_msg.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/generic/record/nfc_ndef_record.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/generic/record/nfc_ndef_record.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/launchapp/nfc_launchapp_msg.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/launchapp/nfc_launchapp_msg.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/launchapp/nfc_launchapp_rec.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/launchapp/nfc_launchapp_rec.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/message/nfc_ndef_msg_parser.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/message/nfc_ndef_msg_parser.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/message/nfc_ndef_msg_parser_local.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/message/nfc_ndef_msg_parser_local.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/record/nfc_ndef_record_parser.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/parser/record/nfc_ndef_record_parser.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/text/nfc_text_rec.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/text/nfc_text_rec.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/uri/nfc_uri_msg.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/uri/nfc_uri_msg.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/uri/nfc_uri_rec.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/ndef/uri/nfc_uri_rec.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_lib/hal_t2t/hal_nfc_t2t.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_lib/hal_t2t/hal_nfc_t2t.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_lib/license.txt mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_lib/nfc_fixes.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_lib/nfc_t2t_lib.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_parser/nfc_t2t_parser.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_parser/nfc_t2t_parser.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t2t_parser/nfc_tlv_block.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_lib/hal_t4t/hal_nfc_t4t.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_lib/hal_t4t/hal_nfc_t4t.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_lib/license.txt mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_lib/nfc_fixes.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_lib/nfc_t4t_lib.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/apdu/nfc_t4t_apdu.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/apdu/nfc_t4t_apdu.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/cc_file/nfc_t4t_cc_file.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/cc_file/nfc_t4t_cc_file.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/hl_detection_procedure/nfc_t4t_hl_detection_procedures.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/hl_detection_procedure/nfc_t4t_hl_detection_procedures.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/tlv/nfc_t4t_tlv_block.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/nfc/t4t_parser/tlv/nfc_t4t_tlv_block.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/esb/nrf_esb.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/esb/nrf_esb.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/esb/nrf_esb_error_codes.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/esb/nrf_esb_resources.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/arm/license.txt mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/config/nrf_gzp_config.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/gcc/license.txt mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/iar/license.txt mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzll.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzll_constants.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzll_error.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzll_resources.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzp.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzp.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzp_device.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzp_host.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/proprietary_rf/gzll/nrf_gzp_host_nrf5x.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/sdk_validation.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/middleware/app_mw_ant.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_acknowledge_message_tx.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_active_search_sharing_cycles_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_active_search_sharing_cycles_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_adv_burst_config_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_broadcast_message_tx.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_capabilities_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_assign.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_close.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_id_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_id_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_low_priority_rx_search_timeout_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_open_with_offset.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_period_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_period_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_radio_freq_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_radio_freq_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_radio_tx_power_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_rx_search_timeout_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_status_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_channel_unassign.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_coex_config_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_coex_config_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_crypto_channel_enable.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_crypto_info_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_crypto_info_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_crypto_key_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_cw_test_mode.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_cw_test_mode_init.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_enable.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_event.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_event.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_id_list_add.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_id_list_config.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_lib_config_clear.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_lib_config_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_lib_config_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_network_address_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_prox_search_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_rx_scan_mode_start.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_search_channel_priority_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_search_waveform_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_stack_reset.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ant/serializers/ant_version_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_ble.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_ble_gap.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_ble_gattc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_ble_gatts.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_ble_l2cap.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/middleware/app_mw_nrf_soc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/app_ble_gap_sec_keys.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/app_ble_gap_sec_keys.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/app_ble_user_mem.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/app_ble_user_mem.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_app.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_event.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_evt_app.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_evt_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gap_app.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gap_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gap_evt_app.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gap_evt_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gattc_app.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gattc_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gattc_evt_app.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gattc_evt_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gatts_app.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gatts_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gatts_evt_app.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_gatts_evt_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_l2cap_app.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_l2cap_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_l2cap_evt_app.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/ble_l2cap_evt_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/nrf_soc_app.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/ble/serializers/nrf_soc_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/common/ble_dtm_app.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/common/ble_dtm_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/common/ble_dtm_init.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/common/conn_systemreset.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/codecs/common/conn_systemreset.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/hal/ser_app_hal.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/hal/ser_app_hal_nrf5x.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/hal/ser_app_power_system_off.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/hal/ser_app_power_system_off.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/transport/ser_sd_transport.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/transport/ser_sd_transport.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/transport/ser_softdevice_handler.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/application/transport/ser_softdevice_handler.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/ble_serialization.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/ble_serialization.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/cond_field_serialization.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/cond_field_serialization.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/ser_config.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/ser_dbg_sd_str.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/ser_dbg_sd_str.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ant/ant_struct_serialization.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ant/ant_struct_serialization.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gap_struct_serialization.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gap_struct_serialization.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gatt_struct_serialization.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gatt_struct_serialization.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gattc_struct_serialization.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gattc_struct_serialization.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gatts_struct_serialization.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_gatts_struct_serialization.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_struct_serialization.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/ble_struct_serialization.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/nrf_soc_struct_serialization.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/struct_ser/ble/nrf_soc_struct_serialization.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/dtm_uart_params.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_hal_transport.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_hal_transport.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/config/ser_config_5W_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/config/ser_phy_config_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/config/ser_phy_config_conn.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/config/ser_phy_debug_app.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/config/ser_phy_debug_conn.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_hci.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_hci.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_hci_slip.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_hci_slip_cdc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_nohci.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_spi_5W_master.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_spi_5W_slave.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_spi_master.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_spi_slave.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy/ser_phy_uart.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/common/transport/ser_phy_debug_comm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/middleware/conn_mw_ant.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/middleware/conn_mw_ant.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_acknowledge_message_tx.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_active_search_sharing_cycles_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_active_search_sharing_cycles_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_adv_burst_config_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_broadcast_message_tx.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_capabilities_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_assign.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_close.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_id_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_id_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_low_priority_rx_search_timout_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_open_with_offset.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_period_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_period_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_radio_freq_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_radio_freq_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_radio_tx_power_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_rx_search_timeout_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_status_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_channel_unassign.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_coex_config_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_coex_config_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_conn.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_crypto_channel_enable.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_crypto_info_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_crypto_info_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_crypto_key_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_cw_test_mode.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_cw_test_mode_init.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_enable.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_event.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_event.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_event_rx.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_event_rx.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_id_list_add.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_id_list_config.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_lib_config_clear.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_lib_config_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_lib_config_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_network_address_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_prox_search_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_rx_scan_mode_start.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_search_channel_priority_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_search_waveform_set.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_stack_reset.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ant/serializers/ant_version_get.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gap.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gap.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gattc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gattc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gatts.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_gatts.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_l2cap.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/middleware/conn_mw_ble_l2cap.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_conn.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_conn.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_event_enc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_evt_conn.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_evt_conn.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gap_conn.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gap_conn.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gap_evt_conn.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gap_evt_conn.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gattc_conn.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gattc_conn.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gattc_evt_conn.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gattc_evt_conn.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gatts_conn.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gatts_conn.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gatts_evt_conn.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_gatts_evt_conn.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_l2cap_conn.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_l2cap_conn.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_l2cap_evt_conn.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/ble_l2cap_evt_conn.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/conn_ble_gap_sec_keys.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/conn_ble_gap_sec_keys.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/conn_ble_user_mem.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/conn_ble_user_mem.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/nrf_soc_conn.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/ble/serializers/nrf_soc_conn.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/ble_dtm_conn.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/ble_dtm_init.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/conn_mw.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/conn_mw.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/conn_mw_items.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/conn_mw_nrf_soc.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/codecs/common/conn_mw_nrf_soc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/hal/dtm_uart.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/hal/dtm_uart.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/pstorage_platform.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_cmd_decoder.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_cmd_decoder.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_dtm_cmd_decoder.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_dtm_cmd_decoder.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_error_handling.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_event_encoder.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_event_encoder.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_handlers.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_handlers.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_pkt_decoder.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_pkt_decoder.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_reset_cmd_decoder.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/serialization/connectivity/ser_conn_reset_cmd_decoder.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/ant_stack_handler_types.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/ble_stack_handler_types.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/softdevice_handler.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/softdevice_handler.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/softdevice_handler_appsh.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/common/softdevice_handler/softdevice_handler_appsh.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/doc/s132_nrf52_4.0.2_licence-agreement.pdf mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/doc/s132_nrf52_4.0.2_licence-agreement.txt mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/doc/s132_nrf52_4.0.2_migration-document.pdf mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/doc/s132_nrf52_4.0.2_readme.txt mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/doc/s132_nrf52_4.0.2_release-notes.pdf mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_err.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_gap.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_gatt.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_gattc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_gatts.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_hci.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_l2cap.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_ranges.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/ble_types.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf52/nrf_mbr.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_error.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_error_sdm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_error_soc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_nvic.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_sd_def.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_sdm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_soc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/headers/nrf_svc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/hex/s132_nrf52_4.0.2_licence-agreement.txt mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/hex/s132_nrf52_4.0.2_softdevice.hex mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/toolchain/armgcc/armgcc_s132_nrf52832_xxaa.ld mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s132/toolchain/iar/iar_s132_nrf52832_xxaa.icf mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/doc/s140_nrf52840_5.0.0-2.alpha_licence-agreement.pdf mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/doc/s140_nrf52840_5.0.0-2.alpha_licence-agreement.txt mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/doc/s140_nrf52840_5.0.0-2.alpha_migration-document.pdf mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/doc/s140_nrf52840_5.0.0-2.alpha_readme.txt mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/doc/s140_nrf52840_5.0.0-2.alpha_release-notes-update-1.pdf mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_err.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_gap.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_gatt.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_gattc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_gatts.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_hci.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_l2cap.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_ranges.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/ble_types.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf52/nrf_mbr.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_error.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_error_sdm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_error_soc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_nvic.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_sd_def.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_sdm.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_soc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/headers/nrf_svc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/hex/s140_nrf52840_5.0.0-2.alpha_licence-agreement.txt mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s140/hex/s140_nrf52840_5.0.0-2.alpha_softdevice.hex mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s212/headers/nrf_sd_def.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s212/toolchain/armgcc/armgcc_s212_nrf52832_xxaa.ld mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/softdevice/s212/toolchain/iar/iar_s212_nrf52832_xxaa.icf mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/arm/arm_startup_nrf51.s mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/arm/arm_startup_nrf52.s mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/arm/arm_startup_nrf52840.s mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/arm/uicr_config.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/dsp/license.txt mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/arm_common_tables.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/arm_const_structs.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/arm_math.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/cmsis_armcc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/cmsis_armcc_V6.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/cmsis_gcc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cm0.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cm0plus.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cm3.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cm4.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cm7.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cmFunc.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cmInstr.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_cmSimd.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_sc000.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/cmsis/include/core_sc300.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/Makefile.common mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/Makefile.posix mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/Makefile.windows mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/file_list.mk mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/gcc_nrf51_common.ld mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/gcc_startup_nrf51.S mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/gcc_startup_nrf52.S mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/gcc_startup_nrf52840.S mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf51_common.ld mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf51_xxaa.ld mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf51_xxab.ld mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf51_xxac.ld mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf52840_xxaa.ld mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf52_common.ld mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf52_xxaa.ld mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/gcc/nrf5x_common.ld mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/iar/iar_nrf51_blank_xxaa.icf mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/iar/iar_nrf51_blank_xxac.icf mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/iar/iar_startup_nrf51.s mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/iar/iar_startup_nrf52.s mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/iar/iar_startup_nrf52840.s mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf51.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf51.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf52.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf52.h mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf52840.c mode change 100644 => 100755 bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/toolchain/system_nrf52840.h mode change 100644 => 100755 bsp/nrf52832/project.uvoptx mode change 100644 => 100755 bsp/nrf52832/project.uvprojx mode change 100644 => 100755 bsp/nrf52832/rtconfig.h mode change 100644 => 100755 bsp/nrf52832/rtconfig.py mode change 100644 => 100755 bsp/nrf52832/rtthread-nrf52832.sct mode change 100644 => 100755 bsp/nrf52832/startups/Sconscript mode change 100644 => 100755 bsp/nrf52832/startups/arm/arm_startup_nrf52.s mode change 100644 => 100755 bsp/nrf52832/startups/system_nrf52.c mode change 100644 => 100755 bsp/nrf52832/startups/system_nrf52.h mode change 100644 => 100755 bsp/nrf52832/template.uvoptx mode change 100644 => 100755 bsp/nrf52832/template.uvprojx mode change 100644 => 100755 bsp/nuvoton_m05x/.config mode change 100644 => 100755 bsp/nuvoton_m05x/.gitignore mode change 100644 => 100755 bsp/nuvoton_m05x/Kconfig mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cm4_simd.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Include/M051Series.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Include/system_M051Series.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Source/ARM/startup_M051Series.s mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Source/GCC/startup_M051Series.s mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Source/IAR/startup_M051Series.s mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/Nuvoton/M051Series/Source/system_M051Series.c mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/README.txt mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/CMSIS/index.html mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/SConscript mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/inc/acmp.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/inc/adc.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/inc/clk.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/inc/ebi.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/inc/fmc.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/inc/gpio.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/inc/hdiv.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/inc/i2c.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/inc/pwm.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/inc/spi.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/inc/sys.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/inc/timer.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/inc/uart.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/inc/wdt.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/inc/wwdt.h mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/src/acmp.c mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/src/adc.c mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/src/clk.c mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/src/ebi.c mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/src/fmc.c mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/src/gpio.c mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/src/i2c.c mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/src/pwm.c mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/src/spi.c mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/src/sys.c mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/src/timer.c mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/src/uart.c mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/src/wdt.c mode change 100644 => 100755 bsp/nuvoton_m05x/Libraries/StdDriver/src/wwdt.c mode change 100644 => 100755 bsp/nuvoton_m05x/SConscript mode change 100644 => 100755 bsp/nuvoton_m05x/SConstruct mode change 100644 => 100755 bsp/nuvoton_m05x/applications/SConscript mode change 100644 => 100755 bsp/nuvoton_m05x/applications/main.c mode change 100644 => 100755 bsp/nuvoton_m05x/drivers/SConscript mode change 100644 => 100755 bsp/nuvoton_m05x/drivers/board.c mode change 100644 => 100755 bsp/nuvoton_m05x/drivers/board.h mode change 100644 => 100755 bsp/nuvoton_m05x/drivers/led.c mode change 100644 => 100755 bsp/nuvoton_m05x/drivers/led.h mode change 100644 => 100755 bsp/nuvoton_m05x/drivers/usart.c mode change 100644 => 100755 bsp/nuvoton_m05x/drivers/usart.h mode change 100644 => 100755 bsp/nuvoton_m05x/nuvoton_m05x.ld mode change 100644 => 100755 bsp/nuvoton_m05x/nuvoton_m05x.sct mode change 100644 => 100755 bsp/nuvoton_m05x/project.uvprojx mode change 100644 => 100755 bsp/nuvoton_m05x/readme.txt mode change 100644 => 100755 bsp/nuvoton_m05x/rtconfig.h mode change 100644 => 100755 bsp/nuvoton_m05x/rtconfig.py mode change 100644 => 100755 bsp/nuvoton_m05x/template.uvprojx mode change 100644 => 100755 bsp/nuvoton_m451/.gitignore mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cm4_simd.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Include/M451Series.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Include/system_M451Series.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Source/ARM/startup_M451Series.s mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Source/GCC/startup_M451Series.s mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Source/IAR/startup_M451Series.s mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/Device/Nuvoton/M451Series/Source/system_M451Series.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/Device/SConscript mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/SConscript mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/SConscript mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/acmp.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/can.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/clk.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/crc.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/dac.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/eadc.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/ebi.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/fmc.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/gpio.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/i2c.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/otg.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/pdma.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/pwm.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/rtc.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/sc.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/scuart.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/spi.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/sys.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/timer.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/tk.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/uart.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/usbd.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/wdt.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/inc/wwdt.h mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/acmp.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/can.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/clk.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/crc.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/dac.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/eadc.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/ebi.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/fmc.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/gpio.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/i2c.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/pdma.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/pwm.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/retarget.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/rtc.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/sc.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/scuart.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/spi.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/sys.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/timer.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/tk.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/uart.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/usbd.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/wdt.c mode change 100644 => 100755 bsp/nuvoton_m451/Libraries/StdDriver/src/wwdt.c mode change 100644 => 100755 bsp/nuvoton_m451/README.md mode change 100644 => 100755 bsp/nuvoton_m451/SConscript mode change 100644 => 100755 bsp/nuvoton_m451/SConstruct mode change 100644 => 100755 bsp/nuvoton_m451/applications/SConscript mode change 100644 => 100755 bsp/nuvoton_m451/applications/application.c mode change 100644 => 100755 bsp/nuvoton_m451/applications/startup.c mode change 100644 => 100755 bsp/nuvoton_m451/drivers/SConscript mode change 100644 => 100755 bsp/nuvoton_m451/drivers/board.c mode change 100644 => 100755 bsp/nuvoton_m451/drivers/board.h mode change 100644 => 100755 bsp/nuvoton_m451/drivers/led.c mode change 100644 => 100755 bsp/nuvoton_m451/drivers/led.h mode change 100644 => 100755 bsp/nuvoton_m451/drivers/usart.c mode change 100644 => 100755 bsp/nuvoton_m451/drivers/usart.h mode change 100644 => 100755 bsp/nuvoton_m451/nuvoton_m451.ld mode change 100644 => 100755 bsp/nuvoton_m451/nuvoton_m451.sct mode change 100644 => 100755 bsp/nuvoton_m451/project.uvproj mode change 100644 => 100755 bsp/nuvoton_m451/project.uvprojx mode change 100644 => 100755 bsp/nuvoton_m451/rtconfig.h mode change 100644 => 100755 bsp/nuvoton_m451/rtconfig.py mode change 100644 => 100755 bsp/nuvoton_m451/template.uvproj mode change 100644 => 100755 bsp/nuvoton_m487/.config mode change 100644 => 100755 bsp/nuvoton_m487/Kconfig mode change 100644 => 100755 bsp/nuvoton_m487/README.md mode change 100644 => 100755 bsp/nuvoton_m487/SConscript mode change 100644 => 100755 bsp/nuvoton_m487/SConstruct mode change 100644 => 100755 bsp/nuvoton_m487/applications/SConscript mode change 100644 => 100755 bsp/nuvoton_m487/applications/main.c mode change 100644 => 100755 bsp/nuvoton_m487/applications/mnt.c mode change 100644 => 100755 bsp/nuvoton_m487/driver/Kconfig mode change 100644 => 100755 bsp/nuvoton_m487/driver/SConscript mode change 100644 => 100755 bsp/nuvoton_m487/driver/board.c mode change 100644 => 100755 bsp/nuvoton_m487/driver/board.h mode change 100644 => 100755 bsp/nuvoton_m487/driver/drv_emac.c mode change 100644 => 100755 bsp/nuvoton_m487/driver/drv_emac.h mode change 100644 => 100755 bsp/nuvoton_m487/driver/drv_qspi.c mode change 100644 => 100755 bsp/nuvoton_m487/driver/drv_spiflash.c mode change 100644 => 100755 bsp/nuvoton_m487/driver/drv_uart.c mode change 100644 => 100755 bsp/nuvoton_m487/driver/drv_uart.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/cmsis_armcc_V6.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/core_cmSimd.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/CMSIS/SConscript mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/M480.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/NuMicro.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/acmp_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/bpwm_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/can_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/clk_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/crc_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/crypto_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/dac_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/eadc_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/ebi_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/ecap_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/emac_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/epwm_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/fmc_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/gpio_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/hsotg_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/hsusbd_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/hsusbh_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/i2c_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/i2s_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/opa_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/otg_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/pdma_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/qei_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/qspi_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/rtc_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/sc_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/sdh_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/spi_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/spim_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/sys_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/system_M480.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/timer_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/uart_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/ui2c_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/usbd_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/usbh_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/uspi_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/uuart_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/wdt_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/wwdt_reg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/ARM/startup_M480.s mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/_syscalls.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/gcc_arm.ld mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/gcc_arm_128k.ld mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/semihosting.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/startup.s mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/GCC/startup_M480.S mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/IAR/startup_M480.s mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Source/system_M480.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/Device/SConscript mode change 100644 => 100755 bsp/nuvoton_m487/libraries/SConscript mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/SConscript mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/acmp.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/bpwm.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/can.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/clk.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/crc.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/crypto.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/dac.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/eadc.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/ebi.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/ecap.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/emac.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/epwm.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/fmc.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/gpio.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/hsotg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/hsusbd.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/i2c.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/i2s.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/opa.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/otg.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/pdma.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/qei.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/qspi.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/rtc.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/sc.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/scuart.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/sdh.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/spi.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/spim.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/sys.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/timer.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/timer_pwm.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/uart.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/usbd.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/usci_i2c.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/usci_spi.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/usci_uart.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/wdt.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/inc/wwdt.h mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/acmp.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/bpwm.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/can.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/clk.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/crc.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/crypto.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/dac.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/eadc.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/ebi.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/ecap.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/emac.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/epwm.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/fmc.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/gpio.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/hsusbd.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/i2c.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/i2s.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/pdma.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/qei.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/qspi.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/rtc.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/sc.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/scuart.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/sdh.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/spi.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/spim.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/sys.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/timer.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/timer_pwm.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/uart.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/usbd.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/usci_i2c.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/usci_spi.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/usci_uart.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/wdt.c mode change 100644 => 100755 bsp/nuvoton_m487/libraries/StdDriver/src/wwdt.c mode change 100644 => 100755 bsp/nuvoton_m487/link.ld mode change 100644 => 100755 bsp/nuvoton_m487/nuc487_flash.sct mode change 100644 => 100755 bsp/nuvoton_m487/rtconfig.h mode change 100644 => 100755 bsp/nuvoton_m487/rtconfig.py mode change 100644 => 100755 bsp/nuvoton_m487/template.uvproj mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/cmsis_armcc_V6.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_cmSimd.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/CMSIS/SConscript mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Include/NUC472_442.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Include/system_NUC472_442.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Source/ARM/startup_NUC472_442.s mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Source/GCC/startup.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Source/IAR/startup_NUC472_442.s mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/Device/Nuvoton/NUC472_442/Source/system_NUC472_442.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/Device/SConscript mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/SConscript mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/SConscript mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/acmp.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/adc.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/can.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/cap.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/clk.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/crc.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/crypto.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/eadc.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/ebi.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/emac.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/epwm.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/fmc.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/gpio.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/i2c.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/i2s.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/pdma.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/ps2.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/pwm.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/rtc.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/sc.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/scuart.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/sd.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/spi.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/sys.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/timer.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/uart.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/usbd.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/wdt.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/inc/wwdt.h mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/acmp.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/adc.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/can.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/cap.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/clk.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/crc.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/crypto.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/eadc.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/ebi.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/emac.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/epwm.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/fmc.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/gpio.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/i2c.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/i2s.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/pdma.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/ps2.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/pwm.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/rtc.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/sc.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/scuart.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/sd.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/spi.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/sys_.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/timer_.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/uart.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/usbd.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/wdt.c mode change 100644 => 100755 bsp/nuvoton_nuc472/Libraries/StdDriver/src/wwdt.c mode change 100644 => 100755 bsp/nuvoton_nuc472/README.md mode change 100644 => 100755 bsp/nuvoton_nuc472/SConscript mode change 100644 => 100755 bsp/nuvoton_nuc472/SConstruct mode change 100644 => 100755 bsp/nuvoton_nuc472/applications/SConscript mode change 100644 => 100755 bsp/nuvoton_nuc472/applications/application.c mode change 100644 => 100755 bsp/nuvoton_nuc472/drivers/SConscript mode change 100644 => 100755 bsp/nuvoton_nuc472/drivers/board.c mode change 100644 => 100755 bsp/nuvoton_nuc472/drivers/board.h mode change 100644 => 100755 bsp/nuvoton_nuc472/drivers/nuc472_eth.c mode change 100644 => 100755 bsp/nuvoton_nuc472/drivers/nuc472_eth.h mode change 100644 => 100755 bsp/nuvoton_nuc472/drivers/usart.c mode change 100644 => 100755 bsp/nuvoton_nuc472/drivers/usart.h mode change 100644 => 100755 bsp/nuvoton_nuc472/ldscripts/sections.ld mode change 100644 => 100755 bsp/nuvoton_nuc472/nuc472_flash.icf mode change 100644 => 100755 bsp/nuvoton_nuc472/nuc472_flash.sct mode change 100644 => 100755 bsp/nuvoton_nuc472/project.ewp mode change 100644 => 100755 bsp/nuvoton_nuc472/project.eww mode change 100644 => 100755 bsp/nuvoton_nuc472/project.uvproj mode change 100644 => 100755 bsp/nuvoton_nuc472/project.uvprojx mode change 100644 => 100755 bsp/nuvoton_nuc472/rtconfig.h mode change 100644 => 100755 bsp/nuvoton_nuc472/rtconfig.py mode change 100644 => 100755 bsp/nuvoton_nuc472/template.ewp mode change 100644 => 100755 bsp/nuvoton_nuc472/template.uvproj mode change 100644 => 100755 bsp/nuvoton_nuc472/template.uvprojx mode change 100644 => 100755 bsp/nv32f100x/SConscript mode change 100644 => 100755 bsp/nv32f100x/SConstruct mode change 100644 => 100755 bsp/nv32f100x/app/SConscript mode change 100644 => 100755 bsp/nv32f100x/app/src/ledapp.c mode change 100644 => 100755 bsp/nv32f100x/app/src/main.c mode change 100644 => 100755 bsp/nv32f100x/board/SConscript mode change 100644 => 100755 bsp/nv32f100x/board/inc/board.h mode change 100644 => 100755 bsp/nv32f100x/board/inc/drv_uart.h mode change 100644 => 100755 bsp/nv32f100x/board/inc/start.h mode change 100644 => 100755 bsp/nv32f100x/board/inc/sysinit.h mode change 100644 => 100755 bsp/nv32f100x/board/src/board.c mode change 100644 => 100755 bsp/nv32f100x/board/src/drv_uart.c mode change 100644 => 100755 bsp/nv32f100x/board/src/start.c mode change 100644 => 100755 bsp/nv32f100x/board/src/sysinit.c mode change 100644 => 100755 bsp/nv32f100x/lib/SConscript mode change 100644 => 100755 bsp/nv32f100x/lib/inc/BME.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/NV32.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/NV32_config.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/acmp.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/adc.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/arm_cm0.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/common.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/core_cm0plus.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/core_cmFunc.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/core_cmInstr.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/core_cmSimd.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/crc.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/eeprom.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/etm.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/flash.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/gpio.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/i2c.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/ics.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/kbi.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/pit.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/pmc.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/rtc.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/sim.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/spi.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/uart.h mode change 100644 => 100755 bsp/nv32f100x/lib/inc/wdog.h mode change 100644 => 100755 bsp/nv32f100x/lib/src/acmp.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/adc.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/arm_cm0.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/crc.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/eeprom.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/etm.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/flash.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/gpio.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/i2c.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/ics.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/kbi.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/pit.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/pmc.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/rtc.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/sim.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/spi.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/startup_NV32.s mode change 100644 => 100755 bsp/nv32f100x/lib/src/uart.c mode change 100644 => 100755 bsp/nv32f100x/lib/src/wdog.c mode change 100644 => 100755 bsp/nv32f100x/project.uvprojx mode change 100644 => 100755 bsp/nv32f100x/rtconfig.h mode change 100644 => 100755 bsp/nv32f100x/rtconfig.py mode change 100644 => 100755 bsp/nv32f100x/template.uvprojx mode change 100644 => 100755 bsp/pic32ethernet/application.c mode change 100644 => 100755 bsp/pic32ethernet/board.c mode change 100644 => 100755 bsp/pic32ethernet/console.c mode change 100644 => 100755 bsp/pic32ethernet/procdefs.ld mode change 100644 => 100755 bsp/pic32ethernet/project.cbp mode change 100644 => 100755 bsp/pic32ethernet/project.mcp mode change 100644 => 100755 bsp/pic32ethernet/project.mcw mode change 100644 => 100755 bsp/pic32ethernet/readme.txt mode change 100644 => 100755 bsp/pic32ethernet/rtconfig.h mode change 100644 => 100755 bsp/pic32ethernet/startup.c mode change 100644 => 100755 bsp/pic32ethernet/uart.c mode change 100644 => 100755 bsp/pic32ethernet/uart.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/.config mode change 100644 => 100755 bsp/qemu-vexpress-a9/.cproject mode change 100644 => 100755 bsp/qemu-vexpress-a9/.gitignore mode change 100644 => 100755 bsp/qemu-vexpress-a9/.project mode change 100644 => 100755 bsp/qemu-vexpress-a9/.vscode/launch.json mode change 100644 => 100755 bsp/qemu-vexpress-a9/.vscode/settings.json mode change 100644 => 100755 bsp/qemu-vexpress-a9/.vscode/tasks.json mode change 100644 => 100755 bsp/qemu-vexpress-a9/Kconfig mode change 100644 => 100755 bsp/qemu-vexpress-a9/README.md mode change 100644 => 100755 bsp/qemu-vexpress-a9/SConscript mode change 100644 => 100755 bsp/qemu-vexpress-a9/SConstruct mode change 100644 => 100755 bsp/qemu-vexpress-a9/applications/SConscript mode change 100644 => 100755 bsp/qemu-vexpress-a9/applications/lcd_init.c mode change 100644 => 100755 bsp/qemu-vexpress-a9/applications/main.c mode change 100644 => 100755 bsp/qemu-vexpress-a9/applications/mnt.c mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/Kconfig mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/SConscript mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/audio/SConscript mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/audio/drv_ac97.c mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/audio/drv_ac97.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/audio/drv_pl041.c mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/audio/drv_pl041.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/audio/drv_sound.c mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/audio/drv_sound.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/automac.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/board.c mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/board.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/drv_clcd.c mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/drv_clcd.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/drv_keyboard.c mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/drv_keyboard.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/drv_mouse.c mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/drv_mouse.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/drv_sdio.c mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/drv_sdio.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/drv_smc911x.c mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/drv_smc911x.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/drv_timer.c mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/drv_timer.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/realview.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/secondary_cpu.c mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/serial.c mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/serial.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/drivers/vexpress_a9.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/link.lds mode change 100644 => 100755 bsp/qemu-vexpress-a9/makefile.targets mode change 100644 => 100755 bsp/qemu-vexpress-a9/qemu-dbg.bat mode change 100644 => 100755 bsp/qemu-vexpress-a9/qemu-nographic.bat mode change 100644 => 100755 bsp/qemu-vexpress-a9/qemu.bat mode change 100644 => 100755 bsp/qemu-vexpress-a9/rtconfig.h mode change 100644 => 100755 bsp/qemu-vexpress-a9/rtconfig.py mode change 100644 => 100755 bsp/qemu-vexpress-gemini/.config mode change 100644 => 100755 bsp/qemu-vexpress-gemini/Kconfig mode change 100644 => 100755 bsp/qemu-vexpress-gemini/SConscript mode change 100644 => 100755 bsp/qemu-vexpress-gemini/SConstruct mode change 100644 => 100755 bsp/qemu-vexpress-gemini/applications/SConscript mode change 100644 => 100755 bsp/qemu-vexpress-gemini/applications/application.c mode change 100644 => 100755 bsp/qemu-vexpress-gemini/applications/startup.c mode change 100644 => 100755 bsp/qemu-vexpress-gemini/applications/vbus_echo.c mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/SConscript mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/armv7.h mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/context_gcc.S mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/cp15.h mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/cp15_gcc.S mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/cpu.c mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/gic.c mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/gic.h mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/interrupt.c mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/interrupt.h mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/mmu.c mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/pmu.c mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/pmu.h mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/stack.c mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/start_gcc.S mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/trap.c mode change 100644 => 100755 bsp/qemu-vexpress-gemini/cpu/vector_gcc.S mode change 100644 => 100755 bsp/qemu-vexpress-gemini/drivers/Kconfig mode change 100644 => 100755 bsp/qemu-vexpress-gemini/drivers/SConscript mode change 100644 => 100755 bsp/qemu-vexpress-gemini/drivers/board.c mode change 100644 => 100755 bsp/qemu-vexpress-gemini/drivers/board.h mode change 100644 => 100755 bsp/qemu-vexpress-gemini/drivers/realview.h mode change 100644 => 100755 bsp/qemu-vexpress-gemini/drivers/serial.c mode change 100644 => 100755 bsp/qemu-vexpress-gemini/drivers/serial.h mode change 100644 => 100755 bsp/qemu-vexpress-gemini/drivers/vbus_drv.c mode change 100644 => 100755 bsp/qemu-vexpress-gemini/drivers/vbus_hw.h mode change 100644 => 100755 bsp/qemu-vexpress-gemini/rtconfig.h mode change 100644 => 100755 bsp/qemu-vexpress-gemini/rtconfig.py mode change 100644 => 100755 bsp/qemu-vexpress-gemini/vexpress.lds mode change 100644 => 100755 bsp/raspi2/.config mode change 100644 => 100755 bsp/raspi2/Kconfig mode change 100644 => 100755 bsp/raspi2/README.md mode change 100644 => 100755 bsp/raspi2/SConscript mode change 100644 => 100755 bsp/raspi2/SConstruct mode change 100644 => 100755 bsp/raspi2/applications/SConscript mode change 100644 => 100755 bsp/raspi2/applications/main.c mode change 100644 => 100755 bsp/raspi2/applications/mnt.c mode change 100644 => 100755 bsp/raspi2/cpu/SConscript mode change 100644 => 100755 bsp/raspi2/cpu/armv7.h mode change 100644 => 100755 bsp/raspi2/cpu/context_gcc.S mode change 100644 => 100755 bsp/raspi2/cpu/cp15.h mode change 100644 => 100755 bsp/raspi2/cpu/cp15_gcc.S mode change 100644 => 100755 bsp/raspi2/cpu/cpu.c mode change 100644 => 100755 bsp/raspi2/cpu/interrupt.c mode change 100644 => 100755 bsp/raspi2/cpu/mmu.c mode change 100644 => 100755 bsp/raspi2/cpu/stack.c mode change 100644 => 100755 bsp/raspi2/cpu/start_gcc.S mode change 100644 => 100755 bsp/raspi2/cpu/trap.c mode change 100644 => 100755 bsp/raspi2/cpu/vector_gcc.S mode change 100644 => 100755 bsp/raspi2/driver/Kconfig mode change 100644 => 100755 bsp/raspi2/driver/SConscript mode change 100644 => 100755 bsp/raspi2/driver/bcm283x.h mode change 100644 => 100755 bsp/raspi2/driver/board.c mode change 100644 => 100755 bsp/raspi2/driver/board.h mode change 100644 => 100755 bsp/raspi2/driver/drv_uart.c mode change 100644 => 100755 bsp/raspi2/driver/drv_uart.h mode change 100644 => 100755 bsp/raspi2/figures/raspi2.png mode change 100644 => 100755 bsp/raspi2/figures/raspi_uart.png mode change 100644 => 100755 bsp/raspi2/link.lds mode change 100644 => 100755 bsp/raspi2/rtconfig.h mode change 100644 => 100755 bsp/raspi2/rtconfig.py mode change 100644 => 100755 bsp/realview-a8/.gitignore mode change 100644 => 100755 bsp/realview-a8/README.md mode change 100644 => 100755 bsp/realview-a8/SConscript mode change 100644 => 100755 bsp/realview-a8/SConstruct mode change 100644 => 100755 bsp/realview-a8/applications/SConscript mode change 100644 => 100755 bsp/realview-a8/applications/application.c mode change 100644 => 100755 bsp/realview-a8/applications/startup.c mode change 100644 => 100755 bsp/realview-a8/boot.sh mode change 100644 => 100755 bsp/realview-a8/drivers/SConscript mode change 100644 => 100755 bsp/realview-a8/drivers/board.c mode change 100644 => 100755 bsp/realview-a8/drivers/board.h mode change 100644 => 100755 bsp/realview-a8/drivers/realview.h mode change 100644 => 100755 bsp/realview-a8/drivers/serial.c mode change 100644 => 100755 bsp/realview-a8/drivers/serial.h mode change 100644 => 100755 bsp/realview-a8/linux_vmm/.gitignore mode change 100644 => 100755 bsp/realview-a8/linux_vmm/Makefile mode change 100644 => 100755 bsp/realview-a8/linux_vmm/build.sh mode change 100644 => 100755 bsp/realview-a8/linux_vmm/vmm_linux.c mode change 100644 => 100755 bsp/realview-a8/linux_vmm/vmm_linux.h mode change 100644 => 100755 bsp/realview-a8/mk.sh mode change 100644 => 100755 bsp/realview-a8/qemu.sh mode change 100644 => 100755 bsp/realview-a8/realview.lds mode change 100644 => 100755 bsp/realview-a8/realview_vmm.lds.S mode change 100644 => 100755 bsp/realview-a8/rtconfig.h mode change 100644 => 100755 bsp/realview-a8/rtconfig.py mode change 100644 => 100755 bsp/realview-a8/rtt_api.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/HALCoGen.dil mode change 100644 => 100755 bsp/rm48x50/HALCoGen/HALCoGen.hcg mode change 100644 => 100755 bsp/rm48x50/HALCoGen/HALCoGen_bak.dil mode change 100644 => 100755 bsp/rm48x50/HALCoGen/HALCoGen_bak.hcg mode change 100644 => 100755 bsp/rm48x50/HALCoGen/SConscript mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/adc.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/can.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/crc.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/dcc.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/dmm.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/emac.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/emif.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/esm.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/gio.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/hal_stdtypes.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/het.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/htu.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/hw_emac.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/hw_emac_ctrl.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/hw_mdio.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/hw_reg_access.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/hw_usb.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/i2c.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/lin.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/mdio.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/mibspi.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/pinmux.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/pom.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_adc.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_can.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_crc.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_dcc.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_dma.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_dmm.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_efc.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_emif.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_esm.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_flash.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_gio.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_het.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_htu.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_i2c.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_lin.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_mibspi.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_pbist.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_pcr.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_pinmux.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_pmm.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_pom.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_rti.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_rtp.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_sci.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_spi.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_stc.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_system.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_tcram.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/reg_vim.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/rti.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/rtp.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/sci.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/spi.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/std_nhet.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/sys_common.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/sys_core.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/sys_dma.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/sys_mpu.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/sys_pcr.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/sys_pmm.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/sys_pmu.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/sys_selftest.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/sys_vim.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/system.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/usb-ids.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/usb.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/usb_serial_structs.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/usbcdc.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/usbdcdc.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/usbdevice.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/usbdevicepriv.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/include/usblib.h mode change 100644 => 100755 bsp/rm48x50/HALCoGen/misra-c.txt mode change 100644 => 100755 bsp/rm48x50/HALCoGen/source/gio.c mode change 100644 => 100755 bsp/rm48x50/HALCoGen/source/rti.c mode change 100644 => 100755 bsp/rm48x50/HALCoGen/source/sys_link.cmd mode change 100644 => 100755 bsp/rm48x50/HALCoGen/source/sys_startup.c mode change 100644 => 100755 bsp/rm48x50/HALCoGen/source/sys_vim.c mode change 100644 => 100755 bsp/rm48x50/HALCoGen/source/system.c mode change 100644 => 100755 bsp/rm48x50/SConscript mode change 100644 => 100755 bsp/rm48x50/SConstruct mode change 100644 => 100755 bsp/rm48x50/application/SConscript mode change 100644 => 100755 bsp/rm48x50/application/application.c mode change 100644 => 100755 bsp/rm48x50/application/startup.c mode change 100644 => 100755 bsp/rm48x50/drivers/SConscript mode change 100644 => 100755 bsp/rm48x50/drivers/board.c mode change 100644 => 100755 bsp/rm48x50/drivers/board.h mode change 100644 => 100755 bsp/rm48x50/drivers/drv_uart.c mode change 100644 => 100755 bsp/rm48x50/drivers/drv_uart.h mode change 100644 => 100755 bsp/rm48x50/rm48x50.ld mode change 100644 => 100755 bsp/rm48x50/rtconfig.h mode change 100644 => 100755 bsp/rm48x50/rtconfig.py mode change 100644 => 100755 bsp/rv32m1_vega/README.md mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/.config mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/Kconfig mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/SConscript mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/SConstruct mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/applications/SConscript mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/applications/main.c mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/applications/mnt.c mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/board/SConscript mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/board/board.c mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/board/board.h mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/board/clock_config.c mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/board/clock_config.h mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/board/fsl_host.c mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/board/pin_mux.c mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/board/pin_mux.h mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/driver/Kconfig mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/driver/SConscript mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/driver/drv_gpio.c mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/driver/drv_gpio.h mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/driver/drv_sdcard.c mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/driver/drv_sdcard.h mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/driver/drv_uart.c mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/driver/drv_uart.h mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/link.lds mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/rtconfig.h mode change 100644 => 100755 bsp/rv32m1_vega/ri5cy/rtconfig.py mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/RISCV/core_riscv32.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/SConscript mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/RV32M1_ri5cy.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/RV32M1_ri5cy_features.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/RV32M1_zero_riscy.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/RV32M1_zero_riscy_features.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/SConscript mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_cau3.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_cau3.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_clock.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_clock.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_common.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_common.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_crc.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_crc.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_dac.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_dac.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_dmamux.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_dmamux.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_edma.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_edma.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_ewm.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_ewm.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flash.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flash.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_i2c_master.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_i2c_master.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_spi.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_spi.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_spi_edma.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_spi_edma.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_uart.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_uart.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_uart_edma.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_flexio_uart_edma.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_gpio.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_gpio.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_intmux.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_intmux.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_llwu.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_llwu.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpadc.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpadc.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpcmp.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpcmp.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpi2c.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpi2c.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpi2c_edma.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpi2c_edma.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpit.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpit.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpspi.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpspi.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpspi_edma.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpspi_edma.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lptmr.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lptmr.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpuart.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpuart.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpuart_edma.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_lpuart_edma.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_mmdvsq.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_mmdvsq.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_msmc.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_msmc.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_mu.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_mu.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_port.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_rtc.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_rtc.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_sema42.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_sema42.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_sim.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_sim.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_spm.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_spm.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_tpm.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_tpm.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_trng.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_trng.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_tstmr.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_usdhc.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_usdhc.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_wdog32.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_wdog32.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_xrdc.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_xrdc.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/fsl_device_registers.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/gcc/startup_RV32M1_ri5cy.S mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/gcc/startup_RV32M1_zero_riscy.S mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/system_RV32M1_ri5cy.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/system_RV32M1_ri5cy.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/system_RV32M1_zero_riscy.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/system_RV32M1_zero_riscy.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_debug_console.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_debug_console.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_debug_console_conf.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_io.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_io.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_log.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_log.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_shell.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_shell.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_str.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/fsl_str.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/SConscript mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/SConscript mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/inc/fsl_card.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/inc/fsl_host.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/inc/fsl_sdmmc.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/inc/fsl_specification.h mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/src/fsl_sd.c mode change 100644 => 100755 bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/src/fsl_sdmmc.c mode change 100644 => 100755 bsp/rx/RPDL/Interrupt_INTC.c mode change 100644 => 100755 bsp/rx/RPDL/Interrupt_RTC.c mode change 100644 => 100755 bsp/rx/RPDL/Interrupt_SPI.c mode change 100644 => 100755 bsp/rx/RPDL/Interrupt_TMR.c mode change 100644 => 100755 bsp/rx/RPDL/RX62N_library_LQFP_100.a mode change 100644 => 100755 bsp/rx/RPDL/interrupt_adc_10.c mode change 100644 => 100755 bsp/rx/RPDL/interrupt_adc_12.c mode change 100644 => 100755 bsp/rx/RPDL/interrupt_bsc.c mode change 100644 => 100755 bsp/rx/RPDL/interrupt_cmt.c mode change 100644 => 100755 bsp/rx/RPDL/interrupt_dmac.c mode change 100644 => 100755 bsp/rx/RPDL/interrupt_exdmac.c mode change 100644 => 100755 bsp/rx/RPDL/interrupt_iic.c mode change 100644 => 100755 bsp/rx/RPDL/interrupt_mtu2.c mode change 100644 => 100755 bsp/rx/RPDL/interrupt_not_rpdl.c mode change 100644 => 100755 bsp/rx/RPDL/interrupt_poe.c mode change 100644 => 100755 bsp/rx/RPDL/interrupt_sci.c mode change 100644 => 100755 bsp/rx/RPDL/interrupt_wdt.c mode change 100644 => 100755 bsp/rx/RPDL/macro.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_adc_10.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_adc_10_RX62Nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_adc_12.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_adc_12_RX62Nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_bsc.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_bsc_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_cgc.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_cgc_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_cmt.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_cmt_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_common_defs_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_crc.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_crc_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_dac_10.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_dac_10_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_definitions.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_dmac.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_dmac_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_dtc.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_dtc_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_exdmac.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_exdmac_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_iic.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_iic_rx62nxfp.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_iic_rx62nxnfp.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_intc.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_intc_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_io_port.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_io_port_rx62nxbg.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_io_port_rx62nxfb.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_io_port_rx62nxfp.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_io_port_rx62nxld.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_io_port_rx62nxle.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_iwdt.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_iwdt_RX62Nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_lpc.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_lpc_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_lvd.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_lvd_RX62Nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_mcu.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_mcu_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_mtu2.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_mtu2_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_pfc.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_pfc_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_poe.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_poe_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_ppg.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_ppg_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_rtc.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_rtc_RX62Nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_sci.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_sci_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_spi.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_spi_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_tmr.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_tmr_rx62nxx.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_user_definitions.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_wdt.h mode change 100644 => 100755 bsp/rx/RPDL/r_pdl_wdt_rx62nxx.h mode change 100644 => 100755 bsp/rx/ReadMe.txt mode change 100644 => 100755 bsp/rx/applications/SConscript mode change 100644 => 100755 bsp/rx/applications/application.c mode change 100644 => 100755 bsp/rx/applications/startup.c mode change 100644 => 100755 bsp/rx/drivers/Uart.h mode change 100644 => 100755 bsp/rx/drivers/board.c mode change 100644 => 100755 bsp/rx/drivers/board.h mode change 100644 => 100755 bsp/rx/drivers/uart.c mode change 100644 => 100755 bsp/rx/lnkr5f562n8.icf mode change 100644 => 100755 bsp/rx/project.vpj mode change 100644 => 100755 bsp/rx/project.vpw mode change 100644 => 100755 bsp/rx/project.vpwhist mode change 100644 => 100755 bsp/rx/project.vtg mode change 100644 => 100755 bsp/rx/rt.ewd mode change 100644 => 100755 bsp/rx/rt.ewp mode change 100644 => 100755 bsp/rx/rtconfig.h mode change 100644 => 100755 bsp/rx/rx62n.eww mode change 100644 => 100755 bsp/sam7x/SConscript mode change 100644 => 100755 bsp/sam7x/SConstruct mode change 100644 => 100755 bsp/sam7x/applications/SConscript mode change 100644 => 100755 bsp/sam7x/applications/application.c mode change 100644 => 100755 bsp/sam7x/applications/startup.c mode change 100644 => 100755 bsp/sam7x/drivers/AT91SAM7X.h mode change 100644 => 100755 bsp/sam7x/drivers/AT91SAM7X256.h mode change 100644 => 100755 bsp/sam7x/drivers/SConscript mode change 100644 => 100755 bsp/sam7x/drivers/board.c mode change 100644 => 100755 bsp/sam7x/drivers/board.h mode change 100644 => 100755 bsp/sam7x/drivers/mii.h mode change 100644 => 100755 bsp/sam7x/drivers/sam7x_emac.c mode change 100644 => 100755 bsp/sam7x/drivers/sam7x_emac.h mode change 100644 => 100755 bsp/sam7x/drivers/sd.c mode change 100644 => 100755 bsp/sam7x/drivers/sd.h mode change 100644 => 100755 bsp/sam7x/drivers/serial.c mode change 100644 => 100755 bsp/sam7x/drivers/serial.h mode change 100644 => 100755 bsp/sam7x/project.uvproj mode change 100644 => 100755 bsp/sam7x/rtconfig.h mode change 100644 => 100755 bsp/sam7x/rtconfig.py mode change 100644 => 100755 bsp/sam7x/sam7x_rom.ld mode change 100644 => 100755 bsp/sam7x/sam7x_rom.sct mode change 100644 => 100755 bsp/sam7x/template.uvproj mode change 100644 => 100755 bsp/samd21/README.txt mode change 100644 => 100755 bsp/samd21/SAM_D2X_RTT.sct mode change 100644 => 100755 bsp/samd21/SConscript mode change 100644 => 100755 bsp/samd21/SConstruct mode change 100644 => 100755 bsp/samd21/applications/SConscript mode change 100644 => 100755 bsp/samd21/applications/application.c mode change 100644 => 100755 bsp/samd21/applications/startup.c mode change 100644 => 100755 bsp/samd21/asflib_config/clock_samd20/conf_clocks.h mode change 100644 => 100755 bsp/samd21/asflib_config/clock_samd21_r21_da_ha1/conf_clocks.h mode change 100644 => 100755 bsp/samd21/asflib_config/conf_extint.h mode change 100644 => 100755 bsp/samd21/board/SConscript mode change 100644 => 100755 bsp/samd21/board/board.c mode change 100644 => 100755 bsp/samd21/board/board.h mode change 100644 => 100755 bsp/samd21/board/sleep_timer.c mode change 100644 => 100755 bsp/samd21/board/sleep_timer.h mode change 100644 => 100755 bsp/samd21/board/uart.c mode change 100644 => 100755 bsp/samd21/project.uvprojx mode change 100644 => 100755 bsp/samd21/rtconfig.h mode change 100644 => 100755 bsp/samd21/rtconfig.py mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_cmSimd.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/SConscript mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/boards/board.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/boards/security_xplained/security_xplained.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/boards/security_xplained/security_xplained.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/boards/sensors_xplained/sensors_xplained.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/boards/sensors_xplained/sensors_xplained.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/boards/sensors_xplained/xplained_headers.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/boards/user_board/board_config/conf_board.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/boards/user_board/debug_config/flash.gdb mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/boards/user_board/debug_config/flash.mac mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/boards/user_board/debug_config/ram.gdb mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/boards/user_board/debug_config/ram.mac mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/boards/user_board/init.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/boards/user_board/user_board.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/module_config/conf_atsha204.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_comm.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_comm.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_command_marshaling.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_command_marshaling.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_config.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_i2c.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_lib_return_codes.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/sha204_physical.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/drivers/nvm/common_nvm.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/drivers/nvm/sam/module_config/conf_nvm.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/drivers/nvm/sam/sam_nvm.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/adp/adp.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/adp/adp.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/adp/adp_interface.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/adp/sam/adp_interface_spi.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/adp/sam/adp_interface_twi.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/adp/sam0/adp_interface_spi.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/adp/sam0/adp_interface_twi.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/calendar/calendar.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/calendar/calendar.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/clock/dfll.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/clock/genclk.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/clock/osc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/clock/pll.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/clock/sysclk.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/cpu/reset_cause.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/crc32/crc32.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/crc32/crc32.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/delay/delay.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/delay/sam/cycle_counter.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/delay/sam/cycle_counter.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/fifo/fifo.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/fifo/fifo.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/gpio/gpio.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/gpio/sam_gpio/sam_gpio.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/hugemem/generic/hugemem.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/hugemem/hugemem.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/ioport/ioport.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/ioport/sam/ioport_gpio.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/ioport/sam/ioport_pio.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/ioport/sam0/ioport.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/isp/flip/flip_protocol.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/isp/flip/isp.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/isp/flip/module_config/conf_isp.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/serial/sam0_usart/usart_serial.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/serial/sam_uart/module_config/conf_uart_serial.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/serial/sam_uart/uart_serial.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/serial/serial.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/serial/usart_serial.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/sam/module_config/conf_sleepmgr.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/sam/sleepmgr.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/sam/sleepmgr.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/samd/module_config/conf_sleepmgr.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/samd/sleepmgr.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/samd/sleepmgr.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/sleepmgr/sleepmgr.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/spi/sam_spi/module_config/conf_spi_master.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/spi/sam_spi/spi_master.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/spi/sam_spi/spi_master.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/spi/sam_usart_spi/module_config/conf_usart_spi.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/spi/sam_usart_spi/usart_spi.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/spi/sam_usart_spi/usart_spi.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/spi/spi_master.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/spi/usart_spi.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/storage/ctrl_access/ctrl_access.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/storage/ctrl_access/ctrl_access.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/storage/ctrl_access/module_config/conf_access.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/storage/ecc_hamming/ecc-sw.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/storage/ecc_hamming/ecc-sw.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/twi/sam_twi/twi_master.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/twi/sam_twi/twi_slave.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/twi/sam_twihs/twihs_master.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/twi/sam_twihs/twihs_slave.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/twi/sam_twim/twi_master.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/twi/twi_master.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/twi/twi_slave.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/twi/twihs_master.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/services/twi/twihs_slave.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/interrupt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/interrupt/interrupt_avr32.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/interrupt/interrupt_avr8.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/interrupt/interrupt_sam_nvic.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/interrupt/interrupt_sam_nvic.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/make/Makefile.avr.in mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/membag/membag.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/membag/membag.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/membag/module_config/conf_membag.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/osprintf/osprintf.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/osprintf/osprintf.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/parts.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/stdio/read.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_serial/stdio_serial.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_usb/stdio_usb.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_usb/stdio_usb.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common/utils/stdio/write.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/delay/delay.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/delay/sam0/cycle_counter.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/delay/sam0/cycle_counter.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/delay/sam0/systick_counter.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/delay/sam0/systick_counter.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_c12832_a1z.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_c12832_a1z.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_framebuffer.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_framebuffer.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_generic.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_generic.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_menu.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_menu.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_null.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_null.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_screen_dump.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_spinctrl.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_spinctrl.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_text.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_text.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_ug_2832hsweg04.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/gfx_mono_ug_2832hsweg04.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/module_config/conf_menu.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/module_config/conf_spinctrl.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/module_config/conf_sysfont.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/sysfont.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/sysfont.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/tools/bitmap.py mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/tools/dump_display_over_serial.py mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/tools/readme.txt mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/boards/dummy/dummy_board.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/board_config/conf_board.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/board_init.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/debug_scripts/gcc/samd20_xplained_pro_flash.gdb mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/debug_scripts/gcc/samd20_xplained_pro_sram.gdb mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/debug_scripts/iar/samd20_xplained_pro_flash.mac mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/debug_scripts/iar/samd20_xplained_pro_sram.mac mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/samd20_xplained_pro.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/board_config/conf_board.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/board_init.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/debug_scripts/gcc/samd21_xplained_pro_flash.gdb mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/debug_scripts/gcc/samd21_xplained_pro_sram.gdb mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/debug_scripts/iar/samd21_xplained_pro_flash.mac mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/debug_scripts/iar/samd21_xplained_pro_sram.mac mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/samd21_xplained_pro.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac_callback.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac_sam_d_r_h/ac.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac_sam_l_c/ac.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_callback.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_b/adc_sam_b.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_d_r_h/adc.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_d_r_h/adc_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_d_r_h/adc_feature.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_l_c/adc.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_l_c/adc_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_l_c/adc_feature.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/aes/aes.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/aes/aes.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/aes/aes_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/aes/aes_callback.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/aon_sleep_timer/aon_sleep_timer.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/aon_sleep_timer/aon_sleep_timer.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_c/bod.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_c/bod_feature.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_d_r_h/bod.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_d_r_h/bod_feature.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_l/bod.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/bod/bod_sam_l/bod_feature.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/can/can.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/can/can.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/can/module_config/conf_can.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/ccl/ccl.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/ccl/ccl.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_callback.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_d_c_h/dac.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_d_c_h/dac_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_d_c_h/dac_feature.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_l/dac.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_l/dac_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_l/dac_feature.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/divas/divas.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/divas/divas.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/dma.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/dma.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/dma_crc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/dma_sam_b.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/dma_sam_b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/module_config/conf_dma.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dsu/crc32/crc32.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dsu/crc32/crc32.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dualtimer/dualtimer.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/dualtimer/dualtimer.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_common.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_hooks.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_hooks.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_sam_d_r_h/events.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_sam_l_c/events.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_callback.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_sam_d_r_h/extint.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_sam_l_c/extint.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/module_config/conf_extint.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/freqm/freqm.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/freqm/freqm.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/freqm/freqm_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/freqm/freqm_callback.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/gpio/gpio.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/gpio/gpio.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_common.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_master.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_master.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_master_interrupt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_master_interrupt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_slave.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_slave.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_slave_interrupt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/i2c_slave_interrupt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/i2s/i2s.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/i2s/i2s.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/i2s/i2s_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/i2s/i2s_callback.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/nvm/nvm.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/nvm/nvm.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/opamp/opamp.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/opamp/opamp.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/pac/pac.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/pac/pac_sam_d_r_h/pac.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/pac/pac_sam_l_c/pac.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/port/port.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/port/port.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/pwm/pwm.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/pwm/pwm.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/quad_decoder/quad_decoder.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/quad_decoder/quad_decoder.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_calendar.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_calendar_interrupt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_count.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_count_interrupt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_d_r_h/rtc_calendar.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_d_r_h/rtc_calendar_interrupt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_d_r_h/rtc_count.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_d_r_h/rtc_count_interrupt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/module_config/conf_rtc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/rtc_calendar.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/rtc_calendar_interrupt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/rtc_count.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/rtc_count_interrupt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_tamper.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/sdadc.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/sdadc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/sdadc_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/sdadc_callback.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_common.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_master.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_master_interrupt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/i2c_master.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/i2c_master_interrupt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/i2c_slave.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/i2c_slave_interrupt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/i2c_master.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/i2c_master_interrupt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/i2c_slave.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/i2c_slave_interrupt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_slave.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_slave_interrupt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/sercom.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/sercom.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/sercom_interrupt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/sercom_interrupt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/sercom_pinout.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/module_config/conf_spi.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/spi.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/spi.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/spi_interrupt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/spi_interrupt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi_master_vec/module-config/conf_spi.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi_master_vec/module-config/conf_spi_master_vec.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi_master_vec/spi_master_vec.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi_master_vec/spi_master_vec.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/usart.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/usart.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/usart_interrupt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/usart_interrupt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/slcd/module_config/conf_slcd.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/slcd/slcd.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/slcd/slcd.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/slcd/slcd_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/slcd/slcd_callback.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/module_config/conf_spi.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/spi.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/spi.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/spi_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/spi_callback.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/spi_flash/spi_flash.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/spi_flash/spi_flash.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/clock.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/clock_config_check.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/clock_feature.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/gclk.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/module_config/conf_clocks.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/clock.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/clock_config_check.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/clock_feature.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/gclk.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/module_config/conf_clocks.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/gclk.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/system_interrupt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/system_interrupt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/system_interrupt_samd20/system_interrupt_features.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/system_interrupt_samd21/system_interrupt_features.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/pinmux/pinmux.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/pinmux/pinmux.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/power/power_sam_c/power.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/power/power_sam_d_r_h/power.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/power/power_sam_l/power.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/reset/reset_sam_c/reset.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/reset/reset_sam_d_r_h/reset.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/reset/reset_sam_l/reset.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/system.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/system.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/system_sam_b.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/system/system_sam_b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_interrupt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_interrupt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_sam_d_r_h/tc.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_sam_l_c/tc.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/tcc.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/tcc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/tcc_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/tcc_callback.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/timer/timer.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/timer/timer.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/trng/trng.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/trng/trng.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/trng/trng_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/trng/trng_callback.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/tsens/tsens.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/tsens/tsens.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/tsens/tsens_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/tsens/tsens_callback.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/uart/uart.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/uart/uart.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/usb_device_udd.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/usb_dual.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/usb_dual.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/usb_host_uhd.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_d_r/usb.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_l/usb.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt_callback.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt_callback.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt_sam_b.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/wdt_sam_b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/ac.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/adc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/dac.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/dsu.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/eic.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/evsys.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/gclk.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/nvmctrl.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/pac.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/pm.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/port.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/rtc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/sercom.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/sysctrl.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/tc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/wdt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/ac.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/adc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/dac.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/dsu.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/eic.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/evsys.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/gclk.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/nvmctrl.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/pac0.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/pac1.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/pac2.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/pm.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/port.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/rtc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom0.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom1.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom2.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom3.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom4.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sercom5.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/sysctrl.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc0.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc1.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc2.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc3.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc4.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc5.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc6.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/tc7.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/instance/wdt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20e14.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20e15.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20e16.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20e17.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20e18.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g14.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g15.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g16.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g17.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g17u.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g18.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20g18u.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20j14.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20j15.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20j16.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20j17.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/pio/samd20j18.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20e14.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20e15.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20e16.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20e17.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20e18.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g14.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g15.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g16.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g17.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g17u.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g18.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20g18u.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20j14.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20j15.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20j16.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20j17.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/samd20j18.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/arm/startup_SAMD20.s mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/gcc/startup_samd20.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/iar/startup_samd20.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/system_samd20.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/system_samd20.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/ac.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/adc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/dac.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/dmac.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/dsu.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/eic.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/evsys.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/gclk.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/hmatrixb.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/i2s.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/mtb.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/nvmctrl.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/pac.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/pm.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/port.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/rtc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/sercom.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/sysctrl.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/tc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/tcc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/tcc_lighting.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/usb.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/wdt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/ac.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/ac1.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/adc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/dac.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/dmac.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/dsu.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/eic.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/evsys.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/gclk.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/i2s.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/mtb.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/nvmctrl.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/pac0.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/pac1.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/pac2.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/pm.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/port.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/rtc.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sbmatrix.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom0.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom1.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom2.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom3.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom4.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sercom5.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/sysctrl.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tc3.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tc4.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tc5.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tc6.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tc7.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tcc0.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tcc1.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/tcc2.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/usb.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/instance/wdt.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e15a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e15b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e15bu.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e15l.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e16a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e16b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e16bu.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e16l.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e17a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21e18a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g15a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g15b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g15l.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g16a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g16b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g16l.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g17a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g17au.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g18a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21g18au.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j15a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j15b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j16a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j16b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j17a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/pio/samd21j18a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e15a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e15b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e15bu.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e15l.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e16a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e16b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e16bu.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e16l.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e17a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21e18a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g15a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g15b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g15l.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g16a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g16b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g16l.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g17a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g17au.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g18a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21g18au.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j15a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j15b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j16a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j16b.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j17a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/samd21j18a.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/arm/startup_SAMD21.s mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/gcc/startup_samd21.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/iar/startup_samd21.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/system_samd21.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/system_samd21.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/compiler.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/header_files/io.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e14_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e14_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e15_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e15_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e16_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e16_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e17_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e17_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e18_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20e18_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g14_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g14_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g15_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g15_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g16_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g16_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g17_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g17_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g17u_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g17u_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g18_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g18_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g18u_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20g18u_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j14_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j14_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j15_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j15_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j16_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j16_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j17_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j17_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j18_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/gcc/samd20j18_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e14_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e14_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e15_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e15_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e16_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e16_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e17_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e17_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e18_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20e18_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g14_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g14_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g15_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g15_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g16_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g16_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g17_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g17_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g17u_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g17u_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g18_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g18_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g18u_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20g18u_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j14_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j14_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j15_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j15_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j16_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j16_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j17_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j17_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j18_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd20/iar/samd20j18_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15a_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15a_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15b_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15b_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15bu_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15bu_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15l_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e15l_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16a_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16a_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16b_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16b_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16bu_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16bu_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16l_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e16l_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e17a_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e17a_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e18a_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21e18a_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15a_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15a_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15b_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15b_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15l_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g15l_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16a_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16a_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16b_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16b_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16l_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g16l_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g17a_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g17a_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g17au_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g17au_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g18a_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g18a_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g18au_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21g18au_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j15a_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j15a_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j15b_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j15b_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j16a_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j16a_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j16b_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j16b_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j17a_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j17a_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j18a_flash.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/samd21j18a_sram.ld mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15a_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15a_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15b_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15b_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15bu_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15bu_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15l_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e15l_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16a_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16a_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16b_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16b_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16bu_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16bu_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16l_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e16l_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e17a_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e17a_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e18a_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21e18a_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15a_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15a_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15b_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15b_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15l_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g15l_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16a_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16a_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16b_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16b_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16l_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g16l_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g17a_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g17a_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g17au_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g17au_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g18a_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g18a_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g18au_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21g18au_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j15a_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j15a_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j15b_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j15b_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j16a_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j16a_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j16b_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j16b_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j17a_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j17a_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j18a_flash.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/iar/samd21j18a_sram.icf mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/make/Makefile.sam.in mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/mrecursion.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/mrepeat.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/preprocessor.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/stringz.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/tpaste.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/status_codes.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/stdio/read.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/stdio/stdio_serial/stdio_serial.h mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/stdio/write.c mode change 100644 => 100755 bsp/samd21/sam_d2x_asflib/sam0/utils/syscalls/gcc/syscalls.c mode change 100644 => 100755 bsp/samd21/template.uvprojx mode change 100644 => 100755 bsp/sep6200/SConscript mode change 100644 => 100755 bsp/sep6200/SConstruct mode change 100644 => 100755 bsp/sep6200/application/SConscript mode change 100644 => 100755 bsp/sep6200/application/application.c mode change 100644 => 100755 bsp/sep6200/application/startup.c mode change 100644 => 100755 bsp/sep6200/board.h mode change 100644 => 100755 bsp/sep6200/drivers/SConscript mode change 100644 => 100755 bsp/sep6200/drivers/board.c mode change 100644 => 100755 bsp/sep6200/rtconfig.h mode change 100644 => 100755 bsp/sep6200/rtconfig.py mode change 100644 => 100755 bsp/sep6200/sep6200.ld mode change 100644 => 100755 bsp/simulator/.config mode change 100644 => 100755 bsp/simulator/.gdbinit mode change 100644 => 100755 bsp/simulator/.gitignore mode change 100644 => 100755 bsp/simulator/Debug/SDL2.dll mode change 100644 => 100755 bsp/simulator/Kconfig mode change 100644 => 100755 bsp/simulator/SConscript mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_assert.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_atomic.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_audio.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_bits.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_blendmode.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_clipboard.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_config.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_config.h.cmake mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_config.h.in mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_config_android.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_config_iphoneos.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_config_macosx.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_config_macosx.h.orig mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_config_minimal.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_config_pandora.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_config_psp.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_config_windows.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_config_winrt.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_config_wiz.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_copying.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_cpuinfo.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_egl.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_endian.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_error.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_events.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_filesystem.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_gamecontroller.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_gesture.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_haptic.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_hints.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_joystick.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_keyboard.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_keycode.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_loadso.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_log.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_main.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_messagebox.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_mouse.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_mutex.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_name.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_opengl.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_opengl_glext.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_opengles.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_opengles2.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_opengles2_gl2.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_opengles2_gl2ext.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_opengles2_gl2platform.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_opengles2_khrplatform.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_pixels.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_platform.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_power.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_quit.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_rect.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_render.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_revision.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_rwops.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_scancode.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_shape.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_stdinc.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_surface.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_system.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_syswm.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_test.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_test_assert.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_test_common.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_test_compare.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_test_crc32.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_test_font.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_test_fuzzer.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_test_harness.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_test_images.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_test_log.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_test_md5.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_test_memory.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_test_random.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_thread.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_timer.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_touch.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_types.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_version.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_video.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/SDL_vulkan.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/begin_code.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/include/close_code.h mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/lib/x86/SDL2.dll mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/lib/x86/SDL2.lib mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/lib/x86/SDL2main.lib mode change 100644 => 100755 bsp/simulator/SDL2-2.0.7/lib/x86/SDL2test.lib mode change 100644 => 100755 bsp/simulator/applications/SConscript mode change 100644 => 100755 bsp/simulator/applications/mnt.c mode change 100644 => 100755 bsp/simulator/applications/platform.c mode change 100644 => 100755 bsp/simulator/applications/startup.c mode change 100644 => 100755 bsp/simulator/createdef.py mode change 100644 => 100755 bsp/simulator/disk/nand/nothing mode change 100644 => 100755 bsp/simulator/disk/nor/nothing mode change 100644 => 100755 bsp/simulator/disk/sd/nothing mode change 100644 => 100755 bsp/simulator/drivers/SConscript mode change 100644 => 100755 bsp/simulator/drivers/board.h mode change 100644 => 100755 bsp/simulator/drivers/dfs_win32.c mode change 100644 => 100755 bsp/simulator/drivers/module_win32.c mode change 100644 => 100755 bsp/simulator/drivers/nanddrv_file.c mode change 100644 => 100755 bsp/simulator/drivers/sst25vfxx_mtd.h mode change 100644 => 100755 bsp/simulator/drivers/sst25vfxx_mtd_sim.c mode change 100644 => 100755 bsp/simulator/drivers/tap_netif.c mode change 100644 => 100755 bsp/simulator/drivers/uart_console.c mode change 100644 => 100755 bsp/simulator/drivers/uart_console.h mode change 100644 => 100755 bsp/simulator/dummy.c mode change 100644 => 100755 bsp/simulator/gcc.ld mode change 100644 => 100755 bsp/simulator/mingw.ld mode change 100644 => 100755 bsp/simulator/pcap/Include/Packet32.h mode change 100644 => 100755 bsp/simulator/pcap/Include/Win32-Extensions.h mode change 100644 => 100755 bsp/simulator/pcap/Include/bittypes.h mode change 100644 => 100755 bsp/simulator/pcap/Include/ip6_misc.h mode change 100644 => 100755 bsp/simulator/pcap/Include/pcap-bpf.h mode change 100644 => 100755 bsp/simulator/pcap/Include/pcap-namedb.h mode change 100644 => 100755 bsp/simulator/pcap/Include/pcap-stdinc.h mode change 100644 => 100755 bsp/simulator/pcap/Include/pcap.h mode change 100644 => 100755 bsp/simulator/pcap/Include/pcap/bluetooth.h mode change 100644 => 100755 bsp/simulator/pcap/Include/pcap/bpf.h mode change 100644 => 100755 bsp/simulator/pcap/Include/pcap/namedb.h mode change 100644 => 100755 bsp/simulator/pcap/Include/pcap/pcap.h mode change 100644 => 100755 bsp/simulator/pcap/Include/pcap/sll.h mode change 100644 => 100755 bsp/simulator/pcap/Include/pcap/usb.h mode change 100644 => 100755 bsp/simulator/pcap/Include/pcap/vlan.h mode change 100644 => 100755 bsp/simulator/pcap/Include/remote-ext.h mode change 100644 => 100755 bsp/simulator/pcap/Lib/Packet.lib mode change 100644 => 100755 bsp/simulator/pcap/Lib/wpcap.lib mode change 100644 => 100755 bsp/simulator/pcap/Lib/x64/Packet.lib mode change 100644 => 100755 bsp/simulator/pcap/Lib/x64/wpcap.lib mode change 100644 => 100755 bsp/simulator/pcap/SConscript mode change 100644 => 100755 bsp/simulator/pcap/pcap_netif.c mode change 100644 => 100755 bsp/simulator/readme.txt mode change 100644 => 100755 bsp/simulator/readme_en.txt mode change 100644 => 100755 bsp/simulator/rtconfig_project.h mode change 100644 => 100755 bsp/simulator/template_vs2005.vcproj mode change 100644 => 100755 bsp/simulator/template_vs2012.vcxproj mode change 100644 => 100755 bsp/stm32/README.md mode change 100644 => 100755 "bsp/stm32/docs/STM32\347\263\273\345\210\227BSP\345\210\266\344\275\234\346\225\231\347\250\213.md" mode change 100644 => 100755 "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" mode change 100644 => 100755 "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" mode change 100644 => 100755 "bsp/stm32/docs/STM32\347\263\273\345\210\227\351\251\261\345\212\250\344\273\213\347\273\215.md" mode change 100644 => 100755 bsp/stm32/docs/figures/CubeMX_1.png mode change 100644 => 100755 bsp/stm32/docs/figures/CubeMX_2.png mode change 100644 => 100755 bsp/stm32/docs/figures/CubeMX_3.png mode change 100644 => 100755 bsp/stm32/docs/figures/CubeMX_4.png mode change 100644 => 100755 bsp/stm32/docs/figures/CubeMX_5.png mode change 100644 => 100755 bsp/stm32/docs/figures/Kconfig.png mode change 100644 => 100755 bsp/stm32/docs/figures/Kconfig2.png mode change 100644 => 100755 bsp/stm32/docs/figures/Peripheral.png mode change 100644 => 100755 bsp/stm32/docs/figures/SConscript.png mode change 100644 => 100755 bsp/stm32/docs/figures/adc_config1.png mode change 100644 => 100755 bsp/stm32/docs/figures/adc_config2.png mode change 100644 => 100755 bsp/stm32/docs/figures/adc_config3.png mode change 100644 => 100755 bsp/stm32/docs/figures/adc_config4.png mode change 100644 => 100755 bsp/stm32/docs/figures/board_1.png mode change 100644 => 100755 bsp/stm32/docs/figures/board_2.png mode change 100644 => 100755 bsp/stm32/docs/figures/board_h.png mode change 100644 => 100755 bsp/stm32/docs/figures/bsp_template_dir.png mode change 100644 => 100755 bsp/stm32/docs/figures/complise.png mode change 100644 => 100755 bsp/stm32/docs/figures/config.png mode change 100644 => 100755 bsp/stm32/docs/figures/config1.png mode change 100644 => 100755 bsp/stm32/docs/figures/config2.png mode change 100644 => 100755 bsp/stm32/docs/figures/config3.png mode change 100644 => 100755 bsp/stm32/docs/figures/config4.png mode change 100644 => 100755 bsp/stm32/docs/figures/config5.png mode change 100644 => 100755 bsp/stm32/docs/figures/copy.png mode change 100644 => 100755 bsp/stm32/docs/figures/cube_spi3.png mode change 100644 => 100755 bsp/stm32/docs/figures/cubemx.png mode change 100644 => 100755 bsp/stm32/docs/figures/exit.png mode change 100644 => 100755 bsp/stm32/docs/figures/frame.png mode change 100644 => 100755 bsp/stm32/docs/figures/heap_config.png mode change 100644 => 100755 bsp/stm32/docs/figures/i2c_device.png mode change 100644 => 100755 bsp/stm32/docs/figures/link_icf.png mode change 100644 => 100755 bsp/stm32/docs/figures/link_lds.png mode change 100644 => 100755 bsp/stm32/docs/figures/linker_scripts.png mode change 100644 => 100755 bsp/stm32/docs/figures/linkscripts_change.png mode change 100644 => 100755 bsp/stm32/docs/figures/menuconfig.png mode change 100644 => 100755 bsp/stm32/docs/figures/menuconfig_1.png mode change 100644 => 100755 bsp/stm32/docs/figures/menuconfig_2.png mode change 100644 => 100755 bsp/stm32/docs/figures/menuconfig_3.png mode change 100644 => 100755 bsp/stm32/docs/figures/menuconfig_4.png mode change 100644 => 100755 bsp/stm32/docs/figures/menuconfig_apolo.png mode change 100644 => 100755 bsp/stm32/docs/figures/on_chip_config.png mode change 100644 => 100755 bsp/stm32/docs/figures/open_cubemx.png mode change 100644 => 100755 bsp/stm32/docs/figures/pulse_encoder_config1.png mode change 100644 => 100755 bsp/stm32/docs/figures/pulse_encoder_config2.png mode change 100644 => 100755 bsp/stm32/docs/figures/pulse_encoder_config3.png mode change 100644 => 100755 bsp/stm32/docs/figures/pulse_encoder_config4.png mode change 100644 => 100755 bsp/stm32/docs/figures/pwm_config1.png mode change 100644 => 100755 bsp/stm32/docs/figures/pwm_config2.png mode change 100644 => 100755 bsp/stm32/docs/figures/pwm_config3.png mode change 100644 => 100755 bsp/stm32/docs/figures/pwm_config4.png mode change 100644 => 100755 bsp/stm32/docs/figures/rt_device.png mode change 100644 => 100755 bsp/stm32/docs/figures/run_flash.png mode change 100644 => 100755 bsp/stm32/docs/figures/run_spi3.png mode change 100644 => 100755 bsp/stm32/docs/figures/save.png mode change 100644 => 100755 bsp/stm32/docs/figures/scons_mdk5.png mode change 100644 => 100755 bsp/stm32/docs/figures/spi_code.png mode change 100644 => 100755 bsp/stm32/docs/figures/spi_config.png mode change 100644 => 100755 bsp/stm32/docs/figures/spi_flash.png mode change 100644 => 100755 bsp/stm32/docs/figures/template_1.png mode change 100644 => 100755 bsp/stm32/docs/figures/template_2.png mode change 100644 => 100755 bsp/stm32/docs/figures/template_3.png mode change 100644 => 100755 bsp/stm32/docs/figures/timer_config1.png mode change 100644 => 100755 bsp/stm32/docs/figures/timer_config2.png mode change 100644 => 100755 bsp/stm32/docs/figures/timer_config3.png mode change 100644 => 100755 bsp/stm32/docs/figures/timer_config4.png mode change 100644 => 100755 bsp/stm32/docs/figures/update.png mode change 100644 => 100755 bsp/stm32/docs/figures/xCubeMX_1.png mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/SConscript mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f0/adc_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f0/dma_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f0/pwm_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f0/spi_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f0/tim_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f0/uart_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f1/adc_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f1/dma_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f1/pulse_encoder_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f1/pwm_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f1/sdio_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f1/spi_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f1/tim_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f1/uart_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f1/usbd_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f2/adc_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f2/dma_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f2/pwm_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f2/sdio_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f2/spi_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f2/tim_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f2/uart_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f4/adc_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f4/dma_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f4/pulse_encoder_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f4/pwm_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f4/qspi_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f4/sdio_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f4/spi_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f4/tim_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f4/uart_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f4/usbd_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f7/adc_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f7/dma_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f7/pwm_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f7/qspi_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f7/sdio_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f7/spi_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f7/tim_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/f7/uart_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g0/adc_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g0/dma_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g0/pwm_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g0/spi_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g0/tim_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g0/uart_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g4/adc_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g4/dma_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g4/pulse_encoder_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g4/pwm_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g4/qspi_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g4/sdio_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g4/spi_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g4/tim_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g4/uart_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/g4/usbd_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/h7/adc_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/h7/dma_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/h7/pwm_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/h7/qspi_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/h7/sdio_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/h7/spi_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/h7/tim_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/h7/uart_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/h7/usbd_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/l0/dma_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/l0/uart_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/l4/adc_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/l4/dma_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/l4/pwm_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/l4/qspi_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/l4/sdio_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/l4/spi_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/l4/tim_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/l4/uart_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/config/l4/usbd_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_adc.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_can.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_can.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_common.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_common.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_config.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_crypto.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_crypto.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_dma.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_eth.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_eth.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_f0.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_f1.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_f2.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_f4.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_f7.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_flash/drv_flash_l4.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_hwtimer.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_lcd.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_lcd_mipi.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_log.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_lptim.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_lptim.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_pm.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_pulse_encoder.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_pwm.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_qspi.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_qspi.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_sdio.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_sdio.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_sdram.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_soft_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_soft_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_spi.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_spi.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_usart.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_usart.h mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_usbd.c mode change 100644 => 100755 bsp/stm32/libraries/HAL_Drivers/drv_wdt.c mode change 100644 => 100755 bsp/stm32/libraries/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f030xc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f031x6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f038xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f048xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f051x8.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f058xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f070x6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f070xb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f071xb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f072xb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f078xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f091xc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f098xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030x8.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030xc.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f031x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f038xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f042x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f048xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f051x8.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f058xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f070x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f070xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f071xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f072xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f078xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f091xc.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f098xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030x8.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030xc.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f031x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f038xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f042x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f048xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f051x8.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f058xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f070x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f070xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f071xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f072xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f078xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f091xc.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f098xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f030x6_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f030x8_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f030xc_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f031x6_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f038xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f042x6_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f048xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f051x8_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f058xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f070x6_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f070xb_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f071xb_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f072xb_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f078xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f091xc_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f091xc_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f098xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f098xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f030x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f030x8.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f030xc.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f031x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f038xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f042x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f048xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f051x8.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f058xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f070x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f070xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f071xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f072xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f078xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f091xc.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f098xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/system_stm32f0xx.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/cmsis_armcc_V6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_cmSimd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/RTOS/Template/cmsis_os.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/SConscript mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/Legacy/stm32f0xx_hal_can_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32_assert_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_adc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_can.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_cec.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_comp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_conf_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_crc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dac_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_def.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2s.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_irda.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_irda_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rtc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_smartcard.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_smartcard_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_smbus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_spi_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tsc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_uart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_uart_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_usart_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_comp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/Legacy/stm32f0xx_hal_can.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_can.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cec.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_comp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cortex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_crc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dac_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2s.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_irda.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_iwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_msp_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rtc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_smartcard.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_smartcard_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_smbus.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_timebase_rtc_alarm_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_timebase_rtc_wakeup_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_timebase_tim_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tsc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_wwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_comp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_crs.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Release_Notes.html mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xe.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xg.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f105xc.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f107xc.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F100XB_FLASH.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F100XE_FLASH.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F101X6_FLASH.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F101XB_FLASH.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F101XE_FLASH.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F101XG_FLASH.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F102X6_FLASH.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F102XB_FLASH.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F103X6_FLASH.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F103XB_FLASH.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F103XE_FLASH.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F103XG_FLASH.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F105XC_FLASH.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/linker/STM32F107XC_FLASH.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xe.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xe.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xg.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xe.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xg.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f105xc.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f107xc.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_armcc_V6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_armclang.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_compiler.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_iccarm.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/cmsis_version.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_armv8mbl.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_armv8mml.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm1.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm23.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm33.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_cmSimd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/mpu_armv7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/mpu_armv8.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Include/tz_context.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Lib/license.txt mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/RTOS/Template/cmsis_os.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/SConscript mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_ex_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32_assert_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cec.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_conf_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_eth.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_hcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2s.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_irda.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_mmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nand.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nor.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pccard.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_smartcard.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/Legacy/stm32f1xx_hal_can.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_msp_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nand.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nor.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pccard.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_rtc_alarm_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_tim_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/stm32f205xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/stm32f207xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/stm32f215xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/stm32f217xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/stm32f2xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Include/system_stm32f2xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f205xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f207xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f215xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f217xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f205xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f207xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f215xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f217xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f205xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f205xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f207xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f207xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f215xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f215xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f217xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f217xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f205xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f207xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f215xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f217xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Device/ST/STM32F2xx/Source/Templates/system_stm32f2xx.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_armcc_V6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_armclang.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_compiler.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_iccarm.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/cmsis_version.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_armv8mbl.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_armv8mml.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm1.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm23.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm33.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_cmSimd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/mpu_armv7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/mpu_armv8.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/Include/tz_context.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/CMSIS/RTOS/Template/cmsis_os.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/SConscript mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/Legacy/stm32f2xx_hal_can_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32_assert_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_adc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_can.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_conf_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_cryp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dac_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dcmi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dcmi_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_def.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dma_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_eth.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_flash.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_flash_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_gpio_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_hash.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_hcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_i2s.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_irda.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_mmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_nand.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_nor.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pccard.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pcd_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pwr_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rcc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rtc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_sd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_smartcard.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_sram.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_tim_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_uart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_bus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_fsmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_sdmmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_system.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_usb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_utils.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/Legacy/stm32f2xx_hal_can.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_adc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_can.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_cortex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_cryp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dac_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dcmi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dcmi_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dma_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_eth.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_flash.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_flash_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_hash.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_hcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_i2s.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_irda.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_iwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_mmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_msp_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_nand.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_nor.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pccard.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pwr_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rcc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rtc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_sd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_smartcard.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_sram.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_tim_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_timebase_rtc_alarm_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_timebase_rtc_wakeup_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_timebase_tim_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_uart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_wwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_fsmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_sdmmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_usb.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_utils.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xe.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f410cx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f410rx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f410tx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f412cx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f412rx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f412vx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f412zx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f413xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f415xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f417xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f423xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f427xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f429xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f437xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f439xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f469xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f479xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Release_Notes.html mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xc.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xe.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f405xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f407xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410cx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410rx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410tx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f411xe.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412cx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412rx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412vx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412zx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f413xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f415xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f417xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f423xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f429xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f437xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f439xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f446xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f469xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f479xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f401xc.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f401xe.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f405xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f407xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f410cx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f410rx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f410tx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f411xe.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412cx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412rx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412vx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412zx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f413xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f415xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f417xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f423xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f427xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f429xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f437xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f439xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f446xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f469xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f479xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f401xc_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f401xc_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f401xe_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f401xe_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f405xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f405xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f407xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f407xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410cx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410cx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410rx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410rx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410tx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f410tx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f411xe_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f411xe_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412cx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412cx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412rx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412rx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412vx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412vx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412zx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f412zx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f413xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f413xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f415xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f415xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f417xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f417xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f423xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f423xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f427xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f427xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f429xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f429xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f437xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f437xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f439xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f439xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f446xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f446xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f469xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f469xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f479xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/stm32f479xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f401xc.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f401xe.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f405xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f407xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410cx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410rx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410tx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f411xe.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412cx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412rx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412vx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412zx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f413xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f415xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f417xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f423xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f427xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f429xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f437xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f439xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f446xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f469xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f479xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Documentation/index.html mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_armclang.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_compiler.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_iccarm.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/cmsis_version.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_armv8mbl.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_armv8mml.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm1.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm23.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm33.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/mpu_armv7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/mpu_armv8.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Include/tz_context.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/RTOS/Template/cmsis_os.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/SConscript mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/Legacy/stm32f4xx_hal_can_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32_assert_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_can.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cec.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_conf_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cryp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cryp_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dac_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dcmi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dcmi_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dfsdm.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma2d.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dsi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_eth.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_fmpi2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_fmpi2c_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_hash.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_hash_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_hcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_irda.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_lptim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_ltdc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_ltdc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_mmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_nand.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_nor.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pccard.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_qspi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rtc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sai.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sai_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sdram.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_smartcard.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_smbus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spdifrx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sram.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_bus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_dma2d.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_fmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_fsmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_lptim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_sdmmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_system.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_usb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_utils.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Release_Notes.html mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/Legacy/stm32f4xx_hal_can.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cec.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dcmi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dcmi_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dfsdm.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma2d.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dsi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpi2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpi2c_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hash.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hash_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_irda.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_iwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_lptim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_ltdc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_ltdc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_mmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_msp_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_nand.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_nor.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pccard.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_qspi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sai.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sai_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sdram.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_smartcard.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_smbus.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spdifrx.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_timebase_rtc_alarm_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_timebase_rtc_wakeup_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_timebase_tim_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_wwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_dma2d.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fsmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_lptim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_sdmmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_utils.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f722xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f723xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f730xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f732xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f733xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f745xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f746xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f750xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f756xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f765xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f767xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f769xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f777xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f779xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/stm32f7xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Include/system_stm32f7xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Release_Notes.html mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f722xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f723xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f730xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f732xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f733xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f745xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f746xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f750xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f756xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f765xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f767xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f769xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f777xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/arm/startup_stm32f779xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f722xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f723xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f730xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f732xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f733xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f745xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f746xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f750xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f756xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f765xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f767xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f769xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f777xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f779xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f722xx_ITCM_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f722xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f722xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f723xx_ITCM_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f723xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f723xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f730xx_ITCM_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f730xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f730xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f732xx_ITCM_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f732xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f732xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f733xx_ITCM_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f733xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f733xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f745xx_ITCM_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f745xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f745xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f746xx_ITCM_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f746xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f746xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f750xx_ITCM_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f750xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f750xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f756xx_ITCM_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f756xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f756xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f765xx_ITCM_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f765xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f765xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f767xx_ITCM_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f767xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f767xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f769xx_ITCM_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f769xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f769xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f777xx_ITCM_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f777xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f777xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f779xx_ITCM_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f779xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/linker/stm32f779xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f722xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f723xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f730xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f732xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f733xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f745xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f746xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f750xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f756xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f765xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f767xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f769xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f777xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/iar/startup_stm32f779xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Device/ST/STM32F7xx/Source/Templates/system_stm32f7xx.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Documentation/index.html mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_armcc_V6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_armclang.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_compiler.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_iccarm.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/cmsis_version.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_armv8mbl.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_armv8mml.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm1.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm23.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm33.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_cmSimd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/mpu_armv7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/mpu_armv8.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/Include/tz_context.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/CMSIS/RTOS/Template/cmsis_os.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/SConscript mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/Legacy/stm32f7xx_hal_can_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32_assert_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_can.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cec.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_conf_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_crc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cryp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cryp_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dac_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dcmi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dcmi_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_def.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dfsdm.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma2d.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dsi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_eth.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_hash.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_hash_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_hcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2s.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_irda.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_irda_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_jpeg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_lptim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_ltdc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_ltdc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_mdios.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_mmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_nand.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_nor.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pcd_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pwr_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_qspi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rtc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sai.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sai_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sdram.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_smartcard.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_smartcard_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_smbus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_spdifrx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_spi_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sram.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_tim_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_uart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_uart_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_usart_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma2d.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_fmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_lptim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_sdmmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_system.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_utils.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Release_Notes.html mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/Legacy/stm32f7xx_hal_can.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_adc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_can.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cec.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cortex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_crc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cryp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cryp_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dac_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dcmi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dcmi_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dfsdm.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma2d.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dsi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_eth.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_hash.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_hash_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_hcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_i2c_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_i2s.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_irda.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_iwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_jpeg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_lptim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_ltdc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_ltdc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_mdios.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_mmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_msp_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_nand.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_nor.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pcd_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_qspi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rtc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sai.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sai_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sdram.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_smartcard.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_smartcard_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_smbus.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_spdifrx.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_spi_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sram.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_tim_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_timebase_rtc_alarm_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_timebase_rtc_wakeup_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_timebase_tim_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_uart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_uart_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_wwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma2d.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_fmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_lptim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_sdmmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usb.c mode change 100644 => 100755 bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_utils.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/arm_common_tables.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/arm_const_structs.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/arm_math.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/cmsis_armcc_V6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cm0.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cm0plus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cm3.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cm4.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cm7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cmFunc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cmInstr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_cmSimd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_sc000.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/Include/core_sc300.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g030xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g031xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g041xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g070xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g071xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g081xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/stm32g0xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Include/system_stm32g0xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g030xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g031xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g041xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g070xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g071xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/arm/startup_stm32g081xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g030xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g031xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g041xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g070xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g071xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/gcc/startup_stm32g081xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g030xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g030xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g031xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g031xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g041xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g041xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g070xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g070xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g071xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g071xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g081xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/linker/stm32g081xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g030xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g031xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g041xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g070xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g071xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/iar/startup_stm32g081xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Device/ST/STM32G0xx/Source/Templates/system_stm32g0xx.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/cmsis_armcc_V6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_cmSimd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/CMSIS/README.txt mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/SConscript mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32_assert_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_adc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cec.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_comp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_conf_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_crc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cryp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cryp_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dac_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_def.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_i2c_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_i2s.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_irda.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_irda_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_lptim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rtc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_smartcard.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_smartcard_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_smbus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_spi_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_uart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_uart_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_usart_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_bus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_comp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dmamux.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_lptim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_lpuart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_system.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_ucpd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_utils.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_adc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cec.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_comp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_crc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cryp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cryp_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dac_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_i2c_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_i2s.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_irda.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_iwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_lptim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_msp_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rtc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_smartcard.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_smartcard_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_smbus.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_spi_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_timebase_rtc_alarm_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_timebase_rtc_wakeup_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_timebase_tim_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_uart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_uart_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_usart_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_wwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_comp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_lptim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_lpuart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_ucpd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g431xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g441xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g471xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g473xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g474xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g483xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g484xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32g4xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/stm32gbk1cb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Include/system_stm32g4xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Release_Notes.html mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g431xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g441xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g471xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g473xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g474xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g483xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g484xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32gbk1cb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g431xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g441xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g471xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g473xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g474xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g483xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g484xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32gbk1cb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g431xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g431xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g441xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g441xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g471xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g471xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g473xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g473xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g474xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g474xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g481xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g481xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g483xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g483xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g484xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g484xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32gbk1cb_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32gbk1cb_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g431xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g441xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g471xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g473xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g474xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g483xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g484xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32gbk1cb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/system_stm32g4xx.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_armclang.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_compiler.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_iccarm.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/cmsis_version.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_armv8mbl.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_armv8mml.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm1.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm23.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm33.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/mpu_armv7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/mpu_armv8.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Include/tz_context.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS/Template/cmsis_os.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Include/cmsis_os2.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Include/os_tick.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Source/os_systick.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Source/os_tick_gtim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Source/os_tick_ptim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Template/cmsis_os.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/RTOS2/Template/cmsis_os1.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/SConscript mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32_assert_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_comp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_conf_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cordic.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_crc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cryp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cryp_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fdcan.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fmac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_hrtim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2s.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_irda.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_irda_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_lptim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_nand.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_nor.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_opamp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_opamp_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_qspi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rtc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_sai.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_sai_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_smartcard.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_smartcard_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_smbus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_sram.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_usart_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_bus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_comp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_cordic.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_crs.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dmamux.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_fmac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_fmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_hrtim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_lptim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_lpuart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_opamp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_system.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_ucpd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_utils.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Release_Notes.html mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_comp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cordic.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cryp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cryp_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dac_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_fdcan.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_fmac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_hrtim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2s.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_irda.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_iwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_lptim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_msp_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_nand.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_nor.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_opamp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_opamp_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_qspi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rtc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_sai.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_sai_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_smartcard.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_smartcard_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_smbus.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_sram.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_timebase_tim_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_usart_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_wwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_comp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_cordic.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_crs.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_fmac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_fmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_hrtim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_lptim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_lpuart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_opamp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_ucpd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_usb.c mode change 100644 => 100755 bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_utils.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h742xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h743xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h745xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h747xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h750xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h753xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h755xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h757xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Release_Notes.html mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h745xx_flash_CM4.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h745xx_flash_CM7.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h745xx_sram1_CM7.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h745xx_sram2_CM4.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h747xx_flash_CM4.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h747xx_flash_CM7.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h747xx_sram1_CM7.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h747xx_sram2_CM4.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h755xx_flash_CM4.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h755xx_flash_CM7.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h755xx_sram1_CM7.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h755xx_sram2_CM4.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h757xx_flash_CM4.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h757xx_flash_CM7.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h757xx_sram1_CM7.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/linker/stm32h757xx_sram2_CM4.sct mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h742xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h743xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h745xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h747xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h750xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h753xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h755xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h757xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h745xx_flash_CM4.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h745xx_flash_CM7.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h745xx_sram1_CM7.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h745xx_sram2_CM4.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h747xx_flash_CM4.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h747xx_flash_CM7.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h747xx_sram1_CM7.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h747xx_sram2_CM4.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h755xx_flash_CM4.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h755xx_flash_CM7.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h755xx_sram1_CM7.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h755xx_sram2_CM4.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h757xx_flash_CM4.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h757xx_flash_CM7.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h757xx_sram1_CM7.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/linker/stm32h757xx_sram2_CM4.ld mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h742xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h743xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h745xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h747xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h750xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h753xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h755xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h757xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h742xx_dtcmram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h742xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h742xx_flash_rw_sram1.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h742xx_flash_rw_sram2.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h742xx_sram1.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h743xx_dtcmram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h743xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h743xx_flash_rw_sram1.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h743xx_flash_rw_sram2.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h743xx_sram1.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_dtcmram_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_flash_CM4.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_flash_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_flash_rw_sram1_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_flash_rw_sram2_CM4.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_sram1_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h745xx_sram2_CM4.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_dtcmram_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_flash_CM4.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_flash_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_flash_rw_sram1_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_flash_rw_sram2_CM4.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_sram1_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h747xx_sram2_CM4.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h750xx_dtcmram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h750xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h750xx_flash_rw_sram1.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h750xx_flash_rw_sram2.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h750xx_sram1.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h753xx_dtcmram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h753xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h753xx_flash_rw_sram1.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h753xx_flash_rw_sram2.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h753xx_sram1.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_dtcmram_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_flash_CM4.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_flash_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_flash_rw_sram1_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_flash_rw_sram2_CM4.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_sram1_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h755xx_sram2_CM4.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_dtcmram_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_flash_CM4.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_flash_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_flash_rw_sram1_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_flash_rw_sram2_CM4.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_sram1_CM7.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/linker/stm32h757xx_sram2_CM4.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h742xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h743xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h745xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h747xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h750xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h753xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h755xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h757xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx_dualcore_boot_cm4_cm7.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx_dualcore_bootcm4_cm7gated.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx_dualcore_bootcm7_cm4gated.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx_singlecore.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_armclang.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_compiler.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_iccarm.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/cmsis_version.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_armv8mbl.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_armv8mml.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm1.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm23.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm33.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/mpu_armv7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/mpu_armv8.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Include/tz_context.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/RTOS/Template/cmsis_os.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/docs/index.html mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/SConscript mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32_assert_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cec.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_comp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_conf_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_crc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cryp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cryp_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dac_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dcmi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dfsdm.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma2d.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dsi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_eth.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_eth_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hash.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hash_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hrtim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2s.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2s_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_irda.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_irda_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_jpeg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_lptim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_ltdc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_ltdc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdios.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mmc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_nand.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_nor.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_opamp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_opamp_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pcd_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_qspi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_ramecc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rtc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sd_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sdram.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_smartcard.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_smartcard_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_smbus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_spdifrx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_spi_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sram.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_swpmi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_usart_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_bdma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_bus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_comp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_delayblock.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_dma2d.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_dmamux.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_fmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_hrtim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_hsem.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_lptim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_lpuart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_mdma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_opamp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_sdmmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_swpmi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_system.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_usb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_utils.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Release_Notes.html mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cec.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_comp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cryp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cryp_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dac_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dcmi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dfsdm.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma2d.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dsi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_eth.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_eth_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_fdcan.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hash.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hash_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hrtim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_irda.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_iwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_jpeg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_lptim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_ltdc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_ltdc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdios.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mmc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_msp_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_nand.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_nor.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_opamp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_opamp_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pcd_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_qspi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_ramecc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rtc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sai.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sai_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sd_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sdram.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_smartcard.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_smartcard_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_smbus.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spdifrx.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spi_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sram.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_swpmi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_timebase_rtc_alarm_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_timebase_rtc_wakeup_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_timebase_tim_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_usart_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_wwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_bdma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_comp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_delayblock.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_dma2d.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_fmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_hrtim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_lptim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_lpuart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_mdma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_opamp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_swpmi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_usb.c mode change 100644 => 100755 bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_utils.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l010x4.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l010x6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l010x8.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l010xb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l011xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l021xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l031xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l041xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l051xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l052xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l053xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l061xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l062xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l063xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l071xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l072xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l073xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l081xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l082xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l083xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Include/system_stm32l0xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l010x4.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l010x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l010x8.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l010xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l011xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l021xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l031xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l041xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l051xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l052xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l053xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l061xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l062xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l063xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l071xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l072xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l073xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l081xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l082xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l083xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l010x4.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l010x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l010x8.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l010xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l011xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l021xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l031xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l041xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l051xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l052xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l053xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l061xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l062xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l063xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l071xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l072xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l073xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l081xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l082xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc/startup_stm32l083xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l010x4_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l010x6_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l010x8_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l010xb_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l011xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l011xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l021xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l021xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l031xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l031xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l041xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l041xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l051xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l051xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l052xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l052xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l053xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l053xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l061xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l061xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l062xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l062xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l063xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l063xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l071xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l071xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l072xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l072xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l073xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l073xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l081xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l081xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l082xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l082xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l083xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/linker/stm32l083xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l010x4.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l010x6.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l010x8.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l010xb.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l011xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l021xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l031xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l041xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l051xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l052xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l053xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l061xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l062xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l063xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l071xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l072xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l073xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l081xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l082xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/iar/startup_stm32l083xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Device/ST/STM32L0xx/Source/Templates/system_stm32l0xx.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/cmsis_armcc_V6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_cmSimd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/CMSIS/RTOS/Template/cmsis_os.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/SConscript mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32_assert_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_adc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_comp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_comp_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_conf_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_crc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_cryp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_cryp_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_dac_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_def.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_firewall.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_flash.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_flash_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_flash_ramfunc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_gpio_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_i2c_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_i2s.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_irda.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_irda_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_lcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_lptim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_lptim_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_pcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_pcd_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_pwr_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rcc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rtc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_smartcard.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_smartcard_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_smbus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_tim_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_tsc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_usart_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_bus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_comp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_crs.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_lptim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_lpuart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_system.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_usb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_utils.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_adc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_comp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_comp_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_crc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cryp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cryp_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dac_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_firewall.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2s.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_irda.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_iwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_lcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_lptim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_msp_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pcd_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rtc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_smartcard.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_smartcard_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_smbus.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tsc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_wwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_comp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_crs.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_lptim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_lpuart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_usb.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_utils.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l412xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l422xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l431xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l432xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l433xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l442xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l443xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l451xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l452xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l462xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l471xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l476xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l485xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l486xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l496xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4a6xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4r5xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4r7xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4r9xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4s5xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4s7xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4s9xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Include/system_stm32l4xx.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Release_Notes.html mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l412xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l422xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l431xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l432xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l433xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l442xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l443xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l451xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l452xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l462xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l471xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l475xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l476xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l485xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l486xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l496xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4a6xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r5xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r7xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r9xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4s5xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4s7xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4s9xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l412xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l422xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l431xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l432xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l433xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l442xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l443xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l451xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l452xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l462xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l471xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l475xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l476xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l485xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l486xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l496xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4a6xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4r5xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4r7xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4r9xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4s5xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4s7xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4s9xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l412xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l412xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l422xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l422xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l431xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l431xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l432xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l432xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l433xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l433xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l442xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l442xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l443xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l443xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l451xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l451xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l452xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l452xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l462xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l462xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l471xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l471xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l475xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l475xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l476xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l476xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l485xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l485xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l486xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l486xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l496xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l496xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4a6xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4a6xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r5xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r5xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r7xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r7xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r9xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4r9xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s5xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s5xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s7xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s7xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s9xx_flash.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/linker/stm32l4s9xx_sram.icf mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l412xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l422xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l431xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l432xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l433xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l442xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l443xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l451xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l452xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l462xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l471xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l475xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l476xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l485xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l486xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l496xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4a6xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4r5xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4r7xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4r9xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4s5xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4s7xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4s9xx.s mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/system_stm32l4xx.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/arm_const_structs.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_armcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_armcc_V6.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_armclang.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_compiler.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_gcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_iccarm.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/cmsis_version.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_armv8mbl.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_armv8mml.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm1.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm23.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm33.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cm7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_cmSimd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/mpu_armv7.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/mpu_armv8.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Include/tz_context.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Lib/license.txt mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/RTOS/Template/cmsis_os.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/SConscript mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/Legacy/stm32l4xx_hal_can_legacy.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32_assert_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_adc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_can.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_comp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_conf_template.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_crc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cryp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cryp_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dac_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dcmi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma2d.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dsi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_firewall.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gfxmmu.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_hash.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_hash_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_hcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_irda.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_irda_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_lcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_lptim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_ltdc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_ltdc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_mmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_mmc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_nand.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_nor.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_opamp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_opamp_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_ospi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rtc_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_sai.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_sai_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_sd.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_sd_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_smartcard.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_smartcard_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_smbus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_sram.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_swpmi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tsc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_usart_ex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_adc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_bus.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_comp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_cortex.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_crc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_crs.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_dac.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_dma.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_dma2d.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_dmamux.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_exti.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_fmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_gpio.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_i2c.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_iwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_lptim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_lpuart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_opamp.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_pwr.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_rcc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_rng.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_rtc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_sdmmc.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_spi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_swpmi.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_system.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_tim.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usart.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_utils.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_wwdg.h mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Release_Notes.html mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/Legacy/stm32l4xx_hal_can.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_adc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_can.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_comp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_crc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cryp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cryp_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dac_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dcmi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dfsdm.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dfsdm_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma2d.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dsi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_firewall.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gfxmmu.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_hash.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_hash_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_hcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_irda.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_iwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_lcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_lptim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_ltdc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_ltdc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_mmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_mmc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_msp_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_nand.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_nor.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_opamp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_opamp_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_ospi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pcd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pcd_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_qspi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rtc_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_sai.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_sai_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_sd.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_sd_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_smartcard.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_smartcard_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_smbus.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_spi_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_sram.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_swpmi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_timebase_tim_template.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tsc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_usart_ex.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_wwdg.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_adc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_comp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_crc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_crs.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dac.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma2d.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_fmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_i2c.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_lptim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_lpuart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_opamp.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_pwr.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rng.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rtc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_sdmmc.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_spi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_swpmi.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_tim.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usb.c mode change 100644 => 100755 bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/.config mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/.gitignore mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/README.md mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/SConstruct mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/applications/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/applications/main.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Inc/stm32f0xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Inc/stm32f0xx_it.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Src/stm32f0xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Src/stm32f0xx_it.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Src/system_stm32f1xx.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/board.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/board.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/figures/board.png mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/project.ewd mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/project.ewp mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/project.eww mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/project.uvopt mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/project.uvoptx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/project.uvproj mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/project.uvprojx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/rtconfig.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/rtconfig.py mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/template.ewd mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/template.ewp mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/template.eww mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/template.uvgui.zylx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/template.uvopt mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/template.uvoptx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/template.uvproj mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f0xx/template.uvprojx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/.config mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/.gitignore mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/README.md mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/SConstruct mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/applications/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/applications/main.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Inc/stm32f1xx_it.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Src/stm32f1xx_it.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/CubeMX_Config/Src/system_stm32f1xx.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/board.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/board.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/figures/board.png mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/project.ewd mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/project.ewp mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/project.eww mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/project.uvopt mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/project.uvoptx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/project.uvproj mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/project.uvprojx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/rtconfig.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/rtconfig.py mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/template.ewp mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/template.eww mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/template.uvopt mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/template.uvoptx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/template.uvproj mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f10x/template.uvprojx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/.config mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/.gitignore mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/README.md mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/SConstruct mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/applications/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/applications/main.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Inc/stm32f2xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Inc/stm32f2xx_it.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Src/stm32f2xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Src/stm32f2xx_it.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/CubeMX_Config/Src/system_stm32f2xx.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/board.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/board.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/figures/board.png mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/project.ewd mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/project.ewp mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/project.eww mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/project.uvopt mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/project.uvoptx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/project.uvproj mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/project.uvprojx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/rtconfig.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/rtconfig.py mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/template.ewp mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/template.eww mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/template.uvopt mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/template.uvoptx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/template.uvproj mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f2xx/template.uvprojx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/.config mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/.gitignore mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/README.md mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/SConstruct mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/applications/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/applications/main.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Inc/stm32f4xx_it.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/board/CubeMX_Config/Src/stm32f4xx_it.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/board/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/board/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/board/board.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/board/board.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/figures/board.png mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/project.ewd mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/project.ewp mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/project.eww mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/project.uvopt mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/project.uvoptx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/project.uvproj mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/project.uvprojx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/rtconfig.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/rtconfig.py mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/template.ewp mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/template.eww mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/template.uvopt mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/template.uvoptx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/template.uvproj mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f4xx/template.uvprojx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/.config mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/.gitignore mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/README.md mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/SConstruct mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/applications/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/applications/main.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Inc/stm32f7xx_it.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Src/stm32f7xx_it.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/CubeMX_Config/Src/system_stm32f7xx.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/board.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/board.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/figures/board.png mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/project.ewd mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/project.ewp mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/project.eww mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/project.uvoptx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/project.uvprojx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/rtconfig.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/rtconfig.py mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/template.ewp mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/template.eww mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/template.uvoptx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32f7xx/template.uvprojx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/.config mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/.gitignore mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/README.md mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/SConstruct mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/applications/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/applications/main.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Inc/stm32h7xx_it.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Src/stm32h7xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Src/stm32h7xx_it.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Src/system_stm32h7xx.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/board.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/board.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/figures/board.jpg mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/project.ewp mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/project.eww mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/project.uvoptx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/project.uvprojx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/rtconfig.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/rtconfig.py mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/template.ewp mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/template.eww mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/template.uvoptx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32h7xx/template.uvprojx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/.config mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/.gitignore mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/README.md mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/SConstruct mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/applications/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/applications/main.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Inc/stm32l4xx_it.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Src/stm32l4xx_it.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Src/system_stm32l4xx.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/Kconfig mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/SConscript mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/board.c mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/board.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/figures/board.png mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/project.ewd mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/project.ewp mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/project.eww mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/project.uvoptx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/project.uvprojx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/rtconfig.h mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/rtconfig.py mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/template.ewp mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/template.eww mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/template.uvoptx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32l4xx/template.uvprojx mode change 100644 => 100755 bsp/stm32/libraries/templates/stm32xx_board_Kconfig mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/.config mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/README.md mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/SConscript mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Inc/stm32f0xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Inc/stm32f0xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Src/stm32f0xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Src/stm32f0xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Src/system_stm32f0xx.c mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/project.eww mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/template.ewd mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/template.eww mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f072-st-nucleo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/.config mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/README.md mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/SConscript mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Inc/stm32f0xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Inc/stm32f0xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Src/stm32f0xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Src/stm32f0xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Src/system_stm32f1xx.c mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/project.eww mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/template.ewd mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/template.eww mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/template.uvgui.zylx mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f091-st-nucleo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/.config mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/README.md mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Inc/stm32f1xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Src/stm32f1xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Src/system_stm32f1xx.c mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/stm32f103rbt6.ioc mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/board/ports/spi_flash_init.c mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/project.eww mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/template.eww mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-atk-nano/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/.config mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/README.md mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Inc/stm32f1xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Src/stm32f1xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/CubeMX_Config/Src/system_stm32f1xx.c mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/project.eww mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/template.eww mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-atk-warshipv3/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/.config mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/.cproject mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/.project mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/.settings/language.settings.xml mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/.settings/org.eclipse.core.runtime.prefs mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/README.md mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/applications/nrf24l01_init.c mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Inc/stm32f1xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Src/stm32f1xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/CubeMX_Config/Src/system_stm32f1xx.c mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/ports/drv_sdcard.c mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/board/ports/spi_flash_init.c mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/makefile.targets mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/project.eww mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/template.eww mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-M3S/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/.config mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/README.md mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Inc/stm32f1xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Src/stm32f1xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/CubeMX_Config/Src/system_stm32f1xx.c mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/project.eww mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/template.ewd mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/template.eww mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-dofly-lyc8/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/.config mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/README.md mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Inc/stm32f1xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Src/stm32f1xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/Src/system_stm32f1xx.c mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/CubeMX_Config/stm32f103zet6.ioc mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/ports/sdcard_port.c mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/ports/spi_flash_init.c mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/board/ports/w5500_device.c mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/project.eww mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/template.eww mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-fire-arbitrary/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/.config mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/README.md mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Inc/stm32f1xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Src/stm32f1xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/CubeMX_Config/Src/system_stm32f1xx.c mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/project.eww mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/template.eww mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-gizwits-gokitv21/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/.config mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/README.md mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Inc/stm32f1xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Src/stm32f1xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/ports/esp02_device.c mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/ports/on_chip_flash_init.c mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/board/ports/w5500_device.c mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/project.eww mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/template.eww mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-hw100k-ibox/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/.config mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/README.md mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Inc/stm32f1xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Src/stm32f1xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/CubeMX_Config/Src/system_stm32f1xx.c mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/figures/board1.jpg mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/figures/board2.jpg mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/figures/board3.jpg mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/project.eww mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/template.eww mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-mini-system/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/.config mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/.cproject mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/.project mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/.settings/language.settings.xml mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/.settings/org.eclipse.core.runtime.prefs mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/README.md mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Inc/stm32f1xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Src/stm32f1xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/CubeMX_Config/Src/system_stm32f1xx.c mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/makefile.targets mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/project.eww mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/template.eww mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f103-yf-ufun/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/.config mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/README.md mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/SConscript mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Inc/stm32f1xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Inc/stm32f1xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Src/stm32f1xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Src/stm32f1xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/CubeMX_Config/Src/system_stm32f1xx.c mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/project.eww mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/template.eww mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f107-uc-eval/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/.config mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/.cproject mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/.project mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/.settings/language.settings.xml mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/.settings/org.eclipse.core.runtime.prefs mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/README.md mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/SConscript mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Src/system_stm32f4xx.c mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/makefile.targets mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/project.eww mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/template.eww mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f401-st-nucleo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/.config mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/.cproject mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/.project mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/.settings/language.settings.xml mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/.settings/org.eclipse.core.runtime.prefs mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/README.md mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/SConscript mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Inc/stm32f4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Src/stm32f4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/CubeMX_Config/Src/system_stm32f4xx.c mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/makefile.targets mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/project.eww mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/template.eww mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f405-smdz-breadfruit/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/.config mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/.cproject mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/.project mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/.settings/language.settings.xml mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/.settings/org.eclipse.core.runtime.prefs mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/README.md mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/SConscript mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Inc/stm32f4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Src/stm32f4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Src/system_stm32f4xx.c mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/ports/phy_reset.c mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/ports/sdcard_port.c mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/board/ports/spi_flash_init.c mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/makefile.targets mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/project.eww mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/template.eww mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f407-atk-explorer/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/.config mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/README.md mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/SConscript mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Inc/stm32f4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Src/stm32f4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/Src/system_stm32f4xx.c mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/project.eww mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/template.eww mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f407-st-discovery/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/.config mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/.cproject mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/.project mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/.settings/language.settings.xml mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/.settings/org.eclipse.core.runtime.prefs mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/README.md mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/SConscript mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Src/system_stm32f4xx.c mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/makefile.targets mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/project.eww mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/template.eww mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f411-st-nucleo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/.config mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/README.md mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/SConscript mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Src/system_stm32f4xx.c mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/project.eww mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/template.eww mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f412-st-nucleo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/.config mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/EventRecorderStub.scvd mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/README.md mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/SConscript mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Inc/stm32f4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Src/stm32f4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Src/system_stm32f4xx.c mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/project.eww mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/template.ewd mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/template.eww mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f427-robomaster-a/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/.config mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/README.md mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/SConscript mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Inc/stm32f4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/CubeMX_Config/Src/stm32f4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/ports/drv_ext_io.c mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/ports/drv_ext_io.h mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/ports/lcd_port.h mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/ports/phy_reset.c mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/ports/sdcard_port.c mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/ports/sdram_port.h mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/board/ports/spi_flash_init.c mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/project.eww mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/template.eww mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f429-armfly-v6/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/.config mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/.cproject mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/.project mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/.settings/language.settings.xml mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/.settings/org.eclipse.core.runtime.prefs mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/README.md mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/SConscript mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/applications/mnt.c mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Inc/stm32f4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/STM32F429IG.ioc mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Src/stm32f4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/CubeMX_Config/Src/system_stm32f4xx.c mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_mic.c mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_mic.h mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_sound.c mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_sound.h mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_wm8978.c mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/ports/audio/drv_wm8978.h mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/ports/phy_reset.c mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/ports/sdcard_port.c mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/ports/sdram_port.h mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/board/ports/spi_flash_init.c mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/makefile.targets mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/project.eww mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/template.eww mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f429-atk-apollo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/.config mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/.cproject mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/.project mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/.settings/language.settings.xml mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/.settings/org.eclipse.core.runtime.prefs mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/README.md mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/SConscript mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Inc/stm32f4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Src/stm32f4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/CubeMX_Config/Src/system_stm32f4xx.c mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/ports/lcd_port.h mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/ports/phy_reset.c mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/ports/sdcard_port.c mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/ports/sdram_port.h mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/board/ports/spi_flash_init.c mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/makefile.targets mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/project.eww mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/template.eww mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f429-fire-challenger/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/.config mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/SConscript mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/applications/lcd_init.c mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Inc/stm32f4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Src/stm32f4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Src/system_stm32f4xx.c mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/ports/touch/SConscript mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/ports/touch/drv_touch.c mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/board/ports/touch/drv_touch.h mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/project.eww mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/readme.md mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/stm32_rom.ld mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/stm32_rom.sct mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/stm32f429_flash.icf mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f429-st-disco/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/.config mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/README.md mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/SConscript mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Inc/stm32f4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/board/CubeMX_Config/Src/stm32f4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/project.eww mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/template.eww mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f446-st-nucleo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/.config mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/README.md mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/SConscript mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/applications/lcd_init.c mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Inc/pdm2pcm.h mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Inc/stm32f4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/pdm2pcm.c mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/stm32f4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/system_stm32f4xx.c mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/ports/drv_otm8009a.c mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/ports/drv_qspi_flash.c mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/ports/drv_sdcard.c mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/ports/lcd_port.h mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/ports/qspi_mnt.c mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/ports/sdram_port.h mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/ports/touch/SConscript mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/ports/touch/drv_touch.c mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/ports/touch/drv_touch.h mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/board/ports/touch/drv_touch_ft.c mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/project.eww mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/project.uvproj mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/template.eww mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/template.uvopt mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/template.uvproj mode change 100644 => 100755 bsp/stm32/stm32f469-st-disco/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/.config mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/README.md mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/SConscript mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Inc/stm32f7xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Src/stm32f7xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/CubeMX_Config/Src/system_stm32f7xx.c mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/ports/drv_qspi_flash.c mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/ports/lcd_port.h mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/ports/phy_reset.c mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/ports/sdcard_port.c mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/board/ports/sdram_port.h mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/project.eww mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/template.ewd mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/template.eww mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f746-st-disco/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/.config mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/.cproject mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/.project mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/.settings/language.settings.xml mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/.settings/org.eclipse.core.runtime.prefs mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/README.md mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/SConscript mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Inc/stm32f7xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Src/stm32f7xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/CubeMX_Config/Src/system_stm32f7xx.c mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/ports/drv_qspi_flash.c mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/ports/lcd_port.h mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/ports/phy_reset.c mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/ports/sdcard_port.c mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/board/ports/sdram_port.h mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/makefile.targets mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/project.eww mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/template.eww mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f767-atk-apollo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/.config mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/README.md mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/SConscript mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Inc/stm32f7xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/MDK-ARM/CubeMX_Config.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/MDK-ARM/CubeMX_Config.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/MDK-ARM/startup_stm32f767xx.s mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Src/stm32f7xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/CubeMX_Config/Src/system_stm32f7xx.c mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/ports/drv_qspi_flash.c mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/ports/lcd_port.h mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/ports/phy_reset.c mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/ports/sdcard_port.c mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/board/ports/sdram_port.h mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/project.eww mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/project.uvopt mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/template.eww mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f767-fire-challenger/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/README.md mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/SConscript mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Inc/stm32f7xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Src/stm32f7xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/CubeMX_Config/Src/system_stm32f7xx.c mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/board/ports/phy_reset.c mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/figures/en.high-perf_nucleo-144_mbed.jpg mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/project.eww mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/template.eww mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f767-st-nucleo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/.config mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/.gitignore mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/README.md mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/SConscript mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/SConstruct mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Inc/stm32f7xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Inc/stm32f7xx_it.h mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Src/stm32f7xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Src/stm32f7xx_it.c mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/CubeMX_Config/Src/system_stm32f7xx.c mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/board.c mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/board.h mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/project.ewd mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/project.ewp mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/project.eww mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/template.ewp mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/template.eww mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32f769-st-disco/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/.config mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/README.md mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/SConscript mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Inc/stm32g0xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Inc/stm32g0xx_it.h mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Src/stm32g0xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Src/stm32g0xx_it.c mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Src/system_stm32g0xx.c mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/stm32g071rbt6.ioc mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/project.eww mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/template.eww mode change 100644 => 100755 bsp/stm32/stm32g071-st-nucleo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/.config mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/README.md mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/SConscript mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Inc/stm32g4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Inc/stm32g4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Src/stm32g4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Src/stm32g4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/CubeMX_Config/Src/system_stm32g4xx.c mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/project.ewd mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/project.eww mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/template.eww mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32g431-st-nucleo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/.config mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/README.md mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/SConscript mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Inc/stm32h7xx_it.h mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Src/stm32h7xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Src/stm32h7xx_it.c mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Src/system_stm32h7xx.c mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/drv_mpu.c mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/ports/drv_qspi_flash.c mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/ports/lcd_port.h mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/board/ports/sdram_port.h mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/project.eww mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/template.eww mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32h743-atk-apollo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/.config mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/README.md mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/SConscript mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Inc/stm32h7xx_it.h mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Src/stm32h7xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Src/stm32h7xx_it.c mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Src/system_stm32h7xx.c mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/project.eww mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/template.eww mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32h743-st-nucleo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/.config mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/.gitignore mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/EventRecorderStub.scvd mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/Kconfig mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/README.md mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/SConscript mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/SConstruct mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Inc/stm32h7xx_it.h mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Src/stm32h7xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Src/stm32h7xx_it.c mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/board/board.c mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/board/board.h mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/project.ewp mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/project.eww mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/template.ewp mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/template.eww mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32h750-armfly-h7-tool/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/.config mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/README.md mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/SConscript mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Inc/stm32l0xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Inc/stm32l0xx_it.h mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Src/stm32l0xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Src/stm32l0xx_it.c mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Src/system_stm32l0xx.c mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/project.ewd mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/project.eww mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/template.eww mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l053-st-nucleo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/.config mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/README.md mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/SConscript mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Src/system_stm32l4xx.c mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/project.ewd mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/project.eww mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/template.eww mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l432-st-nucleo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/.config mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/README.md mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/SConscript mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/CubeMX_Config/Src/system_stm32l4xx.c mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/figures/board.jpg mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/project.ewd mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/project.eww mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/template.eww mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l452-st-nucleo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/.config mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/.cproject mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/.gitignore mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/.project mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/.settings/language.settings.xml mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/.settings/org.eclipse.core.runtime.prefs mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/README.md mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/SConscript mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/SConstruct mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/applications/lcd_sample.c mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/applications/nrf24l01_init.c mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/applications/rttlogo.h mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Inc/stm32l4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/STM32L475VE.ioc mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Src/stm32l4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Src/system_stm32l4xx.c mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/board.c mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/board.h mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_es8388.c mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_es8388.h mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_mic.c mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_sound.c mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_sound.h mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/ports/drv_lcd.c mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/ports/drv_lcd.h mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/ports/drv_lcd_font.h mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/ports/drv_qspi_flash.c mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/ports/sdcard_port.c mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/board/ports/sensor_port.c mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/makefile.targets mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/project.ewd mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/project.ewp mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/project.eww mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/template.ewp mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/template.eww mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l475-atk-pandora/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/.config mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/.gitignore mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/README.md mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/SConscript mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/SConstruct mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Inc/stm32l4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Src/stm32l4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Src/system_stm32l4xx.c mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/board.c mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/board.h mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/project.ewd mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/project.ewp mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/project.eww mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/template.ewp mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/template.eww mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l475-st-discovery/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/.config mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/.gitignore mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/README.md mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/SConscript mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/SConstruct mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Inc/stm32l4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Src/stm32l4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Src/system_stm32l4xx.c mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/board.c mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/board.h mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/project.ewd mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/project.ewp mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/project.eww mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/template.ewp mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/template.eww mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l476-st-nucleo/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/.config mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/.gitignore mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/README.md mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/SConscript mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/SConstruct mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Inc/stm32l4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Src/stm32l4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Src/system_stm32l4xx.c mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/board.c mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/board.h mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/ports/drv_spi_lcd.c mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/ports/fal_cfg.h mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/board/ports/sdcard_port.c mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/project.ewd mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/project.ewp mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/project.eww mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/template.ewp mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/template.eww mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l496-ali-developer/template.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/.config mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/.gitignore mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/README.md mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/SConscript mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/SConstruct mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/applications/SConscript mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/applications/main.c mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/.mxproject mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/CubeMX_Config.ioc mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Inc/main.h mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Inc/stm32l4xx_hal_conf.h mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Inc/stm32l4xx_it.h mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Src/main.c mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Src/stm32l4xx_hal_msp.c mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Src/stm32l4xx_it.c mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/CubeMX_Config/Src/system_stm32l4xx.c mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/Kconfig mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/SConscript mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/board.c mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/board.h mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/linker_scripts/link.icf mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/linker_scripts/link.lds mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/linker_scripts/link.sct mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/ports/drv_lcd_dsi.c mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/ports/drv_sram.c mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/ports/drv_touch.c mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/ports/drv_touch_ft.c mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/ports/include/drv_touch.h mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/ports/include/lcd_port_dsi.h mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/board/ports/include/sram_port.h mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/figures/board.png mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/project.ewd mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/project.ewp mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/project.eww mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/project.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/project.uvprojx mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/rtconfig.h mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/rtconfig.py mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/template.ewd mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/template.ewp mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/template.eww mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/template.uvoptx mode change 100644 => 100755 bsp/stm32/stm32l4r9-st-eval/template.uvprojx mode change 100644 => 100755 bsp/stm32f20x/.config mode change 100644 => 100755 bsp/stm32f20x/Drivers/24LCxx.c mode change 100644 => 100755 bsp/stm32f20x/Drivers/FM25Lx.c mode change 100644 => 100755 bsp/stm32f20x/Drivers/FM25Lx.h mode change 100644 => 100755 bsp/stm32f20x/Drivers/Kconfig mode change 100644 => 100755 bsp/stm32f20x/Drivers/SConscript mode change 100644 => 100755 bsp/stm32f20x/Drivers/board.c mode change 100644 => 100755 bsp/stm32f20x/Drivers/board.h mode change 100644 => 100755 bsp/stm32f20x/Drivers/drv_rtc.c mode change 100644 => 100755 bsp/stm32f20x/Drivers/drv_rtc.h mode change 100644 => 100755 bsp/stm32f20x/Drivers/i2c.c mode change 100644 => 100755 bsp/stm32f20x/Drivers/i2c.h mode change 100644 => 100755 bsp/stm32f20x/Drivers/sdio_sd.c mode change 100644 => 100755 bsp/stm32f20x/Drivers/sdio_sd.h mode change 100644 => 100755 bsp/stm32f20x/Drivers/serial.c mode change 100644 => 100755 bsp/stm32f20x/Drivers/serial.h mode change 100644 => 100755 bsp/stm32f20x/Drivers/stm32f2_eth.c mode change 100644 => 100755 bsp/stm32f20x/Drivers/stm32f2xx_conf.h mode change 100644 => 100755 bsp/stm32f20x/Drivers/stm32f2xx_it.c mode change 100644 => 100755 bsp/stm32f20x/Drivers/usart.c mode change 100644 => 100755 bsp/stm32f20x/Drivers/usart.h mode change 100644 => 100755 bsp/stm32f20x/Kconfig mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/CM3/CoreSupport/core_cm3.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/CM3/CoreSupport/core_cm3.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/Release_Notes.html mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/startup/TrueSTUDIO/startup_stm32f2xx.s mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/startup/arm/startup_stm32f2xx.s mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/startup/gcc_ride7/startup_stm32f2xx.s mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/startup/iar/startup_stm32f2xx.s mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/stm32f2xx.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/system_stm32f2xx.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/system_stm32f2xx.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/CMSIS debug support.htm mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/CMSIS_changes.htm mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/Documentation/CMSIS_Core.htm mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/Include/core_cm4_simd.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/CMSIS/License.doc mode change 100644 => 100755 bsp/stm32f20x/Libraries/SConscript mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2x7_ETH_Driver/Release_Notes.html mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2x7_ETH_Driver/inc/stm32f2x7_eth.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2x7_ETH_Driver/inc/stm32f2x7_eth_conf.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2x7_ETH_Driver/inc/stm32f2x7_eth_conf_template.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2x7_ETH_Driver/src/stm32f2x7_eth.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/Release_Notes.html mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/misc.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_adc.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_can.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_crc.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_cryp.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_dac.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_dbgmcu.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_dcmi.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_dma.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_exti.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_flash.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_fsmc.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_gpio.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_hash.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_i2c.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_iwdg.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_pwr.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_rcc.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_rng.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_rtc.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_sdio.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_spi.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_syscfg.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_tim.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_usart.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_wwdg.h mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/misc.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_adc.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_can.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_crc.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp_aes.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp_des.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp_tdes.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dac.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dbgmcu.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dcmi.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dma.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_exti.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_flash.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_fsmc.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_gpio.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_hash.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_hash_md5.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_hash_sha1.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_i2c.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_iwdg.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_pwr.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_rcc.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_rng.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_rtc.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_sdio.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_spi.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_syscfg.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_tim.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_usart.c mode change 100644 => 100755 bsp/stm32f20x/Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_wwdg.c mode change 100644 => 100755 bsp/stm32f20x/SConscript mode change 100644 => 100755 bsp/stm32f20x/SConstruct mode change 100644 => 100755 bsp/stm32f20x/STM32F2xx_TP.ini mode change 100644 => 100755 bsp/stm32f20x/applications/SConscript mode change 100644 => 100755 bsp/stm32f20x/applications/application.c mode change 100644 => 100755 bsp/stm32f20x/applications/startup.c mode change 100644 => 100755 bsp/stm32f20x/project.ewp mode change 100644 => 100755 bsp/stm32f20x/project.eww mode change 100644 => 100755 bsp/stm32f20x/project.uvproj mode change 100644 => 100755 bsp/stm32f20x/project.uvprojx mode change 100644 => 100755 bsp/stm32f20x/readme.txt mode change 100644 => 100755 bsp/stm32f20x/rtconfig.h mode change 100644 => 100755 bsp/stm32f20x/rtconfig.py mode change 100644 => 100755 bsp/stm32f20x/stm32_rom.icf mode change 100644 => 100755 bsp/stm32f20x/stm32_rom.ld mode change 100644 => 100755 bsp/stm32f20x/stm32_rom.sct mode change 100644 => 100755 bsp/stm32f20x/template.ewp mode change 100644 => 100755 bsp/stm32f20x/template.uvproj mode change 100644 => 100755 bsp/stm32f20x/template.uvprojx mode change 100644 => 100755 bsp/swm320-lq100/.config mode change 100644 => 100755 bsp/swm320-lq100/Kconfig mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/arm_common_tables.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/arm_const_structs.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/arm_math.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cm0.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cm0plus.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cm3.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cm4.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cm7.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cmFunc.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cmInstr.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/CoreSupport/core_cmSimd.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/SWM320.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/startup/arm/startup_SWM320.s mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/startup/gcc/startup_SWM320.s mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/startup/iar/startup_SWM320.s mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/system_SWM320.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/CMSIS/DeviceSupport/system_SWM320.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SConscript mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_adc.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_adc.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_can.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_can.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_crc.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_crc.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_dma.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_dma.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_exti.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_exti.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_flash.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_flash.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_gpio.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_gpio.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_i2c.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_i2c.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_lcd.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_lcd.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_norflash.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_norflash.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_port.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_port.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_pwm.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_pwm.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_rtc.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_rtc.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_sdio.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_sdio.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_sdram.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_sdram.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_spi.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_spi.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_timr.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_timr.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_uart.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_uart.h mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_wdt.c mode change 100644 => 100755 bsp/swm320-lq100/Libraries/SWM320_StdPeriph_Driver/SWM320_wdt.h mode change 100644 => 100755 bsp/swm320-lq100/README.md mode change 100644 => 100755 bsp/swm320-lq100/SConscript mode change 100644 => 100755 bsp/swm320-lq100/SConstruct mode change 100644 => 100755 bsp/swm320-lq100/applications/SConscript mode change 100644 => 100755 bsp/swm320-lq100/applications/main.c mode change 100644 => 100755 bsp/swm320-lq100/drivers/Kconfig mode change 100644 => 100755 bsp/swm320-lq100/drivers/SConscript mode change 100644 => 100755 bsp/swm320-lq100/drivers/board.c mode change 100644 => 100755 bsp/swm320-lq100/drivers/board.h mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_gpio.c mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_gpio.h mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_hwtimer.c mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_hwtimer.h mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_i2c.c mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_i2c.h mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_iwg.c mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_iwg.h mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_nor_flash.c mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_nor_flash.h mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_pwm.c mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_pwm.h mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_rtc.c mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_rtc.h mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_spi.c mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_spi.h mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_sram.c mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_sram.h mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_uart.c mode change 100644 => 100755 bsp/swm320-lq100/drivers/drv_uart.h mode change 100644 => 100755 bsp/swm320-lq100/drivers/linker_scripts/link.icf mode change 100644 => 100755 bsp/swm320-lq100/drivers/linker_scripts/link.lds mode change 100644 => 100755 bsp/swm320-lq100/drivers/linker_scripts/link.sct mode change 100644 => 100755 bsp/swm320-lq100/figures/SWXT-LQ100-32102.jpg mode change 100644 => 100755 bsp/swm320-lq100/project.ewd mode change 100644 => 100755 bsp/swm320-lq100/project.ewp mode change 100644 => 100755 bsp/swm320-lq100/project.eww mode change 100644 => 100755 bsp/swm320-lq100/project.uvoptx mode change 100644 => 100755 bsp/swm320-lq100/project.uvprojx mode change 100644 => 100755 bsp/swm320-lq100/rtconfig.h mode change 100644 => 100755 bsp/swm320-lq100/rtconfig.py mode change 100644 => 100755 bsp/swm320-lq100/template.ewp mode change 100644 => 100755 bsp/swm320-lq100/template.eww mode change 100644 => 100755 bsp/swm320-lq100/template.uvopt mode change 100644 => 100755 bsp/swm320-lq100/template.uvoptx mode change 100644 => 100755 bsp/swm320-lq100/template.uvprojx mode change 100644 => 100755 bsp/synopsys/embarc/SConscript mode change 100644 => 100755 bsp/synopsys/embarc/arc/arc_cache.c mode change 100644 => 100755 bsp/synopsys/embarc/arc/arc_exc_asm.S mode change 100644 => 100755 bsp/synopsys/embarc/arc/arc_exception.c mode change 100644 => 100755 bsp/synopsys/embarc/arc/arc_timer.c mode change 100644 => 100755 bsp/synopsys/embarc/arc/startup/arc_cxx_support.c mode change 100644 => 100755 bsp/synopsys/embarc/arc/startup/arc_startup.S mode change 100644 => 100755 bsp/synopsys/embarc/device/designware/gpio/dw_gpio.c mode change 100644 => 100755 bsp/synopsys/embarc/device/designware/gpio/dw_gpio.h mode change 100644 => 100755 bsp/synopsys/embarc/device/designware/iic/dw_iic.c mode change 100644 => 100755 bsp/synopsys/embarc/device/designware/iic/dw_iic.h mode change 100644 => 100755 bsp/synopsys/embarc/device/designware/iic/dw_iic_hal.h mode change 100644 => 100755 bsp/synopsys/embarc/device/designware/iic/dw_iic_hal_cfg.h mode change 100644 => 100755 bsp/synopsys/embarc/device/designware/spi/dw_spi.c mode change 100644 => 100755 bsp/synopsys/embarc/device/designware/spi/dw_spi.h mode change 100644 => 100755 bsp/synopsys/embarc/device/designware/spi/dw_spi_hal.h mode change 100644 => 100755 bsp/synopsys/embarc/device/designware/spi/dw_spi_hal_cfg.h mode change 100644 => 100755 bsp/synopsys/embarc/device/designware/uart/dw_uart.c mode change 100644 => 100755 bsp/synopsys/embarc/device/designware/uart/dw_uart.h mode change 100644 => 100755 bsp/synopsys/embarc/device/designware/uart/dw_uart_hal.h mode change 100644 => 100755 bsp/synopsys/embarc/device/device_hal/inc/dev_common.h mode change 100644 => 100755 bsp/synopsys/embarc/device/device_hal/inc/dev_gpio.h mode change 100644 => 100755 bsp/synopsys/embarc/device/device_hal/inc/dev_iic.h mode change 100644 => 100755 bsp/synopsys/embarc/device/device_hal/inc/dev_spi.h mode change 100644 => 100755 bsp/synopsys/embarc/device/device_hal/inc/dev_uart.h mode change 100644 => 100755 bsp/synopsys/embarc/inc/arc/arc.h mode change 100644 => 100755 bsp/synopsys/embarc/inc/arc/arc_asm_common.h mode change 100644 => 100755 bsp/synopsys/embarc/inc/arc/arc_builtin.h mode change 100644 => 100755 bsp/synopsys/embarc/inc/arc/arc_cache.h mode change 100644 => 100755 bsp/synopsys/embarc/inc/arc/arc_em.h mode change 100644 => 100755 bsp/synopsys/embarc/inc/arc/arc_exception.h mode change 100644 => 100755 bsp/synopsys/embarc/inc/arc/arc_feature_config.h mode change 100644 => 100755 bsp/synopsys/embarc/inc/arc/arc_timer.h mode change 100644 => 100755 bsp/synopsys/embarc/inc/embARC_debug.h mode change 100644 => 100755 bsp/synopsys/embarc/inc/embARC_error.h mode change 100644 => 100755 bsp/synopsys/embarc/inc/embARC_toolchain.h mode change 100644 => 100755 bsp/synopsys/emsk_em9d/.config mode change 100644 => 100755 bsp/synopsys/emsk_em9d/Kconfig mode change 100644 => 100755 bsp/synopsys/emsk_em9d/README.md mode change 100644 => 100755 bsp/synopsys/emsk_em9d/SConscript mode change 100644 => 100755 bsp/synopsys/emsk_em9d/SConstruct mode change 100644 => 100755 bsp/synopsys/emsk_em9d/applications/SConscript mode change 100644 => 100755 bsp/synopsys/emsk_em9d/applications/application.c mode change 100644 => 100755 bsp/synopsys/emsk_em9d/applications/startup.c mode change 100644 => 100755 bsp/synopsys/emsk_em9d/drivers/Kconfig mode change 100644 => 100755 bsp/synopsys/emsk_em9d/drivers/SConscript mode change 100644 => 100755 bsp/synopsys/emsk_em9d/drivers/arc_core_config.h mode change 100644 => 100755 bsp/synopsys/emsk_em9d/drivers/board.c mode change 100644 => 100755 bsp/synopsys/emsk_em9d/drivers/board.h mode change 100644 => 100755 bsp/synopsys/emsk_em9d/drivers/dw_gpio_obj.c mode change 100644 => 100755 bsp/synopsys/emsk_em9d/drivers/dw_gpio_obj.h mode change 100644 => 100755 bsp/synopsys/emsk_em9d/drivers/dw_uart_obj.c mode change 100644 => 100755 bsp/synopsys/emsk_em9d/drivers/dw_uart_obj.h mode change 100644 => 100755 bsp/synopsys/emsk_em9d/drivers/embARC_BSP_config.h mode change 100644 => 100755 bsp/synopsys/emsk_em9d/drivers/emsk_hardware.h mode change 100644 => 100755 bsp/synopsys/emsk_em9d/drivers/mux.c mode change 100644 => 100755 bsp/synopsys/emsk_em9d/drivers/mux.h mode change 100644 => 100755 bsp/synopsys/emsk_em9d/drivers/mux_hal.h mode change 100644 => 100755 bsp/synopsys/emsk_em9d/emsk_em9d.ld mode change 100644 => 100755 bsp/synopsys/emsk_em9d/figures/emsk_board.jpg mode change 100644 => 100755 bsp/synopsys/emsk_em9d/openocd.log mode change 100644 => 100755 bsp/synopsys/emsk_em9d/rtconfig.h mode change 100644 => 100755 bsp/synopsys/emsk_em9d/rtconfig.py mode change 100644 => 100755 bsp/taihu/SConscript mode change 100644 => 100755 bsp/taihu/SConstruct mode change 100644 => 100755 bsp/taihu/applications/SConscript mode change 100644 => 100755 bsp/taihu/applications/application.c mode change 100644 => 100755 bsp/taihu/applications/board.c mode change 100644 => 100755 bsp/taihu/applications/board.h mode change 100644 => 100755 bsp/taihu/applications/startup.c mode change 100644 => 100755 bsp/taihu/rtconfig.h mode change 100644 => 100755 bsp/taihu/rtconfig.py mode change 100644 => 100755 bsp/taihu/taihu.lds mode change 100644 => 100755 bsp/tm4c129x/.config mode change 100644 => 100755 bsp/tm4c129x/Kconfig mode change 100644 => 100755 bsp/tm4c129x/SConscript mode change 100644 => 100755 bsp/tm4c129x/SConstruct mode change 100644 => 100755 bsp/tm4c129x/applications/SConscript mode change 100644 => 100755 bsp/tm4c129x/applications/application.c mode change 100644 => 100755 bsp/tm4c129x/applications/board.c mode change 100644 => 100755 bsp/tm4c129x/applications/board.h mode change 100644 => 100755 bsp/tm4c129x/drivers/SConscript mode change 100644 => 100755 bsp/tm4c129x/drivers/drv_eth.c mode change 100644 => 100755 bsp/tm4c129x/drivers/drv_eth.h mode change 100644 => 100755 bsp/tm4c129x/drivers/drv_uart.c mode change 100644 => 100755 bsp/tm4c129x/drivers/drv_uart.h mode change 100644 => 100755 bsp/tm4c129x/libraries/SConscript mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/adc.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/adc.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/aes.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/aes.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/can.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/can.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/comp.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/comp.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/cpu.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/cpu.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/crc.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/crc.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/debug.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/des.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/des.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/eeprom.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/eeprom.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/emac.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/emac.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/epi.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/epi.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/flash.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/flash.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/fpu.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/fpu.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/gpio.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/gpio.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/hibernate.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/hibernate.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/i2c.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/i2c.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/interrupt.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/interrupt.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/lcd.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/lcd.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/mpu.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/mpu.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/onewire.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/onewire.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/pin_map.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/pwm.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/pwm.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/qei.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/qei.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/readme.txt mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/rom.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/rom_map.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/rtos_bindings.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/shamd5.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/shamd5.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/ssi.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/ssi.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/sw_crc.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/sw_crc.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/sysctl.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/sysctl.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/sysexc.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/sysexc.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/systick.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/systick.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/tiva_timer.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/tiva_timer.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/uart.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/uart.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/udma.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/udma.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/usb.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/usb.h mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/watchdog.c mode change 100644 => 100755 bsp/tm4c129x/libraries/driverlib/watchdog.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/asmdefs.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_adc.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_aes.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_can.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_ccm.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_comp.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_des.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_eeprom.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_emac.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_epi.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_fan.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_flash.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_gpio.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_hibernate.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_i2c.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_ints.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_lcd.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_memmap.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_nvic.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_onewire.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_pwm.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_qei.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_shamd5.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_ssi.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_sysctl.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_sysexc.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_timer.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_types.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_uart.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_udma.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_usb.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/hw_watchdog.h mode change 100644 => 100755 bsp/tm4c129x/libraries/inc/tm4c1294ncpdt.h mode change 100644 => 100755 bsp/tm4c129x/libraries/startup/startup_ewarm.c mode change 100644 => 100755 bsp/tm4c129x/libraries/startup/startup_gcc.c mode change 100644 => 100755 bsp/tm4c129x/libraries/startup/startup_rvmdk.S mode change 100644 => 100755 bsp/tm4c129x/project.ewp mode change 100644 => 100755 bsp/tm4c129x/project.eww mode change 100644 => 100755 bsp/tm4c129x/project.uvproj mode change 100644 => 100755 bsp/tm4c129x/rtconfig.h mode change 100644 => 100755 bsp/tm4c129x/rtconfig.py mode change 100644 => 100755 bsp/tm4c129x/template.ewp mode change 100644 => 100755 bsp/tm4c129x/template.eww mode change 100644 => 100755 bsp/tm4c129x/template.uvproj mode change 100644 => 100755 bsp/tm4c129x/tm4c_rom.icf mode change 100644 => 100755 bsp/tm4c129x/tm4c_rom.ld mode change 100644 => 100755 bsp/tm4c129x/tm4c_rom.sct mode change 100644 => 100755 bsp/tms320f28379d/.ccsproject mode change 100644 => 100755 bsp/tms320f28379d/.config mode change 100644 => 100755 bsp/tms320f28379d/.cproject mode change 100644 => 100755 bsp/tms320f28379d/.project mode change 100644 => 100755 bsp/tms320f28379d/.settings/org.eclipse.cdt.codan.core.prefs mode change 100644 => 100755 bsp/tms320f28379d/.settings/org.eclipse.cdt.debug.core.prefs mode change 100644 => 100755 bsp/tms320f28379d/.settings/org.eclipse.core.resources.prefs mode change 100644 => 100755 bsp/tms320f28379d/2837x_FLASH_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/Kconfig mode change 100644 => 100755 bsp/tms320f28379d/README.md mode change 100644 => 100755 bsp/tms320f28379d/applications/application.c mode change 100644 => 100755 bsp/tms320f28379d/applications/startup.c mode change 100644 => 100755 bsp/tms320f28379d/drivers/board.c mode change 100644 => 100755 bsp/tms320f28379d/drivers/board.h mode change 100644 => 100755 bsp/tms320f28379d/drivers/drv_sci.c mode change 100644 => 100755 bsp/tms320f28379d/drivers/drv_sci.h mode change 100644 => 100755 bsp/tms320f28379d/figures/build.png mode change 100644 => 100755 bsp/tms320f28379d/figures/debug_as.png mode change 100644 => 100755 bsp/tms320f28379d/figures/import.png mode change 100644 => 100755 bsp/tms320f28379d/figures/import_dia.png mode change 100644 => 100755 bsp/tms320f28379d/figures/launch-28379d.png mode change 100644 => 100755 bsp/tms320f28379d/figures/launching.png mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_CLA_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_IQMATH_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_SGEN_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_TMU_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_afe031_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_lnk_cpu1_far.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_lnk_cpu2.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_FLASH_lnk_cpu2_far.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_CLA_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_IPC_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_IPC_lnk_cpu2.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_IQMATH_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_SGEN_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_SWPrioritizedISR_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_TMU_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_afe031_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_cpu1_USB.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_cpu1_far.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_cpu2.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_cpu2_far.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_shared_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_lnk_shared_cpu2.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_dcsm_lnk_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/cmd/2837xD_dcsm_lnk_cpu2.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/Deprecated_F2837xD_DRL_UG.pdf mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/driverlib/can.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/driverlib/can.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/driverlib/debug.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/driverlib/interrupt.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/driverlib/interrupt.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/driverlib/rom.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/driverlib/rom_map.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/driverlib/rtos_bindings.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/driverlib/sysctl.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/driverlib/sysctl.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/driverlib/systick.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/driverlib/systick.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/driverlib/uart.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/driverlib/uart.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/inc/hw_adc.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/inc/hw_can.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/inc/hw_cmpss.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/inc/hw_cputimer.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/inc/hw_ecap.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/inc/hw_emif.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/inc/hw_epwm.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/inc/hw_eqep.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/inc/hw_gpio.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/inc/hw_i2c.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/inc/hw_ints.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/inc/hw_memmap.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/inc/hw_types.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/inc/hw_uart.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/inc/hw_usb.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/utils/cmdline.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/utils/cmdline.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/utils/uartstdio.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/utils/uartstdio.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/utils/ustdlib.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/deprecated/utils/ustdlib.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_Adc_defines.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_Can_defines.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_Cla_defines.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_Cla_typedefs.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_Dma_defines.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_EPwm_defines.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_Emif_defines.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_Examples.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_GlobalPrototypes.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_Gpio_defines.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_I2c_defines.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_Ipc_defines.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_Ipc_drivers.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_Pie_defines.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_SWPrioritizedIsrLevels.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_SysCtrl_defines.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_Systick_defines.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_Upp_defines.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_cputimervars.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_defaultisr.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_sci_io.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_sdfm_drivers.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F2837xD_struct.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/F28x_Project.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/device.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/driverlib.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/stdint.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/usb.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/include/usb_hal.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_Adc.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_CodeStartBranch.asm mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_CpuTimers.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_DBGIER.asm mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_DefaultISR.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_Dma.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_ECap.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_EPwm.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_EQep.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_Emif.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_Gpio.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_I2C.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_Ipc.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_Ipc_Driver.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_Ipc_Driver_Lite.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_Ipc_Driver_Util.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_Mcbsp.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_PieCtrl.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_PieVect.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_SWPrioritizedPieVect.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_Sci.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_Spi.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_SysCtrl.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_TempSensorConv.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_Upp.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_can.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_sci_io.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_sdfm_drivers.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_struct.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/F2837xD_usDelay.asm mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/device.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/usb.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/source/usb_hal.c mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/targetConfigs/TMS320F28377D.ccxml mode change 100644 => 100755 bsp/tms320f28379d/libraries/common/targetConfigs/TMS320F28379D.ccxml mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/cmd/F2837xD_Headers_BIOS_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/cmd/F2837xD_Headers_BIOS_cpu2.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/cmd/F2837xD_Headers_nonBIOS_cpu1.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/cmd/F2837xD_Headers_nonBIOS_cpu2.cmd mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_adc.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_analogsubsys.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_can.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_cla.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_cmpss.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_cputimer.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_dac.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_dcsm.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_device.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_dma.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_ecap.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_emif.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_epwm.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_epwm_xbar.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_eqep.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_flash.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_gpio.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_i2c.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_input_xbar.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_ipc.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_mcbsp.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_memconfig.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_nmiintrupt.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_output_xbar.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_piectrl.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_pievect.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_sci.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_sdfm.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_spi.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_sysctrl.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_upp.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_xbar.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/include/F2837xD_xint.h mode change 100644 => 100755 bsp/tms320f28379d/libraries/headers/source/F2837xD_GlobalVariableDefs.c mode change 100644 => 100755 bsp/tms320f28379d/rtconfig.h mode change 100644 => 100755 bsp/tms320f28379d/rtconfig_project.h mode change 100644 => 100755 bsp/tms320f28379d/targetConfigs/TMS320F28379D.ccxml mode change 100644 => 100755 bsp/tms320f28379d/targetConfigs/readme.txt mode change 100644 => 100755 bsp/upd70f3454/SConscript mode change 100644 => 100755 bsp/upd70f3454/SConstruct mode change 100644 => 100755 bsp/upd70f3454/applications/SConscript mode change 100644 => 100755 bsp/upd70f3454/applications/application.c mode change 100644 => 100755 bsp/upd70f3454/applications/startup.c mode change 100644 => 100755 bsp/upd70f3454/drivers/CG_macrodriver.h mode change 100644 => 100755 bsp/upd70f3454/drivers/CG_port.c mode change 100644 => 100755 bsp/upd70f3454/drivers/CG_port.h mode change 100644 => 100755 bsp/upd70f3454/drivers/CG_port_user.c mode change 100644 => 100755 bsp/upd70f3454/drivers/CG_system.c mode change 100644 => 100755 bsp/upd70f3454/drivers/CG_system.h mode change 100644 => 100755 bsp/upd70f3454/drivers/CG_system_user.c mode change 100644 => 100755 bsp/upd70f3454/drivers/CG_systeminit.c mode change 100644 => 100755 bsp/upd70f3454/drivers/CG_timer.c mode change 100644 => 100755 bsp/upd70f3454/drivers/CG_timer.h mode change 100644 => 100755 bsp/upd70f3454/drivers/CG_timer_user.c mode change 100644 => 100755 bsp/upd70f3454/drivers/CG_userdefine.h mode change 100644 => 100755 bsp/upd70f3454/drivers/SConscript mode change 100644 => 100755 bsp/upd70f3454/drivers/board.c mode change 100644 => 100755 bsp/upd70f3454/drivers/board.h mode change 100644 => 100755 bsp/upd70f3454/drivers/cstartup.asm mode change 100644 => 100755 bsp/upd70f3454/drivers/io70f3454.h mode change 100644 => 100755 bsp/upd70f3454/drivers/uart.c mode change 100644 => 100755 bsp/upd70f3454/drivers/uart.h mode change 100644 => 100755 bsp/upd70f3454/lnk70f3454.xcl mode change 100644 => 100755 bsp/upd70f3454/project.ewp mode change 100644 => 100755 bsp/upd70f3454/project.eww mode change 100644 => 100755 bsp/upd70f3454/rtconfig.h mode change 100644 => 100755 bsp/upd70f3454/rtconfig.py mode change 100644 => 100755 bsp/upd70f3454/template.ewp mode change 100644 => 100755 bsp/w60x/.config mode change 100644 => 100755 bsp/w60x/.gitignore mode change 100644 => 100755 bsp/w60x/Kconfig mode change 100644 => 100755 bsp/w60x/README.md mode change 100644 => 100755 bsp/w60x/ROM.ini mode change 100644 => 100755 bsp/w60x/SConscript mode change 100644 => 100755 bsp/w60x/SConstruct mode change 100644 => 100755 bsp/w60x/applications/SConscript mode change 100644 => 100755 bsp/w60x/applications/main.c mode change 100644 => 100755 bsp/w60x/drivers/Kconfig mode change 100644 => 100755 bsp/w60x/drivers/SConscript mode change 100644 => 100755 bsp/w60x/drivers/board.c mode change 100644 => 100755 bsp/w60x/drivers/board.h mode change 100644 => 100755 bsp/w60x/drivers/drv_adc.c mode change 100644 => 100755 bsp/w60x/drivers/drv_adc.h mode change 100644 => 100755 bsp/w60x/drivers/drv_crypto.c mode change 100644 => 100755 bsp/w60x/drivers/drv_crypto.h mode change 100644 => 100755 bsp/w60x/drivers/drv_flash.c mode change 100644 => 100755 bsp/w60x/drivers/drv_flash.h mode change 100644 => 100755 bsp/w60x/drivers/drv_hw_timer.c mode change 100644 => 100755 bsp/w60x/drivers/drv_hw_timer.h mode change 100644 => 100755 bsp/w60x/drivers/drv_i2c.c mode change 100644 => 100755 bsp/w60x/drivers/drv_i2c.h mode change 100644 => 100755 bsp/w60x/drivers/drv_pin.c mode change 100644 => 100755 bsp/w60x/drivers/drv_pin.h mode change 100644 => 100755 bsp/w60x/drivers/drv_pwm.c mode change 100644 => 100755 bsp/w60x/drivers/drv_pwm.h mode change 100644 => 100755 bsp/w60x/drivers/drv_rtc.c mode change 100644 => 100755 bsp/w60x/drivers/drv_rtc.h mode change 100644 => 100755 bsp/w60x/drivers/drv_soft_i2c.c mode change 100644 => 100755 bsp/w60x/drivers/drv_soft_i2c.h mode change 100644 => 100755 bsp/w60x/drivers/drv_spi.c mode change 100644 => 100755 bsp/w60x/drivers/drv_spi.h mode change 100644 => 100755 bsp/w60x/drivers/drv_standby.c mode change 100644 => 100755 bsp/w60x/drivers/drv_standby.h mode change 100644 => 100755 bsp/w60x/drivers/drv_uart.c mode change 100644 => 100755 bsp/w60x/drivers/drv_uart.h mode change 100644 => 100755 bsp/w60x/drivers/drv_wdt.c mode change 100644 => 100755 bsp/w60x/drivers/drv_wifi.c mode change 100644 => 100755 bsp/w60x/drivers/drv_wifi.h mode change 100644 => 100755 bsp/w60x/drivers/linker_scripts/link.icf mode change 100644 => 100755 bsp/w60x/drivers/linker_scripts/link.lds mode change 100644 => 100755 bsp/w60x/drivers/linker_scripts/link.sct mode change 100644 => 100755 bsp/w60x/drivers/pin_config.h mode change 100644 => 100755 bsp/w60x/drivers/pin_map.c mode change 100644 => 100755 bsp/w60x/drivers/pin_map.h mode change 100644 => 100755 bsp/w60x/makeimg.bat mode change 100644 => 100755 bsp/w60x/makeimg.py mode change 100644 => 100755 bsp/w60x/oneshot/SConscript mode change 100644 => 100755 bsp/w60x/oneshot/oneshot.c mode change 100644 => 100755 bsp/w60x/oneshot/oneshot.h mode change 100644 => 100755 bsp/w60x/oneshot/oneshot_demo.c mode change 100644 => 100755 bsp/w60x/project.ewp mode change 100644 => 100755 bsp/w60x/project.eww mode change 100644 => 100755 bsp/w60x/project.uvoptx mode change 100644 => 100755 bsp/w60x/project.uvprojx mode change 100644 => 100755 bsp/w60x/rtconfig.h mode change 100644 => 100755 bsp/w60x/rtconfig.py mode change 100644 => 100755 bsp/w60x/template.ewp mode change 100644 => 100755 bsp/w60x/template.uvoptx mode change 100644 => 100755 bsp/w60x/template.uvprojx mode change 100644 => 100755 bsp/wh44b0/application.c mode change 100644 => 100755 bsp/wh44b0/board.c mode change 100644 => 100755 bsp/wh44b0/board.h mode change 100644 => 100755 bsp/wh44b0/lowlevel.S mode change 100644 => 100755 bsp/wh44b0/project.Uv2 mode change 100644 => 100755 bsp/wh44b0/rtconfig.h mode change 100644 => 100755 bsp/wh44b0/skyeye.conf mode change 100644 => 100755 bsp/wh44b0/startup.c mode change 100644 => 100755 bsp/wh44b0/wh44b0_ram.lds mode change 100644 => 100755 bsp/wh44b0/wh44b0_rom.lds mode change 100644 => 100755 bsp/x1000/.config mode change 100644 => 100755 bsp/x1000/Kconfig mode change 100644 => 100755 bsp/x1000/README.md mode change 100644 => 100755 bsp/x1000/SConscript mode change 100644 => 100755 bsp/x1000/SConstruct mode change 100644 => 100755 bsp/x1000/applications/SConscript mode change 100644 => 100755 bsp/x1000/applications/blink.c mode change 100644 => 100755 bsp/x1000/applications/main.c mode change 100644 => 100755 bsp/x1000/applications/mnt.c mode change 100644 => 100755 bsp/x1000/applications/wlan.c mode change 100644 => 100755 bsp/x1000/drivers/SConscript mode change 100644 => 100755 bsp/x1000/drivers/audio/SConscript mode change 100644 => 100755 bsp/x1000/drivers/audio/drv_aic.h mode change 100644 => 100755 bsp/x1000/drivers/audio/drv_aic_i2s.c mode change 100644 => 100755 bsp/x1000/drivers/audio/drv_aic_i2s.h mode change 100644 => 100755 bsp/x1000/drivers/audio/drv_codec_icodec.c mode change 100644 => 100755 bsp/x1000/drivers/audio/drv_codec_icodec.h mode change 100644 => 100755 bsp/x1000/drivers/audio/drv_dmic.c mode change 100644 => 100755 bsp/x1000/drivers/audio/drv_dmic.h mode change 100644 => 100755 bsp/x1000/drivers/board.c mode change 100644 => 100755 bsp/x1000/drivers/board.h mode change 100644 => 100755 bsp/x1000/drivers/board/halley2/board_halley2.h mode change 100644 => 100755 bsp/x1000/drivers/board/halley2/rd_x1000_halley2_baseboard_v2_0.pdf mode change 100644 => 100755 bsp/x1000/drivers/board/halley2/rd_x1000_halley2_coreboard_v2_0.pdf mode change 100644 => 100755 bsp/x1000/drivers/board/halley2_fir/PD_X1000_FIR_V1.1.pdf mode change 100644 => 100755 bsp/x1000/drivers/board/halley2_fir/board_halley2_fir.h mode change 100644 => 100755 bsp/x1000/drivers/board/halley2_realboard/board_halley2_readboard.h mode change 100644 => 100755 bsp/x1000/drivers/board/halley2_realboard_v2/board_halley2_readboard_v2.h mode change 100644 => 100755 bsp/x1000/drivers/board/phoenix/RD_X1000_PHOENIX_V2.0.pdf mode change 100644 => 100755 bsp/x1000/drivers/board/phoenix/board_phoenix.h mode change 100644 => 100755 bsp/x1000/drivers/board_io.c mode change 100644 => 100755 bsp/x1000/drivers/board_key.h mode change 100644 => 100755 bsp/x1000/drivers/board_led.c mode change 100644 => 100755 bsp/x1000/drivers/board_led.h mode change 100644 => 100755 bsp/x1000/drivers/dma.c mode change 100644 => 100755 bsp/x1000/drivers/dma.h mode change 100644 => 100755 bsp/x1000/drivers/drv_clock.c mode change 100644 => 100755 bsp/x1000/drivers/drv_clock.h mode change 100644 => 100755 bsp/x1000/drivers/drv_dma.c mode change 100644 => 100755 bsp/x1000/drivers/drv_dma.h mode change 100644 => 100755 bsp/x1000/drivers/drv_gpio.c mode change 100644 => 100755 bsp/x1000/drivers/drv_gpio.h mode change 100644 => 100755 bsp/x1000/drivers/drv_i2c.c mode change 100644 => 100755 bsp/x1000/drivers/drv_i2c.h mode change 100644 => 100755 bsp/x1000/drivers/drv_ost.c mode change 100644 => 100755 bsp/x1000/drivers/drv_ost.h mode change 100644 => 100755 bsp/x1000/drivers/drv_pin.c mode change 100644 => 100755 bsp/x1000/drivers/drv_pmu.c mode change 100644 => 100755 bsp/x1000/drivers/drv_pmu.h mode change 100644 => 100755 bsp/x1000/drivers/drv_reset.c mode change 100644 => 100755 bsp/x1000/drivers/drv_reset.h mode change 100644 => 100755 bsp/x1000/drivers/drv_rtc.c mode change 100644 => 100755 bsp/x1000/drivers/drv_rtc.h mode change 100644 => 100755 bsp/x1000/drivers/drv_spi.c mode change 100644 => 100755 bsp/x1000/drivers/drv_spi.h mode change 100644 => 100755 bsp/x1000/drivers/drv_uart.c mode change 100644 => 100755 bsp/x1000/drivers/drv_uart.h mode change 100644 => 100755 bsp/x1000/drivers/mmc/SConscript mode change 100644 => 100755 bsp/x1000/drivers/mmc/drv_mmc.c mode change 100644 => 100755 bsp/x1000/drivers/mmc/drv_mmc.h mode change 100644 => 100755 bsp/x1000/drivers/sfc/SConscript mode change 100644 => 100755 bsp/x1000/drivers/sfc/drv_sfc.c mode change 100644 => 100755 bsp/x1000/drivers/sfc/drv_sfc.h mode change 100644 => 100755 bsp/x1000/drivers/sfc/drv_sfc_gd25qxx_mtd.c mode change 100644 => 100755 bsp/x1000/drivers/sfc/drv_sfc_gd25qxx_mtd_partition.c mode change 100644 => 100755 bsp/x1000/drivers/sfc/mtd_nor_partition.h mode change 100644 => 100755 bsp/x1000/drivers/slcd/SConscript mode change 100644 => 100755 bsp/x1000/drivers/slcd/drv_slcd_ili9341.c mode change 100644 => 100755 bsp/x1000/drivers/slcd/drv_slcd_ili9488.c mode change 100644 => 100755 bsp/x1000/drivers/slcd/drv_slcd_otm4802.c mode change 100644 => 100755 bsp/x1000/drivers/slcd/drv_slcd_rm68120.c mode change 100644 => 100755 bsp/x1000/drivers/slcd/drv_slcd_truly_tft240240.c mode change 100644 => 100755 bsp/x1000/drivers/slcd/drv_slcdc.c mode change 100644 => 100755 bsp/x1000/drivers/slcd/drv_slcdc.h mode change 100644 => 100755 bsp/x1000/drivers/slcd/dump_slcd.c mode change 100644 => 100755 bsp/x1000/drivers/touch/SConscript mode change 100644 => 100755 bsp/x1000/drivers/touch/focaltech_ts.c mode change 100644 => 100755 bsp/x1000/drivers/touch/focaltech_ts.h mode change 100644 => 100755 bsp/x1000/drivers/touch/gt9xx.c mode change 100644 => 100755 bsp/x1000/drivers/touch/gt9xx.h mode change 100644 => 100755 bsp/x1000/drivers/touch/gt9xx_cfg.h mode change 100644 => 100755 bsp/x1000/drivers/touch/gt9xx_firmware.h mode change 100644 => 100755 bsp/x1000/drivers/usbd/SConscript mode change 100644 => 100755 bsp/x1000/drivers/usbd/x1000_dwc.c mode change 100644 => 100755 bsp/x1000/drivers/usbd/x1000_dwc.h mode change 100644 => 100755 bsp/x1000/figures/menuconfig_board.png mode change 100644 => 100755 bsp/x1000/figures/uboot.png mode change 100644 => 100755 bsp/x1000/rtconfig.h mode change 100644 => 100755 bsp/x1000/rtconfig.py mode change 100644 => 100755 bsp/x1000/uboot-for-realboard.bin mode change 100644 => 100755 bsp/x1000/x1000_ram.lds mode change 100644 => 100755 bsp/x86/Makefile mode change 100644 => 100755 bsp/x86/SConscript mode change 100644 => 100755 bsp/x86/SConstruct mode change 100644 => 100755 bsp/x86/applications/SConscript mode change 100644 => 100755 bsp/x86/applications/application.c mode change 100644 => 100755 bsp/x86/applications/startup.c mode change 100644 => 100755 bsp/x86/drivers/SConscript mode change 100644 => 100755 bsp/x86/drivers/board.c mode change 100644 => 100755 bsp/x86/drivers/board.h mode change 100644 => 100755 bsp/x86/drivers/console.c mode change 100644 => 100755 bsp/x86/drivers/dma.h mode change 100644 => 100755 bsp/x86/drivers/floppy.c mode change 100644 => 100755 bsp/x86/drivers/floppy.h mode change 100644 => 100755 bsp/x86/drivers/include/bsp.h mode change 100644 => 100755 bsp/x86/drivers/include/grub.h mode change 100644 => 100755 bsp/x86/drivers/include/i386.h mode change 100644 => 100755 bsp/x86/drivers/keyboard.c mode change 100644 => 100755 bsp/x86/drivers/keyboard.h mode change 100644 => 100755 bsp/x86/drivers/keymap.h mode change 100644 => 100755 bsp/x86/drivers/serial.c mode change 100644 => 100755 bsp/x86/rtconfig.h mode change 100644 => 100755 bsp/x86/rtconfig.py mode change 100644 => 100755 bsp/x86/src/hello.c mode change 100644 => 100755 bsp/x86/src/stdio.h mode change 100644 => 100755 bsp/x86/x86_ram.lds mode change 100644 => 100755 bsp/xplorer4330/Libraries/CMSIS/Include/arm_common_tables.h mode change 100644 => 100755 bsp/xplorer4330/Libraries/CMSIS/Include/arm_math.h mode change 100644 => 100755 bsp/xplorer4330/Libraries/CMSIS/Include/core_cm0.h mode change 100644 => 100755 bsp/xplorer4330/Libraries/CMSIS/Include/core_cm0plus.h mode change 100644 => 100755 bsp/xplorer4330/Libraries/CMSIS/Include/core_cm3.h mode change 100644 => 100755 bsp/xplorer4330/Libraries/CMSIS/Include/core_cm4.h mode change 100644 => 100755 bsp/xplorer4330/Libraries/CMSIS/Include/core_cm4_simd.h mode change 100644 => 100755 bsp/xplorer4330/Libraries/CMSIS/Include/core_cmFunc.h mode change 100644 => 100755 bsp/xplorer4330/Libraries/CMSIS/Include/core_cmInstr.h mode change 100644 => 100755 bsp/xplorer4330/Libraries/CMSIS/Include/core_sc000.h mode change 100644 => 100755 bsp/xplorer4330/Libraries/CMSIS/Include/core_sc300.h mode change 100644 => 100755 bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Include/LPC43xx.h mode change 100644 => 100755 bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Include/fpu_enable.h mode change 100644 => 100755 bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Include/fpu_init.h mode change 100644 => 100755 bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Include/system_LPC43xx.h mode change 100644 => 100755 bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/ARM/startup_LPC43xx.s mode change 100644 => 100755 bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/ARM/startup_LPC43xx_M0.s mode change 100644 => 100755 bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx.s mode change 100644 => 100755 bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx_M0.s mode change 100644 => 100755 bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/startup_LPC43xx.s mode change 100644 => 100755 bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/startup_LPC43xx_M0.s mode change 100644 => 100755 bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/startup_lpc43xx_m0sub.s mode change 100644 => 100755 bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/system_LPC43xx.c mode change 100644 => 100755 bsp/xplorer4330/Libraries/Device/SConscript mode change 100644 => 100755 bsp/xplorer4330/Libraries/SConscript mode change 100644 => 100755 bsp/xplorer4330/M0/SConscript mode change 100644 => 100755 bsp/xplorer4330/M0/SConstruct mode change 100644 => 100755 bsp/xplorer4330/M0/project.uvopt mode change 100644 => 100755 bsp/xplorer4330/M0/project.uvproj mode change 100644 => 100755 bsp/xplorer4330/M0/rtconfig.h mode change 100644 => 100755 bsp/xplorer4330/M0/rtconfig.py mode change 100644 => 100755 bsp/xplorer4330/M0/rtthread-lpc43xx_spifi.ld mode change 100644 => 100755 bsp/xplorer4330/M0/rtthread-lpc43xx_spifi.sct mode change 100644 => 100755 bsp/xplorer4330/M0/template.uvproj mode change 100644 => 100755 bsp/xplorer4330/M4/SConscript mode change 100644 => 100755 bsp/xplorer4330/M4/SConstruct mode change 100644 => 100755 bsp/xplorer4330/M4/project.uvopt mode change 100644 => 100755 bsp/xplorer4330/M4/project.uvproj mode change 100644 => 100755 bsp/xplorer4330/M4/rtconfig.h mode change 100644 => 100755 bsp/xplorer4330/M4/rtconfig.py mode change 100644 => 100755 bsp/xplorer4330/M4/rtthread-lpc43xx_spifi.ld mode change 100644 => 100755 bsp/xplorer4330/M4/rtthread-lpc43xx_spifi.sct mode change 100644 => 100755 bsp/xplorer4330/M4/template.uvproj mode change 100644 => 100755 bsp/xplorer4330/applications/SConscript mode change 100644 => 100755 bsp/xplorer4330/applications/application.c mode change 100644 => 100755 bsp/xplorer4330/applications/startup.c mode change 100644 => 100755 bsp/xplorer4330/drivers/SConscript mode change 100644 => 100755 bsp/xplorer4330/drivers/board.c mode change 100644 => 100755 bsp/xplorer4330/drivers/board.h mode change 100644 => 100755 bsp/xplorer4330/drivers/drv_led.c mode change 100644 => 100755 bsp/xplorer4330/drivers/drv_led.h mode change 100644 => 100755 bsp/xplorer4330/drivers/drv_uart.c mode change 100644 => 100755 bsp/xplorer4330/drivers/drv_uart.h mode change 100644 => 100755 bsp/zynq7000/README.txt mode change 100644 => 100755 bsp/zynq7000/SConscript mode change 100644 => 100755 bsp/zynq7000/SConstruct mode change 100644 => 100755 bsp/zynq7000/applications/SConscript mode change 100644 => 100755 bsp/zynq7000/applications/application.c mode change 100644 => 100755 bsp/zynq7000/applications/startup.c mode change 100644 => 100755 bsp/zynq7000/drivers/SConscript mode change 100644 => 100755 bsp/zynq7000/drivers/board.c mode change 100644 => 100755 bsp/zynq7000/drivers/board.h mode change 100644 => 100755 bsp/zynq7000/drivers/uart.c mode change 100644 => 100755 bsp/zynq7000/drivers/uart_hw.h mode change 100644 => 100755 bsp/zynq7000/drivers/zynq7000.h mode change 100644 => 100755 bsp/zynq7000/rtconfig.h mode change 100644 => 100755 bsp/zynq7000/rtconfig.py mode change 100644 => 100755 bsp/zynq7000/zynq7000.ld mode change 100644 => 100755 components/Kconfig mode change 100644 => 100755 components/SConscript mode change 100644 => 100755 components/cplusplus/Kconfig mode change 100644 => 100755 components/cplusplus/Lock.h mode change 100644 => 100755 components/cplusplus/Mail.h mode change 100644 => 100755 components/cplusplus/Mutex.cpp mode change 100644 => 100755 components/cplusplus/Mutex.h mode change 100644 => 100755 components/cplusplus/Queue.h mode change 100644 => 100755 components/cplusplus/README.md mode change 100644 => 100755 components/cplusplus/SConscript mode change 100644 => 100755 components/cplusplus/Semaphore.cpp mode change 100644 => 100755 components/cplusplus/Semaphore.h mode change 100644 => 100755 components/cplusplus/Thread.cpp mode change 100644 => 100755 components/cplusplus/Thread.h mode change 100644 => 100755 components/cplusplus/crt.cpp mode change 100644 => 100755 components/cplusplus/crt.h mode change 100644 => 100755 components/dfs/Kconfig mode change 100644 => 100755 components/dfs/SConscript mode change 100644 => 100755 components/dfs/filesystems/SConscript mode change 100644 => 100755 components/dfs/filesystems/devfs/SConscript mode change 100644 => 100755 components/dfs/filesystems/devfs/devfs.c mode change 100644 => 100755 components/dfs/filesystems/devfs/devfs.h mode change 100644 => 100755 components/dfs/filesystems/elmfat/00history.txt mode change 100644 => 100755 components/dfs/filesystems/elmfat/00readme.txt mode change 100644 => 100755 components/dfs/filesystems/elmfat/SConscript mode change 100644 => 100755 components/dfs/filesystems/elmfat/dfs_elm.c mode change 100644 => 100755 components/dfs/filesystems/elmfat/dfs_elm.h mode change 100644 => 100755 components/dfs/filesystems/elmfat/diskio.h mode change 100644 => 100755 components/dfs/filesystems/elmfat/ff.c mode change 100644 => 100755 components/dfs/filesystems/elmfat/ff.h mode change 100644 => 100755 components/dfs/filesystems/elmfat/ffconf.h mode change 100644 => 100755 components/dfs/filesystems/elmfat/integer.h mode change 100644 => 100755 components/dfs/filesystems/elmfat/option/cc932.c mode change 100644 => 100755 components/dfs/filesystems/elmfat/option/cc936.c mode change 100644 => 100755 components/dfs/filesystems/elmfat/option/cc949.c mode change 100644 => 100755 components/dfs/filesystems/elmfat/option/cc950.c mode change 100644 => 100755 components/dfs/filesystems/elmfat/option/ccfile.c mode change 100644 => 100755 components/dfs/filesystems/elmfat/option/ccsbcs.c mode change 100644 => 100755 components/dfs/filesystems/elmfat/option/syscall.c mode change 100644 => 100755 components/dfs/filesystems/elmfat/option/unicode.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/SConscript mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/ChangeLog mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/cdl/compress_zlib.cdl mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/include/zconf.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/include/zlib.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/ChangeLog mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/FAQ mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/INDEX mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/Make_vms.com mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/Makefile mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/Makefile.in mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/Makefile.riscos mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/README mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/README.eCos mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/adler32.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/algorithm.txt mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/compress.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/configure mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/deflate.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/deflate.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/descrip.mms mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/example.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/gzio.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/infback.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/infblock.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/infblock.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/inffast.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/inffast.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/inffixed.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/inflate.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/inflate.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/inftrees.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/inftrees.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/infutil.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/infutil.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/maketree.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/minigzip.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/trees.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/trees.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/uncompr.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/zlib.3 mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/zutil.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/src/zutil.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/tests/zlib1.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/tests/zlib2.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/zconf.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/compress/zlib.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/crc/crc.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/crc/crc16.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/crc/crc32.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/crc/posix_crc.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/fileio/fileio.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/hal/basetype.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/hal/drv_api.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/cyg/infra/cyg_type.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/dfs_jffs2.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/dfs_jffs2.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/include/linux/jffs2.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/include/linux/jffs2_fs_i.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/include/linux/jffs2_fs_sb.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/include/port/codes.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/include/port/fcntl.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/include/port/sys/stat.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/include/port/sys/types.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/jffs2_config.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/asm/atomic.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/asm/bug.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/asm/page.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/asm/semaphore.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/TODO mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/compiler.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/completion.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/config.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/crc32.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/errno.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/fs.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/init.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/kernel.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/list.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/mtd/compatmac.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/mtd/mtd.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/pagemap.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/rbtree.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/rwsem.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/sched.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/slab.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/spinlock.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/stat.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/string.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/timer.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/types.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/version.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/vmalloc.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/wait.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/workqueue.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/zlib.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/linux/zutil.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/kernel/rbtree.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/porting.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/porting.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/LICENCE mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/build.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/compr.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/compr.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/compr_rtime.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/compr_rubin.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/compr_rubin.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/compr_zlib.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/debug.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/debug.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/dir-ecos.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/dir.txt mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/erase.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/flashio.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/fs-ecos.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/gc.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/gcthread.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/histo.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/histo_mips.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/malloc-ecos.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/nodelist.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/nodelist.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/nodemgmt.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/os-ecos.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/os-rtthread.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/pushpull.h mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/read.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/readinode.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/scan.c mode change 100644 => 100755 components/dfs/filesystems/jffs2/src/write.c mode change 100644 => 100755 components/dfs/filesystems/nfs/SConscript mode change 100644 => 100755 components/dfs/filesystems/nfs/dfs_nfs.c mode change 100644 => 100755 components/dfs/filesystems/nfs/dfs_nfs.h mode change 100644 => 100755 components/dfs/filesystems/nfs/mount.h mode change 100644 => 100755 components/dfs/filesystems/nfs/mount.x mode change 100644 => 100755 components/dfs/filesystems/nfs/mount_clnt.c mode change 100644 => 100755 components/dfs/filesystems/nfs/mount_xdr.c mode change 100644 => 100755 components/dfs/filesystems/nfs/nfs.h mode change 100644 => 100755 components/dfs/filesystems/nfs/nfs.x mode change 100644 => 100755 components/dfs/filesystems/nfs/nfs_auth.c mode change 100644 => 100755 components/dfs/filesystems/nfs/nfs_clnt.c mode change 100644 => 100755 components/dfs/filesystems/nfs/nfs_xdr.c mode change 100644 => 100755 components/dfs/filesystems/nfs/rpc/auth.h mode change 100644 => 100755 components/dfs/filesystems/nfs/rpc/auth_none.c mode change 100644 => 100755 components/dfs/filesystems/nfs/rpc/clnt.h mode change 100644 => 100755 components/dfs/filesystems/nfs/rpc/clnt_generic.c mode change 100644 => 100755 components/dfs/filesystems/nfs/rpc/clnt_udp.c mode change 100644 => 100755 components/dfs/filesystems/nfs/rpc/pmap.c mode change 100644 => 100755 components/dfs/filesystems/nfs/rpc/pmap.h mode change 100644 => 100755 components/dfs/filesystems/nfs/rpc/rpc.h mode change 100644 => 100755 components/dfs/filesystems/nfs/rpc/rpc_msg.h mode change 100644 => 100755 components/dfs/filesystems/nfs/rpc/rpc_prot.c mode change 100644 => 100755 components/dfs/filesystems/nfs/rpc/types.h mode change 100644 => 100755 components/dfs/filesystems/nfs/rpc/xdr.c mode change 100644 => 100755 components/dfs/filesystems/nfs/rpc/xdr.h mode change 100644 => 100755 components/dfs/filesystems/nfs/rpc/xdr_mem.c mode change 100644 => 100755 components/dfs/filesystems/ramfs/SConscript mode change 100644 => 100755 components/dfs/filesystems/ramfs/dfs_ramfs.c mode change 100644 => 100755 components/dfs/filesystems/ramfs/dfs_ramfs.h mode change 100644 => 100755 components/dfs/filesystems/romfs/SConscript mode change 100644 => 100755 components/dfs/filesystems/romfs/dfs_romfs.c mode change 100644 => 100755 components/dfs/filesystems/romfs/dfs_romfs.h mode change 100644 => 100755 components/dfs/filesystems/romfs/romfs.c mode change 100644 => 100755 components/dfs/filesystems/skeleton/skeleton.c mode change 100644 => 100755 components/dfs/filesystems/skeleton/skeleton.h mode change 100644 => 100755 components/dfs/filesystems/uffs/AUTHORS mode change 100644 => 100755 components/dfs/filesystems/uffs/CMakeLists.txt mode change 100644 => 100755 components/dfs/filesystems/uffs/COPYING mode change 100644 => 100755 components/dfs/filesystems/uffs/Doxyfile mode change 100644 => 100755 components/dfs/filesystems/uffs/README mode change 100644 => 100755 components/dfs/filesystems/uffs/SConscript mode change 100644 => 100755 components/dfs/filesystems/uffs/TODO mode change 100644 => 100755 components/dfs/filesystems/uffs/dfs_uffs.c mode change 100644 => 100755 components/dfs/filesystems/uffs/dfs_uffs.h mode change 100644 => 100755 components/dfs/filesystems/uffs/doc/Understanding-UFFS.odp mode change 100644 => 100755 components/dfs/filesystems/uffs/doc/Understanding-UFFS.pdf mode change 100644 => 100755 components/dfs/filesystems/uffs/doc/uffs-serial-num-relationship.JPG mode change 100644 => 100755 components/dfs/filesystems/uffs/src/CMakeLists.txt mode change 100644 => 100755 components/dfs/filesystems/uffs/src/emu/CMakeLists.txt mode change 100644 => 100755 components/dfs/filesystems/uffs/src/emu/cmdline.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/emu/cmdline.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/emu/helper_cmds.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/emu/test_cmds.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/emu/uffs_fileem.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/emu/uffs_fileem.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/emu/uffs_fileem_ecc_hw.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/emu/uffs_fileem_ecc_hw_auto.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/emu/uffs_fileem_ecc_soft.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/emu/uffs_fileem_share.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/emu/uffs_fileem_wrap.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/example/CMakeLists.txt mode change 100644 => 100755 components/dfs/filesystems/uffs/src/example/flash-interface-example.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/example/static-mem-allocate.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_badblock.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_blockinfo.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_buf.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_core.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_crc.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_device.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_ecc.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_fd.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_find.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_flash.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_fs.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_mem.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_mtb.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_os.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_pool.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_public.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_tree.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_types.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_utils.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/inc/uffs/uffs_version.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/platform/CMakeLists.txt mode change 100644 => 100755 components/dfs/filesystems/uffs/src/platform/posix/uffs_config.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/platform/posix/uffs_os.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/platform/win32/uffs_config.h mode change 100644 => 100755 components/dfs/filesystems/uffs/src/platform/win32/uffs_os.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/CMakeLists.txt mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_badblock.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_blockinfo.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_buf.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_crc.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_debug.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_device.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_ecc.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_fd.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_find.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_flash.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_fs.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_init.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_mem.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_mtb.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_pool.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_public.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_tree.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_utils.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/uffs/uffs_version.c mode change 100644 => 100755 components/dfs/filesystems/uffs/src/utils/CMakeLists.txt mode change 100644 => 100755 components/dfs/filesystems/uffs/src/utils/mkuffs.c mode change 100644 => 100755 components/dfs/filesystems/uffs/tools/chomp_uffs_perror.rb mode change 100644 => 100755 components/dfs/filesystems/uffs/tools/format_code.rb mode change 100644 => 100755 components/dfs/filesystems/uffs/tools/make_package.sh mode change 100644 => 100755 components/dfs/filesystems/uffs/uffs_config.h mode change 100644 => 100755 components/dfs/filesystems/uffs/uffs_nandif.c mode change 100644 => 100755 components/dfs/filesystems/uffs/uffs_rtthread.c mode change 100644 => 100755 components/dfs/include/dfs.h mode change 100644 => 100755 components/dfs/include/dfs_file.h mode change 100644 => 100755 components/dfs/include/dfs_fs.h mode change 100644 => 100755 components/dfs/include/dfs_poll.h mode change 100644 => 100755 components/dfs/include/dfs_posix.h mode change 100644 => 100755 components/dfs/include/dfs_private.h mode change 100644 => 100755 components/dfs/include/dfs_select.h mode change 100644 => 100755 components/dfs/src/dfs.c mode change 100644 => 100755 components/dfs/src/dfs_file.c mode change 100644 => 100755 components/dfs/src/dfs_fs.c mode change 100644 => 100755 components/dfs/src/dfs_posix.c mode change 100644 => 100755 components/dfs/src/poll.c mode change 100644 => 100755 components/dfs/src/select.c mode change 100644 => 100755 components/drivers/SConscript mode change 100644 => 100755 components/drivers/audio/SConscript mode change 100644 => 100755 components/drivers/audio/audio.c mode change 100644 => 100755 components/drivers/audio/audio_pipe.c mode change 100644 => 100755 components/drivers/audio/audio_pipe.h mode change 100644 => 100755 components/drivers/can/SConscript mode change 100644 => 100755 components/drivers/can/can.c mode change 100644 => 100755 components/drivers/can/readme-zh.txt mode change 100644 => 100755 components/drivers/cputime/SConscript mode change 100644 => 100755 components/drivers/cputime/cputime.c mode change 100644 => 100755 components/drivers/cputime/cputime_cortexm.c mode change 100644 => 100755 components/drivers/hwcrypto/SConscript mode change 100644 => 100755 components/drivers/hwcrypto/hw_bignum.c mode change 100644 => 100755 components/drivers/hwcrypto/hw_bignum.h mode change 100644 => 100755 components/drivers/hwcrypto/hw_crc.c mode change 100644 => 100755 components/drivers/hwcrypto/hw_crc.h mode change 100644 => 100755 components/drivers/hwcrypto/hw_gcm.c mode change 100644 => 100755 components/drivers/hwcrypto/hw_gcm.h mode change 100644 => 100755 components/drivers/hwcrypto/hw_hash.c mode change 100644 => 100755 components/drivers/hwcrypto/hw_hash.h mode change 100644 => 100755 components/drivers/hwcrypto/hw_rng.c mode change 100644 => 100755 components/drivers/hwcrypto/hw_rng.h mode change 100644 => 100755 components/drivers/hwcrypto/hw_symmetric.c mode change 100644 => 100755 components/drivers/hwcrypto/hw_symmetric.h mode change 100644 => 100755 components/drivers/hwcrypto/hwcrypto.c mode change 100644 => 100755 components/drivers/hwcrypto/hwcrypto.h mode change 100644 => 100755 components/drivers/hwtimer/README_CN.md mode change 100644 => 100755 components/drivers/hwtimer/SConscript mode change 100644 => 100755 components/drivers/hwtimer/hwtimer.c mode change 100644 => 100755 components/drivers/i2c/SConscript mode change 100644 => 100755 components/drivers/i2c/i2c-bit-ops.c mode change 100644 => 100755 components/drivers/i2c/i2c_core.c mode change 100644 => 100755 components/drivers/i2c/i2c_dev.c mode change 100644 => 100755 components/drivers/include/drivers/adc.h mode change 100644 => 100755 components/drivers/include/drivers/alarm.h mode change 100644 => 100755 components/drivers/include/drivers/audio.h mode change 100644 => 100755 components/drivers/include/drivers/can.h mode change 100644 => 100755 components/drivers/include/drivers/cputime.h mode change 100644 => 100755 components/drivers/include/drivers/crypto.h mode change 100644 => 100755 components/drivers/include/drivers/hwtimer.h mode change 100644 => 100755 components/drivers/include/drivers/i2c-bit-ops.h mode change 100644 => 100755 components/drivers/include/drivers/i2c.h mode change 100644 => 100755 components/drivers/include/drivers/i2c_dev.h mode change 100644 => 100755 components/drivers/include/drivers/mmc.h mode change 100644 => 100755 components/drivers/include/drivers/mmcsd_card.h mode change 100644 => 100755 components/drivers/include/drivers/mmcsd_cmd.h mode change 100644 => 100755 components/drivers/include/drivers/mmcsd_core.h mode change 100644 => 100755 components/drivers/include/drivers/mmcsd_host.h mode change 100644 => 100755 components/drivers/include/drivers/mtd_nand.h mode change 100644 => 100755 components/drivers/include/drivers/mtd_nor.h mode change 100644 => 100755 components/drivers/include/drivers/pin.h mode change 100644 => 100755 components/drivers/include/drivers/pm.h mode change 100644 => 100755 components/drivers/include/drivers/pulse_encoder.h mode change 100644 => 100755 components/drivers/include/drivers/rt_drv_pwm.h mode change 100644 => 100755 components/drivers/include/drivers/rt_inputcapture.h mode change 100644 => 100755 components/drivers/include/drivers/rtc.h mode change 100644 => 100755 components/drivers/include/drivers/sd.h mode change 100644 => 100755 components/drivers/include/drivers/sdio.h mode change 100644 => 100755 components/drivers/include/drivers/sdio_func_ids.h mode change 100644 => 100755 components/drivers/include/drivers/serial.h mode change 100644 => 100755 components/drivers/include/drivers/spi.h mode change 100644 => 100755 components/drivers/include/drivers/usb_common.h mode change 100644 => 100755 components/drivers/include/drivers/usb_device.h mode change 100644 => 100755 components/drivers/include/drivers/usb_host.h mode change 100644 => 100755 components/drivers/include/drivers/watchdog.h mode change 100644 => 100755 components/drivers/include/drivers/wlan.h mode change 100644 => 100755 components/drivers/include/ipc/completion.h mode change 100644 => 100755 components/drivers/include/ipc/dataqueue.h mode change 100644 => 100755 components/drivers/include/ipc/pipe.h mode change 100644 => 100755 components/drivers/include/ipc/poll.h mode change 100644 => 100755 components/drivers/include/ipc/ringblk_buf.h mode change 100644 => 100755 components/drivers/include/ipc/ringbuffer.h mode change 100644 => 100755 components/drivers/include/ipc/waitqueue.h mode change 100644 => 100755 components/drivers/include/ipc/workqueue.h mode change 100644 => 100755 components/drivers/include/rtdevice.h mode change 100644 => 100755 components/drivers/misc/SConscript mode change 100644 => 100755 components/drivers/misc/adc.c mode change 100644 => 100755 components/drivers/misc/pin.c mode change 100644 => 100755 components/drivers/misc/pulse_encoder.c mode change 100644 => 100755 components/drivers/misc/rt_drv_pwm.c mode change 100644 => 100755 components/drivers/misc/rt_inputcapture.c mode change 100644 => 100755 components/drivers/mtd/SConscript mode change 100644 => 100755 components/drivers/mtd/mtd_nand.c mode change 100644 => 100755 components/drivers/mtd/mtd_nor.c mode change 100644 => 100755 components/drivers/pm/SConscript mode change 100644 => 100755 components/drivers/pm/pm.c mode change 100644 => 100755 components/drivers/rtc/README.md mode change 100644 => 100755 components/drivers/rtc/SConscript mode change 100644 => 100755 components/drivers/rtc/alarm.c mode change 100644 => 100755 components/drivers/rtc/rtc.c mode change 100644 => 100755 components/drivers/rtc/soft_rtc.c mode change 100644 => 100755 components/drivers/sdio/SConscript mode change 100644 => 100755 components/drivers/sdio/block_dev.c mode change 100644 => 100755 components/drivers/sdio/mmc.c mode change 100644 => 100755 components/drivers/sdio/mmcsd_core.c mode change 100644 => 100755 components/drivers/sdio/sd.c mode change 100644 => 100755 components/drivers/sdio/sdio.c mode change 100644 => 100755 components/drivers/sensors/SConscript mode change 100644 => 100755 components/drivers/sensors/sensor.c mode change 100644 => 100755 components/drivers/serial/SConscript mode change 100644 => 100755 components/drivers/serial/serial.c mode change 100644 => 100755 components/drivers/spi/SConscript mode change 100644 => 100755 components/drivers/spi/device_driver_list.txt mode change 100644 => 100755 components/drivers/spi/enc28j60.c mode change 100644 => 100755 components/drivers/spi/enc28j60.h mode change 100644 => 100755 components/drivers/spi/qspi_core.c mode change 100644 => 100755 components/drivers/spi/sfud/LICENSE mode change 100644 => 100755 components/drivers/spi/sfud/README.md mode change 100644 => 100755 components/drivers/spi/sfud/inc/sfud.h mode change 100644 => 100755 components/drivers/spi/sfud/inc/sfud_cfg.h mode change 100644 => 100755 components/drivers/spi/sfud/inc/sfud_def.h mode change 100644 => 100755 components/drivers/spi/sfud/inc/sfud_flash_def.h mode change 100644 => 100755 components/drivers/spi/sfud/src/sfud.c mode change 100644 => 100755 components/drivers/spi/sfud/src/sfud_sfdp.c mode change 100644 => 100755 components/drivers/spi/spi_core.c mode change 100644 => 100755 components/drivers/spi/spi_dev.c mode change 100644 => 100755 components/drivers/spi/spi_flash.h mode change 100644 => 100755 components/drivers/spi/spi_flash_sfud.c mode change 100644 => 100755 components/drivers/spi/spi_flash_sfud.h mode change 100644 => 100755 components/drivers/spi/spi_msd.c mode change 100644 => 100755 components/drivers/spi/spi_msd.h mode change 100644 => 100755 components/drivers/spi/spi_wifi_rw009.c mode change 100644 => 100755 components/drivers/spi/spi_wifi_rw009.h mode change 100644 => 100755 components/drivers/src/SConscript mode change 100644 => 100755 components/drivers/src/completion.c mode change 100644 => 100755 components/drivers/src/dataqueue.c mode change 100644 => 100755 components/drivers/src/pipe.c mode change 100644 => 100755 components/drivers/src/ringblk_buf.c mode change 100644 => 100755 components/drivers/src/ringbuffer.c mode change 100644 => 100755 components/drivers/src/waitqueue.c mode change 100644 => 100755 components/drivers/src/workqueue.c mode change 100644 => 100755 components/drivers/touch/SConscript mode change 100644 => 100755 components/drivers/touch/touch.c mode change 100644 => 100755 components/drivers/touch/touch.h mode change 100644 => 100755 components/drivers/usb/SConscript mode change 100644 => 100755 components/drivers/usb/usbdevice/SConscript mode change 100644 => 100755 components/drivers/usb/usbdevice/class/audio.h mode change 100644 => 100755 components/drivers/usb/usbdevice/class/audio_mic.c mode change 100644 => 100755 components/drivers/usb/usbdevice/class/audio_speaker.c mode change 100644 => 100755 components/drivers/usb/usbdevice/class/cdc.h mode change 100644 => 100755 components/drivers/usb/usbdevice/class/cdc_vcom.c mode change 100644 => 100755 components/drivers/usb/usbdevice/class/ecm.c mode change 100644 => 100755 components/drivers/usb/usbdevice/class/hid.c mode change 100644 => 100755 components/drivers/usb/usbdevice/class/hid.h mode change 100644 => 100755 components/drivers/usb/usbdevice/class/mstorage.c mode change 100644 => 100755 components/drivers/usb/usbdevice/class/mstorage.h mode change 100644 => 100755 components/drivers/usb/usbdevice/class/ndis.h mode change 100644 => 100755 components/drivers/usb/usbdevice/class/rndis.c mode change 100644 => 100755 components/drivers/usb/usbdevice/class/rndis.h mode change 100644 => 100755 components/drivers/usb/usbdevice/class/winusb.c mode change 100644 => 100755 components/drivers/usb/usbdevice/class/winusb.h mode change 100644 => 100755 components/drivers/usb/usbdevice/core/core.c mode change 100644 => 100755 components/drivers/usb/usbdevice/core/usbdevice.c mode change 100644 => 100755 components/drivers/usb/usbhost/SConscript mode change 100644 => 100755 components/drivers/usb/usbhost/class/adk.c mode change 100644 => 100755 components/drivers/usb/usbhost/class/adk.h mode change 100644 => 100755 components/drivers/usb/usbhost/class/hid.c mode change 100644 => 100755 components/drivers/usb/usbhost/class/hid.h mode change 100644 => 100755 components/drivers/usb/usbhost/class/mass.c mode change 100644 => 100755 components/drivers/usb/usbhost/class/mass.h mode change 100644 => 100755 components/drivers/usb/usbhost/class/udisk.c mode change 100644 => 100755 components/drivers/usb/usbhost/class/ukbd.c mode change 100644 => 100755 components/drivers/usb/usbhost/class/umouse.c mode change 100644 => 100755 components/drivers/usb/usbhost/core/core.c mode change 100644 => 100755 components/drivers/usb/usbhost/core/driver.c mode change 100644 => 100755 components/drivers/usb/usbhost/core/hub.c mode change 100644 => 100755 components/drivers/usb/usbhost/core/usbhost.c mode change 100644 => 100755 components/drivers/watchdog/SConscript mode change 100644 => 100755 components/drivers/watchdog/watchdog.c mode change 100644 => 100755 components/drivers/wlan/SConscript mode change 100644 => 100755 components/drivers/wlan/wlan_cfg.c mode change 100644 => 100755 components/drivers/wlan/wlan_cfg.h mode change 100644 => 100755 components/drivers/wlan/wlan_cmd.c mode change 100644 => 100755 components/drivers/wlan/wlan_dev.c mode change 100644 => 100755 components/drivers/wlan/wlan_dev.h mode change 100644 => 100755 components/drivers/wlan/wlan_lwip.c mode change 100644 => 100755 components/drivers/wlan/wlan_mgnt.c mode change 100644 => 100755 components/drivers/wlan/wlan_mgnt.h mode change 100644 => 100755 components/drivers/wlan/wlan_prot.c mode change 100644 => 100755 components/drivers/wlan/wlan_prot.h mode change 100644 => 100755 components/drivers/wlan/wlan_workqueue.c mode change 100644 => 100755 components/drivers/wlan/wlan_workqueue.h mode change 100644 => 100755 components/finsh/Kconfig mode change 100644 => 100755 components/finsh/SConscript mode change 100644 => 100755 components/finsh/cmd.c mode change 100644 => 100755 components/finsh/finsh.h mode change 100644 => 100755 components/finsh/finsh_api.h mode change 100644 => 100755 components/finsh/finsh_compiler.c mode change 100644 => 100755 components/finsh/finsh_error.c mode change 100644 => 100755 components/finsh/finsh_error.h mode change 100644 => 100755 components/finsh/finsh_heap.c mode change 100644 => 100755 components/finsh/finsh_heap.h mode change 100644 => 100755 components/finsh/finsh_init.c mode change 100644 => 100755 components/finsh/finsh_node.c mode change 100644 => 100755 components/finsh/finsh_node.h mode change 100644 => 100755 components/finsh/finsh_ops.c mode change 100644 => 100755 components/finsh/finsh_ops.h mode change 100644 => 100755 components/finsh/finsh_parser.c mode change 100644 => 100755 components/finsh/finsh_parser.h mode change 100644 => 100755 components/finsh/finsh_token.c mode change 100644 => 100755 components/finsh/finsh_token.h mode change 100644 => 100755 components/finsh/finsh_var.c mode change 100644 => 100755 components/finsh/finsh_var.h mode change 100644 => 100755 components/finsh/finsh_vm.c mode change 100644 => 100755 components/finsh/finsh_vm.h mode change 100644 => 100755 components/finsh/msh.c mode change 100644 => 100755 components/finsh/msh.h mode change 100644 => 100755 components/finsh/msh_file.c mode change 100644 => 100755 components/finsh/shell.c mode change 100644 => 100755 components/finsh/shell.h mode change 100644 => 100755 components/finsh/symbol.c mode change 100644 => 100755 components/libc/Kconfig mode change 100644 => 100755 components/libc/SConscript mode change 100644 => 100755 components/libc/aio/SConscript mode change 100644 => 100755 components/libc/aio/posix_aio.c mode change 100644 => 100755 components/libc/aio/posix_aio.h mode change 100644 => 100755 components/libc/compilers/SConscript mode change 100644 => 100755 components/libc/compilers/armlibc/SConscript mode change 100644 => 100755 components/libc/compilers/armlibc/dirent.h mode change 100644 => 100755 components/libc/compilers/armlibc/fcntl.h mode change 100644 => 100755 components/libc/compilers/armlibc/libc.c mode change 100644 => 100755 components/libc/compilers/armlibc/libc.h mode change 100644 => 100755 components/libc/compilers/armlibc/libc_syms.c mode change 100644 => 100755 components/libc/compilers/armlibc/mem_std.c mode change 100644 => 100755 components/libc/compilers/armlibc/stdio.c mode change 100644 => 100755 components/libc/compilers/armlibc/stubs.c mode change 100644 => 100755 components/libc/compilers/armlibc/sys/README.md mode change 100644 => 100755 components/libc/compilers/armlibc/sys/errno.h mode change 100644 => 100755 components/libc/compilers/armlibc/sys/mman.h mode change 100644 => 100755 components/libc/compilers/armlibc/sys/stat.h mode change 100644 => 100755 components/libc/compilers/armlibc/sys/types.h mode change 100644 => 100755 components/libc/compilers/armlibc/sys/unistd.h mode change 100644 => 100755 components/libc/compilers/armlibc/termios.h mode change 100644 => 100755 components/libc/compilers/armlibc/unistd.h mode change 100644 => 100755 components/libc/compilers/common/SConscript mode change 100644 => 100755 components/libc/compilers/common/sys/time.h mode change 100644 => 100755 components/libc/compilers/common/time.c mode change 100644 => 100755 components/libc/compilers/dlib/README.md mode change 100644 => 100755 components/libc/compilers/dlib/SConscript mode change 100644 => 100755 components/libc/compilers/dlib/dirent.h mode change 100644 => 100755 components/libc/compilers/dlib/environ.c mode change 100644 => 100755 components/libc/compilers/dlib/fcntl.h mode change 100644 => 100755 components/libc/compilers/dlib/libc.c mode change 100644 => 100755 components/libc/compilers/dlib/libc.h mode change 100644 => 100755 components/libc/compilers/dlib/rmtx.c mode change 100644 => 100755 components/libc/compilers/dlib/stdio.c mode change 100644 => 100755 components/libc/compilers/dlib/sys/README.md mode change 100644 => 100755 components/libc/compilers/dlib/sys/errno.h mode change 100644 => 100755 components/libc/compilers/dlib/sys/mman.h mode change 100644 => 100755 components/libc/compilers/dlib/sys/signal.h mode change 100644 => 100755 components/libc/compilers/dlib/sys/stat.h mode change 100644 => 100755 components/libc/compilers/dlib/sys/types.h mode change 100644 => 100755 components/libc/compilers/dlib/sys/unistd.h mode change 100644 => 100755 components/libc/compilers/dlib/syscall_close.c mode change 100644 => 100755 components/libc/compilers/dlib/syscall_lseek.c mode change 100644 => 100755 components/libc/compilers/dlib/syscall_mem.c mode change 100644 => 100755 components/libc/compilers/dlib/syscall_open.c mode change 100644 => 100755 components/libc/compilers/dlib/syscall_read.c mode change 100644 => 100755 components/libc/compilers/dlib/syscall_remove.c mode change 100644 => 100755 components/libc/compilers/dlib/syscall_write.c mode change 100644 => 100755 components/libc/compilers/dlib/syscalls.h mode change 100644 => 100755 components/libc/compilers/dlib/termios.h mode change 100644 => 100755 components/libc/compilers/dlib/unistd.h mode change 100644 => 100755 components/libc/compilers/minilibc/SConscript mode change 100644 => 100755 components/libc/compilers/minilibc/ctype.c mode change 100644 => 100755 components/libc/compilers/minilibc/ctype.h mode change 100644 => 100755 components/libc/compilers/minilibc/errno.h mode change 100644 => 100755 components/libc/compilers/minilibc/inttypes.h mode change 100644 => 100755 components/libc/compilers/minilibc/math.c mode change 100644 => 100755 components/libc/compilers/minilibc/math.h mode change 100644 => 100755 components/libc/compilers/minilibc/qsort.c mode change 100644 => 100755 components/libc/compilers/minilibc/rand.c mode change 100644 => 100755 components/libc/compilers/minilibc/stddef.h mode change 100644 => 100755 components/libc/compilers/minilibc/stdint.h mode change 100644 => 100755 components/libc/compilers/minilibc/stdio.h mode change 100644 => 100755 components/libc/compilers/minilibc/stdlib.c mode change 100644 => 100755 components/libc/compilers/minilibc/stdlib.h mode change 100644 => 100755 components/libc/compilers/minilibc/string.c mode change 100644 => 100755 components/libc/compilers/minilibc/string.h mode change 100644 => 100755 components/libc/compilers/minilibc/sys/mman.h mode change 100644 => 100755 components/libc/compilers/minilibc/sys/stat.h mode change 100644 => 100755 components/libc/compilers/minilibc/sys/time.h mode change 100644 => 100755 components/libc/compilers/minilibc/sys/types.h mode change 100644 => 100755 components/libc/compilers/minilibc/time.c mode change 100644 => 100755 components/libc/compilers/minilibc/time.h mode change 100644 => 100755 components/libc/compilers/newlib/SConscript mode change 100644 => 100755 components/libc/compilers/newlib/libc.c mode change 100644 => 100755 components/libc/compilers/newlib/libc.h mode change 100644 => 100755 components/libc/compilers/newlib/libc_syms.c mode change 100644 => 100755 components/libc/compilers/newlib/stdio.c mode change 100644 => 100755 components/libc/compilers/newlib/sys/dirent.h mode change 100644 => 100755 components/libc/compilers/newlib/sys/mman.h mode change 100644 => 100755 components/libc/compilers/newlib/sys/statfs.h mode change 100644 => 100755 components/libc/compilers/newlib/sys/termios.h mode change 100644 => 100755 components/libc/compilers/newlib/syscalls.c mode change 100644 => 100755 components/libc/compilers/newlib/termios.h mode change 100644 => 100755 components/libc/compilers/newlib/time.c mode change 100644 => 100755 components/libc/libdl/SConscript mode change 100644 => 100755 components/libc/libdl/arch/arm.c mode change 100644 => 100755 components/libc/libdl/arch/x86.c mode change 100644 => 100755 components/libc/libdl/dlclose.c mode change 100644 => 100755 components/libc/libdl/dlelf.c mode change 100644 => 100755 components/libc/libdl/dlelf.h mode change 100644 => 100755 components/libc/libdl/dlerror.c mode change 100644 => 100755 components/libc/libdl/dlfcn.h mode change 100644 => 100755 components/libc/libdl/dlmodule.c mode change 100644 => 100755 components/libc/libdl/dlmodule.h mode change 100644 => 100755 components/libc/libdl/dlopen.c mode change 100644 => 100755 components/libc/libdl/dlsym.c mode change 100644 => 100755 components/libc/mmap/SConscript mode change 100644 => 100755 components/libc/mmap/posix_mmap.c mode change 100644 => 100755 components/libc/pthreads/SConscript mode change 100644 => 100755 components/libc/pthreads/mqueue.c mode change 100644 => 100755 components/libc/pthreads/mqueue.h mode change 100644 => 100755 components/libc/pthreads/posix_types.h mode change 100644 => 100755 components/libc/pthreads/pthread.h mode change 100644 => 100755 components/libc/pthreads/pthread_attr.c mode change 100644 => 100755 components/libc/pthreads/pthread_barrier.c mode change 100644 => 100755 components/libc/pthreads/pthread_cond.c mode change 100644 => 100755 components/libc/pthreads/pthread_internal.h mode change 100644 => 100755 components/libc/pthreads/pthread_mutex.c mode change 100644 => 100755 components/libc/pthreads/pthread_rwlock.c mode change 100644 => 100755 components/libc/pthreads/pthread_spin.c mode change 100644 => 100755 components/libc/pthreads/pthread_tls.c mode change 100644 => 100755 components/libc/pthreads/sched.c mode change 100644 => 100755 components/libc/pthreads/sched.h mode change 100644 => 100755 components/libc/pthreads/semaphore.c mode change 100644 => 100755 components/libc/pthreads/semaphore.h mode change 100644 => 100755 components/libc/signal/SConscript mode change 100644 => 100755 components/libc/signal/posix_signal.c mode change 100644 => 100755 components/libc/signal/posix_signal.h mode change 100644 => 100755 components/libc/termios/SConscript mode change 100644 => 100755 components/libc/termios/posix_termios.c mode change 100644 => 100755 components/libc/termios/posix_termios.h mode change 100644 => 100755 components/libc/time/SConscript mode change 100644 => 100755 components/libc/time/clock_time.c mode change 100644 => 100755 components/libc/time/clock_time.h mode change 100644 => 100755 components/libc/time/posix_sleep.c mode change 100644 => 100755 components/lwp/Kconfig mode change 100644 => 100755 components/lwp/SConscript mode change 100644 => 100755 components/lwp/arch/arm/arm926/lwp_gcc.S mode change 100644 => 100755 components/lwp/arch/arm/cortex-a/lwp_gcc.S mode change 100644 => 100755 components/lwp/arch/arm/cortex-a9/lwp_gcc.S mode change 100644 => 100755 components/lwp/arch/arm/cortex-m3/lwp_gcc.S mode change 100644 => 100755 components/lwp/arch/arm/cortex-m3/lwp_iar.S mode change 100644 => 100755 components/lwp/arch/arm/cortex-m3/lwp_rvds.S mode change 100644 => 100755 components/lwp/arch/arm/cortex-m4/lwp_gcc.S mode change 100644 => 100755 components/lwp/arch/arm/cortex-m4/lwp_iar.S mode change 100644 => 100755 components/lwp/arch/arm/cortex-m4/lwp_rvds.S mode change 100644 => 100755 components/lwp/arch/arm/cortex-m7/lwp_gcc.S mode change 100644 => 100755 components/lwp/arch/arm/cortex-m7/lwp_iar.S mode change 100644 => 100755 components/lwp/arch/arm/cortex-m7/lwp_rvds.S mode change 100644 => 100755 components/lwp/lwp.c mode change 100644 => 100755 components/lwp/lwp.h mode change 100644 => 100755 components/lwp/lwp_mem.c mode change 100644 => 100755 components/lwp/lwp_mem.h mode change 100644 => 100755 components/lwp/lwp_memheap.c mode change 100644 => 100755 components/lwp/lwp_memheap.h mode change 100644 => 100755 components/lwp/lwp_syscall.c mode change 100644 => 100755 components/lwp/lwp_syscall.h mode change 100644 => 100755 components/net/Kconfig mode change 100644 => 100755 components/net/SConscript mode change 100644 => 100755 components/net/at/Kconfig mode change 100644 => 100755 components/net/at/SConscript mode change 100644 => 100755 components/net/at/at_socket/at_socket.c mode change 100644 => 100755 components/net/at/at_socket/at_socket.h mode change 100644 => 100755 components/net/at/include/at.h mode change 100644 => 100755 components/net/at/include/at_log.h mode change 100644 => 100755 components/net/at/src/at_base_cmd.c mode change 100644 => 100755 components/net/at/src/at_cli.c mode change 100644 => 100755 components/net/at/src/at_client.c mode change 100644 => 100755 components/net/at/src/at_server.c mode change 100644 => 100755 components/net/at/src/at_utils.c mode change 100644 => 100755 components/net/lwip-1.4.1/CHANGELOG mode change 100644 => 100755 components/net/lwip-1.4.1/COPYING mode change 100644 => 100755 components/net/lwip-1.4.1/FILES mode change 100644 => 100755 components/net/lwip-1.4.1/README mode change 100644 => 100755 components/net/lwip-1.4.1/READTEST.md mode change 100644 => 100755 components/net/lwip-1.4.1/SConscript mode change 100644 => 100755 components/net/lwip-1.4.1/UPGRADING mode change 100644 => 100755 components/net/lwip-1.4.1/doc/FILES mode change 100644 => 100755 components/net/lwip-1.4.1/doc/contrib.txt mode change 100644 => 100755 components/net/lwip-1.4.1/doc/rawapi.txt mode change 100644 => 100755 components/net/lwip-1.4.1/doc/savannah.txt mode change 100644 => 100755 components/net/lwip-1.4.1/doc/snmp_agent.txt mode change 100644 => 100755 components/net/lwip-1.4.1/doc/sys_arch.txt mode change 100644 => 100755 components/net/lwip-1.4.1/src/FILES mode change 100644 => 100755 components/net/lwip-1.4.1/src/api/api_lib.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/api/api_msg.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/api/err.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/api/netbuf.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/api/netdb.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/api/netifapi.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/api/sockets.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/api/tcpip.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/apps/ping/ping.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/arch/include/arch/bpstruct.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/arch/include/arch/cc.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/arch/include/arch/epstruct.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/arch/include/arch/perf.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/arch/include/arch/sys_arch.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/arch/sys_arch.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/def.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/dhcp.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/dns.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/init.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/ipv4/autoip.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/ipv4/icmp.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/ipv4/igmp.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/ipv4/inet.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/ipv4/inet_chksum.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/ipv4/ip.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/ipv4/ip_addr.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/ipv4/ip_frag.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/ipv6/README mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/ipv6/icmp6.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/ipv6/inet6.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/ipv6/ip6.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/ipv6/ip6_addr.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/mem.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/memp.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/netif.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/pbuf.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/raw.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/snmp/asn1_dec.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/snmp/asn1_enc.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/snmp/mib2.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/snmp/mib_structs.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/snmp/msg_in.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/snmp/msg_out.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/stats.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/sys.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/tcp.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/tcp_in.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/tcp_out.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/timers.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/core/udp.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/ipv4/lwip/autoip.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/ipv4/lwip/icmp.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/ipv4/lwip/igmp.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/ipv4/lwip/inet.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/ipv4/lwip/inet_chksum.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/ipv4/lwip/ip.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/ipv4/lwip/ip_addr.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/ipv4/lwip/ip_frag.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/ipv6/lwip/icmp.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/ipv6/lwip/inet.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/ipv6/lwip/ip.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/ipv6/lwip/ip_addr.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/api.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/api_msg.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/arch.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/debug.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/def.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/dhcp.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/dns.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/err.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/init.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/mem.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/memp.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/memp_std.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/netbuf.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/netdb.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/netif.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/netifapi.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/opt.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/pbuf.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/raw.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/sio.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/snmp.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/snmp_asn1.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/snmp_msg.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/snmp_structs.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/sockets.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/stats.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/sys.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/tcp.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/tcp_impl.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/tcpip.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/timers.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/lwip/udp.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/netif/etharp.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/netif/ethernetif.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/netif/ppp_oe.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/netif/slipif.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/posix/netdb.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/include/posix/sys/socket.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/lwipopts.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/FILES mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/etharp.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ethernetif.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/auth.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/auth.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/chap.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/chap.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/chpms.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/chpms.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/fsm.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/fsm.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/ipcp.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/ipcp.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/lcp.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/lcp.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/magic.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/magic.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/md5.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/md5.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/pap.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/pap.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/ppp.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/ppp.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/ppp_impl.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/ppp_oe.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/pppdebug.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/randm.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/randm.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/vj.c mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/ppp/vj.h mode change 100644 => 100755 components/net/lwip-1.4.1/src/netif/slipif.c mode change 100644 => 100755 components/net/lwip-1.4.1/test/unit/core/test_mem.c mode change 100644 => 100755 components/net/lwip-1.4.1/test/unit/core/test_mem.h mode change 100644 => 100755 components/net/lwip-1.4.1/test/unit/etharp/test_etharp.c mode change 100644 => 100755 components/net/lwip-1.4.1/test/unit/etharp/test_etharp.h mode change 100644 => 100755 components/net/lwip-1.4.1/test/unit/lwip_check.h mode change 100644 => 100755 components/net/lwip-1.4.1/test/unit/lwip_unittests.c mode change 100644 => 100755 components/net/lwip-1.4.1/test/unit/lwipopts.h mode change 100644 => 100755 components/net/lwip-1.4.1/test/unit/tcp/tcp_helper.c mode change 100644 => 100755 components/net/lwip-1.4.1/test/unit/tcp/tcp_helper.h mode change 100644 => 100755 components/net/lwip-1.4.1/test/unit/tcp/test_tcp.c mode change 100644 => 100755 components/net/lwip-1.4.1/test/unit/tcp/test_tcp.h mode change 100644 => 100755 components/net/lwip-1.4.1/test/unit/tcp/test_tcp_oos.c mode change 100644 => 100755 components/net/lwip-1.4.1/test/unit/tcp/test_tcp_oos.h mode change 100644 => 100755 components/net/lwip-1.4.1/test/unit/udp/test_udp.c mode change 100644 => 100755 components/net/lwip-1.4.1/test/unit/udp/test_udp.h mode change 100644 => 100755 components/net/lwip-2.0.2/CHANGELOG mode change 100644 => 100755 components/net/lwip-2.0.2/COPYING mode change 100644 => 100755 components/net/lwip-2.0.2/FILES mode change 100644 => 100755 components/net/lwip-2.0.2/README mode change 100644 => 100755 components/net/lwip-2.0.2/READTEST.md mode change 100644 => 100755 components/net/lwip-2.0.2/SConscript mode change 100644 => 100755 components/net/lwip-2.0.2/UPGRADING mode change 100644 => 100755 components/net/lwip-2.0.2/doc/FILES mode change 100644 => 100755 components/net/lwip-2.0.2/doc/NO_SYS_SampleCode.c mode change 100644 => 100755 components/net/lwip-2.0.2/doc/contrib.txt mode change 100644 => 100755 components/net/lwip-2.0.2/doc/doxygen/generate.bat mode change 100644 => 100755 components/net/lwip-2.0.2/doc/doxygen/generate.sh mode change 100644 => 100755 components/net/lwip-2.0.2/doc/doxygen/lwip.Doxyfile mode change 100644 => 100755 components/net/lwip-2.0.2/doc/doxygen/main_page.h mode change 100644 => 100755 components/net/lwip-2.0.2/doc/doxygen/output/index.html mode change 100644 => 100755 components/net/lwip-2.0.2/doc/doxygen_docs.zip mode change 100644 => 100755 components/net/lwip-2.0.2/doc/mdns.txt mode change 100644 => 100755 components/net/lwip-2.0.2/doc/mqtt_client.txt mode change 100644 => 100755 components/net/lwip-2.0.2/doc/ppp.txt mode change 100644 => 100755 components/net/lwip-2.0.2/doc/rawapi.txt mode change 100644 => 100755 components/net/lwip-2.0.2/doc/savannah.txt mode change 100644 => 100755 components/net/lwip-2.0.2/doc/sys_arch.txt mode change 100644 => 100755 components/net/lwip-2.0.2/src/FILES mode change 100644 => 100755 components/net/lwip-2.0.2/src/Filelists.mk mode change 100644 => 100755 components/net/lwip-2.0.2/src/api/api_lib.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/api/api_msg.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/api/err.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/api/netbuf.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/api/netdb.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/api/netifapi.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/api/sockets.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/api/tcpip.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/README.md mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/httpd/fs.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/httpd/fs/404.html mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/httpd/fs/img/sics.gif mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/httpd/fs/index.html mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/httpd/fsdata.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/httpd/fsdata.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/httpd/httpd.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/httpd/httpd_structs.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/httpd/makefsdata/makefsdata mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/httpd/makefsdata/makefsdata.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/httpd/makefsdata/readme.txt mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/lwiperf/lwiperf.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/mdns/mdns.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/mqtt/mqtt.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/netbiosns/netbiosns.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/ping/ping.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_asn1.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_asn1.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_core.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_core_priv.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_icmp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_interfaces.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_ip.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_snmp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_system.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_tcp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_mib2_udp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_msg.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_msg.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_netconn.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_pbuf_stream.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_pbuf_stream.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_raw.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_scalar.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_table.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_threadsync.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmp_traps.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmpv3.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmpv3_dummy.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmpv3_mbedtls.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/snmp/snmpv3_priv.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/sntp/sntp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/tftp/tftp_port.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/apps/tftp/tftp_server.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/arch/include/arch/bpstruct.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/arch/include/arch/cc.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/arch/include/arch/epstruct.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/arch/include/arch/perf.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/arch/include/arch/sys_arch.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/arch/sys_arch.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/def.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/dns.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/inet_chksum.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/init.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ip.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv4/autoip.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv4/dhcp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv4/etharp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv4/icmp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv4/igmp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv4/ip4.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv4/ip4_addr.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv4/ip4_frag.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv6/dhcp6.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv6/ethip6.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv6/icmp6.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv6/inet6.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv6/ip6.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv6/ip6_addr.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv6/ip6_frag.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv6/mld6.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/ipv6/nd6.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/mem.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/memp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/netif.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/pbuf.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/raw.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/stats.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/sys.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/tcp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/tcp_in.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/tcp_out.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/timeouts.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/core/udp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/api.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/FILES mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/fs.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/httpd.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/httpd_opts.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/lwiperf.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/mdns.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/mdns_opts.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/mdns_priv.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/mqtt.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/mqtt_opts.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/netbiosns.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/netbiosns_opts.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/snmp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/snmp_core.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/snmp_mib2.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/snmp_opts.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/snmp_scalar.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/snmp_table.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/snmp_threadsync.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/snmpv3.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/sntp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/sntp_opts.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/tftp_opts.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/apps/tftp_server.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/arch.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/autoip.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/debug.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/def.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/dhcp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/dhcp6.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/dns.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/err.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/errno.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/etharp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/ethip6.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/icmp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/icmp6.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/igmp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/inet.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/inet_chksum.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/init.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/ip.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/ip4.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/ip4_addr.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/ip4_frag.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/ip6.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/ip6_addr.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/ip6_frag.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/ip_addr.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/mem.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/memp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/mld6.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/nd6.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/netbuf.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/netdb.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/netif.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/netifapi.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/opt.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/pbuf.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/priv/api_msg.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/priv/memp_priv.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/priv/memp_std.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/priv/nd6_priv.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/priv/tcp_priv.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/priv/tcpip_priv.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/prot/autoip.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/prot/dhcp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/prot/dns.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/prot/etharp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/prot/ethernet.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/prot/icmp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/prot/icmp6.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/prot/igmp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/prot/ip.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/prot/ip4.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/prot/ip6.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/prot/mld6.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/prot/nd6.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/prot/tcp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/prot/udp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/raw.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/sio.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/snmp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/sockets.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/stats.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/sys.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/tcp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/tcpip.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/timeouts.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/lwip/udp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/etharp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ethernet.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ethernetif.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/lowpan6.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/lowpan6_opts.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/ccp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/chap-md5.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/chap-new.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/chap_ms.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/eap.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/ecp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/eui64.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/fsm.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/ipcp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/ipv6cp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/lcp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/magic.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/mppe.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/arc4.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/des.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/md4.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/md5.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/sha1.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/ppp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/ppp_impl.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/ppp_opts.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/pppapi.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/pppcrypt.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/pppdebug.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/pppoe.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/pppol2tp.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/pppos.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/upap.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/ppp/vj.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/netif/slipif.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/posix/netdb.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/include/posix/sys/socket.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/lwipopts.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/lwippools.h mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/FILES mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ethernet.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ethernetif.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/lowpan6.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/PPPD_FOLLOWUP mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/auth.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/ccp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/chap-md5.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/chap-new.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/chap_ms.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/demand.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/eap.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/ecp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/eui64.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/fsm.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/ipcp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/ipv6cp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/lcp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/magic.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/mppe.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/multilink.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/polarssl/README mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/polarssl/arc4.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/polarssl/des.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/polarssl/md4.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/polarssl/md5.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/polarssl/sha1.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/ppp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/pppapi.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/pppcrypt.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/pppoe.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/pppol2tp.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/pppos.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/upap.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/utils.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/ppp/vj.c mode change 100644 => 100755 components/net/lwip-2.0.2/src/netif/slipif.c mode change 100644 => 100755 components/net/lwip-2.0.2/test/fuzz/Makefile mode change 100644 => 100755 components/net/lwip-2.0.2/test/fuzz/README mode change 100644 => 100755 components/net/lwip-2.0.2/test/fuzz/config.h mode change 100644 => 100755 components/net/lwip-2.0.2/test/fuzz/fuzz.c mode change 100644 => 100755 components/net/lwip-2.0.2/test/fuzz/lwipopts.h mode change 100644 => 100755 components/net/lwip-2.0.2/test/fuzz/output_to_pcap.sh mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/core/test_mem.c mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/core/test_mem.h mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/core/test_pbuf.c mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/core/test_pbuf.h mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/dhcp/test_dhcp.c mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/dhcp/test_dhcp.h mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/etharp/test_etharp.c mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/etharp/test_etharp.h mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/lwip_check.h mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/lwip_unittests.c mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/lwipopts.h mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/mdns/test_mdns.c mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/mdns/test_mdns.h mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/tcp/tcp_helper.c mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/tcp/tcp_helper.h mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/tcp/test_tcp.c mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/tcp/test_tcp.h mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/tcp/test_tcp_oos.c mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/tcp/test_tcp_oos.h mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/udp/test_udp.c mode change 100644 => 100755 components/net/lwip-2.0.2/test/unit/udp/test_udp.h mode change 100644 => 100755 components/net/lwip-2.1.0/CHANGELOG mode change 100644 => 100755 components/net/lwip-2.1.0/CMakeLists.txt mode change 100644 => 100755 components/net/lwip-2.1.0/COPYING mode change 100644 => 100755 components/net/lwip-2.1.0/FEATURES mode change 100644 => 100755 components/net/lwip-2.1.0/FILES mode change 100644 => 100755 components/net/lwip-2.1.0/README mode change 100644 => 100755 components/net/lwip-2.1.0/READTEST.md mode change 100644 => 100755 components/net/lwip-2.1.0/SConscript mode change 100644 => 100755 components/net/lwip-2.1.0/UPGRADING mode change 100644 => 100755 components/net/lwip-2.1.0/doc/FILES mode change 100644 => 100755 components/net/lwip-2.1.0/doc/NO_SYS_SampleCode.c mode change 100644 => 100755 components/net/lwip-2.1.0/doc/ZeroCopyRx.c mode change 100644 => 100755 components/net/lwip-2.1.0/doc/contrib.txt mode change 100644 => 100755 components/net/lwip-2.1.0/doc/doxygen/generate.bat mode change 100644 => 100755 components/net/lwip-2.1.0/doc/doxygen/generate.sh mode change 100644 => 100755 components/net/lwip-2.1.0/doc/doxygen/lwip.Doxyfile mode change 100644 => 100755 components/net/lwip-2.1.0/doc/doxygen/lwip.Doxyfile.cmake.in mode change 100644 => 100755 components/net/lwip-2.1.0/doc/doxygen/main_page.h mode change 100644 => 100755 components/net/lwip-2.1.0/doc/doxygen/output/index.html mode change 100644 => 100755 components/net/lwip-2.1.0/doc/mdns.txt mode change 100644 => 100755 components/net/lwip-2.1.0/doc/mqtt_client.txt mode change 100644 => 100755 components/net/lwip-2.1.0/doc/ppp.txt mode change 100644 => 100755 components/net/lwip-2.1.0/doc/savannah.txt mode change 100644 => 100755 components/net/lwip-2.1.0/src/FILES mode change 100644 => 100755 components/net/lwip-2.1.0/src/Filelists.cmake mode change 100644 => 100755 components/net/lwip-2.1.0/src/Filelists.mk mode change 100644 => 100755 components/net/lwip-2.1.0/src/api/api_lib.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/api/api_msg.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/api/err.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/api/if_api.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/api/netbuf.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/api/netdb.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/api/netifapi.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/api/sockets.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/api/tcpip.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/README.md mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/altcp_tls/altcp_tls_mbedtls.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/altcp_tls/altcp_tls_mbedtls_mem.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/altcp_tls/altcp_tls_mbedtls_mem.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/altcp_tls/altcp_tls_mbedtls_structs.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/http/altcp_proxyconnect.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/http/fs.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/http/fs/404.html mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/http/fs/img/sics.gif mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/http/fs/index.html mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/http/fsdata.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/http/fsdata.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/http/http_client.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/http/httpd.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/http/httpd_structs.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/http/makefsdata/makefsdata mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/http/makefsdata/makefsdata.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/http/makefsdata/readme.txt mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/http/makefsdata/tinydir.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/lwiperf/lwiperf.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/mdns/mdns.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/mqtt/mqtt.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/netbiosns/netbiosns.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/ping/ping.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/smtp/smtp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_asn1.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_asn1.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_core.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_core_priv.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_icmp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_interfaces.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_ip.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_snmp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_system.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_tcp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_mib2_udp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_msg.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_msg.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_netconn.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_pbuf_stream.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_pbuf_stream.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_raw.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_scalar.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_snmpv2_framework.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_snmpv2_usm.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_table.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_threadsync.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmp_traps.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmpv3.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmpv3_mbedtls.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/snmp/snmpv3_priv.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/sntp/sntp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/tftp/tftp_port.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/apps/tftp/tftp_server.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/arch/include/arch/bpstruct.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/arch/include/arch/cc.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/arch/include/arch/epstruct.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/arch/include/arch/perf.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/arch/include/arch/sys_arch.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/altcp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/altcp_alloc.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/altcp_tcp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/def.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/dns.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/inet_chksum.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/init.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ip.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv4/autoip.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv4/dhcp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv4/etharp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv4/icmp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv4/igmp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv4/ip4.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv4/ip4_addr.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv4/ip4_frag.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv6/dhcp6.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv6/ethip6.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv6/icmp6.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv6/inet6.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv6/ip6.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv6/ip6_addr.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv6/ip6_frag.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv6/mld6.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/ipv6/nd6.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/mem.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/memp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/netif.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/pbuf.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/raw.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/stats.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/sys.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/tcp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/tcp_in.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/tcp_out.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/timeouts.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/core/udp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/compat/posix/arpa/inet.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/compat/posix/net/if.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/compat/posix/netdb.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/compat/posix/sys/socket.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/compat/stdc/errno.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/altcp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/altcp_tcp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/altcp_tls.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/api.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/FILES mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/altcp_proxyconnect.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/altcp_tls_mbedtls_opts.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/fs.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/http_client.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/httpd.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/httpd_opts.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/lwiperf.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/mdns.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/mdns_opts.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/mdns_priv.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/mqtt.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/mqtt_opts.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/mqtt_priv.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/netbiosns.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/netbiosns_opts.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/smtp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/smtp_opts.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/snmp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/snmp_core.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/snmp_mib2.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/snmp_opts.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/snmp_scalar.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/snmp_snmpv2_framework.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/snmp_snmpv2_usm.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/snmp_table.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/snmp_threadsync.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/snmpv3.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/sntp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/sntp_opts.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/tftp_opts.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/apps/tftp_server.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/arch.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/autoip.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/debug.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/def.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/dhcp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/dhcp6.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/dns.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/err.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/errno.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/etharp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/ethip6.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/icmp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/icmp6.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/if_api.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/igmp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/inet.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/inet_chksum.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/init.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/init.h.cmake.in mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/ip.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/ip4.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/ip4_addr.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/ip4_frag.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/ip6.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/ip6_addr.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/ip6_frag.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/ip6_zone.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/ip_addr.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/mem.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/memp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/mld6.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/nd6.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/netbuf.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/netdb.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/netif.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/netifapi.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/opt.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/pbuf.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/priv/altcp_priv.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/priv/api_msg.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/priv/mem_priv.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/priv/memp_priv.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/priv/memp_std.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/priv/nd6_priv.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/priv/raw_priv.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/priv/sockets_priv.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/priv/tcp_priv.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/priv/tcpip_priv.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/autoip.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/dhcp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/dhcp6.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/dns.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/etharp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/ethernet.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/iana.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/icmp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/icmp6.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/ieee.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/igmp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/ip.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/ip4.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/ip6.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/mld6.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/nd6.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/tcp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/prot/udp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/raw.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/sio.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/snmp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/sockets.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/stats.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/sys.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/tcp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/tcpbase.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/tcpip.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/timeouts.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/lwip/udp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/bridgeif.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/bridgeif_opts.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/etharp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ethernet.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ethernetif.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ieee802154.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/lowpan6.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/lowpan6_ble.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/lowpan6_common.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/lowpan6_opts.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/ccp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/chap-md5.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/chap-new.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/chap_ms.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/eap.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/ecp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/eui64.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/fsm.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/ipcp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/ipv6cp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/lcp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/magic.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/mppe.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/arc4.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/des.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/md4.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/md5.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/sha1.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/ppp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/ppp_impl.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/ppp_opts.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/pppapi.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/pppcrypt.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/pppdebug.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/pppoe.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/pppol2tp.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/pppos.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/upap.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/ppp/vj.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/slipif.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/include/netif/zepif.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/lwipopts.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/lwippools.h mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/FILES mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/bridgeif.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/bridgeif_fdb.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ethernet.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/lowpan6.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/lowpan6_ble.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/lowpan6_common.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/PPPD_FOLLOWUP mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/auth.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/ccp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/chap-md5.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/chap-new.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/chap_ms.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/demand.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/eap.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/ecp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/eui64.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/fsm.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/ipcp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/ipv6cp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/lcp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/magic.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/mppe.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/multilink.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/polarssl/README mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/polarssl/arc4.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/polarssl/des.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/polarssl/md4.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/polarssl/md5.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/polarssl/sha1.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/ppp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/pppapi.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/pppcrypt.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/pppoe.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/pppol2tp.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/pppos.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/upap.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/utils.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/ppp/vj.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/slipif.c mode change 100644 => 100755 components/net/lwip-2.1.0/src/netif/zepif.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/fuzz/Makefile mode change 100644 => 100755 components/net/lwip-2.1.0/test/fuzz/README mode change 100644 => 100755 components/net/lwip-2.1.0/test/fuzz/config.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/fuzz/fuzz.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/fuzz/lwipopts.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/fuzz/output_to_pcap.sh mode change 100644 => 100755 components/net/lwip-2.1.0/test/sockets/sockets_stresstest.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/sockets/sockets_stresstest.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/Filelists.cmake mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/Filelists.mk mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/api/test_sockets.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/api/test_sockets.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/arch/sys_arch.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/arch/sys_arch.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/core/test_def.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/core/test_def.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/core/test_mem.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/core/test_mem.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/core/test_netif.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/core/test_netif.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/core/test_pbuf.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/core/test_pbuf.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/core/test_timers.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/core/test_timers.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/dhcp/test_dhcp.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/dhcp/test_dhcp.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/etharp/test_etharp.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/etharp/test_etharp.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/ip4/test_ip4.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/ip4/test_ip4.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/ip6/test_ip6.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/ip6/test_ip6.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/lwip_check.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/lwip_unittests.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/lwipopts.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/mdns/test_mdns.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/mdns/test_mdns.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/mqtt/test_mqtt.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/mqtt/test_mqtt.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/tcp/tcp_helper.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/tcp/tcp_helper.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/tcp/test_tcp.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/tcp/test_tcp.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/tcp/test_tcp_oos.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/tcp/test_tcp_oos.h mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/udp/test_udp.c mode change 100644 => 100755 components/net/lwip-2.1.0/test/unit/udp/test_udp.h mode change 100644 => 100755 components/net/lwip_dhcpd/SConscript mode change 100644 => 100755 components/net/lwip_dhcpd/dhcp_server.c mode change 100644 => 100755 components/net/lwip_dhcpd/dhcp_server.h mode change 100644 => 100755 components/net/lwip_dhcpd/dhcp_server_raw.c mode change 100644 => 100755 components/net/lwip_nat/README.md mode change 100644 => 100755 components/net/lwip_nat/SConscript mode change 100644 => 100755 components/net/lwip_nat/ipv4_nat.c mode change 100644 => 100755 components/net/lwip_nat/ipv4_nat.h mode change 100644 => 100755 components/net/netdev/SConscript mode change 100644 => 100755 components/net/netdev/include/arpa/inet.h mode change 100644 => 100755 components/net/netdev/include/netdev.h mode change 100644 => 100755 components/net/netdev/include/netdev_ipaddr.h mode change 100644 => 100755 components/net/netdev/src/netdev.c mode change 100644 => 100755 components/net/netdev/src/netdev_ipaddr.c mode change 100644 => 100755 components/net/sal_socket/SConscript mode change 100644 => 100755 components/net/sal_socket/dfs_net/dfs_net.c mode change 100644 => 100755 components/net/sal_socket/impl/af_inet.h mode change 100644 => 100755 components/net/sal_socket/impl/af_inet_at.c mode change 100644 => 100755 components/net/sal_socket/impl/af_inet_lwip.c mode change 100644 => 100755 components/net/sal_socket/impl/proto_mbedtls.c mode change 100644 => 100755 components/net/sal_socket/include/dfs_net/dfs_net.h mode change 100644 => 100755 components/net/sal_socket/include/dfs_net/sys_select/sys/select.h mode change 100644 => 100755 components/net/sal_socket/include/sal.h mode change 100644 => 100755 components/net/sal_socket/include/sal_netdb.h mode change 100644 => 100755 components/net/sal_socket/include/sal_socket.h mode change 100644 => 100755 components/net/sal_socket/include/sal_tls.h mode change 100644 => 100755 components/net/sal_socket/include/socket/netdb.h mode change 100644 => 100755 components/net/sal_socket/include/socket/netinet/in.h mode change 100644 => 100755 components/net/sal_socket/include/socket/netinet/tcp.h mode change 100644 => 100755 components/net/sal_socket/include/socket/netinet/udp.h mode change 100644 => 100755 components/net/sal_socket/include/socket/sys_socket/sys/socket.h mode change 100644 => 100755 components/net/sal_socket/socket/net_netdb.c mode change 100644 => 100755 components/net/sal_socket/socket/net_sockets.c mode change 100644 => 100755 components/net/sal_socket/src/sal_socket.c mode change 100644 => 100755 components/net/uip/README mode change 100644 => 100755 components/net/uip/apps/README mode change 100644 => 100755 components/net/uip/apps/dhcpc/Makefile.dhcpc mode change 100644 => 100755 components/net/uip/apps/dhcpc/dhcpc.c mode change 100644 => 100755 components/net/uip/apps/dhcpc/dhcpc.h mode change 100644 => 100755 components/net/uip/apps/hello-world/Makefile.hello-world mode change 100644 => 100755 components/net/uip/apps/hello-world/hello-world.c mode change 100644 => 100755 components/net/uip/apps/hello-world/hello-world.h mode change 100644 => 100755 components/net/uip/apps/resolv/Makefile.resolv mode change 100644 => 100755 components/net/uip/apps/resolv/resolv.c mode change 100644 => 100755 components/net/uip/apps/resolv/resolv.h mode change 100644 => 100755 components/net/uip/apps/smtp/Makefile.smtp mode change 100644 => 100755 components/net/uip/apps/smtp/makestrings mode change 100644 => 100755 components/net/uip/apps/smtp/smtp-strings mode change 100644 => 100755 components/net/uip/apps/smtp/smtp-strings.c mode change 100644 => 100755 components/net/uip/apps/smtp/smtp-strings.h mode change 100644 => 100755 components/net/uip/apps/smtp/smtp.c mode change 100644 => 100755 components/net/uip/apps/smtp/smtp.h mode change 100644 => 100755 components/net/uip/apps/telnetd/Makefile.telnetd mode change 100644 => 100755 components/net/uip/apps/telnetd/telnetd.c mode change 100644 => 100755 components/net/uip/apps/telnetd/telnetd.h mode change 100644 => 100755 components/net/uip/apps/telnetd/uip_shell.c mode change 100644 => 100755 components/net/uip/apps/telnetd/uip_shell.h mode change 100644 => 100755 components/net/uip/apps/webclient/Makefile.webclient mode change 100644 => 100755 components/net/uip/apps/webclient/makestrings mode change 100644 => 100755 components/net/uip/apps/webclient/webclient-strings mode change 100644 => 100755 components/net/uip/apps/webclient/webclient-strings.c mode change 100644 => 100755 components/net/uip/apps/webclient/webclient-strings.h mode change 100644 => 100755 components/net/uip/apps/webclient/webclient.c mode change 100644 => 100755 components/net/uip/apps/webclient/webclient.h mode change 100644 => 100755 components/net/uip/apps/webserver/Makefile.webserver mode change 100644 => 100755 components/net/uip/apps/webserver/http-strings mode change 100644 => 100755 components/net/uip/apps/webserver/http-strings.c mode change 100644 => 100755 components/net/uip/apps/webserver/http-strings.h mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-cgi.c mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-cgi.h mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-fs.c mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-fs.h mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-fs/404.html mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-fs/fade.png mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-fs/files.shtml mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-fs/footer.html mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-fs/header.html mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-fs/index.html mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-fs/processes.shtml mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-fs/stats.shtml mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-fs/style.css mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-fs/tcp.shtml mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-fsdata.c mode change 100644 => 100755 components/net/uip/apps/webserver/httpd-fsdata.h mode change 100644 => 100755 components/net/uip/apps/webserver/httpd.c mode change 100644 => 100755 components/net/uip/apps/webserver/httpd.h mode change 100644 => 100755 components/net/uip/apps/webserver/makefsdata mode change 100644 => 100755 components/net/uip/apps/webserver/makestrings mode change 100644 => 100755 components/net/uip/apps/webserver/webserver.h mode change 100644 => 100755 components/net/uip/doc/Doxyfile mode change 100644 => 100755 components/net/uip/doc/Makefile mode change 100644 => 100755 components/net/uip/doc/README mode change 100644 => 100755 components/net/uip/doc/doxygen.sty mode change 100644 => 100755 components/net/uip/doc/example-mainloop-with-arp.c mode change 100644 => 100755 components/net/uip/doc/example-mainloop-without-arp.c mode change 100644 => 100755 components/net/uip/doc/examples.txt mode change 100644 => 100755 components/net/uip/doc/header.tex mode change 100644 => 100755 components/net/uip/doc/html/a00036.html mode change 100644 => 100755 components/net/uip/doc/html/a00037.html mode change 100644 => 100755 components/net/uip/doc/html/a00038.html mode change 100644 => 100755 components/net/uip/doc/html/a00039.html mode change 100644 => 100755 components/net/uip/doc/html/a00040.html mode change 100644 => 100755 components/net/uip/doc/html/a00041.html mode change 100644 => 100755 components/net/uip/doc/html/a00042.html mode change 100644 => 100755 components/net/uip/doc/html/a00043.html mode change 100644 => 100755 components/net/uip/doc/html/a00044.html mode change 100644 => 100755 components/net/uip/doc/html/a00045.html mode change 100644 => 100755 components/net/uip/doc/html/a00046.html mode change 100644 => 100755 components/net/uip/doc/html/a00047.html mode change 100644 => 100755 components/net/uip/doc/html/a00048.html mode change 100644 => 100755 components/net/uip/doc/html/a00049.html mode change 100644 => 100755 components/net/uip/doc/html/a00050.html mode change 100644 => 100755 components/net/uip/doc/html/a00051.html mode change 100644 => 100755 components/net/uip/doc/html/a00077.html mode change 100644 => 100755 components/net/uip/doc/html/a00078.html mode change 100644 => 100755 components/net/uip/doc/html/a00079.html mode change 100644 => 100755 components/net/uip/doc/html/a00080.html mode change 100644 => 100755 components/net/uip/doc/html/a00081.html mode change 100644 => 100755 components/net/uip/doc/html/a00082.html mode change 100644 => 100755 components/net/uip/doc/html/a00083.html mode change 100644 => 100755 components/net/uip/doc/html/a00084.html mode change 100644 => 100755 components/net/uip/doc/html/a00085.html mode change 100644 => 100755 components/net/uip/doc/html/a00086.html mode change 100644 => 100755 components/net/uip/doc/html/a00087.html mode change 100644 => 100755 components/net/uip/doc/html/a00088.html mode change 100644 => 100755 components/net/uip/doc/html/a00089.html mode change 100644 => 100755 components/net/uip/doc/html/a00090.html mode change 100644 => 100755 components/net/uip/doc/html/a00091.html mode change 100644 => 100755 components/net/uip/doc/html/a00092.html mode change 100644 => 100755 components/net/uip/doc/html/a00093.html mode change 100644 => 100755 components/net/uip/doc/html/a00094.html mode change 100644 => 100755 components/net/uip/doc/html/a00095.html mode change 100644 => 100755 components/net/uip/doc/html/a00096.html mode change 100644 => 100755 components/net/uip/doc/html/a00097.html mode change 100644 => 100755 components/net/uip/doc/html/a00100.html mode change 100644 => 100755 components/net/uip/doc/html/a00101.html mode change 100644 => 100755 components/net/uip/doc/html/a00102.html mode change 100644 => 100755 components/net/uip/doc/html/a00103.html mode change 100644 => 100755 components/net/uip/doc/html/a00104.html mode change 100644 => 100755 components/net/uip/doc/html/a00105.html mode change 100644 => 100755 components/net/uip/doc/html/a00107.html mode change 100644 => 100755 components/net/uip/doc/html/a00110.html mode change 100644 => 100755 components/net/uip/doc/html/a00111.html mode change 100644 => 100755 components/net/uip/doc/html/a00112.html mode change 100644 => 100755 components/net/uip/doc/html/a00113.html mode change 100644 => 100755 components/net/uip/doc/html/a00114.html mode change 100644 => 100755 components/net/uip/doc/html/a00120.html mode change 100644 => 100755 components/net/uip/doc/html/a00121.html mode change 100644 => 100755 components/net/uip/doc/html/a00123.html mode change 100644 => 100755 components/net/uip/doc/html/a00124.html mode change 100644 => 100755 components/net/uip/doc/html/a00125.html mode change 100644 => 100755 components/net/uip/doc/html/a00127.html mode change 100644 => 100755 components/net/uip/doc/html/a00128.html mode change 100644 => 100755 components/net/uip/doc/html/a00129.html mode change 100644 => 100755 components/net/uip/doc/html/a00130.html mode change 100644 => 100755 components/net/uip/doc/html/a00131.html mode change 100644 => 100755 components/net/uip/doc/html/a00132.html mode change 100644 => 100755 components/net/uip/doc/html/a00134.html mode change 100644 => 100755 components/net/uip/doc/html/a00135.html mode change 100644 => 100755 components/net/uip/doc/html/a00136.html mode change 100644 => 100755 components/net/uip/doc/html/a00137.html mode change 100644 => 100755 components/net/uip/doc/html/a00138.html mode change 100644 => 100755 components/net/uip/doc/html/a00139.html mode change 100644 => 100755 components/net/uip/doc/html/a00140.html mode change 100644 => 100755 components/net/uip/doc/html/a00141.html mode change 100644 => 100755 components/net/uip/doc/html/a00142.html mode change 100644 => 100755 components/net/uip/doc/html/a00143.html mode change 100644 => 100755 components/net/uip/doc/html/a00144.html mode change 100644 => 100755 components/net/uip/doc/html/a00145.html mode change 100644 => 100755 components/net/uip/doc/html/a00146.html mode change 100644 => 100755 components/net/uip/doc/html/a00147.html mode change 100644 => 100755 components/net/uip/doc/html/a00148.html mode change 100644 => 100755 components/net/uip/doc/html/a00149.html mode change 100644 => 100755 components/net/uip/doc/html/a00150.html mode change 100644 => 100755 components/net/uip/doc/html/a00151.html mode change 100644 => 100755 components/net/uip/doc/html/a00152.html mode change 100644 => 100755 components/net/uip/doc/html/a00153.html mode change 100644 => 100755 components/net/uip/doc/html/a00154.html mode change 100644 => 100755 components/net/uip/doc/html/a00155.html mode change 100644 => 100755 components/net/uip/doc/html/a00156.html mode change 100644 => 100755 components/net/uip/doc/html/a00157.html mode change 100644 => 100755 components/net/uip/doc/html/a00158.html mode change 100644 => 100755 components/net/uip/doc/html/a00159.html mode change 100644 => 100755 components/net/uip/doc/html/a00160.html mode change 100644 => 100755 components/net/uip/doc/html/a00161.html mode change 100644 => 100755 components/net/uip/doc/html/a00162.html mode change 100644 => 100755 components/net/uip/doc/html/a00163.html mode change 100644 => 100755 components/net/uip/doc/html/a00164.html mode change 100644 => 100755 components/net/uip/doc/html/a00168.html mode change 100644 => 100755 components/net/uip/doc/html/a00169.html mode change 100644 => 100755 components/net/uip/doc/html/a00170.html mode change 100644 => 100755 components/net/uip/doc/html/a00171.html mode change 100644 => 100755 components/net/uip/doc/html/a00172.html mode change 100644 => 100755 components/net/uip/doc/html/a00173.html mode change 100644 => 100755 components/net/uip/doc/html/a00174.html mode change 100644 => 100755 components/net/uip/doc/html/a00175.html mode change 100644 => 100755 components/net/uip/doc/html/a00176.html mode change 100644 => 100755 components/net/uip/doc/html/a00177.html mode change 100644 => 100755 components/net/uip/doc/html/a00178.html mode change 100644 => 100755 components/net/uip/doc/html/a00179.html mode change 100644 => 100755 components/net/uip/doc/html/a00180.html mode change 100644 => 100755 components/net/uip/doc/html/a00181.html mode change 100644 => 100755 components/net/uip/doc/html/a00182.html mode change 100644 => 100755 components/net/uip/doc/html/a00183.html mode change 100644 => 100755 components/net/uip/doc/html/a00184.html mode change 100644 => 100755 components/net/uip/doc/html/a00185.html mode change 100644 => 100755 components/net/uip/doc/html/a00186.html mode change 100644 => 100755 components/net/uip/doc/html/a00187.html mode change 100644 => 100755 components/net/uip/doc/html/a00188.html mode change 100644 => 100755 components/net/uip/doc/html/a00189.html mode change 100644 => 100755 components/net/uip/doc/html/a00190.html mode change 100644 => 100755 components/net/uip/doc/html/a00191.html mode change 100644 => 100755 components/net/uip/doc/html/a00192.html mode change 100644 => 100755 components/net/uip/doc/html/a00193.html mode change 100644 => 100755 components/net/uip/doc/html/a00194.html mode change 100644 => 100755 components/net/uip/doc/html/a00195.html mode change 100644 => 100755 components/net/uip/doc/html/a00196.html mode change 100644 => 100755 components/net/uip/doc/html/a00197.html mode change 100644 => 100755 components/net/uip/doc/html/a00198.html mode change 100644 => 100755 components/net/uip/doc/html/a00199.html mode change 100644 => 100755 components/net/uip/doc/html/a00200.html mode change 100644 => 100755 components/net/uip/doc/html/a00201.html mode change 100644 => 100755 components/net/uip/doc/html/a00202.html mode change 100644 => 100755 components/net/uip/doc/html/a00203.html mode change 100644 => 100755 components/net/uip/doc/html/a00204.html mode change 100644 => 100755 components/net/uip/doc/html/a00205.html mode change 100644 => 100755 components/net/uip/doc/html/a00206.html mode change 100644 => 100755 components/net/uip/doc/html/a00207.html mode change 100644 => 100755 components/net/uip/doc/html/annotated.html mode change 100644 => 100755 components/net/uip/doc/html/classes.html mode change 100644 => 100755 components/net/uip/doc/html/doxygen.css mode change 100644 => 100755 components/net/uip/doc/html/doxygen.png mode change 100644 => 100755 components/net/uip/doc/html/examples.html mode change 100644 => 100755 components/net/uip/doc/html/files.html mode change 100644 => 100755 components/net/uip/doc/html/ftv2blank.png mode change 100644 => 100755 components/net/uip/doc/html/ftv2doc.png mode change 100644 => 100755 components/net/uip/doc/html/ftv2folderclosed.png mode change 100644 => 100755 components/net/uip/doc/html/ftv2folderopen.png mode change 100644 => 100755 components/net/uip/doc/html/ftv2lastnode.png mode change 100644 => 100755 components/net/uip/doc/html/ftv2link.png mode change 100644 => 100755 components/net/uip/doc/html/ftv2mlastnode.png mode change 100644 => 100755 components/net/uip/doc/html/ftv2mnode.png mode change 100644 => 100755 components/net/uip/doc/html/ftv2node.png mode change 100644 => 100755 components/net/uip/doc/html/ftv2plastnode.png mode change 100644 => 100755 components/net/uip/doc/html/ftv2pnode.png mode change 100644 => 100755 components/net/uip/doc/html/ftv2vertline.png mode change 100644 => 100755 components/net/uip/doc/html/functions.html mode change 100644 => 100755 components/net/uip/doc/html/functions_vars.html mode change 100644 => 100755 components/net/uip/doc/html/globals.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x61.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x62.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x64.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x65.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x66.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x68.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x69.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x6c.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x6d.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x6e.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x70.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x72.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x73.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x74.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x75.html mode change 100644 => 100755 components/net/uip/doc/html/globals_0x77.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x61.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x62.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x64.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x65.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x66.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x68.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x69.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x6c.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x6d.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x6e.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x70.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x72.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x73.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x74.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x75.html mode change 100644 => 100755 components/net/uip/doc/html/globals_defs_0x77.html mode change 100644 => 100755 components/net/uip/doc/html/globals_func.html mode change 100644 => 100755 components/net/uip/doc/html/globals_type.html mode change 100644 => 100755 components/net/uip/doc/html/globals_vars.html mode change 100644 => 100755 components/net/uip/doc/html/hierarchy.html mode change 100644 => 100755 components/net/uip/doc/html/index.hhc mode change 100644 => 100755 components/net/uip/doc/html/index.hhk mode change 100644 => 100755 components/net/uip/doc/html/index.hhp mode change 100644 => 100755 components/net/uip/doc/html/index.html mode change 100644 => 100755 components/net/uip/doc/html/main.html mode change 100644 => 100755 components/net/uip/doc/html/modules.html mode change 100644 => 100755 components/net/uip/doc/html/tab_b.gif mode change 100644 => 100755 components/net/uip/doc/html/tab_l.gif mode change 100644 => 100755 components/net/uip/doc/html/tab_r.gif mode change 100644 => 100755 components/net/uip/doc/html/tabs.css mode change 100644 => 100755 components/net/uip/doc/html/tree.html mode change 100644 => 100755 components/net/uip/doc/mobisys2003.pdf mode change 100644 => 100755 components/net/uip/doc/pt-doc.txt mode change 100644 => 100755 components/net/uip/doc/sicslogo.pdf mode change 100644 => 100755 components/net/uip/doc/uip-code-style.c mode change 100644 => 100755 components/net/uip/doc/uip-code-style.txt mode change 100644 => 100755 components/net/uip/doc/uip-doc.txt mode change 100644 => 100755 components/net/uip/doc/uip-refman.pdf mode change 100644 => 100755 components/net/uip/lib/memb.c mode change 100644 => 100755 components/net/uip/lib/memb.h mode change 100644 => 100755 components/net/uip/rt-thread/clock-arch.c mode change 100644 => 100755 components/net/uip/rt-thread/clock-arch.h mode change 100644 => 100755 components/net/uip/rt-thread/readme.txt mode change 100644 => 100755 components/net/uip/rt-thread/uIPmain.c mode change 100644 => 100755 components/net/uip/rt-thread/uip-conf.h mode change 100644 => 100755 components/net/uip/rt-thread/uip_addr.h mode change 100644 => 100755 components/net/uip/rt-thread/uip_arch.c mode change 100644 => 100755 components/net/uip/rt-thread/uip_eth.h mode change 100644 => 100755 components/net/uip/rt-thread/uip_etharp.c mode change 100644 => 100755 components/net/uip/rt-thread/uip_etharp.h mode change 100644 => 100755 components/net/uip/rt-thread/uip_ethernetif.c mode change 100644 => 100755 components/net/uip/rt-thread/uip_ethernetif.h mode change 100644 => 100755 components/net/uip/rt-thread/uip_ipaddr.h mode change 100644 => 100755 components/net/uip/rt-thread/uip_netif.c mode change 100644 => 100755 components/net/uip/rt-thread/uip_netif.h mode change 100644 => 100755 components/net/uip/rt-thread/uip_pbuf.c mode change 100644 => 100755 components/net/uip/rt-thread/uip_pbuf.h mode change 100644 => 100755 components/net/uip/rt-thread/uip_tcpip.c mode change 100644 => 100755 components/net/uip/uip-1.0-changelog.txt mode change 100644 => 100755 components/net/uip/uip/Makefile.include mode change 100644 => 100755 components/net/uip/uip/lc-addrlabels.h mode change 100644 => 100755 components/net/uip/uip/lc-switch.h mode change 100644 => 100755 components/net/uip/uip/lc.h mode change 100644 => 100755 components/net/uip/uip/psock.c mode change 100644 => 100755 components/net/uip/uip/psock.h mode change 100644 => 100755 components/net/uip/uip/pt.h mode change 100644 => 100755 components/net/uip/uip/uip-fw.c mode change 100644 => 100755 components/net/uip/uip/uip-fw.h mode change 100644 => 100755 components/net/uip/uip/uip-neighbor.c mode change 100644 => 100755 components/net/uip/uip/uip-neighbor.h mode change 100644 => 100755 components/net/uip/uip/uip-split.c mode change 100644 => 100755 components/net/uip/uip/uip-split.h mode change 100644 => 100755 components/net/uip/uip/uip.c mode change 100644 => 100755 components/net/uip/uip/uip.h mode change 100644 => 100755 components/net/uip/uip/uip_arch.h mode change 100644 => 100755 components/net/uip/uip/uip_arp.c mode change 100644 => 100755 components/net/uip/uip/uip_arp.h mode change 100644 => 100755 components/net/uip/uip/uip_clock.h mode change 100644 => 100755 components/net/uip/uip/uip_timer.c mode change 100644 => 100755 components/net/uip/uip/uip_timer.h mode change 100644 => 100755 components/net/uip/uip/uiplib.c mode change 100644 => 100755 components/net/uip/uip/uiplib.h mode change 100644 => 100755 components/net/uip/uip/uipopt.h mode change 100644 => 100755 components/net/uip/unix/Makefile mode change 100644 => 100755 components/net/uip/unix/clock-arch.c mode change 100644 => 100755 components/net/uip/unix/clock-arch.h mode change 100644 => 100755 components/net/uip/unix/main.c mode change 100644 => 100755 components/net/uip/unix/tapdev.c mode change 100644 => 100755 components/net/uip/unix/tapdev.h mode change 100644 => 100755 components/net/uip/unix/uip-conf.h mode change 100644 => 100755 components/utilities/Kconfig mode change 100644 => 100755 components/utilities/SConscript mode change 100644 => 100755 components/utilities/ulog/SConscript mode change 100644 => 100755 components/utilities/ulog/backend/console_be.c mode change 100644 => 100755 components/utilities/ulog/syslog/syslog.c mode change 100644 => 100755 components/utilities/ulog/syslog/syslog.h mode change 100644 => 100755 components/utilities/ulog/ulog.c mode change 100644 => 100755 components/utilities/ulog/ulog.h mode change 100644 => 100755 components/utilities/ulog/ulog_def.h mode change 100644 => 100755 components/utilities/utest/SConscript mode change 100644 => 100755 components/utilities/utest/utest.c mode change 100644 => 100755 components/utilities/utest/utest.h mode change 100644 => 100755 components/utilities/utest/utest_assert.h mode change 100644 => 100755 components/utilities/utest/utest_log.h mode change 100644 => 100755 components/utilities/ymodem/SConscript mode change 100644 => 100755 components/utilities/ymodem/ymodem.c mode change 100644 => 100755 components/utilities/ymodem/ymodem.h mode change 100644 => 100755 components/utilities/zmodem/crc.h mode change 100644 => 100755 components/utilities/zmodem/rz.c mode change 100644 => 100755 components/utilities/zmodem/sz.c mode change 100644 => 100755 components/utilities/zmodem/zcore.c mode change 100644 => 100755 components/utilities/zmodem/zdef.h mode change 100644 => 100755 components/utilities/zmodem/zdevice.c mode change 100644 => 100755 components/utilities/zmodem/zstart.c mode change 100644 => 100755 components/vbus/Kconfig mode change 100644 => 100755 components/vbus/SConscript mode change 100644 => 100755 components/vbus/prio_queue.c mode change 100644 => 100755 components/vbus/prio_queue.h mode change 100644 => 100755 components/vbus/share_hdr/vbus_api.h mode change 100644 => 100755 components/vbus/vbus.c mode change 100644 => 100755 components/vbus/vbus.h mode change 100644 => 100755 components/vbus/vbus_chnx.c mode change 100644 => 100755 components/vbus/watermark_queue.c mode change 100644 => 100755 components/vbus/watermark_queue.h mode change 100644 => 100755 components/vmm/SConscript mode change 100644 => 100755 components/vmm/linux_patch-v3.8/0001-RTT-VMM-implement-dual-system-running-on-realview-pb.patch mode change 100644 => 100755 components/vmm/linux_patch-v3.8/0002-arm-gic-correct-the-cpu-map-on-gic_raise_softirq-for.patch mode change 100644 => 100755 components/vmm/vmm.c mode change 100644 => 100755 components/vmm/vmm.h mode change 100644 => 100755 components/vmm/vmm_context.c mode change 100644 => 100755 components/vmm/vmm_context.h mode change 100644 => 100755 components/vmm/vmm_iomap.c mode change 100644 => 100755 components/vmm/vmm_vector.c mode change 100644 => 100755 documentation/Doxyfile mode change 100644 => 100755 documentation/coding_style_cn.md mode change 100644 => 100755 documentation/coding_style_en.txt mode change 100644 => 100755 documentation/doxygen/Kernel_Object.png mode change 100644 => 100755 documentation/doxygen/System_Arch.png mode change 100644 => 100755 documentation/doxygen/Thread_Scheduler.png mode change 100644 => 100755 documentation/doxygen/basicdef.h mode change 100644 => 100755 documentation/doxygen/dfs.png mode change 100644 => 100755 documentation/doxygen/filesystem.h mode change 100644 => 100755 documentation/doxygen/finsh.h mode change 100644 => 100755 documentation/doxygen/finsh.png mode change 100644 => 100755 documentation/doxygen/hardware.h mode change 100644 => 100755 documentation/doxygen/kernel.h mode change 100644 => 100755 documentation/doxygen/mainpage.h mode change 100644 => 100755 documentation/doxygen/module.h mode change 100644 => 100755 documentation/doxygen/rtthread_logo.png mode change 100644 => 100755 documentation/doxygen/systeminit.h mode change 100644 => 100755 documentation/roadmap-1.2.0.md mode change 100644 => 100755 documentation/roadmap-2.1.0.md mode change 100644 => 100755 examples/file/listdir.c mode change 100644 => 100755 examples/file/readspeed.c mode change 100644 => 100755 examples/file/readwrite.c mode change 100644 => 100755 examples/file/seekdir.c mode change 100644 => 100755 examples/file/writespeed.c mode change 100644 => 100755 examples/kernel/SConscript mode change 100644 => 100755 examples/kernel/cpuusage.c mode change 100644 => 100755 examples/kernel/event_simple.c mode change 100644 => 100755 examples/kernel/heap_malloc.c mode change 100644 => 100755 examples/kernel/heap_realloc.c mode change 100644 => 100755 examples/kernel/mbox_send_wait.c mode change 100644 => 100755 examples/kernel/mbox_simple.c mode change 100644 => 100755 examples/kernel/memp_simple.c mode change 100644 => 100755 examples/kernel/messageq_simple.c mode change 100644 => 100755 examples/kernel/mutex_simple.c mode change 100644 => 100755 examples/kernel/semaphore_buffer_worker.c mode change 100644 => 100755 examples/kernel/semaphore_dynamic.c mode change 100644 => 100755 examples/kernel/semaphore_priority.c mode change 100644 => 100755 examples/kernel/semaphore_producer_consumer.c mode change 100644 => 100755 examples/kernel/semaphore_static.c mode change 100644 => 100755 examples/kernel/tc_comm.c mode change 100644 => 100755 examples/kernel/tc_comm.h mode change 100644 => 100755 examples/kernel/tc_sample.c mode change 100644 => 100755 examples/kernel/thread_delay.c mode change 100644 => 100755 examples/kernel/thread_delete.c mode change 100644 => 100755 examples/kernel/thread_detach.c mode change 100644 => 100755 examples/kernel/thread_dynamic.c mode change 100644 => 100755 examples/kernel/thread_dynamic_simple.c mode change 100644 => 100755 examples/kernel/thread_priority.c mode change 100644 => 100755 examples/kernel/thread_resume.c mode change 100644 => 100755 examples/kernel/thread_same_priority.c mode change 100644 => 100755 examples/kernel/thread_static.c mode change 100644 => 100755 examples/kernel/thread_static_simple.c mode change 100644 => 100755 examples/kernel/thread_suspend.c mode change 100644 => 100755 examples/kernel/thread_yield.c mode change 100644 => 100755 examples/kernel/timer_control.c mode change 100644 => 100755 examples/kernel/timer_dynamic.c mode change 100644 => 100755 examples/kernel/timer_static.c mode change 100644 => 100755 examples/kernel/timer_stop_self.c mode change 100644 => 100755 examples/kernel/timer_timeout.c mode change 100644 => 100755 examples/libc/SConscript mode change 100644 => 100755 examples/libc/dirent.c mode change 100644 => 100755 examples/libc/env.c mode change 100644 => 100755 examples/libc/ex1.c mode change 100644 => 100755 examples/libc/ex2.c mode change 100644 => 100755 examples/libc/ex3.c mode change 100644 => 100755 examples/libc/ex4.c mode change 100644 => 100755 examples/libc/ex5.c mode change 100644 => 100755 examples/libc/ex6.c mode change 100644 => 100755 examples/libc/ex7.c mode change 100644 => 100755 examples/libc/file.c mode change 100644 => 100755 examples/libc/memory.c mode change 100644 => 100755 examples/libc/mq.c mode change 100644 => 100755 examples/libc/printf.c mode change 100644 => 100755 examples/libc/rand.c mode change 100644 => 100755 examples/libc/sem.c mode change 100644 => 100755 examples/libc/termios_test.c mode change 100644 => 100755 examples/libc/time.c mode change 100644 => 100755 examples/network/chargen.c mode change 100644 => 100755 examples/network/tcp_client.py mode change 100644 => 100755 examples/network/tcp_server.py mode change 100644 => 100755 examples/network/tcpclient.c mode change 100644 => 100755 examples/network/tcpsendpacket.c mode change 100644 => 100755 examples/network/tcpserver.c mode change 100644 => 100755 examples/network/udpclient.c mode change 100644 => 100755 examples/network/udpserver.c mode change 100644 => 100755 examples/pm/timer_app.c mode change 100644 => 100755 examples/pm/wakeup_app.c mode change 100644 => 100755 examples/test/device_test.c mode change 100644 => 100755 examples/test/dhry.h mode change 100644 => 100755 examples/test/dhry_1.c mode change 100644 => 100755 examples/test/dhry_2.c mode change 100644 => 100755 examples/test/fs_test.c mode change 100644 => 100755 examples/test/hwtimer_test.c mode change 100644 => 100755 examples/test/mem_test.c mode change 100644 => 100755 examples/test/net_test.c mode change 100644 => 100755 examples/test/rbb_test.c mode change 100644 => 100755 examples/test/rtc_test.c mode change 100644 => 100755 examples/ulog/ulog_example.c mode change 100644 => 100755 examples/ymodem/echo.c mode change 100644 => 100755 examples/ymodem/null.c mode change 100644 => 100755 examples/ymodem/tofile.c mode change 100644 => 100755 include/libc/libc_dirent.h mode change 100644 => 100755 include/libc/libc_errno.h mode change 100644 => 100755 include/libc/libc_fcntl.h mode change 100644 => 100755 include/libc/libc_fdset.h mode change 100644 => 100755 include/libc/libc_ioctl.h mode change 100644 => 100755 include/libc/libc_signal.h mode change 100644 => 100755 include/libc/libc_stat.h mode change 100644 => 100755 include/rtdbg.h mode change 100644 => 100755 include/rtdebug.h mode change 100644 => 100755 include/rtdef.h mode change 100644 => 100755 include/rthw.h mode change 100644 => 100755 include/rtlibc.h mode change 100644 => 100755 include/rtm.h mode change 100644 => 100755 include/rtservice.h mode change 100644 => 100755 include/rtthread.h mode change 100644 => 100755 libcpu/Kconfig mode change 100644 => 100755 libcpu/SConscript mode change 100644 => 100755 libcpu/arc/SConscript mode change 100644 => 100755 libcpu/arc/common/SConscript mode change 100644 => 100755 libcpu/arc/em/SConscript mode change 100644 => 100755 libcpu/arc/em/contex_gcc.S mode change 100644 => 100755 libcpu/arc/em/cpuport.c mode change 100644 => 100755 libcpu/arm/AT91SAM7S/AT91SAM7S.h mode change 100644 => 100755 libcpu/arm/AT91SAM7S/SConscript mode change 100644 => 100755 libcpu/arm/AT91SAM7S/context_gcc.S mode change 100644 => 100755 libcpu/arm/AT91SAM7S/context_rvds.S mode change 100644 => 100755 libcpu/arm/AT91SAM7S/cpu.c mode change 100644 => 100755 libcpu/arm/AT91SAM7S/interrupt.c mode change 100644 => 100755 libcpu/arm/AT91SAM7S/serial.c mode change 100644 => 100755 libcpu/arm/AT91SAM7S/serial.h mode change 100644 => 100755 libcpu/arm/AT91SAM7S/stack.c mode change 100644 => 100755 libcpu/arm/AT91SAM7S/start_gcc.S mode change 100644 => 100755 libcpu/arm/AT91SAM7S/start_rvds.S mode change 100644 => 100755 libcpu/arm/AT91SAM7S/trap.c mode change 100644 => 100755 libcpu/arm/AT91SAM7X/SConscript mode change 100644 => 100755 libcpu/arm/AT91SAM7X/context_gcc.S mode change 100644 => 100755 libcpu/arm/AT91SAM7X/context_rvds.S mode change 100644 => 100755 libcpu/arm/AT91SAM7X/cpu.c mode change 100644 => 100755 libcpu/arm/AT91SAM7X/interrupt.c mode change 100644 => 100755 libcpu/arm/AT91SAM7X/stack.c mode change 100644 => 100755 libcpu/arm/AT91SAM7X/start_gcc.S mode change 100644 => 100755 libcpu/arm/AT91SAM7X/start_rvds.S mode change 100644 => 100755 libcpu/arm/AT91SAM7X/trap.c mode change 100644 => 100755 libcpu/arm/SConscript mode change 100644 => 100755 libcpu/arm/am335x/SConscript mode change 100644 => 100755 libcpu/arm/am335x/am33xx.h mode change 100644 => 100755 libcpu/arm/am335x/context_gcc.S mode change 100644 => 100755 libcpu/arm/am335x/context_iar.S mode change 100644 => 100755 libcpu/arm/am335x/cp15_gcc.S mode change 100644 => 100755 libcpu/arm/am335x/cp15_iar.s mode change 100644 => 100755 libcpu/arm/am335x/cpu.c mode change 100644 => 100755 libcpu/arm/am335x/interrupt.c mode change 100644 => 100755 libcpu/arm/am335x/interrupt.h mode change 100644 => 100755 libcpu/arm/am335x/mmu.c mode change 100644 => 100755 libcpu/arm/am335x/mmu.h mode change 100644 => 100755 libcpu/arm/am335x/stack.c mode change 100644 => 100755 libcpu/arm/am335x/start_gcc.S mode change 100644 => 100755 libcpu/arm/am335x/start_iar.s mode change 100644 => 100755 libcpu/arm/am335x/trap.c mode change 100644 => 100755 libcpu/arm/am335x/vector_gcc.S mode change 100644 => 100755 libcpu/arm/arm926/SConscript mode change 100644 => 100755 libcpu/arm/arm926/context_gcc.S mode change 100644 => 100755 libcpu/arm/arm926/context_iar.S mode change 100644 => 100755 libcpu/arm/arm926/context_rvds.S mode change 100644 => 100755 libcpu/arm/arm926/cpuport.c mode change 100644 => 100755 libcpu/arm/arm926/machine.c mode change 100644 => 100755 libcpu/arm/arm926/mmu.c mode change 100644 => 100755 libcpu/arm/arm926/mmu.h mode change 100644 => 100755 libcpu/arm/arm926/stack.c mode change 100644 => 100755 libcpu/arm/arm926/start_gcc.S mode change 100644 => 100755 libcpu/arm/arm926/start_iar.S mode change 100644 => 100755 libcpu/arm/arm926/start_rvds.S mode change 100644 => 100755 libcpu/arm/arm926/trap.c mode change 100644 => 100755 libcpu/arm/armv6/SConscript mode change 100644 => 100755 libcpu/arm/armv6/arm_entry_gcc.S mode change 100644 => 100755 libcpu/arm/armv6/armv6.h mode change 100644 => 100755 libcpu/arm/armv6/context_gcc.S mode change 100644 => 100755 libcpu/arm/armv6/cpuport.c mode change 100644 => 100755 libcpu/arm/armv6/mmu.c mode change 100644 => 100755 libcpu/arm/armv6/mmu.h mode change 100644 => 100755 libcpu/arm/armv6/stack.c mode change 100644 => 100755 libcpu/arm/armv6/vfp.c mode change 100644 => 100755 libcpu/arm/armv6/vfp.h mode change 100644 => 100755 libcpu/arm/common/SConscript mode change 100644 => 100755 libcpu/arm/common/backtrace.c mode change 100644 => 100755 libcpu/arm/common/div0.c mode change 100644 => 100755 libcpu/arm/common/divsi3.S mode change 100644 => 100755 libcpu/arm/common/showmem.c mode change 100644 => 100755 libcpu/arm/cortex-a/SConscript mode change 100644 => 100755 libcpu/arm/cortex-a/armv7.h mode change 100644 => 100755 libcpu/arm/cortex-a/cache.c mode change 100644 => 100755 libcpu/arm/cortex-a/context_gcc.S mode change 100644 => 100755 libcpu/arm/cortex-a/cp15.h mode change 100644 => 100755 libcpu/arm/cortex-a/cp15_gcc.S mode change 100644 => 100755 libcpu/arm/cortex-a/cpu.c mode change 100644 => 100755 libcpu/arm/cortex-a/gic.c mode change 100644 => 100755 libcpu/arm/cortex-a/gic.h mode change 100644 => 100755 libcpu/arm/cortex-a/interrupt.c mode change 100644 => 100755 libcpu/arm/cortex-a/interrupt.h mode change 100644 => 100755 libcpu/arm/cortex-a/mmu.c mode change 100644 => 100755 libcpu/arm/cortex-a/mmu.h mode change 100644 => 100755 libcpu/arm/cortex-a/pmu.c mode change 100644 => 100755 libcpu/arm/cortex-a/pmu.h mode change 100644 => 100755 libcpu/arm/cortex-a/stack.c mode change 100644 => 100755 libcpu/arm/cortex-a/start_gcc.S mode change 100644 => 100755 libcpu/arm/cortex-a/trap.c mode change 100644 => 100755 libcpu/arm/cortex-a/vector_gcc.S mode change 100644 => 100755 libcpu/arm/cortex-m0/SConscript mode change 100644 => 100755 libcpu/arm/cortex-m0/context_gcc.S mode change 100644 => 100755 libcpu/arm/cortex-m0/context_iar.S mode change 100644 => 100755 libcpu/arm/cortex-m0/context_rvds.S mode change 100644 => 100755 libcpu/arm/cortex-m0/cpuport.c mode change 100644 => 100755 libcpu/arm/cortex-m23/SConscript mode change 100644 => 100755 libcpu/arm/cortex-m23/context_gcc.S mode change 100644 => 100755 libcpu/arm/cortex-m23/context_iar.S mode change 100644 => 100755 libcpu/arm/cortex-m23/context_rvds.S mode change 100644 => 100755 libcpu/arm/cortex-m23/cpuport.c mode change 100644 => 100755 libcpu/arm/cortex-m3/SConscript mode change 100644 => 100755 libcpu/arm/cortex-m3/context_gcc.S mode change 100644 => 100755 libcpu/arm/cortex-m3/context_iar.S mode change 100644 => 100755 libcpu/arm/cortex-m3/context_rvds.S mode change 100644 => 100755 libcpu/arm/cortex-m3/cpuport.c mode change 100644 => 100755 libcpu/arm/cortex-m33/SConscript mode change 100644 => 100755 libcpu/arm/cortex-m33/context_gcc.S mode change 100644 => 100755 libcpu/arm/cortex-m33/context_iar.S mode change 100644 => 100755 libcpu/arm/cortex-m33/context_rvds.S mode change 100644 => 100755 libcpu/arm/cortex-m33/cpuport.c mode change 100644 => 100755 libcpu/arm/cortex-m33/syscall_gcc.S mode change 100644 => 100755 libcpu/arm/cortex-m33/syscall_iar.S mode change 100644 => 100755 libcpu/arm/cortex-m33/syscall_rvds.S mode change 100644 => 100755 libcpu/arm/cortex-m33/trustzone.c mode change 100644 => 100755 libcpu/arm/cortex-m4/SConscript mode change 100644 => 100755 libcpu/arm/cortex-m4/context_gcc.S mode change 100644 => 100755 libcpu/arm/cortex-m4/context_iar.S mode change 100644 => 100755 libcpu/arm/cortex-m4/context_rvds.S mode change 100644 => 100755 libcpu/arm/cortex-m4/cpuport.c mode change 100644 => 100755 libcpu/arm/cortex-m7/SConscript mode change 100644 => 100755 libcpu/arm/cortex-m7/context_gcc.S mode change 100644 => 100755 libcpu/arm/cortex-m7/context_iar.S mode change 100644 => 100755 libcpu/arm/cortex-m7/context_rvds.S mode change 100644 => 100755 libcpu/arm/cortex-m7/cpu_cache.c mode change 100644 => 100755 libcpu/arm/cortex-m7/cpuport.c mode change 100644 => 100755 libcpu/arm/cortex-r4/SConscript mode change 100644 => 100755 libcpu/arm/cortex-r4/armv7.h mode change 100644 => 100755 libcpu/arm/cortex-r4/context_ccs.asm mode change 100644 => 100755 libcpu/arm/cortex-r4/context_gcc.S mode change 100644 => 100755 libcpu/arm/cortex-r4/cpu.c mode change 100644 => 100755 libcpu/arm/cortex-r4/interrupt.c mode change 100644 => 100755 libcpu/arm/cortex-r4/stack.c mode change 100644 => 100755 libcpu/arm/cortex-r4/start_ccs.asm mode change 100644 => 100755 libcpu/arm/cortex-r4/start_gcc.S mode change 100644 => 100755 libcpu/arm/cortex-r4/trap.c mode change 100644 => 100755 libcpu/arm/cortex-r4/vector_ccs.asm mode change 100644 => 100755 libcpu/arm/cortex-r4/vector_gcc.S mode change 100644 => 100755 libcpu/arm/dm36x/SConscript mode change 100644 => 100755 libcpu/arm/dm36x/context_gcc.S mode change 100644 => 100755 libcpu/arm/dm36x/context_rvds.S mode change 100644 => 100755 libcpu/arm/dm36x/cpuport.c mode change 100644 => 100755 libcpu/arm/dm36x/mmu.c mode change 100644 => 100755 libcpu/arm/dm36x/mmu.h mode change 100644 => 100755 libcpu/arm/dm36x/stack.c mode change 100644 => 100755 libcpu/arm/lpc214x/SConscript mode change 100644 => 100755 libcpu/arm/lpc214x/context_gcc.S mode change 100644 => 100755 libcpu/arm/lpc214x/context_rvds.S mode change 100644 => 100755 libcpu/arm/lpc214x/cpuport.c mode change 100644 => 100755 libcpu/arm/lpc214x/lpc214x.h mode change 100644 => 100755 libcpu/arm/lpc214x/start_rvds.S mode change 100644 => 100755 libcpu/arm/lpc214x/startup_gcc.S mode change 100644 => 100755 libcpu/arm/lpc24xx/LPC24xx.h mode change 100644 => 100755 libcpu/arm/lpc24xx/SConscript mode change 100644 => 100755 libcpu/arm/lpc24xx/context_gcc.S mode change 100644 => 100755 libcpu/arm/lpc24xx/context_rvds.S mode change 100644 => 100755 libcpu/arm/lpc24xx/cpu.c mode change 100644 => 100755 libcpu/arm/lpc24xx/interrupt.c mode change 100644 => 100755 libcpu/arm/lpc24xx/stack.c mode change 100644 => 100755 libcpu/arm/lpc24xx/start_gcc.S mode change 100644 => 100755 libcpu/arm/lpc24xx/start_rvds.S mode change 100644 => 100755 libcpu/arm/lpc24xx/trap.c mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/SConscript mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/armv7.h mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/context_gcc.S mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/cp15.h mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/cp15_gcc.S mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/cpu.c mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/gic.c mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/gic.h mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/interrupt.c mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/interrupt.h mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/mmu.c mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/pmu.c mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/pmu.h mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/stack.c mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/start_gcc.S mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/trap.c mode change 100644 => 100755 libcpu/arm/realview-a8-vmm/vector_gcc.S mode change 100644 => 100755 libcpu/arm/s3c24x0/SConscript mode change 100644 => 100755 libcpu/arm/s3c24x0/context_gcc.S mode change 100644 => 100755 libcpu/arm/s3c24x0/context_rvds.S mode change 100644 => 100755 libcpu/arm/s3c24x0/cpu.c mode change 100644 => 100755 libcpu/arm/s3c24x0/interrupt.c mode change 100644 => 100755 libcpu/arm/s3c24x0/mmu.c mode change 100644 => 100755 libcpu/arm/s3c24x0/rtc.c mode change 100644 => 100755 libcpu/arm/s3c24x0/rtc.h mode change 100644 => 100755 libcpu/arm/s3c24x0/s3c24x0.h mode change 100644 => 100755 libcpu/arm/s3c24x0/serial.c mode change 100644 => 100755 libcpu/arm/s3c24x0/serial.h mode change 100644 => 100755 libcpu/arm/s3c24x0/stack.c mode change 100644 => 100755 libcpu/arm/s3c24x0/start_gcc.S mode change 100644 => 100755 libcpu/arm/s3c24x0/start_rvds.S mode change 100644 => 100755 libcpu/arm/s3c24x0/system_clock.c mode change 100644 => 100755 libcpu/arm/s3c24x0/trap.c mode change 100644 => 100755 libcpu/arm/s3c44b0/SConscript mode change 100644 => 100755 libcpu/arm/s3c44b0/context_gcc.S mode change 100644 => 100755 libcpu/arm/s3c44b0/context_rvds.S mode change 100644 => 100755 libcpu/arm/s3c44b0/cpu.c mode change 100644 => 100755 libcpu/arm/s3c44b0/interrupt.c mode change 100644 => 100755 libcpu/arm/s3c44b0/s3c44b0.h mode change 100644 => 100755 libcpu/arm/s3c44b0/serial.c mode change 100644 => 100755 libcpu/arm/s3c44b0/stack.c mode change 100644 => 100755 libcpu/arm/s3c44b0/start_gcc.S mode change 100644 => 100755 libcpu/arm/s3c44b0/start_rvds.S mode change 100644 => 100755 libcpu/arm/s3c44b0/trap.c mode change 100644 => 100755 libcpu/arm/sep4020/SConscript mode change 100644 => 100755 libcpu/arm/sep4020/clk.c mode change 100644 => 100755 libcpu/arm/sep4020/context_rvds.S mode change 100644 => 100755 libcpu/arm/sep4020/cpu.c mode change 100644 => 100755 libcpu/arm/sep4020/interrupt.c mode change 100644 => 100755 libcpu/arm/sep4020/sep4020.h mode change 100644 => 100755 libcpu/arm/sep4020/serial.c mode change 100644 => 100755 libcpu/arm/sep4020/serial.h mode change 100644 => 100755 libcpu/arm/sep4020/stack.c mode change 100644 => 100755 libcpu/arm/sep4020/start_rvds.S mode change 100644 => 100755 libcpu/arm/sep4020/trap.c mode change 100644 => 100755 libcpu/arm/zynq7000/SConscript mode change 100644 => 100755 libcpu/arm/zynq7000/armv7.h mode change 100644 => 100755 libcpu/arm/zynq7000/context_gcc.S mode change 100644 => 100755 libcpu/arm/zynq7000/cp15.h mode change 100644 => 100755 libcpu/arm/zynq7000/cp15_gcc.S mode change 100644 => 100755 libcpu/arm/zynq7000/cpu.c mode change 100644 => 100755 libcpu/arm/zynq7000/gic.c mode change 100644 => 100755 libcpu/arm/zynq7000/gic.h mode change 100644 => 100755 libcpu/arm/zynq7000/interrupt.c mode change 100644 => 100755 libcpu/arm/zynq7000/interrupt.h mode change 100644 => 100755 libcpu/arm/zynq7000/mmu.c mode change 100644 => 100755 libcpu/arm/zynq7000/stack.c mode change 100644 => 100755 libcpu/arm/zynq7000/start_gcc.S mode change 100644 => 100755 libcpu/arm/zynq7000/trap.c mode change 100644 => 100755 libcpu/arm/zynq7000/vector_gcc.S mode change 100644 => 100755 libcpu/avr32/SConscript mode change 100644 => 100755 libcpu/avr32/uc3/SConscript mode change 100644 => 100755 libcpu/avr32/uc3/context_gcc.S mode change 100644 => 100755 libcpu/avr32/uc3/cpu.c mode change 100644 => 100755 libcpu/avr32/uc3/exception_gcc.S mode change 100644 => 100755 libcpu/avr32/uc3/interrupt.c mode change 100644 => 100755 libcpu/avr32/uc3/serial.c mode change 100644 => 100755 libcpu/avr32/uc3/serial.h mode change 100644 => 100755 libcpu/avr32/uc3/stack.c mode change 100644 => 100755 libcpu/blackfin/SConscript mode change 100644 => 100755 libcpu/blackfin/bf53x/SConscript mode change 100644 => 100755 libcpu/blackfin/bf53x/context_vdsp.S mode change 100644 => 100755 libcpu/blackfin/bf53x/cpuport.c mode change 100644 => 100755 libcpu/blackfin/bf53x/serial.c mode change 100644 => 100755 libcpu/blackfin/bf53x/serial.h mode change 100644 => 100755 libcpu/c-sky/SConscript mode change 100644 => 100755 libcpu/c-sky/ck802/SConscript mode change 100644 => 100755 libcpu/c-sky/ck802/contex_ck802_gcc.S mode change 100644 => 100755 libcpu/c-sky/ck802/core_ck802.c mode change 100644 => 100755 libcpu/c-sky/ck802/core_ck802.h mode change 100644 => 100755 libcpu/c-sky/ck802/stack_ck802.c mode change 100644 => 100755 libcpu/c-sky/common/SConscript mode change 100644 => 100755 libcpu/c-sky/common/csi_core.h mode change 100644 => 100755 libcpu/c-sky/common/csi_gcc.h mode change 100644 => 100755 libcpu/c-sky/common/csi_instr.h mode change 100644 => 100755 libcpu/c-sky/common/csi_reg.h mode change 100644 => 100755 libcpu/c-sky/common/csi_simd.h mode change 100644 => 100755 libcpu/ia32/SConscript mode change 100644 => 100755 libcpu/ia32/__udivsi3.c mode change 100644 => 100755 libcpu/ia32/__umodsi3.c mode change 100644 => 100755 libcpu/ia32/backtrace.c mode change 100644 => 100755 libcpu/ia32/context_gcc.S mode change 100644 => 100755 libcpu/ia32/hdisr_gcc.S mode change 100644 => 100755 libcpu/ia32/interrupt.c mode change 100644 => 100755 libcpu/ia32/showmem.c mode change 100644 => 100755 libcpu/ia32/stack.c mode change 100644 => 100755 libcpu/ia32/start_gcc.S mode change 100644 => 100755 libcpu/ia32/trap.c mode change 100644 => 100755 libcpu/ia32/trapisr_gcc.S mode change 100644 => 100755 libcpu/m16c/SConscript mode change 100644 => 100755 libcpu/m16c/m16c62p/SConscript mode change 100644 => 100755 libcpu/m16c/m16c62p/context_gcc.S mode change 100644 => 100755 libcpu/m16c/m16c62p/context_iar.S mode change 100644 => 100755 libcpu/m16c/m16c62p/context_iar.asm mode change 100644 => 100755 libcpu/m16c/m16c62p/cpuport.c mode change 100644 => 100755 libcpu/mips/SConscript mode change 100644 => 100755 libcpu/mips/common/SConscript mode change 100644 => 100755 libcpu/mips/common/asm.h mode change 100644 => 100755 libcpu/mips/common/exception.h mode change 100644 => 100755 libcpu/mips/common/mips.h mode change 100644 => 100755 libcpu/mips/common/mips.inc mode change 100644 => 100755 libcpu/mips/common/mips_addrspace.h mode change 100644 => 100755 libcpu/mips/common/mips_asm.h mode change 100644 => 100755 libcpu/mips/common/mips_cache.c mode change 100644 => 100755 libcpu/mips/common/mips_cache.h mode change 100644 => 100755 libcpu/mips/common/mips_cfg.h mode change 100644 => 100755 libcpu/mips/common/mips_context.h mode change 100644 => 100755 libcpu/mips/common/mips_def.h mode change 100644 => 100755 libcpu/mips/common/mips_excpt.h mode change 100644 => 100755 libcpu/mips/common/mips_regs.h mode change 100644 => 100755 libcpu/mips/common/mips_types.h mode change 100644 => 100755 libcpu/mips/common/mipscfg.h mode change 100644 => 100755 libcpu/mips/common/mipsregs.h mode change 100644 => 100755 libcpu/mips/common/stackframe.h mode change 100644 => 100755 libcpu/mips/loongson_1b/SConscript mode change 100644 => 100755 libcpu/mips/loongson_1b/cache.c mode change 100644 => 100755 libcpu/mips/loongson_1b/cache.h mode change 100644 => 100755 libcpu/mips/loongson_1b/cache_gcc.S mode change 100644 => 100755 libcpu/mips/loongson_1b/context_gcc.S mode change 100644 => 100755 libcpu/mips/loongson_1b/cpuport.c mode change 100644 => 100755 libcpu/mips/loongson_1b/exception.c mode change 100644 => 100755 libcpu/mips/loongson_1b/interrupt.c mode change 100644 => 100755 libcpu/mips/loongson_1b/ls1b.h mode change 100644 => 100755 libcpu/mips/loongson_1b/mipscfg.c mode change 100644 => 100755 libcpu/mips/loongson_1b/start_gcc.S mode change 100644 => 100755 libcpu/mips/loongson_1c/SConscript mode change 100644 => 100755 libcpu/mips/loongson_1c/cache.c mode change 100644 => 100755 libcpu/mips/loongson_1c/cache.h mode change 100644 => 100755 libcpu/mips/loongson_1c/cache_gcc.S mode change 100644 => 100755 libcpu/mips/loongson_1c/context_gcc.S mode change 100644 => 100755 libcpu/mips/loongson_1c/cpuport.c mode change 100644 => 100755 libcpu/mips/loongson_1c/exception.c mode change 100644 => 100755 libcpu/mips/loongson_1c/interrupt.c mode change 100644 => 100755 libcpu/mips/loongson_1c/ls1c.h mode change 100644 => 100755 libcpu/mips/loongson_1c/mipscfg.c mode change 100644 => 100755 libcpu/mips/loongson_1c/sdram_cfg.h mode change 100644 => 100755 libcpu/mips/loongson_1c/stackframe_fpu.h mode change 100644 => 100755 libcpu/mips/loongson_1c/start_gcc.S mode change 100644 => 100755 libcpu/mips/pic32/SConscript mode change 100644 => 100755 libcpu/mips/pic32/context_gcc.S mode change 100644 => 100755 libcpu/mips/pic32/cpuport.c mode change 100644 => 100755 libcpu/mips/pic32/exceptions.c mode change 100644 => 100755 libcpu/mips/x1000/SConscript mode change 100644 => 100755 libcpu/mips/x1000/cache.c mode change 100644 => 100755 libcpu/mips/x1000/cache.h mode change 100644 => 100755 libcpu/mips/x1000/cpu.c mode change 100644 => 100755 libcpu/mips/x1000/interrupt.c mode change 100644 => 100755 libcpu/mips/x1000/mips_backtrace.c mode change 100644 => 100755 libcpu/mips/x1000/mips_cache_gcc.S mode change 100644 => 100755 libcpu/mips/x1000/mips_context_gcc.S mode change 100644 => 100755 libcpu/mips/x1000/mips_excpt.c mode change 100644 => 100755 libcpu/mips/x1000/mips_excpt_gcc.S mode change 100644 => 100755 libcpu/mips/x1000/mips_fp_gcc.S mode change 100644 => 100755 libcpu/mips/x1000/stack.c mode change 100644 => 100755 libcpu/mips/x1000/startup_gcc.S mode change 100644 => 100755 libcpu/mips/x1000/x1000.h mode change 100644 => 100755 libcpu/mips/x1000/x1000_aic.h mode change 100644 => 100755 libcpu/mips/x1000/x1000_cpm.h mode change 100644 => 100755 libcpu/mips/x1000/x1000_intc.h mode change 100644 => 100755 libcpu/mips/x1000/x1000_otg_dwc.h mode change 100644 => 100755 libcpu/mips/x1000/x1000_slcdc.h mode change 100644 => 100755 libcpu/mips/xburst/SConscript mode change 100644 => 100755 libcpu/mips/xburst/cache.c mode change 100644 => 100755 libcpu/mips/xburst/cache.h mode change 100644 => 100755 libcpu/mips/xburst/cache_gcc.S mode change 100644 => 100755 libcpu/mips/xburst/context_gcc.S mode change 100644 => 100755 libcpu/mips/xburst/cpu.c mode change 100644 => 100755 libcpu/mips/xburst/exception.c mode change 100644 => 100755 libcpu/mips/xburst/interrupt.c mode change 100644 => 100755 libcpu/mips/xburst/mipscfg.c mode change 100644 => 100755 libcpu/mips/xburst/stack.c mode change 100644 => 100755 libcpu/mips/xburst/stack.h mode change 100644 => 100755 libcpu/mips/xburst/start_gcc.S mode change 100644 => 100755 libcpu/mips/xburst/x1000.h mode change 100644 => 100755 libcpu/nios/SConscript mode change 100644 => 100755 libcpu/nios/nios_ii/SConscript mode change 100644 => 100755 libcpu/nios/nios_ii/context_gcc.S mode change 100644 => 100755 libcpu/nios/nios_ii/interrupt.c mode change 100644 => 100755 libcpu/nios/nios_ii/stack.c mode change 100644 => 100755 libcpu/nios/nios_ii/vector.S mode change 100644 => 100755 libcpu/ppc/SConscript mode change 100644 => 100755 libcpu/ppc/common/SConscript mode change 100644 => 100755 libcpu/ppc/common/ptrace.h mode change 100644 => 100755 libcpu/ppc/common/stack.c mode change 100644 => 100755 libcpu/ppc/ppc405/SConscript mode change 100644 => 100755 libcpu/ppc/ppc405/cache.h mode change 100644 => 100755 libcpu/ppc/ppc405/cache_gcc.S mode change 100644 => 100755 libcpu/ppc/ppc405/context.h mode change 100644 => 100755 libcpu/ppc/ppc405/context_gcc.S mode change 100644 => 100755 libcpu/ppc/ppc405/dcr_gcc.S mode change 100644 => 100755 libcpu/ppc/ppc405/include/asm/ppc405.h mode change 100644 => 100755 libcpu/ppc/ppc405/include/asm/ppc4xx-intvec.h mode change 100644 => 100755 libcpu/ppc/ppc405/include/asm/ppc4xx-uic.h mode change 100644 => 100755 libcpu/ppc/ppc405/include/asm/ppc4xx.h mode change 100644 => 100755 libcpu/ppc/ppc405/include/asm/ppc_defs.h mode change 100644 => 100755 libcpu/ppc/ppc405/include/asm/processor.h mode change 100644 => 100755 libcpu/ppc/ppc405/include/asm/ptrace.h mode change 100644 => 100755 libcpu/ppc/ppc405/include/asm/types.h mode change 100644 => 100755 libcpu/ppc/ppc405/include/config.h mode change 100644 => 100755 libcpu/ppc/ppc405/interrupt.c mode change 100644 => 100755 libcpu/ppc/ppc405/io.h mode change 100644 => 100755 libcpu/ppc/ppc405/serial.c mode change 100644 => 100755 libcpu/ppc/ppc405/start_gcc.S mode change 100644 => 100755 libcpu/ppc/ppc405/traps.c mode change 100644 => 100755 libcpu/risc-v/SConscript mode change 100644 => 100755 libcpu/risc-v/bumblebee/SConscript mode change 100644 => 100755 libcpu/risc-v/bumblebee/interrupt_gcc.S mode change 100644 => 100755 libcpu/risc-v/common/SConscript mode change 100644 => 100755 libcpu/risc-v/common/context_gcc.S mode change 100644 => 100755 libcpu/risc-v/common/cpuport.c mode change 100644 => 100755 libcpu/risc-v/common/cpuport.h mode change 100644 => 100755 libcpu/risc-v/common/riscv-ops.h mode change 100644 => 100755 libcpu/risc-v/common/riscv-plic.h mode change 100644 => 100755 libcpu/risc-v/e310/SConscript mode change 100644 => 100755 libcpu/risc-v/e310/interrupt_gcc.S mode change 100644 => 100755 libcpu/risc-v/k210/SConscript mode change 100644 => 100755 libcpu/risc-v/k210/cpuport_smp.c mode change 100644 => 100755 libcpu/risc-v/k210/interrupt.c mode change 100644 => 100755 libcpu/risc-v/k210/interrupt_gcc.S mode change 100644 => 100755 libcpu/risc-v/k210/startup_gcc.S mode change 100644 => 100755 libcpu/risc-v/k210/tick.c mode change 100644 => 100755 libcpu/risc-v/k210/tick.h mode change 100644 => 100755 libcpu/risc-v/rv32m1/SConscript mode change 100644 => 100755 libcpu/risc-v/rv32m1/interrupt.c mode change 100644 => 100755 libcpu/risc-v/rv32m1/interrupt_gcc.S mode change 100644 => 100755 libcpu/rx/SConscript mode change 100644 => 100755 libcpu/rx/context_iar.S mode change 100644 => 100755 libcpu/rx/cpuconfig.h mode change 100644 => 100755 libcpu/rx/cpuport.c mode change 100644 => 100755 libcpu/sim/SConscript mode change 100644 => 100755 libcpu/sim/posix/SConscript mode change 100644 => 100755 libcpu/sim/posix/cpu_port.c mode change 100644 => 100755 libcpu/sim/win32/SConscript mode change 100644 => 100755 libcpu/sim/win32/cpu_port.c mode change 100644 => 100755 libcpu/sim/win32/cpu_port.h mode change 100644 => 100755 libcpu/ti-dsp/SConscript mode change 100644 => 100755 libcpu/ti-dsp/c28x/SConscript mode change 100644 => 100755 libcpu/ti-dsp/c28x/context.s mode change 100644 => 100755 libcpu/ti-dsp/c28x/cpuport.c mode change 100644 => 100755 libcpu/unicore32/SConscript mode change 100644 => 100755 libcpu/unicore32/sep6200/SConscript mode change 100644 => 100755 libcpu/unicore32/sep6200/context_gcc.S mode change 100644 => 100755 libcpu/unicore32/sep6200/cpu.c mode change 100644 => 100755 libcpu/unicore32/sep6200/interrupt.c mode change 100644 => 100755 libcpu/unicore32/sep6200/sep6200.h mode change 100644 => 100755 libcpu/unicore32/sep6200/serial.c mode change 100644 => 100755 libcpu/unicore32/sep6200/serial.h mode change 100644 => 100755 libcpu/unicore32/sep6200/stack.c mode change 100644 => 100755 libcpu/unicore32/sep6200/start_gcc.S mode change 100644 => 100755 libcpu/unicore32/sep6200/trace.c mode change 100644 => 100755 libcpu/unicore32/sep6200/trap.c mode change 100644 => 100755 libcpu/v850/70f34/SConscript mode change 100644 => 100755 libcpu/v850/70f34/context_iar.S mode change 100644 => 100755 libcpu/v850/70f34/context_iar.asm mode change 100644 => 100755 libcpu/v850/70f34/cpuport.c mode change 100644 => 100755 libcpu/v850/70f34/macdefs.inc mode change 100644 => 100755 libcpu/v850/SConscript mode change 100644 => 100755 libcpu/xilinx/SConscript mode change 100644 => 100755 libcpu/xilinx/microblaze/SConscript mode change 100644 => 100755 src/Kconfig mode change 100644 => 100755 src/SConscript mode change 100644 => 100755 src/clock.c mode change 100644 => 100755 src/components.c mode change 100644 => 100755 src/cpu.c mode change 100644 => 100755 src/device.c mode change 100644 => 100755 src/idle.c mode change 100644 => 100755 src/ipc.c mode change 100644 => 100755 src/irq.c mode change 100644 => 100755 src/kservice.c mode change 100644 => 100755 src/mem.c mode change 100644 => 100755 src/memheap.c mode change 100644 => 100755 src/mempool.c mode change 100644 => 100755 src/object.c mode change 100644 => 100755 src/scheduler.c mode change 100644 => 100755 src/signal.c mode change 100644 => 100755 src/slab.c mode change 100644 => 100755 src/thread.c mode change 100644 => 100755 src/timer.c mode change 100644 => 100755 tools/auto-ci.py mode change 100644 => 100755 tools/buildbot.py mode change 100644 => 100755 tools/building.py mode change 100644 => 100755 tools/cdk.py mode change 100644 => 100755 tools/codeblocks.py mode change 100644 => 100755 tools/cscope.py mode change 100644 => 100755 tools/defconfig.py mode change 100644 => 100755 tools/eclipse.py mode change 100644 => 100755 tools/gcc.py mode change 100644 => 100755 tools/genconf.py mode change 100644 => 100755 tools/iar.py mode change 100644 => 100755 tools/kconfig-frontends/.version mode change 100644 => 100755 tools/kconfig-frontends/AUTHORS mode change 100644 => 100755 tools/kconfig-frontends/COPYING mode change 100644 => 100755 tools/kconfig-frontends/INSTALL mode change 100644 => 100755 tools/kconfig-frontends/Makefile.am mode change 100644 => 100755 tools/kconfig-frontends/Makefile.in mode change 100644 => 100755 tools/kconfig-frontends/README mode change 100644 => 100755 tools/kconfig-frontends/SConstruct mode change 100644 => 100755 tools/kconfig-frontends/aclocal.m4 mode change 100644 => 100755 tools/kconfig-frontends/configure.ac mode change 100644 => 100755 tools/kconfig-frontends/docs/kconfig-language.txt mode change 100644 => 100755 tools/kconfig-frontends/docs/kconfig.txt mode change 100644 => 100755 tools/kconfig-frontends/frontends/conf/conf.c mode change 100644 => 100755 tools/kconfig-frontends/frontends/gconf/gconf.c mode change 100644 => 100755 tools/kconfig-frontends/frontends/gconf/gconf.c.patch mode change 100644 => 100755 tools/kconfig-frontends/frontends/gconf/gconf.glade mode change 100644 => 100755 tools/kconfig-frontends/frontends/kconfig.in mode change 100644 => 100755 tools/kconfig-frontends/frontends/mconf/mconf.c mode change 100644 => 100755 tools/kconfig-frontends/frontends/nconf/nconf.c mode change 100644 => 100755 tools/kconfig-frontends/frontends/nconf/nconf.gui.c mode change 100644 => 100755 tools/kconfig-frontends/frontends/nconf/nconf.h mode change 100644 => 100755 tools/kconfig-frontends/frontends/qconf/qconf.cc mode change 100644 => 100755 tools/kconfig-frontends/frontends/qconf/qconf.cc.patch mode change 100644 => 100755 tools/kconfig-frontends/frontends/qconf/qconf.h mode change 100644 => 100755 tools/kconfig-frontends/libs/images/images.c_orig mode change 100644 => 100755 tools/kconfig-frontends/libs/lxdialog/checklist.c mode change 100644 => 100755 tools/kconfig-frontends/libs/lxdialog/dialog.h mode change 100644 => 100755 tools/kconfig-frontends/libs/lxdialog/inputbox.c mode change 100644 => 100755 tools/kconfig-frontends/libs/lxdialog/menubox.c mode change 100644 => 100755 tools/kconfig-frontends/libs/lxdialog/textbox.c mode change 100644 => 100755 tools/kconfig-frontends/libs/lxdialog/util.c mode change 100644 => 100755 tools/kconfig-frontends/libs/lxdialog/yesno.c mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/confdata.c mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/expr.c mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/expr.h mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/hconf.c mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/hconf.gperf mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/hconf.gperf.patch mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/kconfig-parser.pc.in mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/lconf.c mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/lconf.l mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/list.h mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/lkc.h mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/lkc_proto.h mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/menu.c mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/symbol.c mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/util.c mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/yconf.c mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/yconf.y mode change 100644 => 100755 tools/kconfig-frontends/libs/parser/yconf.y.patch mode change 100644 => 100755 tools/kconfig-frontends/scripts/.autostuff/config.h.in mode change 100644 => 100755 tools/kconfig-frontends/scripts/.autostuff/m4/libtool.m4 mode change 100644 => 100755 tools/kconfig-frontends/scripts/.autostuff/m4/ltoptions.m4 mode change 100644 => 100755 tools/kconfig-frontends/scripts/.autostuff/m4/ltsugar.m4 mode change 100644 => 100755 tools/kconfig-frontends/scripts/.autostuff/m4/ltversion.m4 mode change 100644 => 100755 tools/kconfig-frontends/scripts/.autostuff/m4/lt~obsolete.m4 mode change 100644 => 100755 tools/kconfig-frontends/scripts/.autostuff/scripts/ltmain.sh mode change 100644 => 100755 tools/kconfig-frontends/scripts/ksync.list mode change 100644 => 100755 tools/kconfig-frontends/utils/gettext.c mode change 100644 => 100755 tools/kconfig-frontends/utils/kconfig-tweak.in mode change 100644 => 100755 tools/kconfig-frontends/utils/kconfig-tweak.in.patch mode change 100644 => 100755 tools/kconfiglib.py mode change 100644 => 100755 tools/keil.py mode change 100644 => 100755 tools/makefile.py mode change 100644 => 100755 tools/menuconfig.py mode change 100644 => 100755 tools/mkdist.py mode change 100644 => 100755 tools/mkromfs.py mode change 100644 => 100755 tools/package.py mode change 100644 => 100755 tools/pyguiconfig.py mode change 100644 => 100755 tools/rtthread.mk mode change 100644 => 100755 tools/sconsui.py mode change 100644 => 100755 tools/ses.py mode change 100644 => 100755 tools/template.cbp mode change 100644 => 100755 tools/tools/clang-analyze.py mode change 100644 => 100755 tools/ua.py mode change 100644 => 100755 tools/utils.py mode change 100644 => 100755 tools/vs.py mode change 100644 => 100755 tools/vs2012.py mode change 100644 => 100755 tools/vsc.py mode change 100644 => 100755 tools/win32spawn.py mode change 100644 => 100755 tools/wizard.py 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 097a1622e5..c333a1a3b7 --- 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 -- Gitee