aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f1
diff options
context:
space:
mode:
authorKarl Palsson2012-06-18 18:57:45 +0000
committerPiotr Esden-Tempski2012-06-29 02:08:53 -0700
commit450c3e00a16c3d8bf1a9282d2ca4b45e8b4d9045 (patch)
treeda45045396bf1b6ef19bce1b8d1c95984bf4dab4 /lib/stm32/f1
parent98174e4a0c6acfe5e427c58fdccbe0f8652d9214 (diff)
Basic helper routines for CRC
Note, the CRC block is pretty useless for interoperability. It only operates on 32bit chunks, and in a different bit order. No attempt to make full helpers for compatibility with other implementations has been done. https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=%2Fpublic%2FSTe2ecommunities%2Fmcu%2FLists%2Fcortex_mx_stm32%2FCRC%20computation&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B&currentviews=2006
Diffstat (limited to 'lib/stm32/f1')
-rw-r--r--lib/stm32/f1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32/f1/Makefile b/lib/stm32/f1/Makefile
index 40c109a..0059ba1 100644
--- a/lib/stm32/f1/Makefile
+++ b/lib/stm32/f1/Makefile
@@ -31,7 +31,7 @@ ARFLAGS = rcs
OBJS = vector.o rcc.o gpio.o usart.o adc.o spi.o flash.o nvic.o \
rtc.o i2c.o dma.o systick.o exti.o scb.o ethernet.o \
usb_f103.o usb.o usb_control.o usb_standard.o can.o \
- timer.o usb_f107.o desig.o
+ timer.o usb_f107.o desig.o crc.o
VPATH += ../../usb:../