Skip to content

Commit 85768bb

Browse files
authored
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.
1 parent 5dfab03 commit 85768bb

File tree

84 files changed

+84
-84
lines changed

Some content is hidden

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

84 files changed

+84
-84
lines changed

portable/ARMv8M/copy_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#/*
2-
# * FreeRTOS Kernel V10.3.1
2+
# * FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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/CCS/ARM_CM3/portasm.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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/CCS/ARM_CM4F/portasm.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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/CCS/ARM_Cortex-R4/portASM.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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/CCS/MSP430X/portext.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;/*
2-
; * FreeRTOS Kernel V10.3.1
2+
; * FreeRTOS Kernel V10.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.3.1
2+
* FreeRTOS Kernel V10.4.0
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)