Skip to content

tidy up audio_sys.c (AUD-7211)#1590

Open
bryghtlabs-richard wants to merge 3 commits intoespressif:release/v2.xfrom
bryghtlabs-richard:audio_sys_updates
Open

tidy up audio_sys.c (AUD-7211)#1590
bryghtlabs-richard wants to merge 3 commits intoespressif:release/v2.xfrom
bryghtlabs-richard:audio_sys_updates

Conversation

@bryghtlabs-richard
Copy link
Contributor

Description

Clean up spelling, fix an out-of-memory check, and save 7 words of RAM(28B on ESP32).

Testing

Tested by running examples with and without CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID and CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS.


Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

Mark arrays as const, as they do not need modified.
Mark arrays as static, as they do not need used outside this file.
Move arrays within function, as they only are used here.
@github-actions github-actions bot changed the title tidy up audio_sys.c tidy up audio_sys.c (AUD-7211) Feb 18, 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.

1 participant