Rev 8 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 8 | Rev 9 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | ########################################################################################################################## |
1 | ########################################################################################################################## |
| 2 | # File automatically-generated by tool: [projectgenerator] version: [3.3.0] date: [Thu Jul 11 21:09:58 BST 2019] |
2 | # File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Tue Dec 15 16:34:23 GMT 2020] |
| 3 | ########################################################################################################################## |
3 | ########################################################################################################################## |
| 4 | 4 | ||
| 5 | # ------------------------------------------------ |
5 | # ------------------------------------------------ |
| 6 | # Generic Makefile (based on gcc) |
6 | # Generic Makefile (based on gcc) |
| 7 | # |
7 | # |
| Line 41... | Line 41... | ||
| 41 | Src/usbd_conf.c \ |
41 | Src/usbd_conf.c \ |
| 42 | Src/usbd_desc.c \ |
42 | Src/usbd_desc.c \ |
| 43 | Src/usbd_cdc_if.c \ |
43 | Src/usbd_cdc_if.c \ |
| 44 | Src/stm32f1xx_it.c \ |
44 | Src/stm32f1xx_it.c \ |
| 45 | Src/stm32f1xx_hal_msp.c \ |
45 | Src/stm32f1xx_hal_msp.c \ |
| 46 | Src/leds.c \ |
- | |
| 47 | Src/sendLeds.c \ |
46 | Src/sendLeds.c \ |
| 48 | Src/dmx.c \ |
47 | Src/dmx.c \ |
| 49 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c \ |
48 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c \ |
| 50 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c \ |
49 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c \ |
| 51 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c \ |
50 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c \ |
| 52 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c \ |
51 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c \ |
| 53 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c \ |
52 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c \ |
| 54 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi_ex.c \ |
- | |
| 55 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c \ |
53 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c \ |
| 56 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c \ |
54 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c \ |
| 57 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c \ |
55 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c \ |
| 58 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c \ |
56 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c \ |
| 59 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c \ |
57 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c \ |
| Line 66... | Line 64... | ||
| 66 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c \ |
64 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c \ |
| 67 | Src/system_stm32f1xx.c \ |
65 | Src/system_stm32f1xx.c \ |
| 68 | Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c \ |
66 | Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c \ |
| 69 | Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c \ |
67 | Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c \ |
| 70 | Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c \ |
68 | Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c \ |
| 71 | Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c |
69 | Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c \ |
| - | 70 | Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c |
|
| 72 | 71 | ||
| 73 | # ASM sources |
72 | # ASM sources |
| 74 | ASM_SOURCES = \ |
73 | ASM_SOURCES = \ |
| 75 | startup_stm32f103xb.s |
74 | startup_stm32f103xb.s |
| 76 | 75 | ||
| Line 130... | Line 129... | ||
| 130 | -IDrivers/STM32F1xx_HAL_Driver/Inc/Legacy \ |
129 | -IDrivers/STM32F1xx_HAL_Driver/Inc/Legacy \ |
| 131 | -IMiddlewares/ST/STM32_USB_Device_Library/Core/Inc \ |
130 | -IMiddlewares/ST/STM32_USB_Device_Library/Core/Inc \ |
| 132 | -IMiddlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc \ |
131 | -IMiddlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc \ |
| 133 | -IDrivers/CMSIS/Device/ST/STM32F1xx/Include \ |
132 | -IDrivers/CMSIS/Device/ST/STM32F1xx/Include \ |
| 134 | -IDrivers/CMSIS/Include |
133 | -IDrivers/CMSIS/Include |
| - | 134 | ################################################################### |
|
| - | 135 | ###################################################################################################################################### |
|
| - | 136 | HAL=stm32_hal |
|
| - | 137 | LIBWS2812=../libWS2812 |
|
| - | 138 | include $(LIBWS2812)/libWS2812.mk |
|
| 135 | 139 | ||
| - | 140 | ##################################################################### |
|
| 136 | 141 | ||
| 137 | # compile gcc flags |
142 | # compile gcc flags |
| 138 | ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections |
143 | ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections |
| 139 | 144 | ||
| 140 | CFLAGS = $(MCU) $(C_DEFS) $(C_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections |
145 | CFLAGS = $(MCU) $(C_DEFS) $(C_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections |