]> git.leonardobizzoni.com Git - pioneer-stm32/commit
initialize project
authorFederica Di Lauro <federicadilauro1998@gmail.com>
Thu, 19 Sep 2019 09:24:06 +0000 (11:24 +0200)
committerFederica Di Lauro <federicadilauro1998@gmail.com>
Thu, 19 Sep 2019 09:24:06 +0000 (11:24 +0200)
commit884a1f75b759dc5a936b8894d4366d6892fbea59
treeb9417d8e39586a2ee6781c7ad253572e341ccea7
parentfeb1c68f8f0936e83cbe6a957a223e47f20a58e4
initialize project
91 files changed:
otto_controller_source/.cproject [new file with mode: 0644]
otto_controller_source/.mxproject [new file with mode: 0644]
otto_controller_source/.project [new file with mode: 0644]
otto_controller_source/.settings/language.settings.xml [new file with mode: 0644]
otto_controller_source/.settings/org.eclipse.cdt.core.prefs [new file with mode: 0644]
otto_controller_source/.settings/org.eclipse.cdt.ui.prefs [new file with mode: 0644]
otto_controller_source/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
otto_controller_source/Debug/Drivers/STM32F7xx_HAL_Driver/Src/subdir.mk [new file with mode: 0644]
otto_controller_source/Debug/Src/subdir.mk [new file with mode: 0644]
otto_controller_source/Debug/Startup/subdir.mk [new file with mode: 0644]
otto_controller_source/Debug/makefile [new file with mode: 0644]
otto_controller_source/Debug/objects.list [new file with mode: 0644]
otto_controller_source/Debug/objects.mk [new file with mode: 0644]
otto_controller_source/Debug/otto_controller_source.list [new file with mode: 0644]
otto_controller_source/Debug/sources.mk [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f767xx.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f7xx.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Device/ST/STM32F7xx/Include/system_stm32f7xx.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/cmsis_armcc.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/cmsis_armclang.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/cmsis_compiler.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/cmsis_gcc.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/cmsis_iccarm.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/cmsis_version.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/core_armv8mbl.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/core_armv8mml.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/core_cm0.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/core_cm0plus.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/core_cm1.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/core_cm23.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/core_cm3.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/core_cm33.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/core_cm4.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/core_cm7.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/core_sc000.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/core_sc300.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/mpu_armv7.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/mpu_armv8.h [new file with mode: 0644]
otto_controller_source/Drivers/CMSIS/Include/tz_context.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cortex.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_def.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma_ex.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_exti.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash_ex.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio_ex.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c_ex.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pwr.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pwr_ex.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc_ex.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_tim.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_tim_ex.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_uart.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_uart_ex.h [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cortex.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma_ex.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_exti.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_gpio.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_i2c.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_i2c_ex.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc_ex.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_tim.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_tim_ex.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_uart.c [new file with mode: 0644]
otto_controller_source/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_uart_ex.c [new file with mode: 0644]
otto_controller_source/Inc/main.h [new file with mode: 0644]
otto_controller_source/Inc/stm32f7xx_hal_conf.h [new file with mode: 0644]
otto_controller_source/Inc/stm32f7xx_it.h [new file with mode: 0644]
otto_controller_source/STM32F767ZITX_FLASH.ld [new file with mode: 0644]
otto_controller_source/STM32F767ZITX_RAM.ld [new file with mode: 0644]
otto_controller_source/Src/main.cpp [new file with mode: 0644]
otto_controller_source/Src/stm32f7xx_hal_msp.c [new file with mode: 0644]
otto_controller_source/Src/stm32f7xx_it.c [new file with mode: 0644]
otto_controller_source/Src/syscalls.c [new file with mode: 0644]
otto_controller_source/Src/sysmem.c [new file with mode: 0644]
otto_controller_source/Src/system_stm32f7xx.c [new file with mode: 0644]
otto_controller_source/Startup/startup_stm32f767zitx.s [new file with mode: 0644]
otto_controller_source/otto_controller_source.ioc [new file with mode: 0644]