(no commit message)
authorgkostka <kostka.grzegorz@gmail.com>
Fri, 13 Jun 2014 14:52:53 +0000 (14:52 +0000)
committergkostka <kostka.grzegorz@gmail.com>
Fri, 13 Jun 2014 14:52:53 +0000 (14:52 +0000)
commit63a33e39df4b7faedccb566ff9012d38e5b82064
tree3e22d991eeb6cc708bf52242d3a1daf5bd73e96e
parentd0ee3878bcc293fe230991443f73f4fca0f8a7d8
318 files changed:
demos/stm32f429_disco/CMakeLists.txt
demos/stm32f429_disco/cmsis/stm32f401xc.h [new file with mode: 0644]
demos/stm32f429_disco/cmsis/stm32f401xe.h [new file with mode: 0644]
demos/stm32f429_disco/cmsis/stm32f405xx.h [new file with mode: 0644]
demos/stm32f429_disco/cmsis/stm32f407xx.h [new file with mode: 0644]
demos/stm32f429_disco/cmsis/stm32f415xx.h [new file with mode: 0644]
demos/stm32f429_disco/cmsis/stm32f417xx.h [new file with mode: 0644]
demos/stm32f429_disco/cmsis/stm32f427xx.h [new file with mode: 0644]
demos/stm32f429_disco/cmsis/stm32f429xx.h [new file with mode: 0644]
demos/stm32f429_disco/cmsis/stm32f437xx.h [new file with mode: 0644]
demos/stm32f429_disco/cmsis/stm32f439xx.h [new file with mode: 0644]
demos/stm32f429_disco/cmsis/stm32f4xx.h
demos/stm32f429_disco/hw_init.c
demos/stm32f429_disco/stm/lcd_utils/font12.c [new file with mode: 0644]
demos/stm32f429_disco/stm/lcd_utils/font16.c [new file with mode: 0644]
demos/stm32f429_disco/stm/lcd_utils/font20.c [new file with mode: 0644]
demos/stm32f429_disco/stm/lcd_utils/font24.c [new file with mode: 0644]
demos/stm32f429_disco/stm/lcd_utils/font8.c [new file with mode: 0644]
demos/stm32f429_disco/stm/lcd_utils/fonts.c [deleted file]
demos/stm32f429_disco/stm/lcd_utils/fonts.h
demos/stm32f429_disco/stm/lcd_utils/lcd_log.c
demos/stm32f429_disco/stm/lcd_utils/lcd_log.h
demos/stm32f429_disco/stm/lcd_utils/lcd_log_conf.h
demos/stm32f429_disco/stm/stm32f429/Release_Notes.html [deleted file]
demos/stm32f429_disco/stm/stm32f429/ili9341.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f429/ili9341.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f429/lcd.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery.c
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery.h
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery_i2c_ee.c [deleted file]
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery_i2c_ee.h [deleted file]
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery_ioe.c [deleted file]
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery_ioe.h [deleted file]
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery_l3gd20.c [deleted file]
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery_l3gd20.h [deleted file]
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery_lcd.c
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery_lcd.h
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery_sdram.c
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery_sdram.h
demos/stm32f429_disco/stm/stm32f4_spl/Release_Notes.html [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/misc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_adc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_can.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_crc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_cryp.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_dac.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_dbgmcu.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_dcmi.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_dma.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_dma2d.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_exti.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_flash.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_fmc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_fsmc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_gpio.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_adc.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_adc_ex.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_can.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_conf_template.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_cortex.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_crc.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_cryp.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_cryp_ex.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_dac.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_dac_ex.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_dcmi.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_def.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_dma.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_dma2d.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_dma_ex.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_eth.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_flash.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_flash_ex.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_gpio.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_gpio_ex.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_hash.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_hash_ex.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_hcd.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_i2c.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_i2c_ex.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_i2s.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_i2s_ex.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_irda.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_iwdg.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_ltdc.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_nand.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_nor.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_pccard.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_pcd.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_pwr.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_pwr_ex.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_rcc.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_rcc_ex.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_rng.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_rtc.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_rtc_ex.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_sai.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_sd.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_sdram.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_smartcard.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_spi.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_sram.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_tim.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_tim_ex.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_uart.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_usart.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_wwdg.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hash.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_i2c.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_iwdg.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_ll_fmc.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_ll_fsmc.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_ll_sdmmc.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_ll_usb.h [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_ltdc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_pwr.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_rcc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_rng.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_rtc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_sai.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_sdio.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_spi.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_syscfg.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_tim.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_usart.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_wwdg.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/misc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_adc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_can.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_crc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_cryp.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_cryp_aes.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_cryp_des.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_cryp_tdes.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_dac.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_dbgmcu.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_dcmi.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_dma.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_dma2d.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_exti.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_flash.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_fmc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_fsmc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_gpio.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_adc.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_adc_ex.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_can.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_cortex.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_crc.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_cryp.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_cryp_ex.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_dac.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_dac_ex.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_dcmi.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_dma.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_dma2d.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_dma_ex.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_eth.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_flash.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_flash_ex.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_gpio.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_hash.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_hash_ex.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_hcd.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_i2c.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_i2c_ex.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_i2s.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_i2s_ex.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_irda.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_iwdg.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_ltdc.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_msp_template.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_nand.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_nor.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_pccard.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_pcd.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_pwr.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_pwr_ex.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_rcc.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_rcc_ex.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_rng.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_rtc.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_rtc_ex.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_sai.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_sd.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_sdram.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_smartcard.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_spi.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_sram.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_tim.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_tim_ex.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_uart.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_usart.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_wwdg.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hash.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hash_md5.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hash_sha1.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_i2c.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_iwdg.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_ll_fmc.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_ll_fsmc.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_ll_sdmmc.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_ll_usb.c [new file with mode: 0644]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_ltdc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_pwr.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_rcc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_rng.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_rtc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_sai.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_sdio.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_spi.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_syscfg.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_tim.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_usart.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_wwdg.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/audio/inc/usbd_audio_core.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/audio/inc/usbd_audio_out_if.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/audio/src/usbd_audio_core.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/audio/src/usbd_audio_out_if.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/cdc/inc/usbd_cdc_core.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/cdc/inc/usbd_cdc_if_template.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/cdc/src/usbd_cdc_core.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/cdc/src/usbd_cdc_if_template.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/dfu/inc/usbd_dfu_core.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/dfu/inc/usbd_dfu_mal.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/dfu/inc/usbd_flash_if.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/dfu/inc/usbd_mem_if_template.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/dfu/inc/usbd_otp_if.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/dfu/src/usbd_dfu_core.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/dfu/src/usbd_dfu_mal.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/dfu/src/usbd_flash_if.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/dfu/src/usbd_mem_if_template.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/dfu/src/usbd_otp_if.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/hid/inc/usbd_hid_core.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/hid/src/usbd_hid_core.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/msc/inc/usbd_msc_bot.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/msc/inc/usbd_msc_core.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/msc/inc/usbd_msc_data.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/msc/inc/usbd_msc_mem.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/msc/inc/usbd_msc_scsi.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/msc/src/usbd_msc_bot.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/msc/src/usbd_msc_core.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/msc/src/usbd_msc_data.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/msc/src/usbd_msc_scsi.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Class/msc/src/usbd_storage_template.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Core/inc/usbd_conf_template.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Core/inc/usbd_core.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Core/inc/usbd_def.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Core/inc/usbd_ioreq.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Core/inc/usbd_req.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Core/inc/usbd_usr.h [deleted file]
demos/stm32f429_disco/stm/usb_dev/Core/src/usbd_core.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Core/src/usbd_ioreq.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Core/src/usbd_req.c [deleted file]
demos/stm32f429_disco/stm/usb_dev/Release_Notes.html [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/HID/inc/usbh_hid_core.h [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/HID/inc/usbh_hid_keybd.h [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/HID/inc/usbh_hid_mouse.h [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/HID/src/usbh_hid_core.c [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/HID/src/usbh_hid_keybd.c [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/HID/src/usbh_hid_mouse.c [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/MSC/inc/usbh_msc.h [new file with mode: 0644]
demos/stm32f429_disco/stm/usb_host/Class/MSC/inc/usbh_msc_bot.h
demos/stm32f429_disco/stm/usb_host/Class/MSC/inc/usbh_msc_core.h [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/MSC/inc/usbh_msc_scsi.h
demos/stm32f429_disco/stm/usb_host/Class/MSC/src/usbh_msc.c [new file with mode: 0644]
demos/stm32f429_disco/stm/usb_host/Class/MSC/src/usbh_msc_bot.c
demos/stm32f429_disco/stm/usb_host/Class/MSC/src/usbh_msc_core.c [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/MSC/src/usbh_msc_fatfs.cx [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/MSC/src/usbh_msc_scsi.c
demos/stm32f429_disco/stm/usb_host/Core/inc/usbh_conf_template.h [deleted file]
demos/stm32f429_disco/stm/usb_host/Core/inc/usbh_core.h
demos/stm32f429_disco/stm/usb_host/Core/inc/usbh_ctlreq.h [new file with mode: 0644]
demos/stm32f429_disco/stm/usb_host/Core/inc/usbh_def.h
demos/stm32f429_disco/stm/usb_host/Core/inc/usbh_hcs.h [deleted file]
demos/stm32f429_disco/stm/usb_host/Core/inc/usbh_ioreq.h
demos/stm32f429_disco/stm/usb_host/Core/inc/usbh_pipes.h [new file with mode: 0644]
demos/stm32f429_disco/stm/usb_host/Core/inc/usbh_stdreq.h [deleted file]
demos/stm32f429_disco/stm/usb_host/Core/src/usbh_core.c
demos/stm32f429_disco/stm/usb_host/Core/src/usbh_ctlreq.c [new file with mode: 0644]
demos/stm32f429_disco/stm/usb_host/Core/src/usbh_hcs.c [deleted file]
demos/stm32f429_disco/stm/usb_host/Core/src/usbh_ioreq.c
demos/stm32f429_disco/stm/usb_host/Core/src/usbh_pipes.c [new file with mode: 0644]
demos/stm32f429_disco/stm/usb_host/Core/src/usbh_stdreq.c [deleted file]
demos/stm32f429_disco/stm/usb_otg/inc/usb_bsp.h [deleted file]
demos/stm32f429_disco/stm/usb_otg/inc/usb_core.h [deleted file]
demos/stm32f429_disco/stm/usb_otg/inc/usb_dcd.h [deleted file]
demos/stm32f429_disco/stm/usb_otg/inc/usb_dcd_int.h [deleted file]
demos/stm32f429_disco/stm/usb_otg/inc/usb_defines.h [deleted file]
demos/stm32f429_disco/stm/usb_otg/inc/usb_hcd.h [deleted file]
demos/stm32f429_disco/stm/usb_otg/inc/usb_hcd_int.h [deleted file]
demos/stm32f429_disco/stm/usb_otg/inc/usb_otg.h [deleted file]
demos/stm32f429_disco/stm/usb_otg/inc/usb_regs.h [deleted file]
demos/stm32f429_disco/stm/usb_otg/src/usb_core.c [deleted file]
demos/stm32f429_disco/stm/usb_otg/src/usb_dcd.c [deleted file]
demos/stm32f429_disco/stm/usb_otg/src/usb_dcd_int.c [deleted file]
demos/stm32f429_disco/stm/usb_otg/src/usb_hcd.c [deleted file]
demos/stm32f429_disco/stm/usb_otg/src/usb_hcd_int.c [deleted file]
demos/stm32f429_disco/stm/usb_otg/src/usb_otg.c [deleted file]
demos/stm32f429_disco/stm/usb_otg/usb_bsp_template.c [deleted file]
demos/stm32f429_disco/stm/usb_otg/usb_conf_template.h [deleted file]
demos/stm32f429_disco/stm/usb_user/stm32f4xx_hal_conf.h [new file with mode: 0644]
demos/stm32f429_disco/stm/usb_user/stm32f4xx_it.c [new file with mode: 0644]
demos/stm32f429_disco/stm/usb_user/stm32f4xx_it.h [new file with mode: 0644]
demos/stm32f429_disco/stm/usb_user/usb_bsp.c [deleted file]
demos/stm32f429_disco/stm/usb_user/usb_conf.h [deleted file]
demos/stm32f429_disco/stm/usb_user/usb_irq.c [deleted file]
demos/stm32f429_disco/stm/usb_user/usbd_conf.h [deleted file]
demos/stm32f429_disco/stm/usb_user/usbd_desc.c [deleted file]
demos/stm32f429_disco/stm/usb_user/usbd_desc.h [deleted file]
demos/stm32f429_disco/stm/usb_user/usbd_usr.c [deleted file]
demos/stm32f429_disco/stm/usb_user/usbh_conf.c [new file with mode: 0644]
demos/stm32f429_disco/stm/usb_user/usbh_conf.h
demos/stm32f429_disco/stm/usb_user/usbh_usr.c [deleted file]
demos/stm32f429_disco/stm/usb_user/usbh_usr.h [deleted file]
demos/stm32f429_disco/usb_msc_lwext4.c