This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_ADC_Get_Data | |
_ActBulkIn | |
_ActBulkOut | |
_ActBusVcc | |
_ActControl | |
_ActControlInOut | |
_ActSerialOut | |
_BulkInFlag | |
_BulkOutEnableFlag |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INCLUDES = src src_api src_sys src_usb | |
CC = h8300-elf-gcc -msx -mint32 -std=gnu99 -c $(addprefix -I, $(INCLUDES)) | |
AS = h8300-elf-gcc -msx -mint32 -Xassembler $(addprefix -I, $(INCLUDES)) | |
LINK = h8300-elf-gcc -msx -mint32 -nostartfiles -nodefaultlibs | |
CFLAGS = -O0 -g3 | |
ASFLAGS = -g3 | |
LINKFLAGS = -g3 | |
OBJCOPY = h8300-elf-objcopy | |
OUTDIR = Objects |
NewerOlder