File tree Expand file tree Collapse file tree 6 files changed +5
-0
lines changed
examples/mcu-board-support Expand file tree Collapse file tree 6 files changed +5
-0
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 10
10
extern crate alloc;
11
11
12
12
#[ cfg( feature = "pico-st7789" ) ]
13
+ #[ path = "pico_st7789/pico_st7789.rs" ]
13
14
mod pico_st7789;
14
15
#[ cfg( feature = "pico-st7789" ) ]
15
16
pub use pico_st7789:: * ;
16
17
17
18
#[ cfg( feature = "pico2-st7789" ) ]
19
+ #[ path = "pico2_st7789/pico2_st7789.rs" ]
18
20
mod pico2_st7789;
19
21
#[ cfg( feature = "pico2-st7789" ) ]
20
22
pub use pico2_st7789:: * ;
21
23
22
24
#[ cfg( feature = "stm32h735g" ) ]
25
+ #[ path = "stm32h735g/stm32h735g.rs" ]
23
26
mod stm32h735g;
24
27
#[ cfg( feature = "stm32h735g" ) ]
25
28
pub use stm32h735g:: * ;
26
29
27
30
#[ cfg( feature = "stm32u5g9j-dk2" ) ]
31
+ #[ path = "stm32u5g9j_dk2/stm32u5g9j_dk2.rs" ]
28
32
mod stm32u5g9j_dk2;
29
33
#[ cfg( feature = "stm32u5g9j-dk2" ) ]
30
34
pub use stm32u5g9j_dk2:: * ;
31
35
32
36
#[ cfg( feature = "esp32-s3-box-3" ) ]
37
+ #[ path = "esp32_s3_box_3/esp32_s3_box_3.rs" ]
33
38
mod esp32_s3_box_3;
34
39
#[ cfg( feature = "esp32-s3-box-3" ) ]
35
40
pub use esp32_s3_box_3:: * ;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments