]> begriffs open source - freertos/shortlog
freertos
2024-08-22 Rahul KarUpdate CMakeLists.txt to proper name for the ports...
2024-08-21 Rahul KarRemove access check from ISR function (#1127)
2024-08-20 SaiiijchanAdd heap protector to allocted heap blocks (#1125)
2024-08-20 chinglee-iotYield for task when core affinity of a ready task is...
2024-08-19 maylRemove hardware dependence in portmacros.h (#1112)
2024-08-19 Rahul KarFix compilation issue of IA32_flat port (#1122)
2024-08-19 Chen YMOptimize xTaskIncrementTick for configNUMBER_OF_CORES...
2024-08-14 xuelixModify the name of a private function to reflect what...
2024-08-12 xuelixUpdated the return values for functions in queue.c...
2024-08-12 superrocAdd portMEMORY_BARRIER defination to fix over-optimizat...
2024-08-09 Trong NguyenAdd CC-RH port for Renesas F1Kx devices (#1100)
2024-08-08 Rahul KarAdd support for vApplicationFPUSafeIRQHandler (#1113)
2024-08-06 Gaurav-Aggarwal-AWSReset xNextTaskUnblockTime in task notify FromISR APIs...
2024-08-05 Daniel OtteOnly check for stream buffer dependencies, if configUSE...
2024-08-05 Rahul KarUpdate broken links in readme and comments (#1110)
2024-07-26 Björn SchäpersDefine vApplicationGetTimerTaskMemory only when configU...
2024-07-26 Gaurav-Aggarwal-AWSFix POSIX port to respect configUSE_TIME_SLICING (...
2024-07-22 Rahul KarUpdate ARM_CRx_No_GIC port (#1101)
2024-07-01 chinglee-iotUpdate LTS 202406 information (#1099)
2024-06-29 Florian La... Fix gcc warning in posix port (#1098)
2024-06-29 Florian La... fix typo gab -> gap and adjust indentation level (...
2024-06-27 Angel CascarinoUpdate XMOS xcore.ai port to be compatible with v11...
2024-06-24 Eric DaweUpdate README.md (#1094)
2024-06-19 Ahmed IsmailFreeRTOS MPU: Add Privileged eXecute Never MPU attribut...
2024-06-19 chinglee-iotRemove run state assertion in prvCheckForRunStateChange...
2024-06-13 耀眼的大神Fix traceMALLOC() allocated bytes (#1089)
2024-06-12 Gaurav-Aggarwal-AWSUpdate link in third_party_tools.md (#1090)
2024-06-11 haydenridd- Changed macro __VFP_FP__ to __ARM_FP for ports GCC...
2024-06-10 Philipp SchilkAdd traceSTARTING_SCHEDULER tracing hook. (#1082)
2024-06-10 maxiaoFix compilation warning about undelcared pthread_setnam...
2024-06-07 Florian La... event_create(): check malloc() return value to be non...
2024-06-07 Gaurav-Aggarwal-AWSAdd a list of third party tools (#1080)
2024-06-06 Philipp SchilkGive queue set queues a unique type number. (#1083)
2024-06-06 Philipp SchilkClarify documentation of xTaskNumber in TaskStatus_t...
2024-05-29 Ethan SlatteryAdd missing Extern "C" to MSVC portmacro.h
2024-05-29 wdfk-progReadability enhancements in heap_1.c (#1074)
2024-05-24 Rahul KarChange UBaseType_t to BaseType_t for a boolean variable...
2024-05-23 Florian La... typo: add space to examples/template_configuration...
2024-05-20 Gaurav-Aggarwal-AWSUpdate documentation of prvGetExpectedIdleTime (#1061)
2024-05-16 Rahul KarAdd Noreturn attribute in template port for static...
2024-05-15 Joseph Julicheradded configUSE_POSIX_ERRNO to the template FreeRTOSCon...
2024-05-14 Gaurav-Aggarwal-AWSRevert the change introduced in PR #1051 (#1056)
2024-05-14 Gaurav-Aggarwal-AWSFix race in prvProcessSimulatedInterrupts (#1055)
2024-05-13 Gabriel Stapleslist.c: improve code comments to point to official...
2024-05-08 StefanBaltAdd configUSE_TASK_FPU_SUPPORT to AARCH64 port (#1048)
2024-05-08 chinglee-iotAdd vPortGenerateSimulatedInterruptFromWindowsThread...
2024-05-07 Gaurav-Aggarwal-AWSUpdate xPortRunning before resuming first task (#1049)
2024-05-07 HoldenMove header includes before extern c (#1047)
2024-04-29 0mhuFix wrong source file list in CMake of GCC_ARM_CM0...
2024-04-22 chinglee-iotUpdate kernel version v11.1.0+ in tasks.h (#1043)
2024-04-22 chinglee-iotUpdate History.txt for V11.1.0 (#1042)
2024-04-19 chinglee-iotUse suffix "U" for unsigned constant (#1041)
2024-04-19 chinglee-iotAdding SMP coverity example (#1039)
2024-04-19 chinglee-iotUpdate submodule pointer (#1040)
2024-04-18 Devaraj Rangannaarmv8-m: Remove redundant constant pools (#1035)
2024-04-18 Rahul KarFix cmake example errors (#1037)
2024-04-18 Devaraj Rangannatf-m: Update tf-m to TF-Mv2.0.0 release (#1038)
2024-04-18 Tony JosiFix build with C90 (#1036)
2024-04-17 Caleb PerkinsonAdd Stream Batching Buffer (#916)
2024-04-17 Rahul KarAdd MPU wrapper from xStreamBufferResetFromISR (#1034)
2024-04-16 HagaiMosheAdd IRQ safe API for message buffer reset (#1033)
2024-04-16 Aniruddha KanhereAdd readme to example directory (#1032)
2024-04-15 Soren PtakFix the pxTopcOfStack typo in the RISC-V ports. (#1030)
2024-04-11 chinglee-iotFix vTaskSuspendAll assert for critical nesting count...
2024-04-11 Rahul KarRemove unwanted volatile keyword (#1028)
2024-04-10 Rahul KarReplace volatile with configLIST_VOLATILE (#1027)
2024-04-09 Rahul KarAdd event group and stream buffer config option in...
2024-04-09 Florian La... Update the memory alignment within the Cortex-R5 port...
2024-04-09 Rahul KarAdd configCHECK_HANDLER_INSTALLATION description in...
2024-04-09 Rahul KarFix spelling in comment (#1024)
2024-04-09 Florian La... fix typos in comments: interace -> interface, swtich...
2024-04-05 Kody StribrnyFix TFM about link (#1021)
2024-04-04 chinglee-iotUpdate coverity example README (#1020)
2024-03-29 Soren PtakAdd in CI-CD builds of the Cortex-Rx MPU Demos (#1018)
2024-03-28 Soren PtakUpdate checkout action used in workflow files (#1017)
2024-03-27 Rahul KarAdd config option for event groups and stream buffers...
2024-03-27 Rahul KarAllow xPortIsAuthorizedToAccessBuffer() API call only...
2024-03-27 Soren PtakAdd removed unprivileged access check to ARM_CRx_MPU...
2024-03-26 Soren PtakARM CM0+ MPU Port (#1005)
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)
next