Skip to content

Commit c6b6f8a

Browse files
committed
feat[nxp][can]:add mcxa346 can device
1 parent 9370f81 commit c6b6f8a

File tree

4 files changed

+646
-119
lines changed

4 files changed

+646
-119
lines changed

bsp/nxp/mcx/mcxa/Libraries/drivers/SConscript

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ if GetDepend('BSP_USING_PWM'):
3737
if GetDepend('BSP_USING_FLASH'):
3838
src += ['drv_chipflash.c']
3939

40+
if GetDepend('BSP_USING_CAN'):
41+
src += ['drv_can.c']
42+
4043
path = [cwd,cwd + '/config']
4144

4245
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path)

0 commit comments

Comments
 (0)