led control
This commit is contained in:
@ -16,11 +16,12 @@ my_src/blinky.o: ../my_src/blinky.c ../my_src/blinky.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_can.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_can_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 \
|
||||
/home/wn/workspace-stm32/car/hottislib/PontCoopScheduler.h
|
||||
@ -63,6 +64,10 @@ my_src/blinky.o: ../my_src/blinky.c ../my_src/blinky.h \
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_dma_ex.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_can.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_can_ex.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_cortex.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_flash.h:
|
||||
@ -71,8 +76,6 @@ my_src/blinky.o: ../my_src/blinky.c ../my_src/blinky.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:
|
||||
|
Binary file not shown.
@ -17,14 +17,15 @@ my_src/main2.o: ../my_src/main2.c \
|
||||
../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_can.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_can_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/blinky.h \
|
||||
../my_src/pwm.h
|
||||
../my_src/pwm.h ../my_src/counter.h ../my_src/led.h
|
||||
|
||||
/home/wn/workspace-stm32/car/hottislib/PontCoopScheduler.h:
|
||||
|
||||
@ -64,6 +65,10 @@ my_src/main2.o: ../my_src/main2.c \
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_dma_ex.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_can.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_can_ex.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_cortex.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_flash.h:
|
||||
@ -72,8 +77,6 @@ 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:
|
||||
@ -81,3 +84,7 @@ my_src/main2.o: ../my_src/main2.c \
|
||||
../my_src/blinky.h:
|
||||
|
||||
../my_src/pwm.h:
|
||||
|
||||
../my_src/counter.h:
|
||||
|
||||
../my_src/led.h:
|
||||
|
Binary file not shown.
@ -16,11 +16,12 @@ my_src/pwm.o: ../my_src/pwm.c ../my_src/pwm.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_can.h \
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_can_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 \
|
||||
/home/wn/workspace-stm32/car/hottislib/PontCoopScheduler.h
|
||||
@ -63,6 +64,10 @@ my_src/pwm.o: ../my_src/pwm.c ../my_src/pwm.h \
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_dma_ex.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_can.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_can_ex.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_cortex.h:
|
||||
|
||||
../system/include/stm32f1xx/stm32f1xx_hal_flash.h:
|
||||
@ -71,8 +76,6 @@ my_src/pwm.o: ../my_src/pwm.c ../my_src/pwm.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:
|
||||
|
Binary file not shown.
@ -5,16 +5,22 @@
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../my_src/blinky.c \
|
||||
../my_src/counter.c \
|
||||
../my_src/led.c \
|
||||
../my_src/main2.c \
|
||||
../my_src/pwm.c
|
||||
|
||||
OBJS += \
|
||||
./my_src/blinky.o \
|
||||
./my_src/counter.o \
|
||||
./my_src/led.o \
|
||||
./my_src/main2.o \
|
||||
./my_src/pwm.o
|
||||
|
||||
C_DEPS += \
|
||||
./my_src/blinky.d \
|
||||
./my_src/counter.d \
|
||||
./my_src/led.d \
|
||||
./my_src/main2.d \
|
||||
./my_src/pwm.d
|
||||
|
||||
@ -23,7 +29,7 @@ C_DEPS += \
|
||||
my_src/%.o: ../my_src/%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GNU ARM Cross C Compiler'
|
||||
arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DUSE_FULL_ASSERT -DSTM32F10X_MD -DUSE_STDPERIPH_DRIVER -DHSE_VALUE=8000000 -DSTM32F103xB -I"../include" -I"../system/include" -I"../system/include/cmsis" -I"../system/include/stm32f1-stdperiph" -I"../system/include/stm32f1xx" -I"../system/include/cmsis/device" -I"/home/wn/workspace-stm32/car/hottislib" -I"/home/wn/workspace-stm32/car/my_src" -std=gnu11 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|
||||
arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DUSE_FULL_ASSERT -DSTM32F10X_MD -DUSE_STDPERIPH_DRIVER -DHSE_VALUE=8000000 -DSTM32F103xB -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"../system/include" -I"../system/include/cmsis" -I"../system/include/stm32f1-stdperiph" -I"../system/include/stm32f1xx" -I"../system/include/cmsis/device" -I"/home/wn/workspace-stm32/car/hottislib" -I"/home/wn/workspace-stm32/car/my_src" -std=gnu11 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
Reference in New Issue
Block a user