 7bd3bd7ea4
			
		
	
	
		7bd3bd7ea4
		
			
		
	
	
	
	
		
			
			* fbt: reduced amount of redundant compilation units * fbt: added GatherSources() method which can reject source paths starting with "!" in sources list; optimized apps' source lists * docs: updated on path exclusion for `sources` * apps: examples: fixed example_advanced_plugins source list * docs: more details on `sources`; apps: narrower sources lists
		
			
				
	
	
		
			23 lines
		
	
	
		
			461 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			461 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| App(
 | |
|     appid="ibutton",
 | |
|     name="iButton",
 | |
|     apptype=FlipperAppType.MENUEXTERNAL,
 | |
|     targets=["f7"],
 | |
|     entry_point="ibutton_app",
 | |
|     icon="A_iButton_14",
 | |
|     stack_size=2 * 1024,
 | |
|     order=60,
 | |
|     fap_libs=["assets"],
 | |
|     fap_icon="icon.png",
 | |
|     fap_category="iButton",
 | |
| )
 | |
| 
 | |
| App(
 | |
|     appid="ibutton_start",
 | |
|     apptype=FlipperAppType.STARTUP,
 | |
|     targets=["f7"],
 | |
|     entry_point="ibutton_on_system_start",
 | |
|     sources=["ibutton_cli.c"],
 | |
|     order=60,
 | |
| )
 |