add OPT_MCU_MAX32665
This commit is contained in:
		| @@ -1,9 +1,6 @@ | ||||
| # TODO more docs and example on how to use this file | ||||
| # TINYUSB_TARGET_PREFIX and TINYUSB_TARGET_SUFFIX can be used to change the name of the target | ||||
|  | ||||
| cmake_minimum_required(VERSION 3.20) | ||||
|  | ||||
| # Add tinyusb to a existing target | ||||
| # Add tinyusb to a existing target, DCD and HCD drivers are not included | ||||
| function(tinyusb_target_add TARGET) | ||||
|   target_sources(${TARGET} PRIVATE | ||||
|     # common | ||||
|   | ||||
| @@ -195,6 +195,7 @@ | ||||
|  | ||||
| // Analog Devices | ||||
| #define OPT_MCU_MAX32690         2400  ///< ADI MAX32690 | ||||
| #define OPT_MCU_MAX32665         2401  ///< ADI MAX32666/5 | ||||
| #define OPT_MCU_MAX32666         2401  ///< ADI MAX32666/5 | ||||
| #define OPT_MCU_MAX32650         2402  ///< ADI MAX32650/1/2 | ||||
| #define OPT_MCU_MAX78002         2403  ///< ADI MAX78002 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach