Skip to content

Feature/ble coredumps#83

Open
jmasek wants to merge 4 commits into
feature/blefrom
feature/ble-coredumps
Open

Feature/ble coredumps#83
jmasek wants to merge 4 commits into
feature/blefrom
feature/ble-coredumps

Conversation

@jmasek

@jmasek jmasek commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread .gitignore
AGENTS.md
CLAUDE.md
**/sdkconfig.local
**/build-rw612

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Nitpick: I suggest removing this line and using paths like <sample>/build/<board> for development instead.

feature == SPOTFLOW_TRANSPORT_FEATURE_CONFIG ||
feature == SPOTFLOW_TRANSPORT_FEATURE_METRICS;
feature == SPOTFLOW_TRANSPORT_FEATURE_METRICS ||
feature == SPOTFLOW_TRANSPORT_FEATURE_COREDUMPS;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Since it always returns true, can we now remove this function completely, then? When adding OTA updates, we can check in build time that MQTT is used with them.

Comment on lines +36 to +40
static void button_pressed(void)
{
LOG_INF("Button pressed. Going to oops.");
k_oops();
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I suggest moving the button polling/callback-handling logic to another file and keeping just this function here. Even polling can be done in a separate thread so that the main logging loop can stay simple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants