First NERO build
commitf67bf14b32acd4cb6a264e5d65aeca27f3f5c7b2
authorblckmn <blackman@xtra.com.au>
Wed, 4 Jan 2017 05:16:15 +0000 (4 16:16 +1100)
committerblckmn <blackman@xtra.com.au>
Wed, 4 Jan 2017 05:16:15 +0000 (4 16:16 +1100)
tree1abcd6278df9ac3868550cf8b8dacc94090aefff
parent5d74e0d3b30136f5e0db075365e4db61db19f28d
First NERO build

Using sample 722 support based on available documentation (pending update from STM)
20 files changed:
Makefile
lib/main/CMSIS/CM7/Device/ST/STM32F7xx/Include/stm32f722xx.h [new file with mode: 0644]
lib/main/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio_ex.h
lib/main/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc_ex.h
lib/main/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pcd.c
lib/main/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc_ex.c
src/main/config/config_eeprom.c
src/main/drivers/bus_i2c.h
src/main/drivers/bus_i2c_hal.c
src/main/drivers/display_ug2864hsweg01.c
src/main/platform.h
src/main/startup/startup_stm32f722xx.s [new file with mode: 0644]
src/main/target/ANYFCF7/target.h
src/main/target/FURYF7/stm32f7xx_hal_conf.h [deleted file]
src/main/target/NERO/target.c [new file with mode: 0644]
src/main/target/NERO/target.h [new file with mode: 0644]
src/main/target/NERO/target.mk [new file with mode: 0644]
src/main/target/link/stm32_flash_f722.ld [new file with mode: 0644]
src/main/target/stm32f7xx_hal_conf.h [moved from src/main/target/ANYFCF7/stm32f7xx_hal_conf.h with 100% similarity]
src/main/target/system_stm32f7xx.c