Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-23Remove default behaviour of FREERTOS_HEAP. (#807)Boris van der Meer
2023-10-20Covert object type check to runtime check (#846)Gaurav-Aggarwal-AWS
2023-10-19Kernel Checker CI Workflow File Updates (#804)Soren Ptak
2023-10-19Fix size alignment in the integer overflow issue (#839)Rahul Kar
2023-10-19Removes redundant API calls in MPU wrappers (#838)Rahul Kar
2023-10-17Fix possible integer overflow (#836)Gaurav-Aggarwal-AWS
2023-10-17Fix reliability issues in CMake sample (#835)Rahul Kar
2023-10-17Fix xTaskNotifyWait & ulTaskNotifyTake determinism. (#833)Rahul Kar
2023-10-17Add base priority get APIs (#818)chinglee-iot
2023-10-16Add option to set the core affinity for the Timer Svc Task on SMP systems (#805)Sudeep Mohanty
2023-10-14Added the minimal example (#823)Joseph Julicher
2023-10-12Separate the task create function for core affinity (#789)chinglee-iot
2023-10-12Update SMP get idle task memory for static allocation (#784)chinglee-iot
2023-10-11Link to the CONTRIBUTING.md file in this repo, not the github repo itself (#827)Soren Ptak
2023-10-09Update pull request information in readme (#821)Monika Singh
2023-10-06Make taskYIELD available to unprivileged tasks (#817)Gaurav-Aggarwal-AWS
2023-10-05Add configCONTROL_INFINITE_LOOP for loop control in unit test (#783)chinglee-iot
2023-10-05Add more comment for core affinity in prvSelectHighestPriorityTask (#801)chinglee-iot
2023-10-05Move trace macro after declaration (#820)chinglee-iot
2023-10-04Implement prvYieldCore with macro (#785)chinglee-iot
2023-10-04Add taskYIELD_WITHIN_API macro (#782)chinglee-iot
2023-10-03removed the copyright and license header for select files (#815)Joseph Julicher
2023-10-03bugfix: correct computation of stack size on Mac Posix port (#816)Michael Fairman
2023-09-30Sample FreeRTOSConfig.h and template port (#812)Joseph Julicher
2023-09-28Cortex-M23: Do not use PSPLIM_NS (#791)Devaraj Ranganna
2023-09-27Apply formatting bot fix (#806)Soren Ptak
2023-09-26Replace sprintf with snprintf (#802)Gaurav-Aggarwal-AWS
2023-09-26Fix portSWITCH_TO_USER_MODE() on Armv7-M MPU ports (#803)Soren Ptak
2023-09-26Remove unwanted variable portACL_ENTRY_SIZE_BYTES (#810)kar-rahul-aws
2023-09-25Reduce memory usage of ACL. (#809)Moral-Hao
2023-09-25Update pxMutexHolder is NULL check description (#800)chinglee-iot
2023-09-20Add trace hook macro for most ports (#794)Boris van der Meer
2023-09-20Add Trace Hook Macros to all API calls (#786)Sebastian Brosch
2023-09-20xQueueSendToFromFromISR --> xQueueSendToFrontFromISR (#795)Robert Berger
2023-09-20Fix xQueueSendToFront code comment (#796)Robert Berger
2023-09-20Remove CORTEX_M3_MPS2_QEMU_GCC Demo from kernel demos yaml file (#798)kar-rahul-aws
2023-09-20Add default implementations of vApplicationGetIdleTaskMemory and vApplication...Mehdi
2023-09-20Fix prototype in mpu_prototypes.h (#797)Gaurav-Aggarwal-AWS
2023-09-18Add the formatting bot action to FreeRTOS-Kernel (#787)Soren Ptak
2023-09-18Add Access Control List to MPU ports (#765)kar-rahul-aws
2023-09-18Update taskYIELD_IF_USING_PREEMPTION macro (#769)chinglee-iot
2023-09-13Fix xStreamBufferCreateStatic() API for buffer size 1 (#793)kar-rahul-aws
2023-09-08Add Trace Hook Macros and function that returns the start of the stack. (#659)Boris van der Meer
2023-09-06Add macro taskTASK_IS_RUNNING_OR_SCHEDULED_TO_YIELD (#780)chinglee-iot
2023-09-06Add configUSE_CORE_AFFINITY bits check (#776)chinglee-iot
2023-09-06Update task running state type and related macros (#770)chinglee-iot
2023-09-06Assert if prvCheckForRunStateChange is called in ISR (#779)chinglee-iot
2023-09-06Update taskSELECT_HIGHEST_PRIORITY_TASK macro for SMP (#777)chinglee-iot
2023-09-06CI-CD Updates (#768)Soren Ptak
2023-09-05Fix heap address calculation issue (#781)Gaurav-Aggarwal-AWS