Skip to main content

rlvgl_bsps_stm/
lib.rs

1//! Auto-generated by rlvgl-creator — DO NOT EDIT
2#![no_std]
3
4/// Ergonomic re-exports of the default form.
5pub mod prelude {}
6
7#[cfg(feature = "stm32-h7")]
8pub mod b_g473e_zest1s;
9
10#[cfg(feature = "stm32-h7")]
11pub mod b_g474e_dpow1;
12
13#[cfg(feature = "stm32-h7")]
14pub mod b_l072z_lrwan1;
15
16#[cfg(feature = "stm32-l4")]
17pub mod b_l462e_cell1;
18
19#[cfg(feature = "stm32-l4")]
20pub mod b_l475e_iot01a1;
21
22#[cfg(feature = "stm32-l4")]
23pub mod b_l475e_iot01a2;
24
25#[cfg(feature = "stm32-l4")]
26pub mod b_l4s5i_iot01a;
27
28#[cfg(feature = "stm32-u5")]
29pub mod b_u585i_iot02a;
30
31#[cfg(feature = "stm32-wb")]
32pub mod b_wb1m_wpan1;
33
34#[cfg(feature = "stm32-wba")]
35pub mod b_wba5m_wpan;
36
37#[cfg(feature = "stm32-wba")]
38pub mod b_wba6m_wpan;
39
40#[cfg(feature = "stm32-wl")]
41pub mod b_wl5m_subg1;
42
43#[cfg(feature = "stm32-c0")]
44pub mod nucleo_c031c6;
45
46#[cfg(feature = "stm32-c0")]
47pub mod nucleo_c051c8;
48
49#[cfg(feature = "stm32-c0")]
50pub mod nucleo_c071rb;
51
52#[cfg(feature = "stm32-c0")]
53pub mod nucleo_c092rc;
54
55#[cfg(feature = "stm32-f0")]
56pub mod nucleo_f030r8;
57
58#[cfg(feature = "stm32-f0")]
59pub mod nucleo_f031k6;
60
61#[cfg(feature = "stm32-f0")]
62pub mod nucleo_f042k6;
63
64#[cfg(feature = "stm32-f0")]
65pub mod nucleo_f070rb;
66
67#[cfg(feature = "stm32-f0")]
68pub mod nucleo_f072rb;
69
70#[cfg(feature = "stm32-f0")]
71pub mod nucleo_f091rc;
72
73#[cfg(feature = "stm32-f1")]
74pub mod nucleo_f103rb;
75
76#[cfg(feature = "stm32-f1")]
77pub mod nucleo_f103rb2;
78
79#[cfg(feature = "stm32-f2")]
80pub mod nucleo_f207zg;
81
82#[cfg(feature = "stm32-f3")]
83pub mod nucleo_f302r8;
84
85#[cfg(feature = "stm32-f3")]
86pub mod nucleo_f303k8;
87
88#[cfg(feature = "stm32-f3")]
89pub mod nucleo_f303re;
90
91#[cfg(feature = "stm32-f3")]
92pub mod nucleo_f303ze;
93
94#[cfg(feature = "stm32-f3")]
95pub mod nucleo_f334r8;
96
97#[cfg(feature = "stm32-f4")]
98pub mod nucleo_f401re;
99
100#[cfg(feature = "stm32-f4")]
101pub mod nucleo_f401re2;
102
103#[cfg(feature = "stm32-f4")]
104pub mod nucleo_f410rb;
105
106#[cfg(feature = "stm32-f4")]
107pub mod nucleo_f411re;
108
109#[cfg(feature = "stm32-f4")]
110pub mod nucleo_f411re2;
111
112#[cfg(feature = "stm32-f4")]
113pub mod nucleo_f412zg;
114
115#[cfg(feature = "stm32-f4")]
116pub mod nucleo_f413zh;
117
118#[cfg(feature = "stm32-f4")]
119pub mod nucleo_f429zi;
120
121#[cfg(feature = "stm32-f4")]
122pub mod nucleo_f439zi;
123
124#[cfg(feature = "stm32-f4")]
125pub mod nucleo_f446re;
126
127#[cfg(feature = "stm32-f4")]
128pub mod nucleo_f446re2;
129
130#[cfg(feature = "stm32-f4")]
131pub mod nucleo_f446ze;
132
133#[cfg(feature = "stm32-f7")]
134pub mod nucleo_f722ze;
135
136#[cfg(feature = "stm32-f7")]
137pub mod nucleo_f746zg;
138
139#[cfg(feature = "stm32-f7")]
140pub mod nucleo_f756zg;
141
142#[cfg(feature = "stm32-f7")]
143pub mod nucleo_f767zi;
144
145#[cfg(feature = "stm32-g0")]
146pub mod nucleo_g031k8;
147
148#[cfg(feature = "stm32-g0")]
149pub mod nucleo_g070rb;
150
151#[cfg(feature = "stm32-g0")]
152pub mod nucleo_g071rb;
153
154#[cfg(feature = "stm32-g0")]
155pub mod nucleo_g0b1re;
156
157#[cfg(feature = "stm32-g4")]
158pub mod nucleo_g431kb;
159
160#[cfg(feature = "stm32-g4")]
161pub mod nucleo_g431rb;
162
163#[cfg(feature = "stm32-g4")]
164pub mod nucleo_g474re;
165
166#[cfg(feature = "stm32-g4")]
167pub mod nucleo_g491re;
168
169#[cfg(feature = "stm32-h5")]
170pub mod nucleo_h503rb;
171
172#[cfg(feature = "stm32-h5")]
173pub mod nucleo_h533re;
174
175#[cfg(feature = "stm32-h5")]
176pub mod nucleo_h563zi;
177
178#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
179pub mod nucleo_h723zg;
180
181#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
182pub mod nucleo_h743zi;
183
184#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
185pub mod nucleo_h743zi2;
186
187#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
188pub mod nucleo_h745zi_q;
189
190#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
191pub mod nucleo_h753zi;
192
193#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
194pub mod nucleo_h755zi_q;
195
196#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
197pub mod nucleo_h7a3zi_q;
198
199#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
200pub mod nucleo_h7s3l8;
201
202#[cfg(feature = "stm32-l0")]
203pub mod nucleo_l010rb;
204
205#[cfg(feature = "stm32-l0")]
206pub mod nucleo_l011k4;
207
208#[cfg(feature = "stm32-l0")]
209pub mod nucleo_l031k6;
210
211#[cfg(feature = "stm32-l0")]
212pub mod nucleo_l053r8;
213
214#[cfg(feature = "stm32-l0")]
215pub mod nucleo_l073rz;
216
217#[cfg(feature = "stm32-l1")]
218pub mod nucleo_l152re;
219
220#[cfg(feature = "stm32-l4")]
221pub mod nucleo_l412kb;
222
223#[cfg(feature = "stm32-l4")]
224pub mod nucleo_l412rb_p;
225
226#[cfg(feature = "stm32-l4")]
227pub mod nucleo_l432kc;
228
229#[cfg(feature = "stm32-l4")]
230pub mod nucleo_l433rc_p;
231
232#[cfg(feature = "stm32-l4")]
233pub mod nucleo_l452re;
234
235#[cfg(feature = "stm32-l4")]
236pub mod nucleo_l452re_p;
237
238#[cfg(feature = "stm32-l4")]
239pub mod nucleo_l476rg;
240
241#[cfg(feature = "stm32-l4")]
242pub mod nucleo_l476rg2;
243
244#[cfg(feature = "stm32-l4")]
245pub mod nucleo_l496zg;
246
247#[cfg(feature = "stm32-l4")]
248pub mod nucleo_l496zg_p;
249
250#[cfg(feature = "stm32-l4")]
251pub mod nucleo_l4a6zg;
252
253#[cfg(feature = "stm32-l4")]
254pub mod nucleo_l4p5zg;
255
256#[cfg(feature = "stm32-l4")]
257pub mod nucleo_l4r5zi;
258
259#[cfg(feature = "stm32-l4")]
260pub mod nucleo_l4r5zi_p;
261
262#[cfg(feature = "stm32-l5")]
263pub mod nucleo_l552ze_q;
264
265#[cfg(feature = "stm32-n6")]
266pub mod nucleo_n657x0_q;
267
268#[cfg(feature = "stm32-u0")]
269pub mod nucleo_u031r8;
270
271#[cfg(feature = "stm32-u0")]
272pub mod nucleo_u083rc;
273
274#[cfg(feature = "stm32-u3")]
275pub mod nucleo_u385rg_q;
276
277#[cfg(feature = "stm32-u5")]
278pub mod nucleo_u545re_q;
279
280#[cfg(feature = "stm32-u5")]
281pub mod nucleo_u575zi_q;
282
283#[cfg(feature = "stm32-u5")]
284pub mod nucleo_u5a5zj_q;
285
286#[cfg(feature = "stm32-wb")]
287pub mod nucleo_wb05kz;
288
289#[cfg(feature = "stm32-wb")]
290pub mod nucleo_wb07cc;
291
292#[cfg(feature = "stm32-wb")]
293pub mod nucleo_wb09ke;
294
295#[cfg(feature = "stm32-wb")]
296pub mod nucleo_wb15cc;
297
298#[cfg(feature = "stm32-wb")]
299pub mod nucleo_wb52vgy;
300
301#[cfg(feature = "stm32-wb")]
302pub mod nucleo_wb55rg;
303
304#[cfg(feature = "stm32-wba")]
305pub mod nucleo_wba52cg;
306
307#[cfg(feature = "stm32-wba")]
308pub mod nucleo_wba55cg;
309
310#[cfg(feature = "stm32-wba")]
311pub mod nucleo_wba65ri;
312
313#[cfg(feature = "stm32-wl")]
314pub mod nucleo_wl33cc1;
315
316#[cfg(feature = "stm32-wl")]
317pub mod nucleo_wl33cc2;
318
319#[cfg(feature = "stm32-wl")]
320pub mod nucleo_wl55jc1;
321
322#[cfg(feature = "stm32-wl")]
323pub mod nucleo_wl55jc2;
324
325#[cfg(feature = "stm32-l4")]
326pub mod p_l496g_cell01;
327
328#[cfg(feature = "stm32-l4")]
329pub mod p_l496g_cell02;
330
331#[cfg(feature = "stm32-wb")]
332pub mod p_nucleo_wb55_nucleo;
333
334#[cfg(feature = "stm32-wb")]
335pub mod p_nucleo_wb55_usbdongle;
336
337#[cfg(feature = "stm32-wb")]
338pub mod steval_astra1b;
339
340#[cfg(feature = "stm32-f4")]
341pub mod steval_idp005v1;
342
343#[cfg(feature = "stm32-f4")]
344pub mod steval_idp005v2;
345
346#[cfg(feature = "stm32-u5")]
347pub mod steval_mkboxpro;
348
349#[cfg(feature = "stm32-l4")]
350pub mod steval_mksbox1v1;
351
352#[cfg(feature = "stm32-wb")]
353pub mod steval_proteus1;
354
355#[cfg(feature = "stm32-l4")]
356pub mod steval_smartag2;
357
358#[cfg(feature = "stm32-u5")]
359pub mod steval_stwinbx1;
360
361#[cfg(feature = "stm32-l4")]
362pub mod steval_stwinkt1;
363
364#[cfg(feature = "stm32-l4")]
365pub mod steval_stwinkt1b;
366
367#[cfg(feature = "stm32-f0")]
368pub mod stm320518_eval;
369
370#[cfg(feature = "stm32-f0")]
371pub mod stm32072b_eval;
372
373#[cfg(feature = "stm32-f0")]
374pub mod stm32091c_eval;
375
376#[cfg(feature = "stm32-f1")]
377pub mod stm32100e_eval;
378
379#[cfg(feature = "stm32-f1")]
380pub mod stm3210c_eval;
381
382#[cfg(feature = "stm32-f1")]
383pub mod stm3210e_eval;
384
385#[cfg(feature = "stm32-f2")]
386pub mod stm3220g_eval;
387
388#[cfg(feature = "stm32-f2")]
389pub mod stm3221g_eval;
390
391#[cfg(feature = "stm32-f3")]
392pub mod stm32303c_eval;
393
394#[cfg(feature = "stm32-f3")]
395pub mod stm32303e_eval;
396
397#[cfg(feature = "stm32-f3")]
398pub mod stm32373c_eval;
399
400#[cfg(feature = "stm32-f4")]
401pub mod stm3240g_eval;
402
403#[cfg(feature = "stm32-f4")]
404pub mod stm3241g_eval;
405
406#[cfg(feature = "stm32-f4")]
407pub mod stm32429i_eval1;
408
409#[cfg(feature = "stm32-f4")]
410pub mod stm32439i_eval2;
411
412#[cfg(feature = "stm32-f4")]
413pub mod stm32446e_eval;
414
415#[cfg(feature = "stm32-f4")]
416pub mod stm32469i_eval;
417
418#[cfg(feature = "stm32-f4")]
419pub mod stm32479i_eval;
420
421#[cfg(feature = "stm32-f7")]
422pub mod stm32746g_eval2;
423
424#[cfg(feature = "stm32-f7")]
425pub mod stm32756g_eval2;
426
427#[cfg(feature = "stm32-c0")]
428pub mod stm32c0116_dk;
429
430#[cfg(feature = "stm32-c0")]
431pub mod stm32c0316_dk;
432
433#[cfg(feature = "stm32-f0")]
434pub mod stm32f0308_disco;
435
436#[cfg(feature = "stm32-f0")]
437pub mod stm32f072b_disco;
438
439#[cfg(feature = "stm32-f0")]
440pub mod stm32f0discovery;
441
442#[cfg(feature = "stm32-f3")]
443pub mod stm32f303c_disc1;
444
445#[cfg(feature = "stm32-f3")]
446pub mod stm32f3348_disco;
447
448#[cfg(feature = "stm32-f3")]
449pub mod stm32f3discovery;
450
451#[cfg(feature = "stm32-f4")]
452pub mod stm32f401c_disco;
453
454#[cfg(feature = "stm32-f4")]
455pub mod stm32f407g_disc1;
456
457#[cfg(feature = "stm32-f4")]
458pub mod stm32f411e_disco;
459
460#[cfg(feature = "stm32-f4")]
461pub mod stm32f412g_disco;
462
463#[cfg(feature = "stm32-f4")]
464pub mod stm32f413h_disco;
465
466#[cfg(feature = "stm32-f4")]
467pub mod stm32f429i_disc1;
468
469#[cfg(feature = "stm32-f4")]
470pub mod stm32f429i_disco;
471
472#[cfg(feature = "stm32-f4")]
473pub mod stm32f469i_disco;
474
475#[cfg(feature = "stm32-f4")]
476pub mod stm32f4_disco_audiopack;
477
478#[cfg(feature = "stm32-f7")]
479pub mod stm32f723e_disco;
480
481#[cfg(feature = "stm32-f7")]
482pub mod stm32f7308_dk;
483
484#[cfg(feature = "stm32-f7")]
485pub mod stm32f746g_disco;
486
487#[cfg(feature = "stm32-f7")]
488pub mod stm32f7508_dk;
489
490#[cfg(feature = "stm32-f7")]
491pub mod stm32f769i_disc1;
492
493#[cfg(feature = "stm32-f7")]
494pub mod stm32f769i_disco;
495
496#[cfg(feature = "stm32-f7")]
497pub mod stm32f769i_eval;
498
499#[cfg(feature = "stm32-f7")]
500pub mod stm32f779i_eval;
501
502#[cfg(feature = "stm32-g0")]
503pub mod stm32g0316_disco;
504
505#[cfg(feature = "stm32-g0")]
506pub mod stm32g071b_disco;
507
508#[cfg(feature = "stm32-g0")]
509pub mod stm32g081b_eval;
510
511#[cfg(feature = "stm32-g0")]
512pub mod stm32g0c1e_ev;
513
514#[cfg(feature = "stm32-g4")]
515pub mod stm32g474e_eval;
516
517#[cfg(feature = "stm32-g4")]
518pub mod stm32g474e_eval1;
519
520#[cfg(feature = "stm32-g4")]
521pub mod stm32g484e_eval;
522
523#[cfg(feature = "stm32-h5")]
524pub mod stm32h573i_dk;
525
526#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
527pub mod stm32h735g_dk;
528
529#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
530pub mod stm32h743i_disco;
531
532#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
533pub mod stm32h743i_eval;
534
535#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
536pub mod stm32h743i_eval2;
537
538#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
539pub mod stm32h745i_disco;
540
541#[cfg(feature = "stm32-h7")]
542pub mod stm32h747i_disc1;
543
544#[cfg(feature = "stm32-h7")]
545pub mod stm32h747i_disco;
546
547#[cfg(feature = "stm32-h7")]
548pub mod stm32h747i_eval;
549
550#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
551pub mod stm32h750b_dk;
552
553#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
554pub mod stm32h753i_eval;
555
556#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
557pub mod stm32h753i_eval2;
558
559#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
560pub mod stm32h757i_eval;
561
562#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
563pub mod stm32h7b3i_dk;
564
565#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
566pub mod stm32h7b3i_eval;
567
568#[cfg(all(feature = "stm32-h7", not(feature = "pac")))]
569pub mod stm32h7s78_dk;
570
571#[cfg(feature = "stm32-l0")]
572pub mod stm32l0538_disco;
573
574#[cfg(feature = "stm32-l0")]
575pub mod stm32l073z_eval;
576
577#[cfg(feature = "stm32-l0")]
578pub mod stm32l100c_disco;
579
580#[cfg(feature = "stm32-l1")]
581pub mod stm32l152c_disco;
582
583#[cfg(feature = "stm32-l1")]
584pub mod stm32l152d_eval;
585
586#[cfg(feature = "stm32-l4")]
587pub mod stm32l476g_disco;
588
589#[cfg(feature = "stm32-l4")]
590pub mod stm32l476g_eval;
591
592#[cfg(feature = "stm32-l4")]
593pub mod stm32l496g_disco;
594
595#[cfg(feature = "stm32-l4")]
596pub mod stm32l4p5g_dk;
597
598#[cfg(feature = "stm32-l4")]
599pub mod stm32l4r9i_disco;
600
601#[cfg(feature = "stm32-l4")]
602pub mod stm32l4r9i_eval;
603
604#[cfg(feature = "stm32-l5")]
605pub mod stm32l552e_ev;
606
607#[cfg(feature = "stm32-l5")]
608pub mod stm32l562e_dk;
609
610#[cfg(feature = "stm32-l0")]
611pub mod stm32l_discovery;
612
613#[cfg(feature = "stm32-mp")]
614pub mod stm32mp135f_dk;
615
616#[cfg(feature = "stm32-mp")]
617pub mod stm32mp157d_dk1;
618
619#[cfg(feature = "stm32-mp")]
620pub mod stm32mp157d_ev1;
621
622#[cfg(feature = "stm32-mp")]
623pub mod stm32mp157f_dk2;
624
625#[cfg(feature = "stm32-mp")]
626pub mod stm32mp157f_ev1;
627
628#[cfg(feature = "stm32-mp")]
629pub mod stm32mp215f_dk;
630
631#[cfg(feature = "stm32-mp")]
632pub mod stm32mp257f_dk;
633
634#[cfg(feature = "stm32-mp")]
635pub mod stm32mp257f_ev1;
636
637#[cfg(feature = "stm32-n6")]
638pub mod stm32n6570_dk;
639
640#[cfg(feature = "stm32-u0")]
641pub mod stm32u083c_dk;
642
643#[cfg(feature = "stm32-u5")]
644pub mod stm32u575i_ev;
645
646#[cfg(feature = "stm32-u5")]
647pub mod stm32u5a9j_dk;
648
649#[cfg(feature = "stm32-u5")]
650pub mod stm32u5g9j_dk1;
651
652#[cfg(feature = "stm32-u5")]
653pub mod stm32u5g9j_dk2;
654
655#[cfg(feature = "stm32-f1")]
656pub mod stm32vldiscovery;
657
658#[cfg(feature = "stm32-wb")]
659pub mod stm32wb5mm_dk;
660
661#[cfg(feature = "stm32-wba")]
662pub mod stm32wba55g_dk1;
663
664#[cfg(feature = "stm32-h7")]
665pub mod stm32wba65i_dk1;