mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-29 20:34:36 +00:00 
			
		
		
		
	 7ce945a9de
			
		
	
	7ce945a9de
	
	
	
		
			
			Also this commit replaces FreeRTOS list used for pthread internals with simple one from rom/queue.h
		
			
				
	
	
		
			17 lines
		
	
	
		
			394 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			394 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "PThreads"
 | |
| 
 | |
| config ESP32_PTHREAD_TASK_PRIO_DEFAULT
 | |
|     int "Default task priority"
 | |
|     range 0 255
 | |
|     default 5
 | |
|     help
 | |
|         Priority used to create new tasks with default pthread parameters.
 | |
| 
 | |
| config ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT
 | |
|     int "Default task stack size"
 | |
|     default 3072
 | |
|     help
 | |
|         Stack size used to create new tasks with default pthread parameters.
 | |
| 
 | |
| endmenu
 |