Browse Source

Move chibios to tool.

tags/v2.9
flabbergast 8 years ago
parent
commit
8152d279a4
2 changed files with 1 additions and 1 deletions
  1. 0
    0
      tmk_core/tool/chibios/.gitignore
  2. 1
    1
      tmk_core/tool/chibios/chibios.mk

tmk_core/protocol/chibios/.gitignore → tmk_core/tool/chibios/.gitignore View File


tmk_core/protocol/chibios/chibios.mk → tmk_core/tool/chibios/chibios.mk View File

@@ -83,7 +83,7 @@ endif
#

# Imported source files and paths
CHIBIOS = $(TMK_DIR)/protocol/chibios/chibios
CHIBIOS = $(TMK_DIR)/tool/chibios/chibios
# Startup files.
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_$(shell echo $(MCU_SERIES) | tr '[:upper:]' '[:lower:]').mk
# HAL-OSAL files (optional).

Loading…
Cancel
Save