Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TunerStudio command x14 cleanup #434

Merged

Conversation

nmschulte
Copy link
Contributor

@nmschulte nmschulte commented May 29, 2024

  • split the TS X14 "sub" command from the high-level TS command enum
  • remove unused TPS calibration commands and implementation
  • cleanup TS template symbol names
  • tidy indent/IFDEF macros in DC motors
  • use ADC conversion function in ETB

as far as I can tell, this should result in no breaking changes for FOME: no commands changed value/ID, and no releases/bundles exposed the cmd_calibrate_tps* symbols.

TS_COMMAND_14 = 14,
TS_COMMAND_15 = 15,
TS_COMMAND_16 = 16,
TS_UNUSED_1 = 1,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

TS_UNUSED_13 = 13,
TS_UNUSED_14 = 14,
TS_UNUSED_15 = 15,
TS_UNUSED_16 = 16,
TS_CLEAR_WARNINGS = 17,
TS_IGNITION_CATEGORY = 18,
TS_INJECTOR_CATEGORY = 19,
TS_X14 = 20,
Copy link
Contributor Author

@nmschulte nmschulte May 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is 0x14 "subbed"? Was this a mechanism to extend the space or something?

This "top level" test command space is used on line 417 of this branch: https://github.com/FOME-Tech/fome-fw/pull/434/files#diff-2bc64a65850292065d75a8ce8029fdbc338eeb43d7049d3c2cbc545be73085ddR417

@nmschulte nmschulte force-pushed the nms/tunerstudio-command-x14-cleanup branch from b9cff6f to 618530e Compare June 13, 2024 20:58
@mck1117 mck1117 merged commit 0d7c218 into FOME-Tech:master Aug 14, 2024
7 checks passed
@nmschulte nmschulte deleted the nms/tunerstudio-command-x14-cleanup branch August 26, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants