Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation: update USB projects #93

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Validation/Projects/USB/Device/CDC_ACM/RTE/CMSIS/RTX_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// <i> Defines the combined global dynamic memory size.
// <i> Default: 32768
#ifndef OS_DYNAMIC_MEM_SIZE
#define OS_DYNAMIC_MEM_SIZE 32768
#define OS_DYNAMIC_MEM_SIZE 4096
#endif

// <o>Kernel Tick Frequency [Hz] <1-1000000>
Expand Down Expand Up @@ -179,7 +179,7 @@
// <i> Defines stack size for threads with zero stack size specified.
// <i> Default: 3072
#ifndef OS_STACK_SIZE
#define OS_STACK_SIZE 3072
#define OS_STACK_SIZE 1024
#endif

// <o>Idle Thread Stack size [bytes] <72-1073741824:8>
Expand Down
4 changes: 2 additions & 2 deletions Validation/Projects/USB/Device/Core/RTE/CMSIS/RTX_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// <i> Defines the combined global dynamic memory size.
// <i> Default: 32768
#ifndef OS_DYNAMIC_MEM_SIZE
#define OS_DYNAMIC_MEM_SIZE 32768
#define OS_DYNAMIC_MEM_SIZE 4096
#endif

// <o>Kernel Tick Frequency [Hz] <1-1000000>
Expand Down Expand Up @@ -179,7 +179,7 @@
// <i> Defines stack size for threads with zero stack size specified.
// <i> Default: 3072
#ifndef OS_STACK_SIZE
#define OS_STACK_SIZE 3072
#define OS_STACK_SIZE 1024
#endif

// <o>Idle Thread Stack size [bytes] <72-1073741824:8>
Expand Down
4 changes: 2 additions & 2 deletions Validation/Projects/USB/Device/HID/RTE/CMSIS/RTX_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// <i> Defines the combined global dynamic memory size.
// <i> Default: 32768
#ifndef OS_DYNAMIC_MEM_SIZE
#define OS_DYNAMIC_MEM_SIZE 32768
#define OS_DYNAMIC_MEM_SIZE 4096
#endif

// <o>Kernel Tick Frequency [Hz] <1-1000000>
Expand Down Expand Up @@ -179,7 +179,7 @@
// <i> Defines stack size for threads with zero stack size specified.
// <i> Default: 3072
#ifndef OS_STACK_SIZE
#define OS_STACK_SIZE 3072
#define OS_STACK_SIZE 1024
#endif

// <o>Idle Thread Stack size [bytes] <72-1073741824:8>
Expand Down
4 changes: 2 additions & 2 deletions Validation/Projects/USB/Device/MSC/RTE/CMSIS/RTX_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// <i> Defines the combined global dynamic memory size.
// <i> Default: 32768
#ifndef OS_DYNAMIC_MEM_SIZE
#define OS_DYNAMIC_MEM_SIZE 32768
#define OS_DYNAMIC_MEM_SIZE 4096
#endif

// <o>Kernel Tick Frequency [Hz] <1-1000000>
Expand Down Expand Up @@ -179,7 +179,7 @@
// <i> Defines stack size for threads with zero stack size specified.
// <i> Default: 3072
#ifndef OS_STACK_SIZE
#define OS_STACK_SIZE 3072
#define OS_STACK_SIZE 1024
#endif

// <o>Idle Thread Stack size [bytes] <72-1073741824:8>
Expand Down
4 changes: 2 additions & 2 deletions Validation/Projects/USB/Host/CDC_ACM/RTE/CMSIS/RTX_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// <i> Defines the combined global dynamic memory size.
// <i> Default: 32768
#ifndef OS_DYNAMIC_MEM_SIZE
#define OS_DYNAMIC_MEM_SIZE 32768
#define OS_DYNAMIC_MEM_SIZE 4096
#endif

// <o>Kernel Tick Frequency [Hz] <1-1000000>
Expand Down Expand Up @@ -179,7 +179,7 @@
// <i> Defines stack size for threads with zero stack size specified.
// <i> Default: 3072
#ifndef OS_STACK_SIZE
#define OS_STACK_SIZE 3072
#define OS_STACK_SIZE 1024
#endif

// <o>Idle Thread Stack size [bytes] <72-1073741824:8>
Expand Down
4 changes: 2 additions & 2 deletions Validation/Projects/USB/Host/Core/RTE/CMSIS/RTX_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// <i> Defines the combined global dynamic memory size.
// <i> Default: 32768
#ifndef OS_DYNAMIC_MEM_SIZE
#define OS_DYNAMIC_MEM_SIZE 32768
#define OS_DYNAMIC_MEM_SIZE 4096
#endif

// <o>Kernel Tick Frequency [Hz] <1-1000000>
Expand Down Expand Up @@ -179,7 +179,7 @@
// <i> Defines stack size for threads with zero stack size specified.
// <i> Default: 3072
#ifndef OS_STACK_SIZE
#define OS_STACK_SIZE 3072
#define OS_STACK_SIZE 1024
#endif

// <o>Idle Thread Stack size [bytes] <72-1073741824:8>
Expand Down
4 changes: 2 additions & 2 deletions Validation/Projects/USB/Host/HID/RTE/CMSIS/RTX_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// <i> Defines the combined global dynamic memory size.
// <i> Default: 32768
#ifndef OS_DYNAMIC_MEM_SIZE
#define OS_DYNAMIC_MEM_SIZE 32768
#define OS_DYNAMIC_MEM_SIZE 4096
#endif

// <o>Kernel Tick Frequency [Hz] <1-1000000>
Expand Down Expand Up @@ -179,7 +179,7 @@
// <i> Defines stack size for threads with zero stack size specified.
// <i> Default: 3072
#ifndef OS_STACK_SIZE
#define OS_STACK_SIZE 3072
#define OS_STACK_SIZE 1024
#endif

// <o>Idle Thread Stack size [bytes] <72-1073741824:8>
Expand Down
4 changes: 2 additions & 2 deletions Validation/Projects/USB/Host/MSC/RTE/CMSIS/RTX_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// <i> Defines the combined global dynamic memory size.
// <i> Default: 32768
#ifndef OS_DYNAMIC_MEM_SIZE
#define OS_DYNAMIC_MEM_SIZE 32768
#define OS_DYNAMIC_MEM_SIZE 4096
#endif

// <o>Kernel Tick Frequency [Hz] <1-1000000>
Expand Down Expand Up @@ -179,7 +179,7 @@
// <i> Defines stack size for threads with zero stack size specified.
// <i> Default: 3072
#ifndef OS_STACK_SIZE
#define OS_STACK_SIZE 3072
#define OS_STACK_SIZE 1024
#endif

// <o>Idle Thread Stack size [bytes] <72-1073741824:8>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// <i> Defines the combined global dynamic memory size.
// <i> Default: 32768
#ifndef OS_DYNAMIC_MEM_SIZE
#define OS_DYNAMIC_MEM_SIZE 32768
#define OS_DYNAMIC_MEM_SIZE 4096
#endif

// <o>Kernel Tick Frequency [Hz] <1-1000000>
Expand Down Expand Up @@ -179,7 +179,7 @@
// <i> Defines stack size for threads with zero stack size specified.
// <i> Default: 3072
#ifndef OS_STACK_SIZE
#define OS_STACK_SIZE 3072
#define OS_STACK_SIZE 1024
#endif

// <o>Idle Thread Stack size [bytes] <72-1073741824:8>
Expand Down