-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 CPLUSPLUS Hence, remove it from all samples as it is no longer needed. Signed-off-by: Dhruva Gole <d-gole@ti.com>
- Loading branch information
1 parent
4c34ceb
commit 034d1cd
Showing
5 changed files
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
CONFIG_GPIO=y | ||
CONFIG_CPLUSPLUS=y | ||
CONFIG_ARDUINO_API=y | ||
CONFIG_ARDUINO_API=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
CONFIG_GPIO=y | ||
CONFIG_CPLUSPLUS=y | ||
CONFIG_ARDUINO_API=y | ||
CONFIG_ARDUINO_API=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
CONFIG_CPLUSPLUS=y | ||
CONFIG_ARDUINO_API=y | ||
CONFIG_ARDUINO_API=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
CONFIG_GPIO=y | ||
CONFIG_CPLUSPLUS=y | ||
CONFIG_ARDUINO_API=y | ||
CONFIG_I2C=y | ||
CONFIG_NEWLIB_LIBC=y | ||
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y | ||
CONFIG_RING_BUFFER=y | ||
CONFIG_RING_BUFFER=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
CONFIG_HEAP_MEM_POOL_SIZE=256 | ||
CONFIG_GPIO=y | ||
CONFIG_CPLUSPLUS=y | ||
CONFIG_ARDUINO_API=y | ||
CONFIG_ARDUINO_API=y |