Skip to content

Commit f18196c

Browse files
committed
fix(esp_board_manager): Sort and organize the changelog contents
1 parent e8df6dc commit f18196c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/esp_board_manager/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
- Add board selection priority documentation and sdkconfig troubleshooting guide
1313
- Instead of copying board source files to gen_bmgr_codes, now reference them directly via SRC_DIRS and INCLUDE_DIRS to avoid duplication.
1414
- Add device dependencies support with `${BOARD_PATH}` variable resolution
15-
- Update README with dependencies usage guide
1615
- Add sdspi sdcard device type
17-
- Refine dependency for esp_codec_dev
18-
- Add esp_board_device_find_by_handle() API for finding device by handle
16+
- Add `esp_board_device_find_by_handle()` API for finding device by handle
1917
- Add board information output to CMakeLists.txt generation
2018
- Update esp_codec_dev dependency to version `~1.5`
21-
- Clear the build directory to get the correct dependencies when switching boards
19+
- Refine dependency for esp_codec_dev
20+
- Update README with dependencies usage guide
2221
- Update `CONFIG_IDF_TARGET` in sdkconfig according to the chip name specified in `board_info.yaml`
22+
- Clear the build directory to get the correct dependencies when switching boards
2323

2424
### Supported Boards
2525
- **ESP32-S3 Korvo2 V3**: Full LCD, LCD Touch, DVP Camera support

0 commit comments

Comments
 (0)