Skip to content

Commit 4febc85

Browse files
authored
fix(m5stack-tab5): Fix component manifest and clean up cmakelists (#560)
1 parent c7d38ed commit 4febc85

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
idf_component_register(
22
INCLUDE_DIRS "include"
33
SRC_DIRS "src"
4-
REQUIRES driver esp_lcd fatfs base_component codec display display_drivers i2c input_drivers interrupt gt911 task bmi270 display_drivers ina226 pi4ioe5v rx8130ce
4+
REQUIRES driver esp_lcd fatfs base_component bmi270 codec display display_drivers gt911 i2c ina226 input_drivers interrupt pi4ioe5v rx8130ce task
55
REQUIRED_IDF_TARGETS "esp32p4"
66
)
Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1-
version: "1.0.0"
2-
description: "M5Stack Tab5 Board Support Package (BSP) component for ESP32-P4"
3-
url: "https://github.com/esp-cpp/espp"
1+
## IDF Component Manager Manifest File
2+
license: "MIT"
3+
description: "M5Stack Tab5 Board Support Package (BSP) component in C++ for ESP32-P4"
4+
url: "https://github.com/esp-cpp/espp/tree/main/components/m5stack-tab5"
5+
repository: "git://github.com/esp-cpp/espp.git"
6+
maintainers:
7+
- William Emfinger <waemfinger@gmail.com>
8+
documentation: "https://esp-cpp.github.io/espp/m5stack_tab5.html"
9+
examples:
10+
- path: example
11+
tags:
12+
- cpp
13+
- Component
14+
- M5Stack
15+
- Tab5
16+
- BSP
417
dependencies:
518
idf: ">=5.0"
619
espp/base_component: ">=1.0"
720
espp/bmi270: ">=1.0"
8-
# espp/ble_gatt_server: ">=1.0"
921
espp/codec: ">=1.0"
1022
espp/display: ">=1.0"
1123
espp/display_drivers: ">=1.0"
@@ -17,6 +29,5 @@ dependencies:
1729
espp/pi4ioe5v: ">=1.0"
1830
espp/rx8130ce: ">=1.0"
1931
espp/task: ">=1.0"
20-
# espp/wifi: ">=1.0"
2132
targets:
2233
- esp32p4

0 commit comments

Comments
 (0)