-
Notifications
You must be signed in to change notification settings - Fork 205
Expand file tree
/
Copy pathidf_component.yml
More file actions
40 lines (33 loc) · 995 Bytes
/
idf_component.yml
File metadata and controls
40 lines (33 loc) · 995 Bytes
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
version: "3.1.0"
description: Board Support Package (BSP) for M5Stack CoreS3
url: https://github.com/espressif/esp-bsp/tree/master/bsp/m5stack_core_s3
targets:
- esp32s3
tags:
- bsp
- M5Stack
dependencies:
idf: ">=5.4" # I2C Driver-NG is supported in esp32-camera only from IDFv5.4
esp_lcd_ili9341:
version: "^2.0.1"
override_path: "../../components/lcd/esp_lcd_ili9341"
esp_lcd_touch_ft5x06:
version: "^1"
override_path: "../../components/lcd_touch/esp_lcd_touch_ft5x06"
espressif/esp_lvgl_port:
version: "^2"
public: true
override_path: "../../components/esp_lvgl_port"
esp_codec_dev:
version: "~1.5"
public: true
esp32-camera:
version: "^2.0.11"
public: true
examples:
- path: ../../examples/display
- path: ../../examples/display_rotation
- path: ../../examples/display_audio_photo
- path: ../../examples/display_camera
- path: ../../examples/display_lvgl_demos
- path: ../../examples/display_lvgl_benchmark