Commit 39c4871
修正 ESP32-S3 編譯問題:停用 I2C target 模式
停用 ESP32_GENERIC_S3 板型的 I2C target(從設備)模式,
以解決與 ESP-IDF v5.3.1 API 不相容的編譯錯誤。
- 在 mpconfigboard.h 中設定 MICROPY_PY_MACHINE_I2C_TARGET=0
- I2C master(主設備)模式仍正常可用
- 更新編譯依賴鎖定檔案
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent d4c112a commit 39c4871
File tree
2 files changed
+4
-1
lines changed- ports/esp32
- boards/ESP32_GENERIC_S3
- lockfiles
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments