Skip to content

Add TPS546 config to NVS - #1838

Open
mutatrum wants to merge 1 commit into
bitaxeorg:masterfrom
mutatrum:tps546-nvs-config
Open

Add TPS546 config to NVS#1838
mutatrum wants to merge 1 commit into
bitaxeorg:masterfrom
mutatrum:tps546-nvs-config

Conversation

@mutatrum

Copy link
Copy Markdown
Collaborator

This PR adds configuration options for TPS546 fields. This allows for device variants where the power setup is different, but otherwise follow the standard device model. For example #1798, the 601a 12V model would be supported by adding the following lines to the config:

boardversion,data,string,601a
devicemodel,data,string,gamma
asicmodel,data,string,BM1370

# TPS546 Custom 12V Overrides
tps546_phase,data,u16,0
tps546_vin_on,data,string,11.0
tps546_vin_off,data,string,10.5
tps546_vin_uvw,data,string,11.0
tps546_vin_ovf,data,string,14.0
tps546_scale,data,string,0.25
tps546_vout_min,data,string,1.0
tps546_vout_max,data,string,2.0
tps546_vout_cmd,data,string,1.2
tps546_oc_warn,data,string,25.0
tps546_oc_fault,data,string,30.0
tps546_stack,data,u16,0
tps546_sync,data,u16,16

Not all TPS546 fields are needed, but this would fix them all for this variant. Otherwise, only changed values:

tps546_vin_on,data,string,11.0
tps546_vin_off,data,string,10.5
tps546_vin_uvw,data,string,11.0
tps546_vin_ovf,data,string,14.0

@github-actions

Copy link
Copy Markdown

Test Results

  2 files  ±0    2 suites  ±0   0s ⏱️ -1s
119 tests ±0  119 ✅ ±0  0 💤 ±0  0 ❌ ±0 
121 runs  ±0  121 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 769fe46. ± Comparison against base commit a191172.

@WantClue WantClue added the enhancement New feature or request label Aug 1, 2026
@WantClue WantClue added this to the 2.15.0 milestone Aug 6, 2026
@WantClue
WantClue self-requested a review August 6, 2026 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants