File tree 2 files changed +7
-7
lines changed
bsp/stm32/stm32l431-tencentos-tiny-EVB_MX+
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
RTT_ROOT = os .path .normpath (os .getcwd () + '/../../..' )
9
9
10
10
# set RTT_ROOT
11
- if not os .getenv ("RTT_ROOT" ):
11
+ if not os .getenv ("RTT_ROOT" ):
12
12
RTT_ROOT = "rt-thread"
13
13
14
14
sys .path = sys .path + [os .path .join (RTT_ROOT , 'tools' )]
@@ -39,7 +39,7 @@ Export('env')
39
39
Export ('RTT_ROOT' )
40
40
Export ('rtconfig' )
41
41
42
- SDK_ROOT = os .path .abspath ('./' )
42
+ SDK_ROOT = os .path .abspath ('.. /' )
43
43
44
44
if os .path .exists (SDK_ROOT + '/libraries' ):
45
45
libraries_path_prefix = SDK_ROOT + '/libraries'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ menu "On-chip Peripheral Drivers"
36
36
depends on BSP_USING_UART1 && RT_SERIAL_USING_DMA
37
37
default n
38
38
endif
39
-
39
+
40
40
menuconfig BSP_USING_ADC
41
41
bool "Enable ADC"
42
42
default n
@@ -87,19 +87,19 @@ menu "On-chip Peripheral Drivers"
87
87
bool "Enable SPI3 BUS(WAN Interface)"
88
88
default n
89
89
endif
90
-
90
+
91
91
config BSP_USING_QSPI_FLASH
92
92
bool "Enable QSPI FLASH (NAND Flash 8MB)"
93
93
select BSP_USING_QSPI
94
94
select RT_USING_SFUD
95
95
select RT_SFUD_USING_SFDP
96
- default n
96
+ default n
97
97
98
98
config BSP_USING_SDCARD
99
99
bool "Enable SDCARD (sdio)"
100
100
select BSP_USING_SDIO
101
101
default n
102
-
102
+
103
103
menuconfig BSP_USING_I2C1
104
104
bool "Enable I2C1 BUS (software simulation)"
105
105
default n
@@ -117,7 +117,7 @@ menu "On-chip Peripheral Drivers"
117
117
default 25
118
118
endif
119
119
120
- rsource "../libraries/HAL_Drivers/drivers/Kconfig"
120
+ rsource "../../ libraries/HAL_Drivers/drivers/Kconfig"
121
121
122
122
endmenu
123
123
You can’t perform that action at this time.
0 commit comments