Skip to content

Commit 04c1821

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 04c1821

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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

variants/native_posix/native_posix_pinmap.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
#pragma once
99
#include <zephyr/drivers/gpio.h>
1010
#include <zephyr/kernel.h>
11+
#include <zephyr/drivers/i2c.h>
1112
#include <zephyr/device.h>
1213

0 commit comments

Comments
 (0)