Skip to content

fix(esp32c6): report linked RAM usage and preserve build metadata #1261

Description

@zackees

Reproduction from the regular FastLED checkout on fbuild 2.5.14:

  1. Run bash compile esp32c6 --examples AutoResearch --no-interactive.
  2. fbuild successfully links and emits the image.
  3. The result reports RAM 1.88MB / 320KB (602.5%) and then the FastLED wrapper reports Failed to get metadata for build_info.json (exit code 1).

The image cannot actually consume 602% of the declared RAM and the successful fbuild output is therefore misleading. The metadata failure also leaves no example-scoped build_info file for this target. This needs fbuild-level investigation of ESP32-C6 size-section accounting and/or metadata output so CI does not present a successful build with impossible memory usage.

No deploy or direct flash tool was involved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions