Skip to content

Commit fab11e2

Browse files
committed
Move CONFIG_CPP to default prj.conf
1 parent 870c5f9 commit fab11e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: loader/boards/arduino_giga_r1_m7.conf

+1-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,4 @@ CONFIG_VIDEO_BUFFER_POOL_NUM_MAX=1
3131
CONFIG_VIDEO_BUFFER_POOL_SZ_MAX=160000
3232

3333
CONFIG_ENTROPY_GENERATOR=y
34-
CONFIG_TEST_RANDOM_GENERATOR=y
35-
36-
CONFIG_CPP=y
37-
CONFIG_STD_CPP17=y
34+
CONFIG_TEST_RANDOM_GENERATOR=y

Diff for: loader/prj.conf

+3
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ CONFIG_UART_CONSOLE=y
4040

4141
CONFIG_FLASH=y
4242
CONFIG_FLASH_MAP=y
43+
44+
CONFIG_CPP=y
45+
CONFIG_STD_CPP17=y

0 commit comments

Comments
 (0)