CRC library (#339)
* Crc initial example * Update example and fix submodule
This commit is contained in:
parent
eb5fa3d405
commit
f51a2109b1
6 changed files with 173 additions and 0 deletions
9
extras/crc_generic/component.mk
Normal file
9
extras/crc_generic/component.mk
Normal 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))
|
1
extras/crc_generic/crc_lib
Submodule
1
extras/crc_generic/crc_lib
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a3b902a53216b1378e5cc856ed1dfc3ffd38bc09
|
Loading…
Add table
Add a link
Reference in a new issue