[FL-2010] furi-hal-vcp rework (#812)
* [FL-2010] furi-hal-vcp rework * Fix connect state change on vcp enable * New thread naming scheme and stack size adjustment. * Applications: rename worker threads to match new naming scheme. Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
		@@ -101,6 +101,9 @@
 | 
			
		||||
#define configTIMER_TASK_PRIORITY                ( 2 )
 | 
			
		||||
#define configTIMER_QUEUE_LENGTH                 32
 | 
			
		||||
#define configTIMER_TASK_STACK_DEPTH             256
 | 
			
		||||
#define configTIMER_SERVICE_TASK_NAME          "TimersSrv"
 | 
			
		||||
 | 
			
		||||
#define configIDLE_TASK_NAME                  "(-_-)"
 | 
			
		||||
 | 
			
		||||
/* Set the following definitions to 1 to include the API function, or zero
 | 
			
		||||
to exclude the API function. */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user