Anas Nashif
e6885a4515
lib: crc: move from lib/os to lib/crc
...
Move crc implementation to own directory and reduce clutter in lib/os.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-08-18 08:52:16 +03:00
Anas Nashif
db92e5c66e
lib: flatten all loose components into one lib
...
lib/ was starting to get messy and inconsitent. Files being either
dumped in the root or in sub-directories without a clear plan.
Move all library components into one single folder and call it 'os'.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-01-22 07:45:22 -05:00
Anas Nashif
b8424b4cae
crc: deprecate old headers and issue warning when used
...
Change code to use crc.h instead crc{8,16,32}.h and issue warning when
old headers are used.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-12-04 08:52:46 -06:00
Olivier Martin
e7ae7334db
lib/crc: Add CRC32 support
...
It only adds CRC32 IEEE support at the moment.
Signed-off-by: Olivier Martin <olivier.martin@proglove.de>
2018-07-18 10:00:12 -04:00