[docs] Add Tuya T34 (BK7231N) to CPU list#380
Open
Bl00d-B0b wants to merge 1 commit into
Open
Conversation
kuba2k2
requested changes
May 4, 2026
eb31fae to
2a2ddf5
Compare
Contributor
Author
|
Both requested changes have been addressed:
PR has been squashed to a single clean commit. Ready for re-review @kuba2k2. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Tuya T34 (BK7231N, LGA36) to the supported chip documentation.
Changes:
cores/common/base/lt_types.h— addsT34 = BK7231Nalias tolt_cpu_model_tso the doc generator includes it in the CPU support listdocs/boards_tuya_all.json— adds T34 entry (BK7231N, 2MB flash, 256KB RAM, 19 GPIOs, Wi-Fi + BLE) with link to the official Tuya datasheetAs suggested in #378 — a full board definition is not needed since users can target
generic-bk7231n-qfn32-tuyadirectly.Closes #378.