Skip to content
Merged
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What this commented flag does?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This flag triggers an error when any warning appear while compiling the lib. Comment this line just allow it to compile even if warnings. This lib is needed, used and described in this draft PR selfcustody/krux#485

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