From b7cd2ccf64a21dc25dfa2974182d4ebb3c6272f2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 16 Jan 2010 02:12:48 +0000 Subject: Add CRC32 to lib/; add tool to make lpc313x bootloader images git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2506 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index e2dfce026..fe65af544 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -1039,3 +1039,7 @@ * arch/arm/src/sam3u, arch/arm/include/sam3u, and configs/sam3u-ek - Added the basic framework needed to begin a port for the SAM3U-EK development board. + * lib/lib_crc32.c: Add CRC32 logic by Gary S. Brown to lib/. This is + the larger (but faster) table look-up version of the CRC32 algorithm. + * confgs/ea3131/tools: Added a tool to create a image suitable for + use with the LPC313x bootloader. -- cgit v1.2.3