Cruz Monrreal
1e3e69463f
Merge pull request #7781 from deepikabhavnani/crc_safety
...
Add thread safety to CRC class
2018-08-29 15:42:23 -05:00
deepikabhavnani
986411ccb0
Add thread safety to CRC class
...
Thread safety is added to serialize the hardware CRC and will not
impact the software CRC.
2018-08-21 15:26:05 -05:00
deepikabhavnani
7885edb671
Template specialization didnt work after addition of default constructor
...
Template specialization didn't work after addition of default constructor
for unsupported polynomials. Since the argument type and count are same,
compiler always selects the default constructor.
2018-08-14 15:47:44 -05:00
Martin Kojtal
700e6df834
drivers: astyle update
2018-06-29 10:36:36 +01:00
ccli8
f51d036ecd
Fix mbed_crc_ctor is missing in some MbedCRC constructor
...
This error leaves MbedCRC/_mode uninitialized and may cause mbed-os-tests-mbed_drivers-crc/
Test SD CRC polynomials failed.
2018-06-01 09:49:33 +08:00
Deepika
331620e1d0
Default constructor for template class should be part of header file
2018-03-23 14:55:07 -05:00
deepikabhavnani
af0982295f
Moved specialized functions to CPP file
...
Template specialized functions are moved to cpp file, to add MbedCRC.h
in mbed.h. Else linker shall multiple definition error.
2018-02-20 08:12:44 -06:00