Rev 13 | Rev 16 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13 | Rev 15 | ||
---|---|---|---|
Line 95... | Line 95... | ||
95 | PROJECT = ch |
95 | PROJECT = ch |
96 | #define board |
96 | #define board |
97 | BOARD = ST_bluePillF103 |
97 | BOARD = ST_bluePillF103 |
98 | 98 | ||
99 | CHIBIOS = ../ChibiOS |
99 | CHIBIOS = ../ChibiOS |
- | 100 | CHIBIOS_CONTRIB = ../ChibiOS/community |
|
100 | # Licensing files. |
101 | # Licensing files. |
101 | include $(CHIBIOS)/os/license/license.mk |
102 | include $(CHIBIOS)/os/license/license.mk |
102 | # Startup files. |
103 | # Startup files. |
103 | include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f1xx.mk |
104 | include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f1xx.mk |
104 | # HAL-OSAL files (optional). |
105 | # HAL-OSAL files (optional). |
105 | include $(CHIBIOS)/os/hal/hal.mk |
106 | include $(CHIBIOS_CONTRIB)/os/hal/hal.mk |
106 | include $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx/platform.mk |
107 | include $(CHIBIOS_CONTRIB)/os/hal/ports/STM32/STM32F1xx/platform.mk |
107 | # board pinout file changed from chibiOS |
108 | # board pinout file changed from chibiOS |
108 | include ./chibios/board/board.mk |
109 | include ./chibios/board/board.mk |
109 | include $(CHIBIOS)/os/hal/osal/rt/osal.mk |
110 | include $(CHIBIOS)/os/hal/osal/rt/osal.mk |
110 | # RTOS files (optional). |
111 | # RTOS files (optional). |
111 | include $(CHIBIOS)/os/rt/rt.mk |
112 | include $(CHIBIOS)/os/rt/rt.mk |