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

@@ -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.