Skip to content

Commit c9ce302

Browse files
committed
fix tags
1 parent 2ccb1fe commit c9ce302

File tree

81 files changed

+137
-129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+137
-129
lines changed

components/adc/idf_component.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/adc/index.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- ADC
14-
- Oneshot ADC
15-
- Continuous ADC
14+
- Oneshot
15+
- Continuous
1616
dependencies:
1717
idf:
1818
version: '>=5.0'

components/ads1x15/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/adc/ads1x15.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- ADC
1414
- I2C

components/ads7138/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/adc/ads7138.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- ADC
1414
- I2C

components/as5600/idf_component.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/encoder/as5600.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- Encoder
14-
- Magnetic Encoder
14+
- Magnetic
1515
- Peripheral
1616
- I2C
1717
dependencies:

components/aw9523/idf_component.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/io_expander/aw9523.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
13-
- I/O Expander
13+
- Expander
1414
- I2C
1515
- Peripheral
1616
dependencies:

components/base_component/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/base_component.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
dependencies:
1414
idf:

components/base_peripheral/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/base_peripheral.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- Peripherals
1414
- I2C

components/binary-log/idf_component.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/logger.html#binary-log"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- Logging
14-
- Binary Logging
14+
- Binary
1515
dependencies:
1616
idf:
1717
version: '>=5.0'

components/bldc_driver/idf_component.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/bldc/bldc_driver.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
13-
- BLDC Motor
14-
- Motor Driver
13+
- BLDC
14+
- Motor
1515
- Driver
1616
dependencies:
1717
idf:

components/bldc_haptics/idf_component.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/haptics/bldc_haptics.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
13-
- BLDC Motor
13+
- BLDC
14+
- Motor
1415
- Haptics
15-
- Haptic Feedback
16+
- Haptic
17+
- Feedback
1618
dependencies:
1719
idf:
1820
version: '>=5.0'

components/bldc_motor/idf_component.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/bldc/bldc_motor.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
13-
- BLDC Motor
14-
- Motor Control
13+
- BLDC
14+
- Motor
15+
- Control
1516
dependencies:
1617
idf:
1718
version: '>=5.0'

components/ble_gatt_server/idf_component.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/ble/ble_gatt_server.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- NimBLE
1414
- BLE
15-
- Bluetooth Low Energy
1615
- GATT
1716
- Server
1817
dependencies:

components/bm8563/idf_component.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/rtc/bm8563.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
13-
- Real Time Clock
1413
- RTC
1514
- I2C
1615
dependencies:

components/button/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/button.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- Button
1414
- Interrupt

components/chsc6x/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/input/chsc6x.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- Touch
1414
- Touchscreen

components/cli/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/cli.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- Command Line
1414
- CLI

components/codec/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ maintainers:
99
# TODO: refactor this component and add docs for it
1010
# documentation: "https://esp-cpp.github.io/espp/logger.html#logger"
1111
tags:
12-
- C++
12+
- cpp
1313
- Component
1414
- Audio
1515
- Codec

components/color/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/color.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- Color
1414
- RGB

components/controller/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/controller.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- Gamepad
1414
- Controller

components/cst816/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/input/cst816.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- Touch
1414
- Touchscreen

components/csv/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/csv.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- CSV
1414
- Parsing

components/display/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/display/display.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- Display
1414
- Graphics

components/display_drivers/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/display/display_drivers.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- Display
1414
- Display Drivers

components/drv2605/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/haptics/drv2605.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- Haptics
1414
- DRV2605

components/encoder/idf_component.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/encoder/abi_encoder.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
13+
- ABI
1314
- Encoder
1415
- Rotation
15-
- Motor Control
16-
- ABI Encoder
16+
- Motor
17+
- Control
1718
dependencies:
1819
idf:
1920
version: '>=5.0'

components/esp-box/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/esp_box.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- BSP
1414
- ESP-BOX

components/esp32-timer-cam/idf_component.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/esp32_timer_cam.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
13-
- ESP32 TimerCam
13+
- ESP32
14+
- TimerCam
1415
- BSP
1516
targets:
1617
- esp32

components/event_manager/idf_component.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/event_manager.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
13-
- Event Manager
13+
- Event
14+
- Manager
1415
- Publish
1516
- Subscribe
1617
- Asynchronous

components/file_system/idf_component.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/file_system.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
13-
- File System
13+
- File
14+
- System
1415
- LittleFS
1516
dependencies:
1617
idf:

components/filters/idf_component.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/filters/index.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- Filter
1414
- Butterworth
@@ -17,7 +17,7 @@ tags:
1717
- Lowpass
1818
- Madgwick
1919
- SoS
20-
- Transfer Functions
20+
- Transfer
2121
dependencies:
2222
idf:
2323
version: '>=5.0'

components/format/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/logger.html#format"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- libfmt
1414
- Formatting

components/ft5x06/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/input/ft5x06.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- Touch
1414
- Touchscreen

components/ftp/idf_component.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/ftp/index.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
13-
- TCP/IP
14-
- UDP/IP
15-
- File Transfer
13+
- TCP
14+
- UDP
15+
- File
16+
- Transfer
1617
- WiFi
1718
- Ethernet
1819
- FTP

components/gfps_service/idf_component.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/ble/gfps_service.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
13-
- Google Fast Pair Service
13+
- Google_Fast_Pair_Service
1414
- GFPS
1515
- BLE
1616
- NimBLE

components/gt911/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/input/gt911.html"
1010
tags:
11-
- C++
11+
- cpp
1212
- Component
1313
- GT911
1414
- Touch

0 commit comments

Comments
 (0)