Add simpler method for relocating functions to RAM. (#21804)
This commit is contained in:
		
							parent
							
								
									0fcd13f552
								
							
						
					
					
						commit
						3a5e4253fc
					
				
					 4 changed files with 32 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								platforms/avr/_util.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								platforms/avr/_util.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,10 @@
 | 
			
		|||
// Copyright 2023 Nick Brassel (@tzarc)
 | 
			
		||||
// SPDX-License-Identifier: GPL-2.0-or-later
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
// AVR can't actually run anything from RAM, so just no-op the define.
 | 
			
		||||
#define RESIDENT_IN_RAM(funcname) funcname
 | 
			
		||||
 | 
			
		||||
#if __has_include_next("_util.h")
 | 
			
		||||
#    include_next "_util.h"
 | 
			
		||||
#endif
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue