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-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-17Add base priority get APIs (#818)chinglee-iot
2023-10-06Make taskYIELD available to unprivileged tasks (#817)Gaurav-Aggarwal-AWS
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-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-20Add trace hook macro for most ports (#794)Boris van der Meer
2023-09-18Add Access Control List to MPU ports (#765)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-06CI-CD Updates (#768)Soren Ptak
2023-09-05Fix heap address calculation issue (#781)Gaurav-Aggarwal-AWS
2023-09-04Fix cast alignment warning in heap_4.c and heap_5.c (#771)kar-rahul-aws
2023-09-03Update block validate macro in heap_5 (#774)chinglee-iot
2023-08-25Fix typo in the include directory for the the GCC_ARM_CM55_TFM port (#764)Jordan Williams
2023-08-23Heap protect (#747)oliverlavery
2023-08-21Fix remarks emitted by IAR compiler (#763)Gaurav-Aggarwal-AWS
2023-08-18Add runtime parameter checks (#761)kar-rahul-aws
2023-08-16Bring the heap_4 improvements to secure_heap (#749)Moral-Hao
2023-08-16Move size calculation out of critical section (#748)Moral-Hao
2023-08-08fix MPU wrapper for vTaskDelete for calling task deletion (#745)kar-rahul-aws
2023-08-06Fix bug of heap_2 introduced by pr738. (#743)Moral-Hao
2023-08-04Update MPU wrapper for pcTaskGetName API (#737)kar-rahul-aws
2023-08-03Improve the speed of split memory. (#738)Moral-Hao
2023-08-03Fix RP2040 compile warning (#736)ActoryOu
2023-08-01Update MPU wrapper for xTimerGenericCommand API (#734)kar-rahul-aws
2023-07-31Update submodule pointer for contributed Ports (#733)Gaurav-Aggarwal-AWS
2023-07-31Enable MSVC Port to leave the prvProcessSimulatedInterrupts loop when schedul...Ju1He1
2023-07-31Fix Pico compile warning (#732)ActoryOu
2023-07-28Align some Linux and RL78 port types with other ports (#727)Zim Kalinowski
2023-07-27Work around SysTick bug for QEMU ARMv8-M (#724)Jeff Tenney
2023-07-25Fix compilation warnings with Clang (#721)Gaurav-Aggarwal-AWS
2023-07-24Define (U)BaseType_t to 64-bit types on Windows (#715)Gaurav-Aggarwal-AWS
2023-07-24Merge SMP feature to main (#716)chinglee-iot
2023-07-20Update portSTACK_REGION macro for continuity with user Regions (#713)kar-rahul-aws
2023-07-20Add `-Wconversion` in CMakeLists.txt (#712)Gaurav-Aggarwal-AWS
2023-07-20Update mpu_wrappers_v2.c (#709)kar-rahul-aws
2023-07-19Add port-optimised task selection for ARMv8-M (#703)Jeff Tenney
2023-07-19Fic clang compiler warnings (#711)Gaurav-Aggarwal-AWS
2023-07-17Fix the comments in the CM3 and CM4 MPU Ports about the MPU Region numbers be...Soren Ptak
2023-07-13Memory Protection Unit (MPU) Enhancements (#705)kar-rahul-aws
2023-07-11Fix circular dependency in CMake project (#700)Patrick Cook
2023-06-29Fix #697: Missing portPOINTER_SIZE_TYPE definition for ATmega port (#698)Joris Putcuyps
2023-06-26Fix typos in comments for the AT91SAM7S port (#695)Evgeny Ermakov
2023-06-26Add constant type for portMAX_DELAY in port (#691)chinglee-iot