Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused ports #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion mpy-cross/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ INC += -I$(BUILD)
INC += -I$(TOP)

# compiler settings
CWARN = -Wall -Werror
CWARN = -Wall #-Werror
CWARN += -Wpointer-arith -Wuninitialized
CFLAGS = $(INC) $(CWARN) -std=gnu99 $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)
CFLAGS += -fdata-sections -ffunction-sections -fno-asynchronous-unwind-tables
Expand Down
48 changes: 0 additions & 48 deletions ports/bare-arm/Makefile

This file was deleted.

96 changes: 0 additions & 96 deletions ports/bare-arm/main.c

This file was deleted.

69 changes: 0 additions & 69 deletions ports/bare-arm/mpconfigport.h

This file was deleted.

1 change: 0 additions & 1 deletion ports/bare-arm/mphalport.h

This file was deleted.

1 change: 0 additions & 1 deletion ports/bare-arm/qstrdefsport.h

This file was deleted.

117 changes: 0 additions & 117 deletions ports/bare-arm/stm32f405.ld

This file was deleted.

Loading