Skip to content

Commit d966a20

Browse files
committed
[fix] 取消了所有的相对路径,改为全局路径
1 parent de6ac91 commit d966a20

72 files changed

Lines changed: 153 additions & 153 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

L2_Core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ target_include_directories(l2_core PUBLIC
1616
${CMAKE_CURRENT_SOURCE_DIR}/hal/inc
1717
${CMAKE_CURRENT_SOURCE_DIR}/port/inc
1818
${CMAKE_CURRENT_SOURCE_DIR}/third_party/letter_shell/inc
19-
${CMAKE_CURRENT_SOURCE_DIR}/third_party/lwprintf/include
19+
${CMAKE_CURRENT_SOURCE_DIR}/third_party/lwprintf/inc
2020
${CMAKE_CURRENT_SOURCE_DIR}/third_party/tlsf
2121
)
2222

L2_Core/hal/inc/ek_hal_adc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef EK_HAL_ADC_H
22
#define EK_HAL_ADC_H
33

4-
#include "../../utils/inc/ek_def.h"
5-
#include "../../utils/inc/ek_list.h"
4+
#include "ek_def.h"
5+
#include "ek_list.h"
66

77
#ifdef __cplusplus
88
extern "C"

L2_Core/hal/inc/ek_hal_dac.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef EK_HAL_DAC_H
22
#define EK_HAL_DAC_H
33

4-
#include "../../utils/inc/ek_def.h"
5-
#include "../../utils/inc/ek_list.h"
4+
#include "ek_def.h"
5+
#include "ek_list.h"
66

77
#ifdef __cplusplus
88
extern "C"

L2_Core/hal/inc/ek_hal_dma.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef EK_HAL_DMA_H
22
#define EK_HAL_DMA_H
33

4-
#include "../../utils/inc/ek_def.h"
5-
#include "../../utils/inc/ek_list.h"
4+
#include "ek_def.h"
5+
#include "ek_list.h"
66

77
#ifdef __cplusplus
88
extern "C"

L2_Core/hal/inc/ek_hal_dma2d.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef EK_HAL_DMA2D_H
22
#define EK_HAL_DMA2D_H
33

4-
#include "../../utils/inc/ek_def.h"
5-
#include "../../utils/inc/ek_list.h"
4+
#include "ek_def.h"
5+
#include "ek_list.h"
66

77
#ifdef __cplusplus
88
extern "C"

L2_Core/hal/inc/ek_hal_gpio.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef EK_HAL_GPIO_H
22
#define EK_HAL_GPIO_H
33

4-
#include "../../utils/inc/ek_def.h"
5-
#include "../../utils/inc/ek_list.h"
4+
#include "ek_def.h"
5+
#include "ek_list.h"
66

77
#ifdef __cplusplus
88
extern "C"

L2_Core/hal/inc/ek_hal_i2c.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef EK_HAL_I2C_H
22
#define EK_HAL_I2C_H
33

4-
#include "../../utils/inc/ek_def.h"
5-
#include "../../utils/inc/ek_list.h"
4+
#include "ek_def.h"
5+
#include "ek_list.h"
66

77
#ifdef __cplusplus
88
extern "C"

L2_Core/hal/inc/ek_hal_ltdc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef EK_HAL_LTDC_H
22
#define EK_HAL_LTDC_H
33

4-
#include "../../utils/inc/ek_def.h"
5-
#include "../../utils/inc/ek_list.h"
4+
#include "ek_def.h"
5+
#include "ek_list.h"
66

77
#ifdef __cplusplus
88
extern "C"

L2_Core/hal/inc/ek_hal_pwm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef EK_HAL_PWM_H
22
#define EK_HAL_PWM_H
33

4-
#include "../../utils/inc/ek_def.h"
5-
#include "../../utils/inc/ek_list.h"
4+
#include "ek_def.h"
5+
#include "ek_list.h"
66

77
#ifdef __cplusplus
88
extern "C"

L2_Core/hal/inc/ek_hal_spi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef EK_HAL_SPI_H
22
#define EK_HAL_SPI_H
33

4-
#include "../../utils/inc/ek_def.h"
5-
#include "../../utils/inc/ek_list.h"
4+
#include "ek_def.h"
5+
#include "ek_list.h"
66

77
#ifdef __cplusplus
88
extern "C"

0 commit comments

Comments
 (0)