File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 11idf_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 )
Original file line number Diff line number Diff line change 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
417dependencies :
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"
2132targets :
2233 - esp32p4
You can’t perform that action at this time.
0 commit comments