Skip to content

Commit 258010f

Browse files
authored
Merge pull request #20 from forg0ne/release/v3.08.01
Release/v3.08.01
2 parents e65d9f9 + 6f71b49 commit 258010f

File tree

218 files changed

+1678
-784
lines changed

Some content is hidden

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

218 files changed

+1678
-784
lines changed

Cfg/Template/os_app_hooks.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/OS-III
44
* The Real-Time Kernel
55
*
6-
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* APPLICATION HOOKS
2121
*
2222
* Filename : os_app_hooks.c
23-
* Version : V3.08.00
23+
* Version : V3.08.01
2424
*********************************************************************************************************
2525
*/
2626

Cfg/Template/os_app_hooks.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/OS-III
44
* The Real-Time Kernel
55
*
6-
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* APPLICATION HOOKS
2121
*
2222
* Filename : os_app_hooks.h
23-
* Version : V3.08.00
23+
* Version : V3.08.01
2424
*********************************************************************************************************
2525
*/
2626

Cfg/Template/os_cfg.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/OS-III
44
* The Real-Time Kernel
55
*
6-
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* CONFIGURATION FILE
2121
*
2222
* Filename : os_cfg.h
23-
* Version : V3.08.00
23+
* Version : V3.08.01
2424
*********************************************************************************************************
2525
*/
2626

@@ -36,6 +36,7 @@
3636
#define OS_CFG_DYN_TICK_EN 0u /* Enable (1) or Disable (0) the Dynamic Tick */
3737
#define OS_CFG_INVALID_OS_CALLS_CHK_EN 1u /* Enable (1) or Disable (0) checks for invalid kernel calls */
3838
#define OS_CFG_OBJ_TYPE_CHK_EN 1u /* Enable (1) or Disable (0) object type checking */
39+
#define OS_CFG_OBJ_CREATED_CHK_EN 1u /* Enable (1) or Disable (0) object created checks */
3940
#define OS_CFG_TS_EN 0u /* Enable (1) or Disable (0) time stamping */
4041

4142
#define OS_CFG_PRIO_MAX 64u /* Defines the maximum number of task priorities (see OS_PRIO data type) */

Cfg/Template/os_cfg_app.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/OS-III
44
* The Real-Time Kernel
55
*
6-
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* OS CONFIGURATION (APPLICATION SPECIFICS)
2121
*
2222
* Filename : os_cfg_app.h
23-
* Version : V3.08.00
23+
* Version : V3.08.01
2424
*********************************************************************************************************
2525
*/
2626

Ports/ARC/EM6/MetaWare/os_cpu.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/OS-III
44
* The Real-Time Kernel
55
*
6-
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* Synopsys ARC EM6 Port
2121
*
2222
* File : os_cpu.h
23-
* Version : V3.08.00
23+
* Version : V3.08.01
2424
*********************************************************************************************************
2525
* For : Synopsys ARC EM6
2626
* Mode : Little-Endian, 32 registers, FPU, Code Density, Loop Counter, Stack Check

Ports/ARC/EM6/MetaWare/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-III
33
; The Real-Time Kernel
44
;
5-
; Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
5+
; Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
66
;
77
; SPDX-License-Identifier: APACHE-2.0
88
;
@@ -17,7 +17,7 @@
1717
; Synopsys ARC EM6 Port
1818
;
1919
; File : os_cpu_a.s
20-
; Version : V3.08.00
20+
; Version : V3.08.01
2121
;********************************************************************************************************
2222
; For : Synopsys ARC EM6
2323
; Mode : Little-Endian, 32 registers, FPU, Code Density, Loop Counter, Stack Check

Ports/ARC/EM6/MetaWare/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-III
44
* The Real-Time Kernel
55
*
6-
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* Synopsys ARC EM6 Port
2121
*
2222
* File : os_cpu_c.c
23-
* Version : V3.08.00
23+
* Version : V3.08.01
2424
*********************************************************************************************************
2525
* For : Synopsys ARC EM6
2626
* Mode : Little-Endian, 32 registers, FPU, Code Density, Loop Counter, Stack Check

Ports/ARM-Cortex-A/ARMv7-A/ARM/os_cpu.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/OS-III
44
* The Real-Time Kernel
55
*
6-
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* ARMv7-A Port
2121
*
2222
* File : os_cpu.h
23-
* Version : V3.08.00
23+
* Version : V3.08.01
2424
*********************************************************************************************************
2525
* For : ARMv7-A Cortex-A
2626
* Mode : ARM or Thumb

Ports/ARM-Cortex-A/ARMv7-A/ARM/os_cpu_a_vfp-d16.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; uC/OS-III
33
; The Real-Time Kernel
44
;
5-
; Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
5+
; Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
66
;
77
; SPDX-License-Identifier: APACHE-2.0
88
;
@@ -17,7 +17,7 @@
1717
; ARMv7-A Port
1818
;
1919
; File : os_cpu_a_vfp-d16.s
20-
; Version : V3.08.00
20+
; Version : V3.08.01
2121
;********************************************************************************************************
2222
; For : ARM7 or ARM9
2323
; Mode : ARM or Thumb

Ports/ARM-Cortex-A/ARMv7-A/ARM/os_cpu_a_vfp-d32.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; uC/OS-III
33
; The Real-Time Kernel
44
;
5-
; Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
5+
; Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
66
;
77
; SPDX-License-Identifier: APACHE-2.0
88
;
@@ -17,7 +17,7 @@
1717
; ARMv7-A Port
1818
;
1919
; File : os_cpu_a_vfp-d32.s
20-
; Version : V3.08.00
20+
; Version : V3.08.01
2121
;********************************************************************************************************
2222
; For : ARM7 or ARM9
2323
; Mode : ARM or Thumb

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy