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

Adjust rpi_pico default stack size #840

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

sashacmc
Copy link
Member

@sashacmc sashacmc commented Dec 19, 2024

The default stack is excessively large, for most tasks (including read and lease tasks) 1024 blocks (4kb) are enough
+ fix FreeRTOS version in CI

Copy link

PR missing one of the required labels: {'dependencies', 'new feature', 'breaking-change', 'internal', 'bug', 'documentation', 'enhancement'}

@sashacmc sashacmc added enhancement Things could work better internal Changes not included in the changelog labels Dec 19, 2024
@sashacmc sashacmc marked this pull request as ready for review December 19, 2024 11:13
@sashacmc sashacmc marked this pull request as draft December 19, 2024 11:14
@sashacmc sashacmc force-pushed the adjust_rpi_stack branch 2 times, most recently from ed1f923 to c9caba4 Compare December 19, 2024 11:31
@sashacmc sashacmc marked this pull request as ready for review December 19, 2024 11:34
@sashacmc sashacmc requested a review from jean-roland December 19, 2024 11:34
@@ -50,6 +50,8 @@ jobs:
mkdir -p $FREERTOS_KERNEL_PATH
cd $FREERTOS_KERNEL_PATH
git clone https://github.com/FreeRTOS/FreeRTOS-Kernel.git .
# Some version witch aleready supports the Pico SDK but not the latest, because somtimes latest is broken
Copy link
Contributor

Choose a reason for hiding this comment

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

somtimes -> sometimes

@sashacmc sashacmc force-pushed the adjust_rpi_stack branch 2 times, most recently from 548bf7a to b754cff Compare December 19, 2024 14:37
@milyin milyin merged commit d7fda4e into eclipse-zenoh:main Dec 19, 2024
66 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Things could work better internal Changes not included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants