Skip to content

Add Parameterization with TextIO#46

Closed
avancruy wants to merge 32 commits into
mainfrom
feature/drivers/sd-paramaterization
Closed

Add Parameterization with TextIO#46
avancruy wants to merge 32 commits into
mainfrom
feature/drivers/sd-paramaterization

Conversation

@avancruy
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread stm32l552xx/boardfiles/drivers/config/config.hpp
Comment thread stm32l552xx/boardfiles/drivers/systemutils/systemutils.cpp
Comment thread stm32l552xx/boardfiles/model/src/drivers.cpp Outdated
tmQueueDriver(tmQueueDriver),
smQueueDriver(smQueueDriver),
amQueueDriver(amQueueDriver),
messageBuffer(messageBuffer),
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

smQueueDriver -> tmRxQueue
tmQueueDriver -> tmTxQueue
messageBuffer -> mavlinkTxQueue

Comment thread zeropilot4.0/src/telemetry_manager/telemetry_manager.cpp
#define MAX_VALUE_LENGTH 10 // 1 for comma separator
#define MAX_LINE_LENGTH (MAX_KEY_LENGTH + MAX_VALUE_LENGTH + 2) // +2 for newline and separator (,)

enum class ConfigKey : size_t {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

ConfigKey_e

@@ -0,0 +1,11 @@
// Managers that own config keys
enum class Owner : size_t {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Owner_e

@Angeraa Angeraa closed this Mar 16, 2026
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.

3 participants