- change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target
		
			
				
	
	
		
			11 lines
		
	
	
		
			303 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			303 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
set(CMAKE_SYSTEM_CPU cortex-m33 CACHE INTERNAL "System Processor")
 | 
						|
set(MCU_VARIANT ra4m3)
 | 
						|
 | 
						|
set(JLINK_DEVICE R7FA4M3AF)
 | 
						|
 | 
						|
function(update_board TARGET)
 | 
						|
#  target_compile_definitions(${TARGET} PUBLIC)
 | 
						|
#  target_sources(${TARGET} PRIVATE)
 | 
						|
#  target_include_directories(${BOARD_TARGET} PUBLIC)
 | 
						|
endfunction()
 |