We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65f45cd + 7551315 commit ce13e1cCopy full SHA for ce13e1c
targets/TARGET_STM/TARGET_STM32G4/objects.h
@@ -136,6 +136,8 @@ struct qspi_s {
136
//#include "common_objects.h"
137
#include "gpio_object.h"
138
139
+#define HAL_CRC_IS_SUPPORTED(polynomial, width) ((width) == 7 || (width) == 8 || (width) == 16 || (width) == 32)
140
+
141
#ifdef __cplusplus
142
}
143
#endif
targets/targets.json
@@ -3018,7 +3018,8 @@
3018
"MPU",
3019
"SERIAL_ASYNCH",
3020
"TRNG",
3021
- "CAN"
+ "CAN",
3022
+ "CRC"
3023
]
3024
},
3025
"MCU_STM32G431xB": {
0 commit comments