@@ -11,7 +11,7 @@ use crate::dma::{dma1, dma2};
11
11
#[ cfg( any(
12
12
// feature = "stm32l4p5",
13
13
// feature = "stm32l4q5",
14
- // feature = "stm32l4r5",
14
+ feature = "stm32l4r5" ,
15
15
// feature = "stm32l4s5",
16
16
// feature = "stm32l4r7",
17
17
// feature = "stm32l4s7",
@@ -132,7 +132,7 @@ pub enum DmaInput {
132
132
#[ cfg( any(
133
133
// feature = "stm32l4p5",
134
134
// feature = "stm32l4q5",
135
- // feature = "stm32l4r5",
135
+ feature = "stm32l4r5" ,
136
136
// feature = "stm32l4s5",
137
137
// feature = "stm32l4r7",
138
138
// feature = "stm32l4s7",
@@ -240,7 +240,7 @@ enum DMAREQ_ID_A {
240
240
#[ cfg( any(
241
241
// feature = "stm32l4p5",
242
242
// feature = "stm32l4q5",
243
- // feature = "stm32l4r5",
243
+ feature = "stm32l4r5" ,
244
244
// feature = "stm32l4s5",
245
245
// feature = "stm32l4r7",
246
246
// feature = "stm32l4s7",
@@ -256,7 +256,7 @@ impl From<DMAREQ_ID_A> for u8 {
256
256
#[ cfg( any(
257
257
// feature = "stm32l4p5",
258
258
// feature = "stm32l4q5",
259
- // feature = "stm32l4r5",
259
+ feature = "stm32l4r5" ,
260
260
// feature = "stm32l4s5",
261
261
// feature = "stm32l4r7",
262
262
// feature = "stm32l4s7",
@@ -372,7 +372,7 @@ impl TryFrom<DmaInput> for DMAREQ_ID_A {
372
372
#[ cfg( not( any(
373
373
// feature = "stm32l4p5",
374
374
// feature = "stm32l4q5",
375
- // feature = "stm32l4r5",
375
+ feature = "stm32l4r5" ,
376
376
// feature = "stm32l4s5",
377
377
// feature = "stm32l4r7",
378
378
// feature = "stm32l4s7",
@@ -419,7 +419,7 @@ macro_rules! cselr {
419
419
#[ cfg( not( any(
420
420
// feature = "stm32l4p5",
421
421
// feature = "stm32l4q5",
422
- // feature = "stm32l4r5",
422
+ feature = "stm32l4r5" ,
423
423
// feature = "stm32l4s5",
424
424
// feature = "stm32l4r7",
425
425
// feature = "stm32l4s7",
@@ -565,7 +565,7 @@ macro_rules! dmamux {
565
565
#[ cfg( any(
566
566
// feature = "stm32l4p5",
567
567
// feature = "stm32l4q5",
568
- // feature = "stm32l4r5",
568
+ feature = "stm32l4r5" ,
569
569
// feature = "stm32l4s5",
570
570
// feature = "stm32l4r7",
571
571
// feature = "stm32l4s7",
@@ -586,7 +586,7 @@ macro_rules! dmamux {
586
586
#[ cfg( not( any(
587
587
// feature = "stm32l4p5",
588
588
// feature = "stm32l4q5",
589
- // feature = "stm32l4r5",
589
+ feature = "stm32l4r5" ,
590
590
// feature = "stm32l4s5",
591
591
// feature = "stm32l4r7",
592
592
// feature = "stm32l4s7",
0 commit comments