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-03Fix portSET_INTERRUPT_MASK_FROM_ISR definition for atomic operation (#940)chinglee-iot
2023-12-29Fix build error for MSP430 and Cortex A with IAR (#937)Jeff Tenney
2023-12-11Detect more startup config errors on Cortex M (#832)Jeff Tenney
2023-11-23Update system call entry mechanism (#898)Gaurav-Aggarwal-AWS
2023-11-18fix IAR/CM0/portmacro.h missing semicolon (#894)Ha Thach
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-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-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-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-02Interrupt priority assert improvements for CM3/4/7 (#602)Chris Copeland
2023-02-28Cortex-M35P: Add Cortex-M35P port (#631)Devaraj Ranganna
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
2022-10-28Update Cortex-M55 and Cortex-M85 ports (#579)Gaurav-Aggarwal-AWS
2022-10-03Tickless idle fixes/improvement (#59)Jeff Tenney
2022-09-27Added better pointer declaration readability (#567)Cristian Cristea
2022-09-21Update RISC-V IAR port to support vector mode. (#458)Ming Yue
2022-09-16Remove local stack variable form MPU wrappersGaurav Aggarwal
2022-09-16Make RAM regions non-executableGaurav Aggarwal
2022-09-16Use highest numbered MPU regions for kernelGaurav Aggarwal
2022-09-13M85 support (#556)Gabor Toth
2022-06-30Add Cortex M7 r0p1 Errata 837070 workaround to CM4_MPU ports (#513)Paul Bartell