Skip to content

Commit b3281ab

Browse files
committed
[bsp][nxp] switch lpc178x to gcc and remove mcx timer source
1 parent 886ec9a commit b3281ab

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

bsp/nxp/lpc/lpc178x/rtconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# toolchains options
44
ARCH='arm'
55
CPU='cortex-m3'
6-
CROSS_TOOL='keil'
6+
CROSS_TOOL='gcc'
77
BOARD_NAME = 'lpc178x'
88

99
if os.getenv('RTT_CC'):

bsp/nxp/mcx/mcxc/Libraries/drivers/SConscript

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ if GetDepend('BSP_USING_ADC'):
2828
if GetDepend('BSP_USING_DAC'):
2929
src += ['drv_dac.c']
3030

31-
if GetDepend('BSP_USING_CLOCK_TIMER'):
32-
src += ['drv_timer.c']
33-
3431
if GetDepend('BSP_USING_WDT'):
3532
src += ['drv_wdt.c']
3633

bsp/nxp/mcx/mcxe/Libraries/drivers/SConscript

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ if GetDepend('BSP_USING_I2C'):
2222
if GetDepend('BSP_USING_ADC'):
2323
src += ['drv_adc.c']
2424

25-
if GetDepend('BSP_USING_CLOCK_TIMER'):
26-
src += ['drv_timer.c']
27-
2825
if GetDepend('BSP_USING_WDT'):
2926
src += ['drv_wdt.c']
3027

0 commit comments

Comments
 (0)