Skip to content

Commit e5b1718

Browse files
authored
Merge pull request hathach#2091 from DRNadler/master
For FreeRTOS kernel-aware debugging, when queue registry is enabled, …
2 parents 5cf9423 + 37a7f9f commit e5b1718

File tree

18 files changed

+67
-68
lines changed

18 files changed

+67
-68
lines changed

examples/device/cdc_msc_freertos/src/FreeRTOSConfig/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
#define configUSE_MUTEXES 1
8282
#define configUSE_RECURSIVE_MUTEXES 1
8383
#define configUSE_COUNTING_SEMAPHORES 1
84-
#define configQUEUE_REGISTRY_SIZE 2
84+
#define configQUEUE_REGISTRY_SIZE 4
8585
#define configUSE_QUEUE_SETS 0
8686
#define configUSE_TIME_SLICING 0
8787
#define configUSE_NEWLIB_REENTRANT 0

examples/device/hid_composite_freertos/src/FreeRTOSConfig/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
#define configUSE_MUTEXES 1
8282
#define configUSE_RECURSIVE_MUTEXES 1
8383
#define configUSE_COUNTING_SEMAPHORES 1
84-
#define configQUEUE_REGISTRY_SIZE 2
84+
#define configQUEUE_REGISTRY_SIZE 4
8585
#define configUSE_QUEUE_SETS 0
8686
#define configUSE_TIME_SLICING 0
8787
#define configUSE_NEWLIB_REENTRANT 0

hw/bsp/imxrt/FreeRTOSConfig/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#define configUSE_MUTEXES 1
6767
#define configUSE_RECURSIVE_MUTEXES 1
6868
#define configUSE_COUNTING_SEMAPHORES 1
69-
#define configQUEUE_REGISTRY_SIZE 2
69+
#define configQUEUE_REGISTRY_SIZE 4
7070
#define configUSE_QUEUE_SETS 0
7171
#define configUSE_TIME_SLICING 0
7272
#define configUSE_NEWLIB_REENTRANT 0

hw/bsp/kinetis_kl/FreeRTOSConfig/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#define configUSE_MUTEXES 1
6767
#define configUSE_RECURSIVE_MUTEXES 1
6868
#define configUSE_COUNTING_SEMAPHORES 1
69-
#define configQUEUE_REGISTRY_SIZE 2
69+
#define configQUEUE_REGISTRY_SIZE 4
7070
#define configUSE_QUEUE_SETS 0
7171
#define configUSE_TIME_SLICING 0
7272
#define configUSE_NEWLIB_REENTRANT 0

hw/bsp/lpc18/FreeRTOSConfig/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#define configUSE_MUTEXES 1
6767
#define configUSE_RECURSIVE_MUTEXES 1
6868
#define configUSE_COUNTING_SEMAPHORES 1
69-
#define configQUEUE_REGISTRY_SIZE 2
69+
#define configQUEUE_REGISTRY_SIZE 4
7070
#define configUSE_QUEUE_SETS 0
7171
#define configUSE_TIME_SLICING 0
7272
#define configUSE_NEWLIB_REENTRANT 0

hw/bsp/lpc40/FreeRTOSConfig/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#define configUSE_MUTEXES 1
6767
#define configUSE_RECURSIVE_MUTEXES 1
6868
#define configUSE_COUNTING_SEMAPHORES 1
69-
#define configQUEUE_REGISTRY_SIZE 2
69+
#define configQUEUE_REGISTRY_SIZE 4
7070
#define configUSE_QUEUE_SETS 0
7171
#define configUSE_TIME_SLICING 0
7272
#define configUSE_NEWLIB_REENTRANT 0

hw/bsp/lpc55/FreeRTOSConfig/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#define configUSE_MUTEXES 1
6767
#define configUSE_RECURSIVE_MUTEXES 1
6868
#define configUSE_COUNTING_SEMAPHORES 1
69-
#define configQUEUE_REGISTRY_SIZE 2
69+
#define configQUEUE_REGISTRY_SIZE 4
7070
#define configUSE_QUEUE_SETS 0
7171
#define configUSE_TIME_SLICING 0
7272
#define configUSE_NEWLIB_REENTRANT 0

hw/bsp/mcx/FreeRTOSConfig/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#define configUSE_MUTEXES 1
6767
#define configUSE_RECURSIVE_MUTEXES 1
6868
#define configUSE_COUNTING_SEMAPHORES 1
69-
#define configQUEUE_REGISTRY_SIZE 2
69+
#define configQUEUE_REGISTRY_SIZE 4
7070
#define configUSE_QUEUE_SETS 0
7171
#define configUSE_TIME_SLICING 0
7272
#define configUSE_NEWLIB_REENTRANT 0

hw/bsp/nrf/FreeRTOSConfig/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#define configUSE_MUTEXES 1
6767
#define configUSE_RECURSIVE_MUTEXES 1
6868
#define configUSE_COUNTING_SEMAPHORES 1
69-
#define configQUEUE_REGISTRY_SIZE 2
69+
#define configQUEUE_REGISTRY_SIZE 4
7070
#define configUSE_QUEUE_SETS 0
7171
#define configUSE_TIME_SLICING 0
7272
#define configUSE_NEWLIB_REENTRANT 0

hw/bsp/ra/FreeRTOSConfig/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
#define configUSE_MUTEXES 1
8282
#define configUSE_RECURSIVE_MUTEXES 1
8383
#define configUSE_COUNTING_SEMAPHORES 1
84-
#define configQUEUE_REGISTRY_SIZE 2
84+
#define configQUEUE_REGISTRY_SIZE 4
8585
#define configUSE_QUEUE_SETS 0
8686
#define configUSE_TIME_SLICING 0
8787
#define configUSE_NEWLIB_REENTRANT 0

0 commit comments

Comments
 (0)