creiter64 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c38427eea4 
							
						 
					 
					
						
						
							
							Fix function parameter shadowing global variable. ( #1221 )  
						
						 
						
						... 
						
						
						
						The function vApplicationFPUSafeIRQHandler gets the value of ICCIAR as
parameter, but a constant containing the address of ICCIAR was also
defined. Fix the name of the constant to align it with what it actually
holds. 
						
						
					 
					
						2025-01-13 14:48:10 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Saiiijchan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e169442c29 
							
						 
					 
					
						
						
							
							Refine VFP context for Coretex-A9 ( #1209 )  
						
						 
						
						... 
						
						
						
						s0–s15 (d0–d7, q0–q3) and d16–d31 (q8–q15) are caller save
register
Signed-off-by: wangfei_chen <wangfei_chen@realsil.com.cn>
Co-authored-by: wangfei_chen <wangfei_chen@realsil.com.cn> 
						
						
					 
					
						2024-12-17 17:25:20 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ActoryOu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a27d6650ee 
							
						 
					 
					
						
						
							
							Move configASSERT default definition above before including portable.h. ( #1185 )  
						
						 
						
						... 
						
						
						
						Move configASSERT default definition above before including portable.h. 
						
						
					 
					
						2024-11-04 16:35:52 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ActoryOu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							de276eb023 
							
						 
					 
					
						
						
							
							Fix spelling typos ( #1168 )  
						
						 
						
						... 
						
						
						
						* Fix spelling
---------
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com> 
						
						
					 
					
						2024-11-01 10:09:49 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian La Roche 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8afb3a5b82 
							
						 
					 
					
						
						
							
							fix typos in comments: interace -> interface, swtich -> switch ( #1022 )  
						
						 
						
						... 
						
						
						
						Fix typos in comments: interace -> interface, swtich -> switch.
Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com> 
						
						
					 
					
						2024-04-08 17:50:55 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soren Ptak 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							839ccb719b 
							
						 
					 
					
						
						
							
							Use Regex for Copyright Year in Header Check ( #1002 )  
						
						 
						
						
						
						
					 
					
						2024-02-26 09:26:42 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								RichardBarry 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							553caa18ce 
							
						 
					 
					
						
						
							
							Update the memory alignment within the Cortex-A9 port asm code ( #426 )  
						
						 
						
						... 
						
						
						
						Update alignment in ARM_CA9 port. 
						
						
					 
					
						2023-12-09 14:49:39 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soren Ptak 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5fb9b50da8 
							
						 
					 
					
						
						
							
							CI-CD Updates ( #768 )  
						
						 
						
						... 
						
						
						
						* Use new version of CI-CD Actions
* Use cSpell spell check, and use ubuntu-20.04 for formatting check
* Format and spell check all files in the portable directory
* Remove the https:// from #errors and #warnings as uncrustify attempts to change it to /*
* Use checkout@v3 instead of checkout@v2 on all jobs
--------- 
						
						
					 
					
						2023-09-05 14:24:04 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bartell 
							
						 
					 
					
						
						
						
						
							
						
						
							c1980cedb1 
							
						 
					 
					
						
						
							
							tree-wide: Unify formatting of __cplusplus ifdefs  
						
						 
						
						
						
						
					 
					
						2023-04-25 11:32:08 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vo Trung Chi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aa987a3443 
							
						 
					 
					
						
						
							
							fix conversion warning ( #658 )  
						
						 
						
						... 
						
						
						
						FreeRTOS-Kernel/portable/GCC/ARM_CM4F/port.c:399:41: error: conversion from 'uint32_t' {aka 'long unsigned int'} to 'uint8_t' {aka 'unsigned char'} may change value [-Werror=conversion]
Signed-off-by: Vo Trung Chi <chi.votrung@vn.bosch.com> 
						
						
					 
					
						2023-04-04 08:10:54 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bartell 
							
						 
					 
					
						
						
						
						
							
						
						
							01820d3ed9 
							
						 
					 
					
						
						
							
							Normalize line endings and whitespace in source files  
						
						 
						
						
						
						
					 
					
						2022-11-29 15:38:47 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								RichardBarry 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8741c4f919 
							
						 
					 
					
						
						
							
							Include string.h at the top of portable/GCC/ARM_CA9/port.c to prevent memset() generating a warning. ( #430 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: none <unknown> 
						
						
					 
					
						2022-08-09 10:37:24 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								swaldhoer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a030d0a02b 
							
						 
					 
					
						
						
							
							fix typo ( #399 )  
						
						 
						
						
						
						
					 
					
						2021-10-06 15:32:07 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bartell 
							
						 
					 
					
						
						
						
						
							
						
						
							eec42331b4 
							
						 
					 
					
						
						
							
							Normalize files with mixed line endings (introduced in commit 3a413d1)  
						
						 
						
						
						
						
					 
					
						2021-06-01 17:55:18 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bartell 
							
						 
					 
					
						
						
						
						
							
						
						
							3a413d1022 
							
						 
					 
					
						
						
							
							Add SPDX-License-Identifier: MIT to MIT licensed files.  
						
						 
						
						
						
						
					 
					
						2021-05-27 19:57:55 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bartell 
							
						 
					 
					
						
						
						
						
							
						
						
							e31dccae80 
							
						 
					 
					
						
						
							
							Remove "1 tab == 4 spaces!" line from files that still contain it.  
						
						 
						
						
						
						
					 
					
						2021-05-27 19:57:55 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bartell 
							
						 
					 
					
						
						
						
						
							
						
						
							adfc53368f 
							
						 
					 
					
						
						
							
							Update copyright year from 2020 to 2021  
						
						 
						
						
						
						
					 
					
						2021-05-27 19:57:55 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bartell 
							
						 
					 
					
						
						
						
						
							
						
						
							08dc6f64ee 
							
						 
					 
					
						
						
							
							Change kernel revision in each file header from V10.4.3 to <DEVELOPMENT BRANCH>  
						
						 
						
						
						
						
					 
					
						2021-05-27 19:57:55 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Cobus van Eeden 
							
						 
					 
					
						
						
						
						
							
						
						
							ec62f69dab 
							
						 
					 
					
						
						
							
							[AUTO][RELEASE]: Bump file header version to "10.4.3"  
						
						 
						
						
						
						
					 
					
						2020-12-14 10:13:39 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Chalco 
							
						 
					 
					
						
						
						
						
							
						
						
							337bca615e 
							
						 
					 
					
						
						
							
							[AUTO][RELEASE]: Bump file header version to "10.4.2"  
						
						 
						
						
						
						
					 
					
						2020-11-10 14:42:58 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Cobus van Eeden 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							385e700953 
							
						 
					 
					
						
						
							
							Update History.txt and fix versioning in asm files ( #177 )  
						
						 
						
						
						
						
					 
					
						2020-09-18 08:05:13 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Chalco 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3604527e3b 
							
						 
					 
					
						
						
							
							Update version number to 10.4.1 ( #173 )  
						
						 
						
						
						
						
					 
					
						2020-09-17 15:25:15 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								RichardBarry 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							85768bb3e0 
							
						 
					 
					
						
						
							
							Sets the version number to 10.4.0 in assembly files.  The ( #166 )  
						
						 
						
						... 
						
						
						
						assembly files were missed when the other source files had
their version numbers updated. 
						
						
					 
					
						2020-09-14 09:49:46 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Chalco 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5dfab0306b 
							
						 
					 
					
						
						
							
							Update version number to 10.4.0 ( #153 )  
						
						 
						
						
						
						
					 
					
						2020-09-10 19:49:34 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								alfred gedeon 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a038146915 
							
						 
					 
					
						
						
							
							Style: Make freertos.org = FreeRTOS.org and add https ( #134 )  
						
						 
						
						... 
						
						
						
						* Style: make freertos.org = FreeRTOS.org also add https
* Style: Fix freertos into FreeRTOS
* Style: Fix freertos into FreeRTOS
Co-authored-by: Alfred Gedeon <gedeonag@amazon.com> 
						
						
					 
					
						2020-08-21 11:30:39 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								alfred gedeon 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0b0a2060c0 
							
						 
					 
					
						
						
							
							Style: Change FreeRTOS websites in comments ( #131 )  
						
						 
						
						... 
						
						
						
						* Style: Change FreeRTOS websites in comments
* Style: Change freertos to FreeRTOS in comments
* Style: Remove broken link
Co-authored-by: Alfred Gedeon <gedeonag@amazon.com> 
						
						
					 
					
						2020-08-20 14:59:28 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								alfred gedeon 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							86653e2a1f 
							
						 
					 
					
						
						
							
							Style: Revert uncrustify for portable directories ( #122 )  
						
						 
						
						... 
						
						
						
						* Style: revert uncrustify portable directories
* Style: Uncrustify Some Portable files
Co-authored-by: Alfred Gedeon <gedeonag@amazon.com> 
						
						
					 
					
						2020-08-17 10:51:02 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alfred Gedeon 
							
						 
					 
					
						
						
						
						
							
						
						
							587a83d647 
							
						 
					 
					
						
						
							
							Style: uncrustify kernel files  
						
						 
						
						
						
						
					 
					
						2020-07-08 10:24:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alfred Gedeon 
							
						 
					 
					
						
						
						
						
							
						
						
							2c530ba5c3 
							
						 
					 
					
						
						
							
							Style: uncrustify  
						
						 
						
						
						
						
					 
					
						2020-07-08 10:24:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alfred Gedeon 
							
						 
					 
					
						
						
						
						
							
						
						
							718178c68a 
							
						 
					 
					
						
						
							
							Style: uncrusitfy  
						
						 
						
						
						
						
					 
					
						2020-07-08 10:24:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alfred Gedeon 
							
						 
					 
					
						
						
						
						
							
						
						
							a5dbc2b1de 
							
						 
					 
					
						
						
							
							Style: uncrustify kernel files  
						
						 
						
						
						
						
					 
					
						2020-07-08 10:24:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vladimir Umek 
							
						 
					 
					
						
						
						
						
							
						
						
							9b02ee0af2 
							
						 
					 
					
						
						
							
							Cortex-A9 port: Adding stack alignment directive to assembly code  
						
						 
						
						
						
						
					 
					
						2020-03-13 12:19:31 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yuhui.Zheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							88e32327e9 
							
						 
					 
					
						
						
							
							version bump to v10.3.1 ( #16 )  
						
						 
						
						... 
						
						
						
						* Verion bump from 10.3.0 to 10.3.1.
* version bump in task.h
* change history for 10.3.1. 
						
						
					 
					
						2020-02-18 22:03:54 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yuhui Zheng 
							
						 
					 
					
						
						
						
						
							
						
						
							210b1ffcc8 
							
						 
					 
					
						
						
							
							Re-sync with upstream and stripping away none kernel related.  
						
						 
						
						
						
						
					 
					
						2020-02-10 13:45:57 -08:00