@ -282,6 +282,10 @@
// plus one static notch with one harmonic
#define HAL_HNF_MAX_FILTERS 18
#endif
#endif // HAL_HNF_MAX_FILTERS
#ifndef HAL_CANFD_SUPPORTED
#define HAL_CANFD_SUPPORTED 0
#ifndef __RAMFUNC__
@ -128,3 +128,9 @@
#ifndef HAL_BOARD_STORAGE_DIRECTORY
#define HAL_BOARD_STORAGE_DIRECTORY "/APM"
#if defined(STM32H7XX) || defined(STM32G4)
#define HAL_CANFD_SUPPORTED 1
# else