Skip to content

Comments

platform: disable timeline quick view on getafix and spalding_gabbro#888

Merged
gmarull merged 1 commit intomainfrom
cyrus/firm-1380-disable-timeline-quick-view-on-getafix-and-spalding_gabbro
Feb 23, 2026
Merged

platform: disable timeline quick view on getafix and spalding_gabbro#888
gmarull merged 1 commit intomainfrom
cyrus/firm-1380-disable-timeline-quick-view-on-getafix-and-spalding_gabbro

Conversation

@cyrusagent
Copy link

@cyrusagent cyrusagent bot commented Feb 23, 2026

Summary

Disables Timeline Quick View (Peek) on Getafix and Spalding_Gabbro boards, as the feature is not optimized for these platforms yet.

Changes

  • Removed HAS_TIMELINE_PEEK capability from spalding_gabbro board definition
  • Removed HAS_TIMELINE_PEEK capability from getafix_evt/getafix_dvt board definitions

This causes CAPABILITY_HAS_TIMELINE_PEEK to be set to 0 at compile time for these boards, disabling all timeline peek code which is gated behind #if CAPABILITY_HAS_TIMELINE_PEEK preprocessor conditionals.

Testing

  • Python file passes syntax check and internal validation (duplicate board check, unknown capability check)
  • Verified HAS_TIMELINE_PEEK is removed from target boards only
  • Verified all other boards retain the capability

Linear Issue

Fixes FIRM-1380

Copy link
Member

@jplexer jplexer left a comment

Choose a reason for hiding this comment

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

@gmarull FYI I think the CI checks should try and build fw if platform capabilities are changed

Copy link
Member

@gmarull gmarull left a comment

Choose a reason for hiding this comment

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

Signed-off-by requires valid username/mail

@cyrusagent cyrusagent bot force-pushed the cyrus/firm-1380-disable-timeline-quick-view-on-getafix-and-spalding_gabbro branch from e23eb8a to 793f5bf Compare February 23, 2026 18:07
Timeline Quick View (Peek) is not optimized for these boards yet.
Remove HAS_TIMELINE_PEEK capability from spalding_gabbro and
getafix_evt/getafix_dvt board definitions to disable the feature
at compile time.

Fixes FIRM-1380

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Joshua Jun <joshuajun@proton.me>
@cyrusagent cyrusagent bot force-pushed the cyrus/firm-1380-disable-timeline-quick-view-on-getafix-and-spalding_gabbro branch from 793f5bf to 9bdc88d Compare February 23, 2026 18:08
@gmarull gmarull merged commit 2784eb5 into main Feb 23, 2026
18 checks passed
@gmarull gmarull deleted the cyrus/firm-1380-disable-timeline-quick-view-on-getafix-and-spalding_gabbro branch February 23, 2026 18:09
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