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

0 commit comments

Comments
 (0)