]> begriffs open source - freertos/history - portable
Fix MISRA C 2012 Rule 10.4 Violations (#972)
[freertos] / portable /
2024-02-05 bradleysmith23Fix MISRA C 2012 Rule 10.4 Violations (#972)
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-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 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-23 Soren PtakAdd check for if the scheduler is running to MPU ports...
2024-01-18 Mikhail PaulyshkaPosix port - set name for threads (#950)
2024-01-18 IsaacDynamoMPU assert for ARM_CM3_MPU (#952)
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-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 dps.lwkRP2040: FreeRTOS-Kernel-Static use configKERNEL_PROVIDE...
2023-12-22 Forty-BotFix build with modern GCC (#933)
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-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-04 chinglee-iotAdd SMP template port and example (#900)
2023-11-30 Rahul KarFix prototype of MPU_vTimerSetReloadMode (#913)
2023-11-29 LegendFix typo in comment (#910)
2023-11-29 Soren PtakAdd portMEMORY_BARRIER() to RX MCU ports (#864)
2023-11-28 Soren PtakUpgrade msvc port to winsock2 (#895)
2023-11-28 Soren PtakRevert Portable/Renesas formatting (#876)
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-10-31 Devaraj Rangannaaarch64: Rename ARM_CA53_64_BIT/_SRE to Arm_AARCH64...
2023-10-27 Joe BenczarskiSupport configurable RISC-V chip extension (#773)
2023-10-23 Tony JosiUpdate example cmake project path (#851)
2023-10-20 Gaurav-Aggarwal-AWSCovert object type check to runtime check (#846)
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 chinglee-iotAdd base priority get APIs (#818)
2023-10-06 Gaurav-Aggarwal-AWSMake taskYIELD available to unprivileged tasks (#817) 819/head
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-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-20 Boris van der MeerAdd trace hook macro for most ports (#794)
2023-09-18 kar-rahul-awsAdd Access Control List to MPU ports (#765)
2023-09-07 Boris van der MeerAdd Trace Hook Macros and function that returns the...
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-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 kar-rahul-awsAdd runtime parameter checks (#761)
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-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)
2023-08-03 ActoryOuFix RP2040 compile warning (#736)
2023-08-01 kar-rahul-awsUpdate MPU wrapper for xTimerGenericCommand API (#734)
2023-07-31 Gaurav-Aggarwal-AWSUpdate submodule pointer for contributed Ports (#733)
2023-07-31 Ju1He1Enable MSVC Port to leave the prvProcessSimulatedInterr...
next