Skip to content

Commit 04e1a8d

Browse files
committed
HACK: Get native_posix to build
Get native_posix to build somehow and work as a POC. Need to work on additional support Signed-off-by: Dhruva Gole <goledhruva@gmail.com>
1 parent e2a18d0 commit 04e1a8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
config ARDUINO_API
88
bool "ARDUINO_API"
9-
imply CPLUSPLUS
9+
# imply CPLUSPLUS
1010
imply GPIO
1111
imply I2C
1212
imply NEWLIB_LIBC_FLOAT_PRINTF
1313
imply CBPRINTF_FP_SUPPORT
1414
imply RING_BUFFER
15-
select UART_INTERRUPT_DRIVEN
15+
# select UART_INTERRUPT_DRIVEN
1616
default n
1717

1818
if ARDUINO_API

libraries/Wire/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ zephyr_include_directories(.)
33

44
if(NOT DEFINED ARDUINO_BUILD_PATH)
55

6-
zephyr_sources(Wire.cpp)
6+
# zephyr_sources(Wire.cpp)
77

88
endif()

0 commit comments

Comments
 (0)