chinglee-iot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c3dc20fdb4 
							
						 
					 
					
						
						
							
							Update xSemaphoreGetStaticBuffer prototype in comment ( #704 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> 
						
						
					 
					
						2023-07-17 16:12:05 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chinglee-iot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d0a490e491 
							
						 
					 
					
						
						
							
							Remove empty expression statement compiler warning ( #692 )  
						
						 
						
						... 
						
						
						
						* Add do while( 0 ) loop for empty expression statement compiler warning 
						
						
					 
					
						2023-07-06 10:44:24 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Darian 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9488ba22d8 
							
						 
					 
					
						
						
							
							Add functions to get the buffers of statically created objects ( #641 )  
						
						 
						
						... 
						
						
						
						Added various ...GetStaticBuffer() functions to get the buffers of statically
created objects.
---------
Co-authored-by: Paul Bartell <pbartell@amazon.com>
Co-authored-by: Nikhil Kamath <110539926+amazonKamath@users.noreply.github.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com> 
						
						
					 
					
						2023-03-22 15:27:57 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bartell 
							
						 
					 
					
						
						
						
						
							
						
						
							01820d3ed9 
							
						 
					 
					
						
						
							
							Normalize line endings and whitespace in source files  
						
						 
						
						
						
						
					 
					
						2022-11-29 15:38:47 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Monika Singh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							11c72bc075 
							
						 
					 
					
						
						
							
							Add support for MISRA rule 20.7 ( #546 )  
						
						 
						
						... 
						
						
						
						Misra rule 20.7 requires parenthesis to all parameter names
in macro definitions.
The issue was reported here : https://forums.freertos.org/t/misra-20-7-compatibility/15385  
						
						
					 
					
						2022-08-19 15:51:57 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gaurav-Aggarwal-AWS 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d5771a7a60 
							
						 
					 
					
						
						
							
							Add configUSE_MUTEXES to function declarations in header ( #504 )  
						
						 
						
						... 
						
						
						
						This commit adds the configUSE_MUTEXES guard to the function
declarations in semphr.h which are only available when configUSE_MUTEXES
is set to 1.
It was reported here - https://forums.freertos.org/t/mutex-missing-reference-to-configuse-mutexes-on-the-online-documentation/15231 
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> 
						
						
					 
					
						2022-06-21 16:04:52 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jon Enz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							abd887c687 
							
						 
					 
					
						
						
							
							Clean some spell check words. ( #439 )  
						
						 
						
						
						
						
					 
					
						2022-01-07 10:45:58 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zim Kalinowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f8ada39d85 
							
						 
					 
					
						
						
							
							Replace <pre> with @code - remaining files ( #388 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: Paul Bartell <pbartell@amazon.com>
Co-authored-by: Ming Yue <mingyue86010@gmail.com> 
						
						
					 
					
						2021-09-07 12:03:12 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								alfred gedeon 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ce81bcb33f 
							
						 
					 
					
						
						
							
							Run uncrustify with github workflows ( #369 )  
						
						 
						
						... 
						
						
						
						* uncrustify with github workflows
* Fix find expression
* Add uncrustify configuration file
* Uncrustify some files
* uncrustify some more files
* uncrustify more files
* Fix whitespace at end of lines
Co-authored-by: Cobus van Eeden <35851496+cobusve@users.noreply.github.com> 
						
						
					 
					
						2021-07-28 17:53:10 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Raul Rojas 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bad8f01afd 
							
						 
					 
					
						
						
							
							Adds SemphrGetCountFromISR with QMsgWaitingFromISR ( #345 )  
						
						 
						
						... 
						
						
						
						* Adds SemphrGetCountFromISR with QMsgWaitingFromISR 
						
						
					 
					
						2021-06-08 17:48:52 -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 
							
						 
					 
					
						
						
						
						
							
						
						
							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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Chalco 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3604527e3b 
							
						 
					 
					
						
						
							
							Update version number to 10.4.1 ( #173 )  
						
						 
						
						
						
						
					 
					
						2020-09-17 15:25:15 -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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Chalco 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ebda49376e 
							
						 
					 
					
						
						
							
							finish up PR67. Also add missing <\pre> tags ( #130 )  
						
						 
						
						
						
						
					 
					
						2020-08-18 16:28:02 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								alfred gedeon 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8c77117c32 
							
						 
					 
					
						
						
							
							Style: Remove tabs and tab == 4 spaces ( #120 )  
						
						 
						
						... 
						
						
						
						* Style: Remove tabls and tab == 4 spaces
* Style: remove xx accidentally left
* Style: revert uncrustify for untested portable directories
* Style: revert more uncrustify files
* Style: Revert more uncrustified files
* Style: Revert some uncrutified files
* Style: change more files
* Style: remove t tab == 4 spaces
* Style: remove tabs = spaces
* Style: revert changed files
* Style: redo the stuyles
* Style: add uncrustify disable parsing for asm
Co-authored-by: Alfred Gedeon <gedeonag@amazon.com> 
						
						
					 
					
						2020-08-17 14:50:56 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alfred Gedeon 
							
						 
					 
					
						
						
						
						
							
						
						
							587a83d647 
							
						 
					 
					
						
						
							
							Style: uncrustify kernel files  
						
						 
						
						
						
						
					 
					
						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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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