mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 11:09:01 +01:00 
			
		
		
		
	Update version number (#983)
* Update version number to 11.0.1+ in task.h * Update Third Party Port version to <DEVELOPMENT BRANCH> * Update version to 11.0.1 in manifest.yml
This commit is contained in:
		
							parent
							
								
									938ec0f7bf
								
							
						
					
					
						commit
						23afc48fc3
					
				@ -53,10 +53,10 @@
 | 
				
			|||||||
 * The tskKERNEL_VERSION_MAJOR, tskKERNEL_VERSION_MINOR, tskKERNEL_VERSION_BUILD
 | 
					 * The tskKERNEL_VERSION_MAJOR, tskKERNEL_VERSION_MINOR, tskKERNEL_VERSION_BUILD
 | 
				
			||||||
 * values will reflect the last released version number.
 | 
					 * values will reflect the last released version number.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define tskKERNEL_VERSION_NUMBER       "V10.4.4+"
 | 
					#define tskKERNEL_VERSION_NUMBER       "V11.0.1+"
 | 
				
			||||||
#define tskKERNEL_VERSION_MAJOR        10
 | 
					#define tskKERNEL_VERSION_MAJOR        11
 | 
				
			||||||
#define tskKERNEL_VERSION_MINOR        4
 | 
					#define tskKERNEL_VERSION_MINOR        0
 | 
				
			||||||
#define tskKERNEL_VERSION_BUILD        4
 | 
					#define tskKERNEL_VERSION_BUILD        1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* MPU region parameters passed in ulParameters
 | 
					/* MPU region parameters passed in ulParameters
 | 
				
			||||||
 * of MemoryRegion_t struct. */
 | 
					 * of MemoryRegion_t struct. */
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
name : "FreeRTOS-Kernel"
 | 
					name : "FreeRTOS-Kernel"
 | 
				
			||||||
version: "v10.5.1"
 | 
					version: "v11.0.1+"
 | 
				
			||||||
description: "FreeRTOS Kernel."
 | 
					description: "FreeRTOS Kernel."
 | 
				
			||||||
license: "MIT"
 | 
					license: "MIT"
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * FreeRTOS Kernel V10.4.3
 | 
					 * FreeRTOS Kernel <DEVELOPMENT BRANCH>
 | 
				
			||||||
 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates.  All Rights Reserved.
 | 
					 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates.  All Rights Reserved.
 | 
				
			||||||
 * Copyright (c) 2021 Raspberry Pi (Trading) Ltd.
 | 
					 * Copyright (c) 2021 Raspberry Pi (Trading) Ltd.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * FreeRTOS Kernel V10.4.3
 | 
					 * FreeRTOS Kernel <DEVELOPMENT BRANCH>
 | 
				
			||||||
 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates.  All Rights Reserved.
 | 
					 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates.  All Rights Reserved.
 | 
				
			||||||
 * Copyright (c) 2021 Raspberry Pi (Trading) Ltd.
 | 
					 * Copyright (c) 2021 Raspberry Pi (Trading) Ltd.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * FreeRTOS Kernel V10.4.3
 | 
					 * FreeRTOS Kernel <DEVELOPMENT BRANCH>
 | 
				
			||||||
 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates.  All Rights Reserved.
 | 
					 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates.  All Rights Reserved.
 | 
				
			||||||
 * Copyright (c) 2021 Raspberry Pi (Trading) Ltd.
 | 
					 * Copyright (c) 2021 Raspberry Pi (Trading) Ltd.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								portable/ThirdParty/GCC/RP2040/port.c
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								portable/ThirdParty/GCC/RP2040/port.c
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * FreeRTOS Kernel V10.4.3
 | 
					 * FreeRTOS Kernel <DEVELOPMENT BRANCH>
 | 
				
			||||||
 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates.  All Rights Reserved.
 | 
					 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates.  All Rights Reserved.
 | 
				
			||||||
 * Copyright (c) 2021 Raspberry Pi (Trading) Ltd.
 | 
					 * Copyright (c) 2021 Raspberry Pi (Trading) Ltd.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 | 
				
			|||||||
@ -7,7 +7,7 @@
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * FreeRTOS Kernel V10.4.3
 | 
					 * FreeRTOS Kernel <DEVELOPMENT BRANCH>
 | 
				
			||||||
 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.
 | 
					 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Permission is hereby granted, free of charge, to any person obtaining a copy of
 | 
					 * Permission is hereby granted, free of charge, to any person obtaining a copy of
 | 
				
			||||||
 | 
				
			|||||||
@ -8,7 +8,7 @@
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * FreeRTOS Kernel V10.4.3
 | 
					 * FreeRTOS Kernel <DEVELOPMENT BRANCH>
 | 
				
			||||||
 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.
 | 
					 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Permission is hereby granted, free of charge, to any person obtaining a copy of
 | 
					 * Permission is hereby granted, free of charge, to any person obtaining a copy of
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								portable/ThirdParty/GCC/Xtensa_ESP32/port.c
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								portable/ThirdParty/GCC/Xtensa_ESP32/port.c
									
									
									
									
										vendored
									
									
								
							@ -8,7 +8,7 @@
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * FreeRTOS Kernel V10.4.3
 | 
					 * FreeRTOS Kernel <DEVELOPMENT BRANCH>
 | 
				
			||||||
 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.
 | 
					 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Permission is hereby granted, free of charge, to any person obtaining a copy of
 | 
					 * Permission is hereby granted, free of charge, to any person obtaining a copy of
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user