Skip to content

Commit

Permalink
fix testhal/NUMICRO ChibiOS paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Jan 20, 2024
1 parent 7d5b15c commit e744613
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions testhal/NUMICRO/NUC123/NUTINY-SDK-NUC123-V2.0/Blinky/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ PROJECT = ch
MCU = cortex-m0

# Imported source files and paths.
BASE_PATH := ../../../../../../..
CHIBIOS := $(BASE_PATH)/ChibiOS/ChibiOS
CHIBIOS_CONTRIB := $(BASE_PATH)/ChibiOS/ChibiOS-Contrib
BASE_PATH := ../../../../../..
CHIBIOS := $(BASE_PATH)/ChibiOS
CHIBIOS_CONTRIB := $(BASE_PATH)/ChibiOS-Contrib
CONFDIR := ./cfg
BUILDDIR := ./build
DEPDIR := ./.dep
Expand Down
6 changes: 3 additions & 3 deletions testhal/NUMICRO/NUC123/NUTINY-SDK-NUC123-V2.0/I2C/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ PROJECT = ch
MCU = cortex-m0

# Imported source files and paths.
BASE_PATH := ../../../../../../..
CHIBIOS := $(BASE_PATH)/ChibiOS/ChibiOS
CHIBIOS_CONTRIB := $(BASE_PATH)/ChibiOS/ChibiOS-Contrib
BASE_PATH := ../../../../../
CHIBIOS := $(BASE_PATH)/ChibiOS
CHIBIOS_CONTRIB := $(BASE_PATH)/ChibiOS-Contrib
CONFDIR := ./cfg
BUILDDIR := ./build
DEPDIR := ./.dep
Expand Down
6 changes: 3 additions & 3 deletions testhal/NUMICRO/NUC123/NUTINY-SDK-NUC123-V2.0/PWM/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ PROJECT = ch
MCU = cortex-m0

# Imported source files and paths.
BASE_PATH := ../../../../../../..
CHIBIOS := $(BASE_PATH)/ChibiOS/ChibiOS
CHIBIOS_CONTRIB := $(BASE_PATH)/ChibiOS/ChibiOS-Contrib
BASE_PATH := ../../../../../
CHIBIOS := $(BASE_PATH)/ChibiOS
CHIBIOS_CONTRIB := $(BASE_PATH)/ChibiOS-Contrib
CONFDIR := ./cfg
BUILDDIR := ./build
DEPDIR := ./.dep
Expand Down
6 changes: 3 additions & 3 deletions testhal/NUMICRO/NUC123/NUTINY-SDK-NUC123-V2.0/SERIAL/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ PROJECT = ch
MCU = cortex-m0

# Imported source files and paths.
BASE_PATH := ../../../../../../..
CHIBIOS := $(BASE_PATH)/ChibiOS/ChibiOS
CHIBIOS_CONTRIB := $(BASE_PATH)/ChibiOS/ChibiOS-Contrib
BASE_PATH := ../../../../../
CHIBIOS := $(BASE_PATH)/ChibiOS
CHIBIOS_CONTRIB := $(BASE_PATH)/ChibiOS-Contrib
CONFDIR := ./cfg
BUILDDIR := ./build
DEPDIR := ./.dep
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ PROJECT = ch
MCU = cortex-m0

# Imported source files and paths.
BASE_PATH := ../../../../../../..
CHIBIOS := $(BASE_PATH)/ChibiOS/ChibiOS
CHIBIOS_CONTRIB := $(BASE_PATH)/ChibiOS/ChibiOS-Contrib
BASE_PATH := ../../../../../
CHIBIOS := $(BASE_PATH)/ChibiOS
CHIBIOS_CONTRIB := $(BASE_PATH)/ChibiOS-Contrib
CONFDIR := ./cfg
BUILDDIR := ./build
DEPDIR := ./.dep
Expand Down

0 comments on commit e744613

Please sign in to comment.