Enable ARM and THUMB AOT support, enable Android platform support (#182)
* Sync with internal/feature: enable arm aot and android platform
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
#include "board_config.h"
|
||||
#include "stdio.h"
|
||||
#include <string.h>
|
||||
#include "spi.h"
|
||||
#include "drivers/spi.h"
|
||||
|
||||
#include "zephyr.h"
|
||||
#include "kernel.h"
|
||||
|
||||
@ -35,7 +35,7 @@ extern "C" {
|
||||
#include <stdbool.h>
|
||||
//#include "lvgl/lv_hal/lv_hal_indev.h"
|
||||
#include "device.h"
|
||||
#include "gpio.h"
|
||||
#include "drivers/gpio.h"
|
||||
#if 1
|
||||
enum {
|
||||
LV_INDEV_STATE_REL = 0, LV_INDEV_STATE_PR
|
||||
|
||||
@ -14,9 +14,9 @@
|
||||
#define LOG_DBG printf
|
||||
#define LOG_WRN printf
|
||||
|
||||
#include <gpio.h>
|
||||
#include <drivers/gpio.h>
|
||||
#include <sys/byteorder.h>
|
||||
#include <spi.h>
|
||||
#include <drivers/spi.h>
|
||||
#include <string.h>
|
||||
|
||||
struct ili9340_data {
|
||||
|
||||
@ -16,14 +16,15 @@
|
||||
#include "module_wasm_app.h"
|
||||
#include "wasm_export.h"
|
||||
|
||||
#include <zephyr.h>
|
||||
#include <drivers/uart.h>
|
||||
#include <device.h>
|
||||
|
||||
|
||||
extern void init_sensor_framework();
|
||||
extern void exit_sensor_framework();
|
||||
extern int aee_host_msg_callback(void *msg, uint16_t msg_len);
|
||||
|
||||
#include <zephyr.h>
|
||||
#include <uart.h>
|
||||
#include <device.h>
|
||||
|
||||
int uart_char_cnt = 0;
|
||||
|
||||
static void uart_irq_callback(struct device *dev)
|
||||
|
||||
Reference in New Issue
Block a user