提交 7ff45f61 编写于 作者: Y yong 提交者: Jinliang Li

Fix py_engine build fail issuse (#1361)

* Fix py_engine build fail issue

Change-Id: I6b6f35c37b2a1de90c5a3fb874eaa2fb6c2fa162

* Remove package.json file from IDF for safety

Change-Id: I74355ceb06ee125f99647284da7a44447aa20ea7
上级 8e207b6d
......@@ -28,6 +28,8 @@ CXX += -m32
LD += -m32
endif
LV_BINDINGS_EXIT = 0
ifeq ($(LV_BINDINGS_EXIT),1)
# LittlevGL
LV_BINDINGS_EXTERNAL = 1
......@@ -85,6 +87,7 @@ $(LODEPNG_C): $(LODEPNG_DIR)/lodepng.cpp $(LODEPNG_DIR)/*
cp $< $@
SRC_MOD += $(subst $(TOP)/,,$(LODEPNG_C) $(MP_LODEPNG_C) $(LODEPNG_MODULE))
endif
# External modules written in C.
ifneq ($(USER_C_MODULES),)
......
......@@ -33,7 +33,7 @@ depends:
- ble_host: "master ? <MICROPY_PY_BLE>"
- sntp: "master ? <MICROPY_PY_SNTP, HAAS_PLATFORM>"
- ugraphics: "master ? <PY_BUILD_UGRAPHICS>"
- little_ui: "master ? <MICROPY_PY_LVGL>"
# - little_ui: "master ? <MICROPY_PY_LVGL>"
build_config:
prebuild_script: build_cmake.sh
......
......@@ -18,7 +18,7 @@ license: Apache license v2.0 # <可选项> 源代码的
# - aos: >=v7.2.0
depends:
- http: master
- little_ui: "master ? <MICROPY_PY_LVGL>"
# - little_ui: "master ? <MICROPY_PY_LVGL>"
## 第四部分:编译连接信息
# build_config: # <可选项> 编译配置项
......
......@@ -79,6 +79,17 @@
# Release Note
## 2022-02-24
- JavaScript轻应用:
- python轻应用:新增ESP32模组支持;适配<HaaS2.0轻应用统一编程标准>;组件采用CMake编译;新增micropython-lib部分组件;适配aliyunIoT,display组件
- amp_adapter新增ESP32模组支持
- osal_aos新增freertos系统支持
- solutions:新增py_engine_esp32_demo工程
- haas_lib_bundles:新增haas_lib_bundles文件夹,包括轻应用文档及相关案例
- hardware:新增nodemcu32s开发板
## 2021-10-12
- JavaScript轻应用:IoT-Device修复publish内存泄漏问题、优化物模型初始化流程;IoT-Gateway增加NTP时间获取功能、完善拓扑管理、子设备注册和登陆登出等API;新增以太网配网功能,支持静态IP配网;新增UDP功能;更新JS轻应用版本信息获取接口;修复setTimeout、SPI的write问题等
- python轻应用:micropython引擎升级到V1.17;API对齐HaaS轻应用接口标准;新增BLE支持;GPIO适配层重构;封装Python视觉AI接口
......
{
"name": "web-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.18.0",
"core-js": "^2.6.5",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuetify": "^1.5.14",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-vuetify": "^0.5.0",
"vue-template-compiler": "^2.5.21",
"vuetify-loader": "^1.0.5"
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册