@@ -30,6 +30,16 @@ config USE_STM32_HAL_ADC_EX
30
30
Enable STM32Cube Extended Analog-to-Digital Converter (ADC) HAL
31
31
module driver
32
32
33
+ config USE_STM32_HAL_BSEC
34
+ bool
35
+ help
36
+ Enable STM32Cube Boot and Security Control (BSEC) HAL module driver
37
+
38
+ config USE_STM32_HAL_CACHEAXI
39
+ bool
40
+ help
41
+ Enable STM32Cube AXI Cache (CACHEAXI) HAL module driver
42
+
33
43
config USE_STM32_HAL_CAN
34
44
bool
35
45
help
@@ -213,6 +223,11 @@ config USE_STM32_HAL_GFXMMU
213
223
help
214
224
Enable STM32Cube Chrom-GRCTM (GFXMMU) HAL module driver
215
225
226
+ config USE_STM32_HAL_GFXTIM
227
+ bool
228
+ help
229
+ Enable STM32Cube Graphic Timer (GFXTIM) HAL module driver
230
+
216
231
config USE_STM32_HAL_GPIO
217
232
bool
218
233
help
@@ -335,6 +350,11 @@ config USE_STM32_HAL_LTDC_EX
335
350
help
336
351
Enable STM32Cube Extended LCD-TFT controller (LTDC) HAL module driver
337
352
353
+ config USE_STM32_HAL_MCE
354
+ bool
355
+ help
356
+ Enable STM32Cube Memory Cipher Engine (MCE) HAL module driver
357
+
338
358
config USE_STM32_HAL_MDF
339
359
bool
340
360
help
@@ -463,11 +483,21 @@ config USE_STM32_HAL_RAMECC
463
483
help
464
484
Enable STM32Cube RAM ECC monitoring (RAMECC) HAL module driver
465
485
486
+ config USE_STM32_HAL_RIF
487
+ bool
488
+ help
489
+ Enable STM32Cube Resource Isolation Framework (RIF) HAL module driver
490
+
466
491
config USE_STM32_HAL_RNG
467
492
bool
468
493
help
469
494
Enable STM32Cube True random number generator (RNG) HAL module driver
470
495
496
+ config USE_STM32_HAL_RNG_EX
497
+ bool
498
+ help
499
+ Enable STM32Cube Extended True random number generator (RNG) HAL module driver
500
+
471
501
config USE_STM32_HAL_RTC
472
502
bool
473
503
help
@@ -533,6 +563,11 @@ config USE_STM32_HAL_SMBUS
533
563
help
534
564
Enable STM32Cube System Management Bus (SMBus) HAL module driver
535
565
566
+ config USE_STM32_HAL_SMBUS_EX
567
+ bool
568
+ help
569
+ Enable STM32Cube Extended System Management Bus (SMBus) HAL module driver
570
+
536
571
config USE_STM32_HAL_SPDIFRX
537
572
bool
538
573
help
@@ -656,7 +691,7 @@ config USE_STM32_LL_DELAYBLOCK
656
691
config USE_STM32_LL_DLYB
657
692
bool
658
693
help
659
- Enable STM32Cube DelayBlock (DELAYBLOCK) LL module driver (stm32U5)
694
+ Enable STM32Cube DelayBlock (DELAYBLOCK) LL module driver (stm32U5 or STM32N6 )
660
695
661
696
config USE_STM32_LL_DMA
662
697
bool
@@ -823,4 +858,14 @@ config USE_STM32_LL_UTILS
823
858
help
824
859
Enable STM32Cube Utility functions (UTILS) LL module driver
825
860
861
+ config USE_STM32_LL_VENC
862
+ bool
863
+ help
864
+ Enable STM32Cube Video Encoder (VENC) LL module driver
865
+
866
+ config USE_STM32_UTIL_I3C
867
+ bool
868
+ help
869
+ Enable STM32Cube I3C Timing Utility functions (UTILS) module driver
870
+
826
871
endif # HAS_STM32CUBE
0 commit comments