From f0c68611785e9ad7695160f3c247e6024caf6d59 Mon Sep 17 00:00:00 2001 From: chaoyang Date: Mon, 9 Aug 2021 08:55:23 +0000 Subject: [PATCH 1/2] update lite-python/Makefile. --- lite-python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lite-python/Makefile b/lite-python/Makefile index 820f3e4..135091b 100755 --- a/lite-python/Makefile +++ b/lite-python/Makefile @@ -31,7 +31,7 @@ MICROPY_ROM_TEXT_COMPRESSION ?= 1 # include py core make definitions include $(TOP)/py/py.mk -CROSS_COMPILE ?= /home/harmony/gcc_riscv32/bin/riscv32-unknown-elf- +CROSS_COMPILE ?= riscv32-unknown-elf- INC += -I. -- Gitee From bf205eec870657a134ca984b7bf1c8f61b64e9a1 Mon Sep 17 00:00:00 2001 From: xqtest <2395111842@qq.com> Date: Mon, 9 Aug 2021 10:45:45 +0000 Subject: [PATCH 2/2] update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25dc963..09b3138 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # python # Python for OHOS - +2021年8月9日18:45:42 #### 介绍 这个仓库是为了能够在OpenHarmony设备上使用 Python 进行应用程序开发而创建。 [1. 使用Python开发OpenHarmony设备程序(0-初体验)](https://harmonyos.51cto.com/posts/1887) -- Gitee