This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
824a241132
zephyr
/
tests
/
unit
/
crc
/
prj.conf
2 lines
13 B
Plaintext
Raw
Normal View
History
Unescape
Escape
crc: Make the build of crc function dependent on a Kconfig Add CONFIG_CRC for building CRC related routines. CRC routines are now being built for each application, whether used or not and are add in the build system unconditionally. Keep CONFIG_CRC enabled by default for now and until all users have converted to use the new option. Partial fix for #50654 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-09-27 00:13:43 +08:00
CONFIG_CRC=y