Skip to content

Commit 81cc1b6

Browse files
committed
[debug]
1 parent 089ec91 commit 81cc1b6

17 files changed

Lines changed: 345 additions & 3148 deletions

bsp/stm32/stm32n657-atk-dnn647/.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
CONFIG_SOC_STM32N657=y
2-
CONFIG_BOARD_STM32N657X0_NUCLEO=y
1+
CONFIG_SOC_STM32N647=y
2+
CONFIG_BOARD_STM32N647X0_ATK_DNN647=y
33

44
#
55
# RT-Thread Kernel
@@ -1448,7 +1448,6 @@ CONFIG_PKG_CMSIS_CORE_VER="latest"
14481448

14491449
CONFIG_SOC_FAMILY_STM32=y
14501450
CONFIG_SOC_SERIES_STM32N6=y
1451-
CONFIG_BOARD_SERIES_STM32_NUCLEO_144=y
14521451

14531452
#
14541453
# Hardware Drivers Config

bsp/stm32/stm32n657-atk-dnn647/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ RTT_DIR := ../../..
66

77
PKGS_DIR := packages
88

9-
config SOC_STM32N657
9+
config SOC_STM32N647
1010
bool
1111
select SOC_SERIES_STM32N6
1212
select RT_USING_COMPONENTS_INIT
1313
select RT_USING_USER_MAIN
1414
default y
1515

16-
config BOARD_STM32N657X0_NUCLEO
16+
config BOARD_STM32N647X0_ATK_DNN647
1717
bool
18-
select BOARD_SERIES_STM32_NUCLEO_144
18+
select BOARD_SERIES_STM32_ATK_144
1919
default y
2020

2121
source "$(RTT_DIR)/Kconfig"

bsp/stm32/stm32n657-atk-dnn647/SConscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ cwd = GetCurrentDir()
77
objs = []
88
list = os.listdir(cwd)
99

10-
# STM32N657xx
10+
# STM32N647xx
1111
# You can select chips from the list above
12-
env.Append(CPPDEFINES = ['STM32N657xx', 'USE_HAL_DRIVER'])
12+
env.Append(CPPDEFINES = ['STM32N647xx', 'USE_HAL_DRIVER'])
1313

1414
for d in list:
1515
path = os.path.join(cwd, d)

bsp/stm32/stm32n657-atk-dnn647/board/CubeMX_Config/.mxproject

Lines changed: 84 additions & 28 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)