Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit034d1cd

Browse files
committed
samples: Remove CONFIG_CPLUSPLUS
This causes the following build errors: /__w/gsoc-2022-arduino-core/gsoc-2022-arduino-core/Arduino-Zephyr-API/samples/i2cdemo/prj.conf:2: warning: attempt to assign the value 'y' to the undefined symbol CPLUSPLUSHence, remove it from all samples as it is no longer needed.Signed-off-by: Dhruva Gole <d-gole@ti.com>
1 parent4c34ceb commit034d1cd

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

‎samples/blinky_arduino/prj.conf‎

Lines changed: 1 addition & 2 deletions
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‎

Lines changed: 1 addition & 2 deletions
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‎

Lines changed: 1 addition & 2 deletions
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‎

Lines changed: 1 addition & 2 deletions
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‎

Lines changed: 1 addition & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp