]> begriffs open source - freertos/shortlog
freertos
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-11-28 chinglee-iotFix MISRA C 2012 Rule 10.3 errors (#860)
2023-11-28 Soren PtakThe curl command to send the report expects the tar...
2023-11-27 Tony JosiCoverity scan and upload in single step (#902)
2023-11-24 chinglee-iotNot to use object modified in the loop body (#861)
2023-11-23 Soren PtakCoverity Scan Workflow Fix (#891)
2023-11-23 Soren PtakRevert Portable/WizC Formatting (#888)
2023-11-23 Soren PtakRevert formatting on Tasking ports (#887)
2023-11-23 Soren PtakRevert Portable/Softune Formatting (#886)
2023-11-23 Soren PtakRevert formatting on SDCC ports (#885)
2023-11-23 Soren PtakRevert formatting on Rowley ports (#884)
2023-11-23 Soren PtakRevert Portable/MPLAB Formatting (#883)
2023-11-23 Soren PtakRevert the formatting changes on MikroC ports. (#882)
2023-11-23 Soren PtakRevert formatting on CCS port files (#881)
2023-11-23 Gaurav-Aggarwal-AWSUpdate system call entry mechanism (#898)
2023-11-18 Ha Thachfix IAR/CM0/portmacro.h missing semicolon (#894)
2023-11-16 Moral-HaoIn smp, every core has a idle task. (#893)
2023-11-16 chinglee-iotAdd vApplicationGetPassiveIdleTaskMemory for SMP (...
2023-11-09 Soren PtakCI-CD URL Check Change (#880)
2023-11-08 DarianAdd time conversion macros (#866) 762/head
2023-11-07 Moral-HaoDistinguish waiting for notify status from suspend...
2023-11-06 Moral-HaoFix vTaskSwitchContext for smp. (#879)
2023-10-31 Devaraj Rangannaaarch64: Rename ARM_CA53_64_BIT/_SRE to Arm_AARCH64...
2023-10-30 ActoryOuMove cmake compile options to the example project ...
2023-10-30 Tony Josiupdate coverity scan email (#871)
2023-10-27 Joe BenczarskiSupport configurable RISC-V chip extension (#773)
2023-10-26 Tony JosiAdd nightly coverity scan (#859)
2023-10-25 DarianvTaskListTasks prints core affinity mask (#850)
2023-10-23 Tony JosiUpdate example cmake project path (#851)
2023-10-23 DarianRename CPU to Core (#849)
2023-10-23 Boris van der... Remove default behaviour of FREERTOS_HEAP. (#807)
2023-10-20 Gaurav-Aggarwal-AWSCovert object type check to runtime check (#846)
2023-10-19 Soren PtakKernel Checker CI Workflow File Updates (#804)
2023-10-19 Rahul KarFix size alignment in the integer overflow issue (...
2023-10-19 Rahul KarRemoves redundant API calls in MPU wrappers (#838)
2023-10-17 Gaurav-Aggarwal-AWSFix possible integer overflow (#836)
2023-10-17 Rahul KarFix reliability issues in CMake sample (#835)
2023-10-17 Rahul KarFix xTaskNotifyWait & ulTaskNotifyTake determinism...
2023-10-17 chinglee-iotAdd base priority get APIs (#818)
2023-10-16 Sudeep MohantyAdd option to set the core affinity for the Timer Svc...
2023-10-14 Joseph JulicherAdded the minimal example (#823)
2023-10-12 chinglee-iotSeparate the task create function for core affinity...
2023-10-12 chinglee-iotUpdate SMP get idle task memory for static allocation...
2023-10-11 Soren PtakLink to the CONTRIBUTING.md file in this repo, not...
2023-10-09 Monika SinghUpdate pull request information in readme (#821)
2023-10-06 Gaurav-Aggarwal-AWSMake taskYIELD available to unprivileged tasks (#817) 819/head
2023-10-05 chinglee-iotAdd configCONTROL_INFINITE_LOOP for loop control in...
2023-10-05 chinglee-iotAdd more comment for core affinity in prvSelectHighestP...
2023-10-05 chinglee-iotMove trace macro after declaration (#820)
2023-10-04 chinglee-iotImplement prvYieldCore with macro (#785)
2023-10-04 chinglee-iotAdd taskYIELD_WITHIN_API macro (#782)
2023-10-03 Joseph Julicherremoved the copyright and license header for select...
2023-10-03 Michael Fairmanbugfix: correct computation of stack size on Mac Posix...
2023-09-30 Joseph JulicherSample FreeRTOSConfig.h and template port (#812)
2023-09-28 Devaraj RangannaCortex-M23: Do not use PSPLIM_NS (#791)
2023-09-27 Soren PtakApply formatting bot fix (#806)
2023-09-26 Gaurav-Aggarwal-AWSReplace sprintf with snprintf (#802)
2023-09-26 Soren PtakFix portSWITCH_TO_USER_MODE() on Armv7-M MPU ports...
2023-09-26 kar-rahul-awsRemove unwanted variable portACL_ENTRY_SIZE_BYTES ...
2023-09-25 Moral-HaoReduce memory usage of ACL. (#809)
2023-09-24 chinglee-iotUpdate pxMutexHolder is NULL check description (#800)
2023-09-20 Boris van der... Add trace hook macro for most ports (#794)
2023-09-20 Sebastian BroschAdd Trace Hook Macros to all API calls (#786)
2023-09-20 Robert BergerxQueueSendToFromFromISR --> xQueueSendToFrontFromISR...
2023-09-20 Robert BergerFix xQueueSendToFront code comment (#796)
2023-09-20 kar-rahul-awsRemove CORTEX_M3_MPS2_QEMU_GCC Demo from kernel demos...
2023-09-20 MehdiAdd default implementations of vApplicationGetIdleTaskM...
2023-09-20 Gaurav-Aggarwal-AWSFix prototype in mpu_prototypes.h (#797)
2023-09-18 Soren PtakAdd the formatting bot action to FreeRTOS-Kernel (...
2023-09-18 kar-rahul-awsAdd Access Control List to MPU ports (#765)
2023-09-18 chinglee-iotUpdate taskYIELD_IF_USING_PREEMPTION macro (#769)
2023-09-13 kar-rahul-awsFix xStreamBufferCreateStatic() API for buffer size...
2023-09-07 Boris van der... Add Trace Hook Macros and function that returns the...
2023-09-06 chinglee-iotAdd macro taskTASK_IS_RUNNING_OR_SCHEDULED_TO_YIELD...
2023-09-06 chinglee-iotAdd configUSE_CORE_AFFINITY bits check (#776)
2023-09-06 chinglee-iotUpdate task running state type and related macros ...
2023-09-06 chinglee-iotAssert if prvCheckForRunStateChange is called in ISR...
2023-09-06 chinglee-iotUpdate taskSELECT_HIGHEST_PRIORITY_TASK macro for SMP...
2023-09-05 Soren PtakCI-CD Updates (#768)
2023-09-05 Gaurav-Aggarwal-AWSFix heap address calculation issue (#781)
2023-09-04 kar-rahul-awsFix cast alignment warning in heap_4.c and heap_5.c...
2023-09-04 chinglee-iotUpdate INFINITE_LOOP control (#775)
2023-09-03 chinglee-iotUpdate block validate macro in heap_5 (#774)
2023-08-25 Jordan WilliamsFix typo in the include directory for the the GCC_ARM_C...
2023-08-23 oliverlaveryHeap protect (#747)
2023-08-21 Gaurav-Aggarwal-AWSFix remarks emitted by IAR compiler (#763)
2023-08-18 Moral-HaoUse the bigger priority whenever possible. (#760) 754/head
2023-08-18 kar-rahul-awsAdd runtime parameter checks (#761)
2023-08-17 kar-rahul-awsUpdate version number in manifest.yml (#755)
2023-08-17 Chien WongAdd missing stack alignment adjustment if stack grows...
2023-08-16 Moral-HaoBring the heap_4 improvements to secure_heap (#749)
2023-08-16 Moral-HaoMove size calculation out of critical section (#748)
2023-08-08 kar-rahul-awsfix MPU wrapper for vTaskDelete for calling task deleti...
2023-08-07 bebebib-rsFix pxTopOfStack calculation in configINIT_TLS_BLOCK...
2023-08-07 kar-rahul-awsFix API for NULL task parameter (#741)
2023-08-07 Leonardo de... fix: typos in README.md (#744)
2023-08-06 Moral-HaoFix bug of heap_2 introduced by pr738. (#743)
2023-08-04 kar-rahul-awsUpdate MPU wrapper for pcTaskGetName API (#737)
2023-08-03 Moral-HaoImprove the speed of split memory. (#738)
next