- change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target
		
			
				
	
	
		
			17 lines
		
	
	
		
			361 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			361 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
set(CMAKE_SYSTEM_CPU cortex-m33 CACHE INTERNAL "System Processor")
 | 
						|
set(MCU_VARIANT ra6m5)
 | 
						|
 | 
						|
set(JLINK_DEVICE R7FA6M5BH)
 | 
						|
set(JLINK_OPTION "-USB 000831915224")
 | 
						|
 | 
						|
# device default to PORT 1 High Speed
 | 
						|
if (NOT DEFINED RHPORT_DEVICE)
 | 
						|
  set(RHPORT_DEVICE 1)
 | 
						|
endif()
 | 
						|
if (NOT DEFINED RHPORT_HOST)
 | 
						|
  set(RHPORT_HOST 0)
 | 
						|
endif()
 | 
						|
 | 
						|
function(update_board TARGET)
 | 
						|
endfunction()
 |