Move stm32f429 demo to separate repository
authorgkostka <kostka.grzegorz@gmail.com>
Sun, 18 Oct 2015 21:02:20 +0000 (23:02 +0200)
committergkostka <kostka.grzegorz@gmail.com>
Sun, 18 Oct 2015 21:02:20 +0000 (23:02 +0200)
commit26c97621007a91216a3067148982a416beed712e
tree5f3b749e844a7f954cb916c6a1c5f95c0e5a8780
parentd5cb40f453a0fd873dbcee924d120a0e683ffef2
Move stm32f429 demo to separate repository
180 files changed:
CMakeLists.txt
demos/stm32f429_disco/CMakeLists.txt [deleted file]
demos/stm32f429_disco/cmsis/arm_math.h [deleted file]
demos/stm32f429_disco/cmsis/core_cm4.h [deleted file]
demos/stm32f429_disco/cmsis/core_cm4_simd.h [deleted file]
demos/stm32f429_disco/cmsis/core_cmFunc.h [deleted file]
demos/stm32f429_disco/cmsis/core_cmInstr.h [deleted file]
demos/stm32f429_disco/cmsis/stm32f401xc.h [deleted file]
demos/stm32f429_disco/cmsis/stm32f401xe.h [deleted file]
demos/stm32f429_disco/cmsis/stm32f405xx.h [deleted file]
demos/stm32f429_disco/cmsis/stm32f407xx.h [deleted file]
demos/stm32f429_disco/cmsis/stm32f415xx.h [deleted file]
demos/stm32f429_disco/cmsis/stm32f417xx.h [deleted file]
demos/stm32f429_disco/cmsis/stm32f427xx.h [deleted file]
demos/stm32f429_disco/cmsis/stm32f429xx.h [deleted file]
demos/stm32f429_disco/cmsis/stm32f437xx.h [deleted file]
demos/stm32f429_disco/cmsis/stm32f439xx.h [deleted file]
demos/stm32f429_disco/cmsis/stm32f4xx.h [deleted file]
demos/stm32f429_disco/cmsis/system_stm32f4xx.h [deleted file]
demos/stm32f429_disco/config.h [deleted file]
demos/stm32f429_disco/hw_init.c [deleted file]
demos/stm32f429_disco/hw_init.h [deleted file]
demos/stm32f429_disco/main.c [deleted file]
demos/stm32f429_disco/startup.S [deleted file]
demos/stm32f429_disco/stm/lcd_utils/font12.c [deleted file]
demos/stm32f429_disco/stm/lcd_utils/font16.c [deleted file]
demos/stm32f429_disco/stm/lcd_utils/font20.c [deleted file]
demos/stm32f429_disco/stm/lcd_utils/font24.c [deleted file]
demos/stm32f429_disco/stm/lcd_utils/font8.c [deleted file]
demos/stm32f429_disco/stm/lcd_utils/fonts.h [deleted file]
demos/stm32f429_disco/stm/lcd_utils/lcd_log.c [deleted file]
demos/stm32f429_disco/stm/lcd_utils/lcd_log.h [deleted file]
demos/stm32f429_disco/stm/lcd_utils/lcd_log_conf.h [deleted file]
demos/stm32f429_disco/stm/stm32f429/ili9341.c [deleted file]
demos/stm32f429_disco/stm/stm32f429/ili9341.h [deleted file]
demos/stm32f429_disco/stm/stm32f429/lcd.h [deleted file]
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery.c [deleted file]
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery.h [deleted file]
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery_lcd.c [deleted file]
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery_lcd.h [deleted file]
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery_sdram.c [deleted file]
demos/stm32f429_disco/stm/stm32f429/stm32f429i_discovery_sdram.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_adc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_adc_ex.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_can.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_conf_template.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_cortex.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_crc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_cryp.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_cryp_ex.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_dac.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_dac_ex.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_dcmi.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_def.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_dma.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_dma2d.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_dma_ex.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_eth.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_flash.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_flash_ex.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_gpio.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_gpio_ex.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_hash.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_hash_ex.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_hcd.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_i2c.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_i2c_ex.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_i2s.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_i2s_ex.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_irda.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_iwdg.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_ltdc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_nand.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_nor.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_pccard.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_pcd.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_pwr.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_pwr_ex.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_rcc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_rcc_ex.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_rng.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_rtc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_rtc_ex.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_sai.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_sd.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_sdram.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_smartcard.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_spi.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_sram.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_tim.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_tim_ex.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_uart.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_usart.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_hal_wwdg.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_ll_fmc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_ll_fsmc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_ll_sdmmc.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/inc/stm32f4xx_ll_usb.h [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_adc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_adc_ex.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_can.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_cortex.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_crc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_cryp.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_cryp_ex.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_dac.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_dac_ex.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_dcmi.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_dma.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_dma2d.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_dma_ex.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_eth.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_flash.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_flash_ex.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_gpio.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_hash.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_hash_ex.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_hcd.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_i2c.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_i2c_ex.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_i2s.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_i2s_ex.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_irda.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_iwdg.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_ltdc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_msp_template.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_nand.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_nor.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_pccard.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_pcd.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_pwr.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_pwr_ex.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_rcc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_rcc_ex.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_rng.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_rtc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_rtc_ex.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_sai.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_sd.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_sdram.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_smartcard.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_spi.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_sram.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_tim.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_tim_ex.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_uart.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_usart.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_hal_wwdg.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_ll_fmc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_ll_fsmc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_ll_sdmmc.c [deleted file]
demos/stm32f429_disco/stm/stm32f4_spl/src/stm32f4xx_ll_usb.c [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/MSC/inc/usbh_msc.h [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/MSC/inc/usbh_msc_bot.h [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/MSC/inc/usbh_msc_scsi.h [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/MSC/src/usbh_msc.c [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/MSC/src/usbh_msc_bot.c [deleted file]
demos/stm32f429_disco/stm/usb_host/Class/MSC/src/usbh_msc_scsi.c [deleted file]
demos/stm32f429_disco/stm/usb_host/Core/inc/usbh_core.h [deleted file]
demos/stm32f429_disco/stm/usb_host/Core/inc/usbh_ctlreq.h [deleted file]
demos/stm32f429_disco/stm/usb_host/Core/inc/usbh_def.h [deleted file]
demos/stm32f429_disco/stm/usb_host/Core/inc/usbh_ioreq.h [deleted file]
demos/stm32f429_disco/stm/usb_host/Core/inc/usbh_pipes.h [deleted file]
demos/stm32f429_disco/stm/usb_host/Core/src/usbh_core.c [deleted file]
demos/stm32f429_disco/stm/usb_host/Core/src/usbh_ctlreq.c [deleted file]
demos/stm32f429_disco/stm/usb_host/Core/src/usbh_ioreq.c [deleted file]
demos/stm32f429_disco/stm/usb_host/Core/src/usbh_pipes.c [deleted file]
demos/stm32f429_disco/stm/usb_user/stm32f4xx_hal_conf.h [deleted file]
demos/stm32f429_disco/stm/usb_user/stm32f4xx_it.c [deleted file]
demos/stm32f429_disco/stm/usb_user/stm32f4xx_it.h [deleted file]
demos/stm32f429_disco/stm/usb_user/usbh_conf.c [deleted file]
demos/stm32f429_disco/stm/usb_user/usbh_conf.h [deleted file]
demos/stm32f429_disco/stm32f429.ld [deleted file]
demos/stm32f429_disco/syscalls.c [deleted file]
demos/stm32f429_disco/system_stm32f4xx.c [deleted file]
demos/stm32f429_disco/usb_msc_lwext4.c [deleted file]
demos/stm32f429_disco/usb_msc_lwext4.h [deleted file]
demos/stm32f429_disco/vectors.c [deleted file]