Parcourir la source

Move chibios to tool.

tags/v2.9
flabbergast il y a 8 ans
Parent
révision
8152d279a4
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 Voir le fichier


tmk_core/protocol/chibios/chibios.mk → tmk_core/tool/chibios/chibios.mk Voir le fichier

@@ -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).

Chargement…
Annuler
Enregistrer