Skip to content

Commit af27899

Browse files
committed
samples: Remove CONFIG_CPLUSPLUS
The configuration of CPLUSPLUS has already been removed. Remove all of the settings. CONFIG_ARDUINO_API enables CONFIG_CPP if the option is selected. There is no need to enable C++ manually. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 814bf66 commit af27899

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

samples/blinky_arduino/prj.conf

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
CONFIG_GPIO=y
2-
CONFIG_CPLUSPLUS=y
3-
CONFIG_ARDUINO_API=y
2+
CONFIG_ARDUINO_API=y

samples/button_press_led/prj.conf

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
CONFIG_GPIO=y
2-
CONFIG_CPLUSPLUS=y
3-
CONFIG_ARDUINO_API=y
2+
CONFIG_ARDUINO_API=y

samples/hello_arduino/prj.conf

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
CONFIG_CPLUSPLUS=y
2-
CONFIG_ARDUINO_API=y
1+
CONFIG_ARDUINO_API=y

samples/i2cdemo/prj.conf

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
CONFIG_GPIO=y
2-
CONFIG_CPLUSPLUS=y
32
CONFIG_ARDUINO_API=y
43
CONFIG_I2C=y
54
CONFIG_NEWLIB_LIBC=y
65
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
7-
CONFIG_RING_BUFFER=y
6+
CONFIG_RING_BUFFER=y

samples/threads_arduino/prj.conf

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
CONFIG_HEAP_MEM_POOL_SIZE=256
22
CONFIG_GPIO=y
3-
CONFIG_CPLUSPLUS=y
4-
CONFIG_ARDUINO_API=y
3+
CONFIG_ARDUINO_API=y

0 commit comments

Comments
 (0)