oled added, PWM and so on configured, unfortunately not working so far, target not longer found by stlink
This commit is contained in:
@ -19,6 +19,9 @@ my_src/led.o: ../my_src/led.c ../system/include/stm32f1xx/stm32f1xx_hal.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_flash.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_flash_ex.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_pwr.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_spi.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_tim.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_tim_ex.h \
|
||||
/home/wn/workspace-stm32/newcar/hottislib/PontCoopScheduler.h
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal.h:
|
||||
@ -65,4 +68,10 @@ my_src/led.o: ../my_src/led.c ../system/include/stm32f1xx/stm32f1xx_hal.h \
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_pwr.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_spi.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_tim.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_tim_ex.h:
|
||||
|
||||
/home/wn/workspace-stm32/newcar/hottislib/PontCoopScheduler.h:
|
||||
|
Binary file not shown.
@ -20,7 +20,11 @@ my_src/main2.o: ../my_src/main2.c \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_cortex.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_flash.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_flash_ex.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_pwr.h ../my_src/led.h
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_pwr.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_spi.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_tim.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_tim_ex.h ../my_src/led.h \
|
||||
../my_src/oled.h
|
||||
|
||||
/home/wn/workspace-stm32/newcar/hottislib/PontCoopScheduler.h:
|
||||
|
||||
@ -68,4 +72,12 @@ my_src/main2.o: ../my_src/main2.c \
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_pwr.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_spi.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_tim.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_tim_ex.h:
|
||||
|
||||
../my_src/led.h:
|
||||
|
||||
../my_src/oled.h:
|
||||
|
Binary file not shown.
79
Debug/my_src/oled.d
Normal file
79
Debug/my_src/oled.d
Normal file
@ -0,0 +1,79 @@
|
||||
my_src/oled.o: ../my_src/oled.c ../my_src/oled.h ../my_src/oled-fonts.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal.h \
|
||||
../include/stm32f1xx_hal_conf.h ../include/mxconstants.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_rcc.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_def.h \
|
||||
../system/include/cmsis/device/stm32f1xx.h \
|
||||
../system/include/cmsis/device/stm32f103xe.h \
|
||||
../system/include/cmsis/core_cm3.h \
|
||||
../system/include/cmsis/core_cmInstr.h \
|
||||
../system/include/cmsis/cmsis_gcc.h \
|
||||
../system/include/cmsis/core_cmFunc.h \
|
||||
../system/include/cmsis/device/system_stm32f1xx.h \
|
||||
../system/include/stm32f1xx/Legacy/stm32_hal_legacy.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_rcc_ex.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_gpio.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_gpio_ex.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_dma.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_dma_ex.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_cortex.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_flash.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_flash_ex.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_pwr.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_spi.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_tim.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_tim_ex.h
|
||||
|
||||
../my_src/oled.h:
|
||||
|
||||
../my_src/oled-fonts.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal.h:
|
||||
|
||||
../include/stm32f1xx_hal_conf.h:
|
||||
|
||||
../include/mxconstants.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_rcc.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_def.h:
|
||||
|
||||
../system/include/cmsis/device/stm32f1xx.h:
|
||||
|
||||
../system/include/cmsis/device/stm32f103xe.h:
|
||||
|
||||
../system/include/cmsis/core_cm3.h:
|
||||
|
||||
../system/include/cmsis/core_cmInstr.h:
|
||||
|
||||
../system/include/cmsis/cmsis_gcc.h:
|
||||
|
||||
../system/include/cmsis/core_cmFunc.h:
|
||||
|
||||
../system/include/cmsis/device/system_stm32f1xx.h:
|
||||
|
||||
../system/include/stm32f1xx/Legacy/stm32_hal_legacy.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_rcc_ex.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_gpio.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_gpio_ex.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_dma.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_dma_ex.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_cortex.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_flash.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_flash_ex.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_pwr.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_spi.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_tim.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_tim_ex.h:
|
BIN
Debug/my_src/oled.o
Normal file
BIN
Debug/my_src/oled.o
Normal file
Binary file not shown.
@ -5,15 +5,18 @@
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../my_src/led.c \
|
||||
../my_src/main2.c
|
||||
../my_src/main2.c \
|
||||
../my_src/oled.c
|
||||
|
||||
OBJS += \
|
||||
./my_src/led.o \
|
||||
./my_src/main2.o
|
||||
./my_src/main2.o \
|
||||
./my_src/oled.o
|
||||
|
||||
C_DEPS += \
|
||||
./my_src/led.d \
|
||||
./my_src/main2.d
|
||||
./my_src/main2.d \
|
||||
./my_src/oled.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
Reference in New Issue
Block a user