Skip to content

Commit e0093ec

Browse files
committed
[QC] Patch up issues found during QC
[Doc] Update doc [SDK] Update ameba SDK and toolchain [Feature] check release note [Firmware] update to latest firmware
1 parent 6c5954e commit e0093ec

File tree

721 files changed

+4909
-259839
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

721 files changed

+4909
-259839
lines changed

MicroPython_RTL8722/ports/rtl8722/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $(info ## This build only supports Cygwin and Linux!)
2020
# Declaring tools depending on OS
2121
# Windows Cygwin
2222
ifeq ($(findstring CYGWIN, $(OS)), CYGWIN)
23-
TC_PATH := amebad_tool/toolchain/cygwin/ameba_d_toolchain_windows/bin/
23+
TC_PATH := amebad_tool/toolchain/cygwin/asdk-6.5.0/bin/
2424
CROSS_COMPILE := arm-none-eabi-
2525
AR = $(TC_PATH)$(CROSS_COMPILE)ar.exe
2626
CC = $(TC_PATH)$(CROSS_COMPILE)gcc.exe
@@ -37,7 +37,7 @@ IMAGETOOL = amebad_image_tool.exe
3737
PICK = pick.exe
3838
PAD = pad.exe
3939
BUILDTOOL_PATH := tools/windows
40-
UPLOAD_PATH := COM8
40+
UPLOAD_PATH := COM4
4141
POSTBUILDTOOL_PATH := amebad_tool/tools/windows
4242
MPY_CROSS = $(TOP)/mpy-cross/mpy-cross.exe
4343
LINKER_SCRIPT = amebad_vendor/linker_script

0 commit comments

Comments
 (0)