Compare commits
	
		
			1 Commits
		
	
	
		
			b69fd19910
			...
			a7b4e7b715
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a7b4e7b715 | 
							
								
								
									
										4
									
								
								env/moonlight/link.lds
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								env/moonlight/link.lds
									
									
									
									
										vendored
									
									
								
							| @@ -5,8 +5,8 @@ ENTRY( _start ) | ||||
| MEMORY | ||||
| { | ||||
|   rom   (rxai!w) : ORIGIN = 0xFFFFE000, LENGTH = 2k | ||||
|   flash (rxai!w) : ORIGIN = 0x30000000, LENGTH = 16M | ||||
|   ram   (wxa!ri) : ORIGIN = 0x10000000, LENGTH = 128K | ||||
|   flash (rxai!w) : ORIGIN = 0xE0000000, LENGTH = 16M | ||||
|   ram   (wxa!ri) : ORIGIN = 0xC0000000, LENGTH = 128K | ||||
|   dram  (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 2048M | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user