Skip to content

Commit

Permalink
Merge pull request #20 from forg0ne/release/v3.08.01
Browse files Browse the repository at this point in the history
Release/v3.08.01
  • Loading branch information
forg0ne committed May 4, 2021
2 parents e65d9f9 + 6f71b49 commit 258010f
Show file tree
Hide file tree
Showing 218 changed files with 1,678 additions and 784 deletions.
4 changes: 2 additions & 2 deletions Cfg/Template/os_app_hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/OS-III
* The Real-Time Kernel
*
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* APPLICATION HOOKS
*
* Filename : os_app_hooks.c
* Version : V3.08.00
* Version : V3.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Cfg/Template/os_app_hooks.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/OS-III
* The Real-Time Kernel
*
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* APPLICATION HOOKS
*
* Filename : os_app_hooks.h
* Version : V3.08.00
* Version : V3.08.01
*********************************************************************************************************
*/

Expand Down
5 changes: 3 additions & 2 deletions Cfg/Template/os_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/OS-III
* The Real-Time Kernel
*
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* CONFIGURATION FILE
*
* Filename : os_cfg.h
* Version : V3.08.00
* Version : V3.08.01
*********************************************************************************************************
*/

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

#define OS_CFG_PRIO_MAX 64u /* Defines the maximum number of task priorities (see OS_PRIO data type) */
Expand Down
4 changes: 2 additions & 2 deletions Cfg/Template/os_cfg_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/OS-III
* The Real-Time Kernel
*
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* OS CONFIGURATION (APPLICATION SPECIFICS)
*
* Filename : os_cfg_app.h
* Version : V3.08.00
* Version : V3.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Ports/ARC/EM6/MetaWare/os_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/OS-III
* The Real-Time Kernel
*
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* Synopsys ARC EM6 Port
*
* File : os_cpu.h
* Version : V3.08.00
* Version : V3.08.01
*********************************************************************************************************
* For : Synopsys ARC EM6
* Mode : Little-Endian, 32 registers, FPU, Code Density, Loop Counter, Stack Check
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARC/EM6/MetaWare/os_cpu_a.s
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; uC/OS-III
; The Real-Time Kernel
;
; Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
; Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
;
; SPDX-License-Identifier: APACHE-2.0
;
Expand All @@ -17,7 +17,7 @@
; Synopsys ARC EM6 Port
;
; File : os_cpu_a.s
; Version : V3.08.00
; Version : V3.08.01
;********************************************************************************************************
; For : Synopsys ARC EM6
; Mode : Little-Endian, 32 registers, FPU, Code Density, Loop Counter, Stack Check
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARC/EM6/MetaWare/os_cpu_c.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/OS-III
* The Real-Time Kernel
*
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* Synopsys ARC EM6 Port
*
* File : os_cpu_c.c
* Version : V3.08.00
* Version : V3.08.01
*********************************************************************************************************
* For : Synopsys ARC EM6
* Mode : Little-Endian, 32 registers, FPU, Code Density, Loop Counter, Stack Check
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARM-Cortex-A/ARMv7-A/ARM/os_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/OS-III
* The Real-Time Kernel
*
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* ARMv7-A Port
*
* File : os_cpu.h
* Version : V3.08.00
* Version : V3.08.01
*********************************************************************************************************
* For : ARMv7-A Cortex-A
* Mode : ARM or Thumb
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARM-Cortex-A/ARMv7-A/ARM/os_cpu_a_vfp-d16.s
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; uC/OS-III
; The Real-Time Kernel
;
; Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
; Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
;
; SPDX-License-Identifier: APACHE-2.0
;
Expand All @@ -17,7 +17,7 @@
; ARMv7-A Port
;
; File : os_cpu_a_vfp-d16.s
; Version : V3.08.00
; Version : V3.08.01
;********************************************************************************************************
; For : ARM7 or ARM9
; Mode : ARM or Thumb
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARM-Cortex-A/ARMv7-A/ARM/os_cpu_a_vfp-d32.s
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; uC/OS-III
; The Real-Time Kernel
;
; Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
; Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
;
; SPDX-License-Identifier: APACHE-2.0
;
Expand All @@ -17,7 +17,7 @@
; ARMv7-A Port
;
; File : os_cpu_a_vfp-d32.s
; Version : V3.08.00
; Version : V3.08.01
;********************************************************************************************************
; For : ARM7 or ARM9
; Mode : ARM or Thumb
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARM-Cortex-A/ARMv7-A/ARM/os_cpu_a_vfp-none.s
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; uC/OS-III
; The Real-Time Kernel
;
; Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
; Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
;
; SPDX-License-Identifier: APACHE-2.0
;
Expand All @@ -17,7 +17,7 @@
; ARMv7-A Port
;
; File : os_cpu_a_vfp-none.s
; Version : V3.08.00
; Version : V3.08.01
;********************************************************************************************************
; For : ARM7 or ARM9
; Mode : ARM or Thumb
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARM-Cortex-A/ARMv7-A/CCS/os_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/OS-III
* The Real-Time Kernel
*
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* ARMv7-A Port
*
* File : os_cpu.h
* Version : V3.08.00
* Version : V3.08.01
*********************************************************************************************************
* For : ARMv7-A Cortex-A
* Mode : ARM or Thumb
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARM-Cortex-A/ARMv7-A/CCS/os_cpu_a_vfp-d16.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; uC/OS-III
; The Real-Time Kernel
;
; Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
; Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
;
; SPDX-License-Identifier: APACHE-2.0
;
Expand All @@ -17,7 +17,7 @@
; ARMv7-A Port
;
; File : os_cpu_a_vfp-d16.asm
; Version : V3.08.00
; Version : V3.08.01
;********************************************************************************************************
; For : ARM7 or ARM9
; Mode : ARM or Thumb
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARM-Cortex-A/ARMv7-A/CCS/os_cpu_a_vfp-d32.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; uC/OS-III
; The Real-Time Kernel
;
; Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
; Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
;
; SPDX-License-Identifier: APACHE-2.0
;
Expand All @@ -17,7 +17,7 @@
; ARMv7-A Port
;
; File : os_cpu_a_vfp-d32.asm
; Version : V3.08.00
; Version : V3.08.01
;********************************************************************************************************
; For : ARM7 or ARM9
; Mode : ARM or Thumb
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARM-Cortex-A/ARMv7-A/CCS/os_cpu_a_vfp-none.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; uC/OS-III
; The Real-Time Kernel
;
; Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
; Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
;
; SPDX-License-Identifier: APACHE-2.0
;
Expand All @@ -17,7 +17,7 @@
; ARMv7-A Port
;
; File : os_cpu_a_vfp-none.asm
; Version : V3.08.00
; Version : V3.08.01
;********************************************************************************************************
; For : ARM7 or ARM9
; Mode : ARM or Thumb
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARM-Cortex-A/ARMv7-A/GNU/os_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/OS-III
* The Real-Time Kernel
*
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* ARMv7-A Port
*
* File : os_cpu.h
* Version : V3.08.00
* Version : V3.08.01
*********************************************************************************************************
* For : ARMv7-A Cortex-A
* Mode : ARM or Thumb
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARM-Cortex-A/ARMv7-A/GNU/os_cpu_a_vfp-d16.S
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@ uC/OS-III
@ The Real-Time Kernel
@
@ Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
@ Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
@
@ SPDX-License-Identifier: APACHE-2.0
@
Expand All @@ -17,7 +17,7 @@
@ ARMv7-A Port
@
@ File : os_cpu_a_vfp-d16.S
@ Version : V3.08.00
@ Version : V3.08.01
@********************************************************************************************************
@ For : ARM7 or ARM9
@ Mode : ARM or Thumb
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARM-Cortex-A/ARMv7-A/GNU/os_cpu_a_vfp-d32.S
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@ uC/OS-III
@ The Real-Time Kernel
@
@ Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
@ Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
@
@ SPDX-License-Identifier: APACHE-2.0
@
Expand All @@ -17,7 +17,7 @@
@ ARMv7-A Port
@
@ File : os_cpu_a_vfp-d32.S
@ Version : V3.08.00
@ Version : V3.08.01
@********************************************************************************************************
@ For : ARM7 or ARM9
@ Mode : ARM or Thumb
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARM-Cortex-A/ARMv7-A/GNU/os_cpu_a_vfp-none.S
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@ uC/OS-III
@ The Real-Time Kernel
@
@ Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
@ Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
@
@ SPDX-License-Identifier: APACHE-2.0
@
Expand All @@ -17,7 +17,7 @@
@ ARMv7-A Port
@
@ File : os_cpu_a_vfp-none.S
@ Version : V3.08.00
@ Version : V3.08.01
@********************************************************************************************************
@ For : ARM7 or ARM9
@ Mode : ARM or Thumb
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARM-Cortex-A/ARMv7-A/IAR/os_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/OS-III
* The Real-Time Kernel
*
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -19,7 +19,7 @@
* ARMv7-A Port
*
* File : os_cpu.h
* Version : V3.08.00
* Version : V3.08.01
*********************************************************************************************************
* For : ARMv7-A Cortex-A
* Mode : ARM or Thumb
Expand Down
4 changes: 2 additions & 2 deletions Ports/ARM-Cortex-A/ARMv7-A/IAR/os_cpu_a_vfp-d16.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; uC/OS-III
; The Real-Time Kernel
;
; Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
; Copyright 2009-2021 Silicon Laboratories Inc. www.silabs.com
;
; SPDX-License-Identifier: APACHE-2.0
;
Expand All @@ -17,7 +17,7 @@
; ARMv7-A Port
;
; File : os_cpu_a_vfp-d16.asm
; Version : V3.08.00
; Version : V3.08.01
;********************************************************************************************************
; For : ARM7 or ARM9
; Mode : ARM or Thumb
Expand Down
Loading

0 comments on commit 258010f

Please sign in to comment.