This commit is contained in:
2023-12-06 19:52:34 +08:00
parent c30bb50769
commit a0775ee45c
22 changed files with 302 additions and 989 deletions

View File

@@ -1 +1 @@
-I"../." -I".././lib" -I".././src" -I".././src/core"
-I'../.' -I'.././lib' -I'.././src' -I'.././src/core'

View File

@@ -1 +1 @@
..\.build\src\xburn.xc.o
../.build/src/xburn.xc.o

View File

@@ -1,5 +1,4 @@
.build/src/xburn.xc.d .build/src/xburn.xc.o .build/src/xburn.xc.pca.xml: \
././src/xburn.xc \
C:/Users/qiu/Desktop/<EFBFBD>½<EFBFBD><EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD>/OTP_Cache_backUp/lib/otp.h
./src/xburn.xc \
../../test_otp/OTP_Cache_backUp/lib/otp.h

View File

@@ -1,4 +0,0 @@
xburn.o: \
../src/xburn.xc \
C:/Users/qiu/Desktop/<EFBFBD>½<EFBFBD><EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD>/OTP_Cache_backUp/lib/otp.h

View File

@@ -6,7 +6,7 @@ TARGET = XU216-512-TQ128-C20.xn
# The APP_NAME variable determines the name of the final .xe file. It should
# not include the .xe postfix. If left blank the name will default to
# the project name
APP_NAME =otp_write
APP_NAME = otp_write
# The USED_MODULES variable lists other module used by the application.
# USED_lib = libotp
@@ -16,7 +16,7 @@ APP_NAME =otp_write
# XCC_XC_FLAGS, XCC_C_FLAGS, XCC_ASM_FLAGS, XCC_CPP_FLAGS
# If the variable XCC_MAP_FLAGS is set it overrides the flags passed to
# xcc for the final link (mapping) stage.
XCC_FLAGS = -g -O2 -L../lib -lotp -I../lib
XCC_FLAGS = -g -O2 -L../lib -lotpb -I../lib
# The VERBOSE variable, if set to 1, enables verbose output from the make
# system.

Binary file not shown.