]> begriffs open source - freertos/shortlog
freertos
2024-03-18 Soren PtakRemove duplicate pop from MPU Wrappers ASM Files (...
2024-03-18 watImprovement for 64bit Windows port (#1011)
2024-03-07 RichardBarryAdd daemon task startup hook / timer task creation...
2024-03-06 chinglee-iotDefine portNOP in RP2040 port (#1003)
2024-03-06 chinglee-iotNot using pxIndex to iterate ready list in trace utilit...
2024-03-04 Gaurav-Aggarwal-AWSUpdate comment in template FreeRTOSConfig.h (#1007)
2024-02-28 AsmeiliFix typo in croutine.c (#1004)
2024-02-26 Soren PtakAdd ARMv7-R MPU Port (#938)
2024-02-26 Soren PtakUse Regex for Copyright Year in Header Check (#1002)
2024-02-20 Aniruddha KanhereFix small bugs in Kernel (#998)
2024-02-19 chinglee-iotSupport reset kernel state for restarting scheduler...
2024-02-16 Christoph SeitzAdd default core affinity config value. (#996)
2024-02-14 bradleysmith23Fix MISRA C 2012 Rule 13.3 Violations (#988)
2024-02-13 Rahul KarRemove PRIVILEGED FUNCTION from function definiton...
2024-02-13 bradleysmith23Fix MISRA C 2012 Rule 13.2 Violations (#979)
2024-02-13 Rahul KarUpdate default value of configSTACK_DEPTH_TYPE in confi...
2024-02-07 DarianUpdate task notification scheduler suspension usage...
2024-02-06 chinglee-iotFix SMP task self void run state change (#984)
2024-02-06 Paul BartellUpdate version number (#983)
2024-02-05 Eric JacksonCorrect ARM port folder capitalization (#981)
2024-02-05 bradleysmith23Fix MISRA C 2012 Rule 10.4 Violations (#972)
2024-02-02 bradleysmith23Fix MISRA C 2012 Rule 14.4 Violations. (#975)
2024-02-02 DarianEnable xTaskGetCurrentTaskHandleForCore() for single...
2024-02-01 bradleysmith23Fix MISRA C 2012 Rule 20.7 Violations (#971)
2024-02-01 Rahul KarFix MISRA directive 4.7 warning (#977)
2024-02-01 bradleysmith23Fix MISRA C 2012 Rule 10.3 Violations (#974)
2024-02-01 bradleysmith23Fix MISRA C 2012 Rule 9.3 violations (#973)
2024-02-01 bradleysmith23Fix MISRA Rule 10.1 violations (#976)
2024-02-01 chinglee-iotDelete kernel created task in vTaskEndScheduler (#962)
2024-01-31 Rahul KarUpdate ARMv8-M config definitions in template file...
2024-01-30 barnatahmedCmake: Create a single static library including port
2024-01-30 Phillip StevensFix ThirdParty/GCC/ATmega formatting (#965)
2024-01-30 Gaurav-Aggarwal-AWSAdd a check for configENABLE_MVE to M23, M33 ports...
2024-01-29 Gaurav-Aggarwal-AWSRemove configTOTAL_MPU_REGIONS from M3 MPU port (#966)
2024-01-29 Soren PtakAdd missing Task Notification IFDEF (#967)
2024-01-29 José SimõesAdd code to allow building for x64 in MSVC (#924)
2024-01-29 Forty-BotGCC: MSP430F449: Fix pxPortInitialiseStack on EABI...
2024-01-28 Soren PtakFix MacOS Posix port (#957)
2024-01-27 Phillip Stevensuse configSTACK_DEPTH_TYPE consequently (updated for...
2024-01-26 Mubin Sayyed Sync up MicroblazeV9 port with Xilinx tree (#220)
2024-01-24 Soren PtakAdd check for if the scheduler is running to ARMv8M...
2024-01-24 chinglee-iotUpdate for unpaired critical section in vTaskSuspend...
2024-01-23 Soren PtakAdd check for if the scheduler is running to MPU ports...
2024-01-23 chinglee-iotUpdate unpaired critical section in vTaskDelete for...
2024-01-18 Mikhail PaulyshkaPosix port - set name for threads (#950)
2024-01-18 IsaacDynamoMPU assert for ARM_CM3_MPU (#952)
2024-01-18 IsaacDynamoMake configSUPPORT_STATIC_ALLOCATION==1 an error for...
2024-01-17 IsaacDynamoAdd mpu_wrappers_v2_asm.c to MPU ports (#951)
2024-01-13 Tony JosiFix -Werror=unused-parameter in GCC posix prvTimerTickH...
2024-01-11 Chris MorganPOSIX port - Switch from allowing the user to specify...
2024-01-11 Ching-Hsin LeeRevert pthread_attr_setstacksize
2024-01-11 Ching-Hsin,LeeRevert timer tick function
2024-01-11 Ching-Hsin,LeeAdd back event signal
2024-01-11 Ching-Hsin,LeeRemove redundent cancellation point
2024-01-11 Ching-Hsin,Leeformat and header file
2024-01-11 Ching-Hsin,LeeAdd back heap setup code
2024-01-11 Ching-Hsin,LeeUPdate format
2024-01-11 Ching-Hsin LeeAdd back the pthread stack fit
2024-01-11 Ching-Hsin,LeeFix potential race condition
2024-01-11 Chris MorganPOSIX port - Cancel and join all FreeRTOS managed pthre...
2024-01-11 Chris MorganPOSIX - Switch from posix timers to a timer thread...
2024-01-10 Soren PtakRevert #768 on the XCC/Xtensa portable files (#948)
2024-01-09 chinglee-iotAssign idle task to each core before SMP scheduler...
2024-01-08 Soren PtakAdd new common words to the cSpellWordList.txt (#946)
2024-01-04 Gabriele MonacoAdded ability to change task notification index for...
2024-01-03 Eric JacksonFix documentation for xQueueTakeMutexRecursive (#943)
2024-01-03 chinglee-iotFix portSET_INTERRUPT_MASK_FROM_ISR definition for...
2024-01-03 dps.lwkRP2040: Fix removal of idle_task_static_memory.c (...
2023-12-29 Jeff TenneyFix build error for MSP430 and Cortex A with IAR (...
2023-12-26 Soren PtakExport MPU Section Attributes (#931)
2023-12-26 dps.lwkRP2040: FreeRTOS-Kernel-Static use configKERNEL_PROVIDE...
2023-12-22 Forty-BotFix build with modern GCC (#933)
2023-12-21 Rahul KarUpdate History.txt for V11.0.1 (#932)
2023-12-18 chinglee-iotUpdate History.txt for v11.0.0 (#926)
2023-12-18 Rahul KarRename sample configuration to template configuration...
2023-12-15 Soren PtakUpdate comments related to portYIELD_FROM_ISR() in...
2023-12-15 Rahul KarUpdate sample configuration file (#923)
2023-12-13 chinglee-iotRemove the sample smp configuration folder (#922)
2023-12-11 DarianAdd portTASK_SWITCH_HOOK (#867)
2023-12-11 Jeff TenneyDetect more startup config errors on Cortex M (#832)
2023-12-09 RichardBarryUpdate the memory alignment within the Cortex-A9 port...
2023-12-08 chinglee-iotRemove lint suppression comment (#920)
2023-12-08 chinglee-iotAdd constanst suffix to prevent potential type conversi...
2023-12-07 chinglee-iotAdd coverity example (#870)
2023-12-07 Soren PtakRevert Portable/BCC formatting (#828)
2023-12-07 Soren PtakRevert Portable/oWatcom formatting (#829)
2023-12-07 Soren PtakRevert Portable/Paradigm formatting (#830)
2023-12-07 Soren PtakRevert Portable/CodeWarrior formatting (#831)
2023-12-07 chinglee-iotUpdate partner and community supported port submodule...
2023-12-07 chinglee-iotSuppress MISRA C:2012 rule 21.6 for snprintf (#877)
2023-12-07 chinglee-iotFix MISRA C 2012 Rule 11.1 deviations (#856)
2023-12-07 chinglee-iotAdd description about overrun warning in queue.c (...
2023-12-07 Rahul KarDeclare variable without initializer (#841)
2023-12-07 chinglee-iotFix MISRA C 2012 rule 8.6 errors (#862)
2023-12-07 Rahul KarFix MISRA_C_2012 rule 13.2 violation (#855)
2023-12-07 Rahul KarFix MISRA_C_2012 rule 8.4 violation (#844)
2023-12-06 Rahul KarAdd parameter name for function type (#845)
2023-12-06 Rahul KarFix MISRA_C_2012 rule 7.2 violation (#842)
2023-12-06 Rahul KarFix MISRA_C_2012 rule 17.7 violation (#848)
2023-12-06 Rahul KarFix MISRA_C_2012 rule 20.7 violation (#843)
next