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
2024-01-23Add check for if the scheduler is running to MPU ports (#954)Soren Ptak
2024-01-18MPU assert for ARM_CM3_MPU (#952)IsaacDynamo
2024-01-03Fix portSET_INTERRUPT_MASK_FROM_ISR definition for atomic operation (#940)chinglee-iot
2023-12-23Fix build with modern GCC (#933)Forty-Bot
2023-12-11Detect more startup config errors on Cortex M (#832)Jeff Tenney
2023-12-09Update the memory alignment within the Cortex-A9 port asm code (#426)RichardBarry
2023-11-29Add portMEMORY_BARRIER() to RX MCU ports (#864)Soren Ptak
2023-11-23Update system call entry mechanism (#898)Gaurav-Aggarwal-AWS
2023-10-31aarch64: Rename ARM_CA53_64_BIT/_SRE to Arm_AARCH64/_SRE (#822)Devaraj Ranganna
2023-10-27Support configurable RISC-V chip extension (#773)Joe Benczarski
2023-10-06Make taskYIELD available to unprivileged tasks (#817)Gaurav-Aggarwal-AWS
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-08-21Fix remarks emitted by IAR compiler (#763)Gaurav-Aggarwal-AWS
2023-08-16Bring the heap_4 improvements to secure_heap (#749)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-01Update MPU wrapper for xTimerGenericCommand API (#734)kar-rahul-aws
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-20Update portSTACK_REGION macro for continuity with user Regions (#713)kar-rahul-aws
2023-07-19Add port-optimised task selection for ARMv8-M (#703)Jeff Tenney
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-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
2023-06-21Fix typo in check comment of configMAX_SYSCALL_INTERRUPT_PRIORITY (#690)chinglee-iot
2023-06-12 Use portTASK_FUNCTION_PROTO to replace portNORETURN (#688)chinglee-iot
2023-06-08Remove __NVIC_PRIO_BITS and configPRIO_BITS check in port (#683)chinglee-iot
2023-05-11Armv8-M (except Cortex-M23) interrupt priority checking (#673)Devaraj Ranganna
2023-04-25tree-wide: Unify formatting of __cplusplus ifdefsPaul Bartell
2023-04-21portable/ARM_CM0: Add xPortIsInsideInterruptPaul Bartell
2023-04-21Format portmacro.h in arm CM0 portsPaul Bartell
2023-04-20ARMv7M: Adjust implemented priority bit assertions (#665)Paul Bartell
2023-04-04fix conversion warning (#658)Vo Trung Chi
2023-03-23Cortex-M Assert when NVIC implements 8 PRIO bits (#639)kar-rahul-aws
2023-03-06Enable building the GCC Cortex-R5 port without an FPU (#586)Paul Bartell
2023-03-02Interrupt priority assert improvements for CM3/4/7 (#602)Chris Copeland
2023-02-28Cortex-M35P: Add Cortex-M35P port (#631)Devaraj Ranganna
2023-02-23Feature/fixing clang gnu compiler warnings (#620)phelter
2023-02-13Introduce portMEMORY_BARRIER for Microblaze port. (#621)bbain
2023-02-03Added support of 64bit events. (#597)Dusan Cervenka
2022-11-30Normalize line endings and whitespace in source filesPaul Bartell
2022-11-30Add IAR RISC-V 32 Embedded Extension Support (#588)Kody Stribrny