Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ChaiTowKway
Copy link
Contributor

@ChaiTowKway ChaiTowKway commented Jul 27, 2023

Description

Add Debug_with_Libslirp solution configuration for HTTP demos in order to run the demos with network interface implemented with libslirp.

Test Steps

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

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

@ChaiTowKway ChaiTowKway requested a review from a team as a code owner July 27, 2023 21:43
@ChaiTowKway
Copy link
Contributor Author

/bot run coreHTTP

@ChaiTowKway ChaiTowKway reopened this Jul 28, 2023
@ChaiTowKway ChaiTowKway changed the title Git Workflow for HTTP Demos Update HTTP Demos to Run with Libslirp Jul 28, 2023
@ChaiTowKway ChaiTowKway reopened this Jul 28, 2023
@ChaiTowKway ChaiTowKway requested a review from Skptak July 28, 2023 18:03
@Skptak Skptak changed the title Update HTTP Demos to Run with Libslirp Add new Configuration to HTTP Demos to use Libslirp Jul 28, 2023
every-breaking-wave pushed a commit to every-breaking-wave/FreeRTOS that referenced this pull request Nov 15, 2024
Earlier the code was suspending the current thread after calling
vTaskSwitchContext. This left a gap where the current thread could
access incorrect pxCurrentTCB after it was changed by
vTaskSwitchContext.

This commit addresses the problem by suspending the current thread
before calling vTaskSwitchContext.

It was reported here - FreeRTOS/FreeRTOS-Kernel#1054.

Signed-off-by: Gaurav Aggarwal <[email protected]>
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