mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 20:51:41 +00:00 
			
		
		
		
	 bb6cf16177
			
		
	
	bb6cf16177
	
	
	
		
			
			1. rename linker files 2. support memory release in case that ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY is enabled 3. improve the implementation of memory release
		
			
				
	
	
		
			8 lines
		
	
	
		
			317 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			317 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [mapping:ble_app]
 | |
| archive: libble_app.a
 | |
| entries:
 | |
|     * (bt_default);
 | |
|         bt_bss -> dram0_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_bss),
 | |
|         bt_common -> dram0_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_common),
 | |
|         data -> dram0_data ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_data)
 |