add per family freeRTOSConfig.h also make changes to build with freertos_kernel cmake - hard coded configPRIO_BITS based on family - change configSUPPORT_STATIC_ALLOCATION to 0, configSUPPORT_DYNAMIC_ALLOCATION to 1 - enable configRECORD_STACK_HIGH_ADDRESS for tracing - enable INCLUDE_xTaskGetCurrentTaskHandle which is required to compile stream_buffer (although we don't use it).
		
			
				
	
	
		
			5 lines
		
	
	
		
			188 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			188 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
# This file is for ESP-IDF only
 | 
						|
idf_component_register(SRCS "main.c" "usb_descriptors.c" "msc_disk.c"
 | 
						|
                    INCLUDE_DIRS "."
 | 
						|
                    REQUIRES boards tinyusb_src)
 |