Skip to content

Commit

Permalink
new skipjack test
Browse files Browse the repository at this point in the history
  • Loading branch information
bg committed Jun 20, 2012
1 parent 8cd5a85 commit 65b9df2
Show file tree
Hide file tree
Showing 24 changed files with 433 additions and 269 deletions.
2 changes: 2 additions & 0 deletions microcontroller-2/crypto-lib/Makefile_en21_conf.inc
Expand Up @@ -5,6 +5,8 @@ OPTIMIZE = -Os # -Os
EXTRALINK = xram.o
DEFS = -D$(call uc, $(MCU_TARGET)) -DF_CPU=$(F_CPU)
BOARD_NAME = ethernut2.1
FLASHCMD = /bin/bash openocd_flash.sh #
RESETCMD =

override CFLAGS_A = -MMD -MF$(DEP_DIR)$(patsubst %.o,%.d,$(notdir $(1))) $(DEBUG) $(WARNING) -std=$(CSTD) $(OPTIMIZE) -mmcu=$(MCU_TARGET) $(DEFS)
override CFLAGS = -MMD -MF$(DEP_DIR)$(patsubst %.o,%.d,$(notdir $@)) $(DEBUG) $(WARNING) -std=$(CSTD) $(OPTIMIZE) -mmcu=$(MCU_TARGET) $(DEFS)
Expand Down

0 comments on commit 65b9df2

Please sign in to comment.