建立工程,成功创建两个虚拟串口
This commit is contained in:
		
							
								
								
									
										20
									
								
								source/OpenAMP/libmetal/lib/processor/microblaze/cpu.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								source/OpenAMP/libmetal/lib/processor/microblaze/cpu.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| /* | ||||
|  * Copyright (c) 2017, Xilinx Inc. and Contributors. All rights reserved. | ||||
|  * | ||||
|  * SPDX-License-Identifier: BSD-3-Clause | ||||
|  */ | ||||
|  | ||||
| /* | ||||
|  * @file	cpu.h | ||||
|  * @brief	CPU specific primatives on microblaze platform. | ||||
|  */ | ||||
|  | ||||
| #ifndef __METAL_MICROBLAZE__H__ | ||||
| #define __METAL_MICROBLAZE__H__ | ||||
|  | ||||
| #include <stdint.h> | ||||
| #include <metal/atomic.h> | ||||
|  | ||||
| #define metal_cpu_yield() | ||||
|  | ||||
| #endif /* __METAL_MICROBLAZE__H__ */ | ||||
		Reference in New Issue
	
	Block a user
	 ranchuan
					ranchuan