[G4][LIB] Import FW library V1.0.0
commit5eef822b6a99b5326e2d0eb04719533fa26e5b8d
authorjflyper <shinoda@jaist.ac.jp>
Thu, 17 Oct 2019 03:18:09 +0000 (17 12:18 +0900)
committerjflyper <shinoda@jaist.ac.jp>
Mon, 13 Jan 2020 14:55:09 +0000 (13 23:55 +0900)
treedbef265a0b84f1a6d1cca76e19a25d845d8b0644
parent1bd93090a72b0ee938fe04e66deb862b28cd12ae
[G4][LIB] Import FW library V1.0.0
272 files changed:
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g431xx.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g441xx.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g471xx.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g473xx.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g474xx.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g484xx.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g4xx.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32gbk1cb.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Include/system_stm32g4xx.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Release_Notes.html [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g431xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g441xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g471xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g473xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g474xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g484xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32gbk1cb.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g431xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g441xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g471xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g473xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g474xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g484xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32gbk1cb.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g431xx_flash.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g431xx_sram.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g441xx_flash.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g441xx_sram.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g471xx_flash.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g471xx_sram.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g473xx_flash.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g473xx_sram.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g474xx_flash.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g474xx_sram.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g481xx_flash.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g481xx_sram.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g483xx_flash.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g483xx_sram.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g484xx_flash.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32g484xx_sram.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32gbk1cb_flash.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/linker/stm32gbk1cb_sram.icf [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g431xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g441xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g471xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g473xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g474xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g484xx.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32gbk1cb.s [new file with mode: 0755]
lib/main/STM32G4/Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/system_stm32g4xx.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32_assert_template.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_comp.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_conf_template.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cordic.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_crc.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_crc_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cryp.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cryp_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fdcan.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fmac.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_hrtim.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2s.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_irda.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_irda_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_iwdg.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_lptim.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_nand.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_nor.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_opamp.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_opamp_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_qspi.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rng.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rtc.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rtc_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_sai.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_sai_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_smartcard.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_smartcard_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_smbus.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_sram.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_usart.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_usart_ex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_wwdg.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_adc.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_bus.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_comp.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_cordic.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_cortex.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_crc.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_crs.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dac.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dma.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dmamux.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_exti.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_fmac.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_fmc.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_gpio.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_hrtim.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_i2c.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_iwdg.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_lptim.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_lpuart.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_opamp.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_pwr.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_rcc.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_rng.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_rtc.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_spi.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_system.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_tim.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_ucpd.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usart.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usb.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_utils.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_wwdg.h [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Release_Notes.html [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_comp.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cordic.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cryp.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cryp_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dac.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dac_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_fdcan.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_fmac.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_hrtim.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2s.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_irda.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_iwdg.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_lptim.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_msp_template.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_nand.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_nor.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_opamp.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_opamp_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_qspi.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rng.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rtc.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rtc_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_sai.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_sai_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_smartcard.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_smartcard_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_smbus.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_sram.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_timebase_tim_template.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_usart.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_usart_ex.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_wwdg.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_adc.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_comp.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_cordic.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_crc.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_crs.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_dac.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_dma.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_exti.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_fmac.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_fmc.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_gpio.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_hrtim.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_i2c.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_lptim.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_lpuart.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_opamp.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_pwr.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_rcc.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_rng.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_rtc.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_spi.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_tim.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_ucpd.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_usart.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_usb.c [new file with mode: 0755]
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_utils.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/AUDIO/Inc/usbd_audio.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/AUDIO/Inc/usbd_audio_if_template.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/AUDIO/Src/usbd_audio.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/AUDIO/Src/usbd_audio_if_template.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc_if_template.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc_if_template.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/CustomHID/Inc/usbd_customhid.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/CustomHID/Inc/usbd_customhid_if_template.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/CustomHID/Src/usbd_customhid.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/CustomHID/Src/usbd_customhid_if_template.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/DFU/Inc/usbd_dfu.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/DFU/Inc/usbd_dfu_media_template.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/DFU/Src/usbd_dfu.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/DFU/Src/usbd_dfu_media_template.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/HID/Inc/usbd_hid.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Inc/usbd_msc.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Inc/usbd_msc_bot.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Inc/usbd_msc_data.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Inc/usbd_msc_scsi.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Inc/usbd_msc_storage_template.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_bot.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_data.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_scsi.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_storage_template.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/Template/Inc/usbd_template.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Class/Template/Src/usbd_template.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_conf_template.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_desc_template.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_conf_template.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c [new file with mode: 0755]
lib/main/STM32G4/Middlewares/ST/STM32_USB_Device_Library/Release_Notes.html [new file with mode: 0755]