Skip to content

Instantly share code, notes, and snippets.

@bnewbold
Created February 7, 2013 21:55
Show Gist options
  • Save bnewbold/4734603 to your computer and use it in GitHub Desktop.
Save bnewbold/4734603 to your computer and use it in GitHub Desktop.
libmaple - missing interrupt vectors in table for high density devices
*** ./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