Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Demo Build Errors #68

Merged
merged 16 commits into from
Jan 30, 2024
Merged

Fix Demo Build Errors #68

merged 16 commits into from
Jan 30, 2024

Conversation

Skptak
Copy link
Member

@Skptak Skptak commented Jan 26, 2024

Description

Shrink the idle task stack and the timer callback stack by 512, and reduce the number of OTA buffers held to fit into minimal size when using ESP IDF v5.1

Test Steps

Shrank sizes using idf.py menuconfig, copied relevant config options to the default config.

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

#49

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…educe the number of OTA buffers held to fit into minimal size when using ESP IDF v5.1
@Skptak Skptak requested a review from a team as a code owner January 26, 2024 15:53
…systems. Assume users will hit the same issue and remove the build check of this version of the library. The GettingStartedGuide in this repository states that v4.4.3 is the oldest supported. Use that version instead.
@Skptak Skptak force-pushed the ShrinkMinimalRAMUsage branch from 2164110 to 3e00a03 Compare January 26, 2024 18:06
…df v4.4.3. As such remove that build from this repository
…po no longer suports V4.4.3 of the esp-idf due to end of life support for it.
@Skptak Skptak force-pushed the ShrinkMinimalRAMUsage branch from c0938bc to 89abab0 Compare January 26, 2024 18:28
@Skptak Skptak changed the title Shrink RAM Usage Fix Demo Build Errors Jan 26, 2024
… file as they are generated o build andshould not be added to the repo
@Skptak Skptak force-pushed the ShrinkMinimalRAMUsage branch from 197d4cf to fd5869c Compare January 26, 2024 19:37
paulbartell
paulbartell previously approved these changes Jan 29, 2024
rawalexe
rawalexe previously approved these changes Jan 29, 2024
GettingStartedGuide.md Outdated Show resolved Hide resolved
GettingStartedGuide.md Outdated Show resolved Hide resolved
@Skptak Skptak dismissed stale reviews from rawalexe and paulbartell via 7d6428d January 30, 2024 00:11
@Skptak Skptak merged commit a0fe220 into FreeRTOS:main Jan 30, 2024
21 checks passed
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.

4 participants