CRC library (#339)

* Crc initial example
* Update example and fix submodule
This commit is contained in:
Zaltora 2017-02-21 20:44:03 +01:00 committed by Ruslan V. Uss
parent eb5fa3d405
commit f51a2109b1
6 changed files with 173 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Component makefile for extras/crc_generic
# expected anyone using bmp driver includes it as 'crc_generic/crc_generic.h'
INC_DIRS += $(crc_generic_ROOT)crc_lib/
# args for passing into compile rule generation
crc_generic_SRC_DIR = $(crc_generic_ROOT)crc_lib/
$(eval $(call component_compile_rules,crc_generic))

@ -0,0 +1 @@
Subproject commit a3b902a53216b1378e5cc856ed1dfc3ffd38bc09