Skip to content

Conversation

@lundinc2
Copy link
Contributor

Description

Test Steps

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.

@lundinc2 lundinc2 requested a review from a team as a code owner November 24, 2020 22:07
mingyue86010
mingyue86010 previously approved these changes Nov 24, 2020
@lundinc2 lundinc2 merged commit 220dd5c into FreeRTOS:master Nov 30, 2020
moninom1 pushed a commit that referenced this pull request Sep 14, 2022
* Handle zero protocol argument in FreeRTOS_socket()

In the Berkeley Socket API, a protocol argument of 0 indicates to the
socket layer that it should pick a sensible default protocol. This
commit implements that functionality.

* Uncrustify: triggered by comment.

* Create copy of xProtocol rather than modifying it

See MISRA rule 17.8.

* Bring xProtocol copy more in line with code style

Renamed xProtocolOrDefault to xProtocolCpy and opted for mutating it
depending on xType.

* Add macro for "dependent protocol" option

* Add xprotocolcpy to lexicon

* Add default branch to default protocol selection

* Uncrustify: triggered by comment.

Co-authored-by: GitHub Action <[email protected]>
paulbartell pushed a commit to paulbartell/FreeRTOS that referenced this pull request Mar 30, 2023
* RP2040: malloc needs to be thread safe for FreeRTOS whether both cores are used or not

* RP2040: CMake file had broken left over test code

* RP2040: portIS_FREE_RTOS_CORE() returned an incorrect value prior to scheduler init when the application was compiled without multicore support

* RP2040: Bad initialization code was causing IRQs to get disabled before main() was called when using non static allocation
Zangetsu112 pushed a commit to Zangetsu112/FreeRTOS-evpp that referenced this pull request Aug 18, 2025
* Move PKCS FreeRTOS#11 submodule forward.

* Update file path for folder update in corePKCS11.

* Update mbedtls file filter.
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.

3 participants