]> begriffs open source - freertos/history - queue.c
RP2040: update FreeRTOS_Kernel_import.cmake to match the newer version in Community...
[freertos] / queue.c
2025-01-22 kzorerAdd xQueueCreateSetStatic method for static allocation...
2024-11-01 ActoryOuFix spelling typos (#1168)
2024-10-07 Guilherme Giácomo... refactor: change methods ENTER|EXIT critical (#1140)
2024-09-30 Gaurav-Aggarwal-AWSChange the cast from UBaseType_t to size_t (#1153)
2024-08-14 xuelixModify the name of a private function to reflect what...
2024-04-19 chinglee-iotAdding SMP coverity example (#1039)
2024-02-26 Soren PtakUse Regex for Copyright Year in Header Check (#1002)
2024-02-01 bradleysmith23Fix MISRA C 2012 Rule 10.3 Violations (#974)
2023-12-08 chinglee-iotRemove lint suppression comment (#920)
2023-12-07 chinglee-iotAdd description about overrun warning in queue.c (...
2023-12-07 Rahul KarFix MISRA_C_2012 rule 8.4 violation (#844)
2023-12-06 chinglee-iotSuppress MISRA C:2012 rule 11.5 deviations (#878)
2023-11-28 chinglee-iotSuppress MISRA C rule 11.3 in MISRA.md (#857)
2023-11-28 chinglee-iotFix MISRA 2012 Rule 10.8 violation (#853)
2023-11-28 chinglee-iotFix MISRA 2012 rule 10.4 violations (#852)
2023-10-04 chinglee-iotAdd taskYIELD_WITHIN_API macro (#782)
2023-09-20 Sebastian BroschAdd Trace Hook Macros to all API calls (#786)
2023-09-05 Soren PtakCI-CD Updates (#768)
2023-08-18 kar-rahul-awsAdd runtime parameter checks (#761)
2023-07-26 kar-rahul-awsFix warning issue for warning in arithmetic conversion...
2023-07-24 chinglee-iotMerge SMP feature to main (#716)
2023-07-13 kar-rahul-awsMemory Protection Unit (MPU) Enhancements (#705)
2023-06-12 chinglee-iotUse UBaseType_t as interrupt mask (#689)
2023-06-02 Aniruddha KanhereAdd back croutines by reverting PR#590 (#685)
2023-03-22 DarianAdd functions to get the buffers of statically created...
2023-02-23 phelterFeature/fixing clang gnu compiler warnings (#620)
2022-11-29 Paul BartellNormalize line endings and whitespace in source files
2022-11-23 Paul BartellRemove coroutines from FreeRTOS-Kernel.
2022-10-13 Niklas GürtlerRemoved the 'configASSERT( xInheritanceOccurred ==...
2022-01-19 Paul BartellAdd configUSE_MINI_LIST_ITEM configuration option to...
2022-01-06 Gaurav-Aggarwal-AWSAdd a cap to the queue locks (#435)
2021-11-18 RichardBarryFix keil compilation error (#418)
2021-08-04 RichardBarryIndent contents of a taskENTER_CRITICAL/taskEXIT_CRITIC...
2021-07-29 alfred gedeonRun uncrustify with github workflows (#369)
2021-06-02 Paul BartellNormalize files with mixed line endings (introduced...
2021-05-28 Paul BartellAdd SPDX-License-Identifier: MIT to MIT licensed files.
2021-05-28 Paul BartellUpdate copyright year from 2020 to 2021
2021-05-28 Paul BartellChange kernel revision in each file header from V10...
2021-05-27 Dan Goodqueue.c: Change some asserts into conditionals and...
2021-04-19 Paul BartellFix regression in vQueueAddToRegistry. (#315)
2021-04-17 Paul BartellReplace configASSERT( pcQueueName ) in vQueueAddToRegis...
2021-04-10 Paul BartellOverwrite existing QueueRegistry entries when a handle...
2021-03-06 Paul BartellAdd some assertions and coverage exceptions to queue...
2020-12-14 Cobus van Eeden[AUTO][RELEASE]: Bump file header version to "10.4.3"
2020-12-07 Cobus van Eedenadd assert for addition overflow on queue creation...
2020-11-10 David Chalco[AUTO][RELEASE]: Bump file header version to "10.4.2"
2020-09-17 David ChalcoUpdate version number to 10.4.1 (#173)
2020-09-11 David ChalcoUpdate version number to 10.4.0 (#153)
2020-08-21 alfred gedeonStyle: Make freertos.org = FreeRTOS.org and add https...
2020-08-20 alfred gedeonStyle: Change FreeRTOS websites in comments (#131)
2020-08-17 alfred gedeonStyle: Uncrustify kernel file - remove tab == 4 spaces...
2020-08-17 alfred gedeonStyle: Remove tabs and tab == 4 spaces (#120)
2020-07-08 Alfred GedeonStyle: uncrustify kernel files
2020-07-08 Alfred GedeonStyle: uncrustify
2020-07-08 Alfred GedeonStyle: uncrusitfy
2020-07-08 Alfred GedeonStyle: uncrustify kernel files
2020-06-30 David ChalcoImprovement to O.F. protections (#75)
2020-06-02 cykro82Renamed trace point in prvNotifyQueueSetContainer(...
2020-05-27 RichardBarryFeature/multiple direct to task notifications (#63)
2020-02-19 AniruddhaKanhereSmall typo on L1287 (#14)
2020-02-19 Yuhui.Zhengversion bump to v10.3.1 (#16) V10.3.1-kernel-only
2020-02-10 Yuhui ZhengRe-sync with upstream and stripping away none kernel... V10.3.0-kernel-only