Created
February 7, 2013 21:55
-
-
Save bnewbold/4734603 to your computer and use it in GitHub Desktop.
libmaple - missing interrupt vectors in table for high density devices
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** ./support/ld/libcs3_stm32_src/Makefile.bak 2012-01-18 11:06:14.346230175 -0500 | |
--- ./support/ld/libcs3_stm32_src/Makefile 2012-01-18 11:13:54.546105380 -0500 | |
*************** | |
*** 24,29 **** | |
--- 24,30 ---- | |
$(AR) $(ARFLAGS) libcs3_stm32_med_density.a $(LIB_OBJS) | |
rm -f $(LIB_OBJS) | |
+ high-density: ASFLAGS := -DSTM32_HIGH_DENSITY | |
high-density: CFLAGS := -DSTM32_HIGH_DENSITY | |
high-density: $(LIB_OBJS) | |
$(AR) $(ARFLAGS) libcs3_stm32_high_density.a $(LIB_OBJS) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment