Skip to content

Commit 0c4a48e

Browse files
authored
Merge pull request #12 from weston-embedded/release/V2.93.01
Release/v2.93.01
2 parents 28c58eb + ef077fa commit 0c4a48e

File tree

554 files changed

+1892
-1244
lines changed

Some content is hidden

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

554 files changed

+1892
-1244
lines changed

Cfg/Template/app_hooks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Application Hooks
2020
*
2121
* Filename : app_hooks.c
22-
* Version : V2.93.00
22+
* Version : V2.93.01
2323
*********************************************************************************************************
2424
*/
2525

Cfg/Template/os_cfg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/OS-II
44
* The Real-Time Kernel
55
*
6-
* Copyright 1992-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -21,7 +21,7 @@
2121
* uC/OS-II Configuration File for V2.9x
2222
*
2323
* Filename : os_cfg.h
24-
* Version : V2.93.00
24+
* Version : V2.93.01
2525
*********************************************************************************************************
2626
*/
2727

Ports/68HC12/DG128A/NonPaged/COSMIC/os_cpu.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/OS-II
44
* The Real-Time Kernel
55
*
6-
* Copyright 1992-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -21,7 +21,7 @@
2121
* (COSMIC C V4.2F)
2222
*
2323
* Filename : os_cpu.h
24-
* Version : V2.93.00
24+
* Version : V2.93.01
2525
*********************************************************************************************************
2626
*/
2727

Ports/68HC12/DG128A/NonPaged/COSMIC/os_cpu_a.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; uC/OS-II
33
; The Real-Time Kernel
44
;
5-
; Copyright 1992-2020 Silicon Laboratories Inc. www.silabs.com
5+
; Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
66
;
77
; SPDX-License-Identifier: APACHE-2.0
88
;
@@ -18,7 +18,7 @@
1818
; (COSMIC C V4.2F)
1919
;
2020
; Filename : os_cpu_a.s
21-
; Version : V2.93.00
21+
; Version : V2.93.01
2222
;********************************************************************************************************
2323

2424
;********************************************************************************************************

Ports/68HC12/DG128A/NonPaged/COSMIC/os_cpu_c.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/OS-II
44
* The Real-Time Kernel
55
*
6-
* Copyright 1992-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -21,7 +21,7 @@
2121
* (COSMIC C V4.2F)
2222
*
2323
* Filename : os_cpu_c.c
24-
* Version : V2.93.00
24+
* Version : V2.93.01
2525
*********************************************************************************************************
2626
*/
2727

Ports/68HC12/DG128A/NonPaged/COSMIC/os_dbg.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/OS-II
44
* The Real-Time Kernel
55
*
6-
* Copyright 1992-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* DEBUGGER CONSTANTS
2121
*
2222
* Filename : os_dbg.c
23-
* Version : V2.93.00
23+
* Version : V2.93.01
2424
*********************************************************************************************************
2525
*/
2626

Ports/68HC12/DG128A/NonPaged/IAR/OS_CPU.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/OS-II
44
* The Real-Time Kernel
55
*
6-
* Copyright 1992-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -21,7 +21,7 @@
2121
* IAR
2222
*
2323
* Filename : os_cpu.h
24-
* Version : V2.93.00
24+
* Version : V2.93.01
2525
*********************************************************************************************************
2626
*/
2727

Ports/68HC12/DG128A/NonPaged/IAR/OS_CPU_C.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/OS-II
44
* The Real-Time Kernel
55
*
6-
* Copyright 1992-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -21,7 +21,7 @@
2121
* IAR
2222
*
2323
* Filename : os_cpu_c.c
24-
* Version : V2.93.00
24+
* Version : V2.93.01
2525
*********************************************************************************************************
2626
*/
2727

Ports/68HC12/DG128A/NonPaged/IAR/os_cpu_a.s33

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; uC/OS-II
33
; The Real-Time Kernel
44
;
5-
; Copyright 1992-2020 Silicon Laboratories Inc. www.silabs.com
5+
; Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
66
;
77
; SPDX-License-Identifier: APACHE-2.0
88
;
@@ -18,7 +18,7 @@
1818
; (COSMIC C V4.2F)
1919
;
2020
; Filename : os_cpu_a.s33
21-
; Version : V2.93.00
21+
; Version : V2.93.01
2222
;********************************************************************************************************
2323

2424
;********************************************************************************************************
@@ -261,4 +261,4 @@ OSTickISR1:
261261

262262
rti ; 12~, Return from interrupt, no higher priority tasks ready.
263263

264-
END
264+
END

Ports/68HC12/DG128A/NonPaged/IAR/os_dbg.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/OS-II
44
* The Real-Time Kernel
55
*
6-
* Copyright 1992-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* DEBUGGER CONSTANTS
2121
*
2222
* Filename : os_dbg.c
23-
* Version : V2.93.00
23+
* Version : V2.93.01
2424
*********************************************************************************************************
2525
*/
2626

0 commit comments

Comments
 (0)