Skip to content

Commit

Permalink
Emulator support
Browse files Browse the repository at this point in the history
  • Loading branch information
pingbird committed Jan 3, 2019
1 parent c64ab5f commit 115ac71
Show file tree
Hide file tree
Showing 24 changed files with 337 additions and 1,716 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -12,3 +12,4 @@ template/
.vscode/
compile_commands.json
*.zip
.editorconfig
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -46,6 +46,7 @@ ARCHIVE_TEXT_LIST:=$(subst $(SPACE),$(COMMA),$(notdir $(basename $(wildcard $(FW
ifndef OUTBIN
OUTNAME:=output
endif

OUTBIN:=$(BINDIR)/$(OUTNAME).bin
OUTELF:=$(BINDIR)/$(OUTNAME).elf

Expand Down
2 changes: 1 addition & 1 deletion common.mk
Expand Up @@ -3,7 +3,7 @@ DEVICE=VexCortex

MFLAGS=-mthumb -mcpu=cortex-m3 -mlittle-endian
CPPFLAGS=-Os
GCCFLAGS=-ffunction-sections -fsigned-char -fomit-frame-pointer -fsingle-precision-constant -fdiagnostics-color
GCCFLAGS=-g -ffunction-sections -fsigned-char -fomit-frame-pointer -fsingle-precision-constant -fdiagnostics-color

WARNFLAGS+=

Expand Down

0 comments on commit 115ac71

Please sign in to comment.