-
Notifications
You must be signed in to change notification settings - Fork 205
Expand file tree
/
Copy pathidf_component.yml
More file actions
57 lines (44 loc) · 1.18 KB
/
idf_component.yml
File metadata and controls
57 lines (44 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
version: "1.0.0"
description: Board Support Package (BSP) for m5stack_tab5
url: https://github.com/espressif/esp-bsp/tree/master/bsp/m5stack_tab5
targets:
- esp32p4
tags:
- bsp
dependencies:
idf: ">=5.4"
esp_codec_dev:
version: "~1.5"
public: true
espressif/esp_io_expander:
version: "*"
public: true
override_path: "../../components/io_expander/esp_io_expander"
espressif/esp_io_expander_pi4ioe5v6408:
version: "*"
public: false
override_path: "../../components/io_expander/esp_io_expander_pi4ioe5v6408"
espressif/esp_lvgl_port:
version: "^2"
public: true
override_path: "../../components/esp_lvgl_port"
espressif/esp_lcd_st7123:
version: "*"
public: false
espressif/esp_lcd_touch_st7123:
version: "*"
public: false
esp_video:
version: "~1.4"
public: true
usb:
version: "^1"
public: true
examples:
- path: ../../examples/display
- path: ../../examples/display_rotation
- path: ../../examples/display_audio_photo
- path: ../../examples/display_lvgl_demos
- path: ../../examples/display_camera_csi
- path: ../../examples/display_sdcard
- path: ../../examples/display_usb_hid