Skip to content

Commit 385e700

Browse files
authored
Update History.txt and fix versioning in asm files (#177)
1 parent 3604527 commit 385e700

File tree

75 files changed

+81
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+81
-74
lines changed

History.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Documentation and download available at https://www.FreeRTOS.org/
22

3+
Changes between FreeRTOS V10.4.0 and FreeRTOS V10.4.1 released September 17 2020
4+
See https://www.FreeRTOS.org/FreeRTOS-V10.4.x.html
5+
6+
+ An incorrectly named parameter in the macro ulTaskNotifyTakeIndexed that
7+
caused a compilation error when using this macro has been fixed.
8+
9+
310
Changes between FreeRTOS V10.3.1 and FreeRTOS V10.4.0 released September 10 2020
411

512
See https://www.FreeRTOS.org/FreeRTOS-V10.4.x.html

portable/ARMv8M/copy_files.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#/*
2-
# * FreeRTOS Kernel V10.4.0
2+
# * FreeRTOS Kernel V10.4.1
33
# * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
# *
55
# * Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portasm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portasm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portasm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portasm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/ARMv8M/secure/context/portable/IAR/ARM_CM23/secure_context_port_asm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port_asm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/CodeWarrior/ColdFire_V1/portasm.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/CodeWarrior/ColdFire_V2/portasm.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/GCC/ARM_CA53_64_BIT/portASM.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/GCC/ARM_CA9/portASM.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/GCC/ARM_CR5/portASM.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/GCC/ARM_CRx_No_GIC/portASM.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/GCC/ColdFire_V2/portasm.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/GCC/IA32_flat/portASM.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/GCC/MicroBlaze/portasm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/GCC/MicroBlazeV8/portasm.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/GCC/MicroBlazeV9/portasm.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/GCC/NiosII/port_asm.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/GCC/PPC405_Xilinx/portasm.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/GCC/PPC440_Xilinx/portasm.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/GCC/RISC-V/portASM.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/GCC/RL78/portasm.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/78K0R/portasm.s26

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.4.0
2+
; * FreeRTOS Kernel V10.4.1
33
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
; *
55
; * Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/ARM_CA5_No_GIC/portASM.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.4.0
2+
; * FreeRTOS Kernel V10.4.1
33
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
; *
55
; * Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/ARM_CA9/portASM.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.4.0
2+
; * FreeRTOS Kernel V10.4.1
33
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
; *
55
; * Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/ARM_CM0/portasm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/ARM_CM23/non_secure/portasm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/ARM_CM23/secure/secure_context_port_asm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/ARM_CM23_NTZ/non_secure/portasm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/ARM_CM3/portasm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/ARM_CM33/non_secure/portasm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/ARM_CM33/secure/secure_context_port_asm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/ARM_CM33_NTZ/non_secure/portasm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/ARM_CM4F/portasm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/ARM_CM4F_MPU/portasm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/ARM_CM7/r0p1/portasm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/ARM_CRx_No_GIC/portASM.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.4.0
2+
; * FreeRTOS Kernel V10.4.1
33
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
; *
55
; * Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/ATMega323/portmacro.s90

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.4.0
2+
; * FreeRTOS Kernel V10.4.1
33
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
; *
55
; * Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/AVR_AVRDx/portmacro.s90

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.4.0
2+
; * FreeRTOS Kernel V10.4.1
33
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
; *
55
; * Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/AVR_Mega0/portmacro.s90

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.4.0
2+
; * FreeRTOS Kernel V10.4.1
33
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
; *
55
; * Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/AtmelSAM7S64/portasm.s79

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.4.0
2+
; * FreeRTOS Kernel V10.4.1
33
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
; *
55
; * Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/LPC2000/portasm.s79

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.4.0
2+
; * FreeRTOS Kernel V10.4.1
33
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
; *
55
; * Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/MSP430/portext.s43

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/MSP430X/portext.s43

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/RISC-V/portASM.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/RL78/portasm.s87

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.4.0
2+
; * FreeRTOS Kernel V10.4.1
33
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
; *
55
; * Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/RX100/port_asm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/RX600/port_asm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/RXv2/port_asm.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/STR71x/portasm.s79

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.4.0
2+
; * FreeRTOS Kernel V10.4.1
33
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
; *
55
; * Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/STR75x/portasm.s79

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.4.0
2+
; * FreeRTOS Kernel V10.4.1
33
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
; *
55
; * Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/STR91x/portasm.s79

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.0
2+
* FreeRTOS Kernel V10.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/V850ES/portasm.s85

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.4.0
2+
; * FreeRTOS Kernel V10.4.1
33
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
; *
55
; * Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/IAR/V850ES/portasm_Fx3.s85

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.4.0
2+
; * FreeRTOS Kernel V10.4.1
33
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
; *
55
; * Permission is hereby granted, free of charge, to any person obtaining a copy of

0 commit comments

Comments
 (0)