Commit Graph

11 Commits (75fbc5817e112b1cbf45e91fef286c20797890f2)

Author SHA1 Message Date
kevin.ong 50e2e05442 stm32: fix indent style 2019-01-25 14:29:59 +00:00
kevin.ong f0006adb41 stm32: fix typo 2019-01-25 14:29:59 +00:00
kevin.ong 0e69cd95de stm32: fix some F0 target compile error 2019-01-25 14:29:59 +00:00
kevin.ong 56e488a2fd stm32: F1/F2/F4/L1 set to not supported HW CRC
Currently, mbed supported input data format fix on bytes, so those
devices are not supported at default.
2019-01-25 14:29:59 +00:00
kevin.ong 38e1152eea stm32: fix F1/F2/F4/L1 compile fail after enable CRC
Those series have not CRC_POLYLENGTH_32B definition
2019-01-25 14:29:59 +00:00
kevin.ong 536b7a645a stm32: remove empty line 2019-01-25 14:29:59 +00:00
kevin.ong 6688b55a58 stm32: Improve the CRC function to support fully accumulate
Tested on DISCO_L476VG and NUCLEO_L476RG
2019-01-25 14:29:59 +00:00
Alastair D'Silva b0220082de Don't use define checks on DEVICE_FOO macros (partner code)
The DEVICE_FOO macros are always defined (either 0 or 1).

This patch replaces any instances of a define check on a DEVICE_FOO
macro with value test instead.

Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
2019-01-14 13:06:14 +00:00
jeromecoutant 433ba46132 TARGET_STM astyle 2018-06-27 14:21:07 +02:00
Przemyslaw Stekiel 68631fcaa9 STM CRC driver: hal_crc_compute_partial() - validate input paramaters. 2018-06-07 15:06:35 +02:00
Steven Cartmell a92ac70e82 HAL CRC: Move STM32 implementation to common folder and add targets 2018-05-24 17:51:50 +01:00