Skip to content

Commit 762b33c

Browse files
committed
Merge branch 'fix/fix_max17048_version' into 'master'
fix(max17048): add C++ compatibility to max17048.h See merge request ae_group/esp-iot-solution!1271
2 parents 3339788 + 7102897 commit 762b33c

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

components/sensors/battery_fuel_gauge/max17048/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog
22

3+
## v0.1.1 - 2025-4-11
4+
5+
### Fix:
6+
7+
* Fixed C++ compatibility issue in `max17048.h`. [!486](https://github.com/espressif/esp-iot-solution/pull/486)
8+
39
## v0.1.0 - 2024-12-28
410

511
### Enhancements:

components/sensors/battery_fuel_gauge/max17048/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.1.0"
1+
version: "0.1.1"
22
description: I2C driver for MAX17048/MAX17049 micropower current fuel gauges
33
url: https://github.com/espressif/esp-iot-solution/tree/master/components/sensors/battery_fuel_gauge/max17048
44
repository: https://github.com/espressif/esp-iot-solution.git

examples/ai/esp_dl/human_activity_recognition/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ value: array([-32, -41, 82, -54, -51, -51], dtype=int8)
209209

210210
### Load model in ESP Platform
211211

212-
You can load models from ``rodata``, ``partition``, or ``sdcard``. In this example, the ``partition`` method is used; for more details, please refer to [how_to_load_model](https://github.com/espressif/esp-dl/blob/master/docs/en/tutorials/how_to_load_model.rst).
212+
You can load models from ``rodata``, ``partition``, or ``sdcard``. In this example, the ``partition`` method is used; for more details, please refer to [how_to_load_model](https://github.com/espressif/esp-dl/blob/master/docs/en/tutorials/how_to_load_test_profile_model.rst).
213213

214214
Additionally, to ensure the model outputs the expected results, you need to preprocess the data following the inference process on the PC and parse the model's inference results. You can refer to the data preprocessing and post-processing steps in this example.
215215

examples/camera/video_lcd_display/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ This example is based on the [esp_video](https://github.com/espressif/esp-video-
1515
### Prerequisites
1616

1717
* An ESP32-P4-Function-EV-Board.
18-
* A 7-inch 1024 x 600 LCD screen powered by the [EK79007](https://github.com/espressif/esp-dev-kits/blob/master/docs/_static/esp32-p4-function-ev-board/camera_display_datasheet/display_driver_chip_EK79007AD_datasheet.pdf) IC, accompanied by a 32-pin FPC connection [adapter board](https://github.com/espressif/esp-dev-kits/blob/master/docs/_static/esp32-p4-function-ev-board/schematics/esp32-p4-function-ev-board-lcd-subboard-schematics.pdf) ([LCD Specifications](https://github.com/espressif/esp-dev-kits/blob/master/docs/_static/esp32-p4-function-ev-board/camera_display_datasheet/display_datasheet.pdf)).
19-
* A MIPI-CSI camera powered by the SC2336 IC, accompanied by a 32-pin FPC connection [adapter board](https://github.com/espressif/esp-dev-kits/blob/master/docs/_static/esp32-p4-function-ev-board/schematics/esp32-p4-function-ev-board-camera-subboard-schematics.pdf) ([Camera Specifications](https://github.com/espressif/esp-dev-kits/blob/master/docs/_static/esp32-p4-function-ev-board/camera_display_datasheet/camera_datasheet.pdf)).
18+
* A 7-inch 1024 x 600 LCD screen powered by the [EK79007](https://dl.espressif.com/dl/schematics/display_driver_chip_EK79007AD_datasheet.pdf) IC, accompanied by a 32-pin FPC connection [adapter board](https://dl.espressif.com/dl/schematics/esp32-p4-function-ev-board-lcd-subboard-schematics.pdf) ([LCD Specifications](https://dl.espressif.com/dl/schematics/display_datasheet.pdf)).
19+
* A MIPI-CSI camera powered by the SC2336 IC, accompanied by a 32-pin FPC connection [adapter board](https://dl.espressif.com/dl/schematics/esp32-p4-function-ev-board-camera-subboard-schematics.pdf) ([Camera Specifications](https://dl.espressif.com/dl/schematics/camera_datasheet.pdf)).
2020
* A USB-C cable for power supply and programming.
2121
* Please refer to the following steps for the connection:
2222
* **Step 1**. According to the table below, connect the pins on the back of the screen adapter board to the corresponding pins on the development board.

examples/vision/opencv/color_tracker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This example is based on the [esp_video](https://components.espressif.com/compon
1616
### Prerequisites
1717

1818
* An ESP32-P4-Function-EV-Board.
19-
* A 7-inch 1024 x 600 LCD screen powered by the [EK79007](https://dl.espressif.com/dl/schematics/display_driver_chip_EK79007AD_datasheet.pdf) IC, accompanied by a 32-pin FPC connection [adapter board](https://dl.espressif.com/dl/schematics/esp32-p4-function-ev-board-lcd-subboard-schematics.pdf) ([LCD Specifications](https://github.com/espressif/esp-dev-kits/blob/master/docs/_static/esp32-p4-function-ev-board/camera_display_datasheet/display_datasheet.pdf)).
19+
* A 7-inch 1024 x 600 LCD screen powered by the [EK79007](https://dl.espressif.com/dl/schematics/display_driver_chip_EK79007AD_datasheet.pdf) IC, accompanied by a 32-pin FPC connection [adapter board](https://dl.espressif.com/dl/schematics/esp32-p4-function-ev-board-lcd-subboard-schematics.pdf) ([LCD Specifications](https://dl.espressif.com/dl/schematics/display_datasheet.pdf)).
2020
* A MIPI-CSI camera powered by the SC2336 IC, accompanied by a 32-pin FPC connection [adapter board](https://dl.espressif.com/dl/schematics/esp32-p4-function-ev-board-camera-subboard-schematics.pdf) ([Camera Specifications](https://dl.espressif.com/dl/schematics/camera_datasheet.pdf)).
2121
* A USB-C cable for power supply and programming.
2222
* Please refer to the following steps for the connection:

0 commit comments

Comments
 (0)