stmhal - add pin mapping, gpio, exti, usrsw

This commit is contained in:
Dave Hylands
2014-03-14 23:41:28 -07:00
parent 0a64c92a9c
commit ca5444e6cd
17 changed files with 949 additions and 32 deletions

View File

@@ -45,6 +45,10 @@ vpath %.c . $(TOP)
$(BUILD)/%.o: %.c
$(call compile_c)
$(BUILD)/%.pp: %.c
$(ECHO) "PreProcess $<"
$(Q)$(CC) $(CFLAGS) -E -Wp,-C,-dD,-dI -o $@ $<
# The following rule uses | to create an order only prereuisite. Order only
# prerequisites only get built if they don't exist. They don't cause timestamp
# checkng to be performed.