Skip to content

Set flash_chip: generic - #83

Draft
bharvey88 wants to merge 1 commit into
betafrom
fw/flash-generic-driver
Draft

bharvey88 wants to merge 1 commit into
betafrom
fw/flash-generic-driver

Conversation

@bharvey88

Copy link
Copy Markdown
Contributor

Version: 26.9.18.2

What does this implement/fix?

The CAST-1 flash runs on the generic driver (the device reports Set flash_chip: generic), so the vendor drivers linked beside it never run but keep their code in IRAM. flash_chip: generic drops them, freeing about 5 KB of internal RAM: 4,784 B measured on a CAST-1 while streaming.

flash_chip ships in ESPHome 2026.10.0. Depends on #81, which carries the min_version bump; merge after it. Draft until 2026.10.0 is out.

Types of changes

  • Bugfix (fixed change that fixes an issue)
  • New feature (thanks!)
  • Breaking change (repair/feature that breaks existing functionality)
  • Dependency Update - Does not publish
  • Other - Does not publish
  • Website of github readme file update - Does not publish
  • Github workflows - Does not publish

Checklist / Checklijst:

  • The code change has been tested and works locally
  • The code change has not yet been tested

If user-visible functionality or configuration variables are added/modified:

  • Added/updated documentation for the web page

🤖 Generated with Claude Code

The CAST-1 flash runs on the generic driver, so the vendor drivers linked
beside it never run but keep their code in IRAM. flash_chip: generic
drops them, freeing about 5KB of internal RAM (4,784 B measured at
runtime). Needs ESPHome 2026.10.0; the min_version bump is in #81.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
@bharvey88 bharvey88 added the bugfix Something isn't working label Sep 18, 2026
@coderabbitai

coderabbitai Bot commented Sep 18, 2026

Copy link
Copy Markdown

Important

Draft PR not reviewed

Draft PRs are not automatically reviewed by default.

  • Trigger a manual review

To automatically review draft PRs, update your CodeRabbit configuration:

reviews:
  auto_review:
    drafts: true

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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

Labels

bugfix Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant