* Music player: move music_worker to library * Music player: drop cli * Debug: speaker debug app * Debug: baudrate arg in uart_echo app * Libs: add music_worker to api * Libs: add music_worker to targets linker_dependencies Co-authored-by: あく <alleteam@gmail.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			361 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			361 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
App(
 | 
						|
    appid="debug_apps",
 | 
						|
    name="Basic debug apps bundle",
 | 
						|
    apptype=FlipperAppType.METAPACKAGE,
 | 
						|
    provides=[
 | 
						|
        "blink_test",
 | 
						|
        "vibro_test",
 | 
						|
        "keypad_test",
 | 
						|
        "usb_test",
 | 
						|
        "usb_mouse",
 | 
						|
        "uart_echo",
 | 
						|
        "display_test",
 | 
						|
        "text_box_test",
 | 
						|
        "file_browser_test",
 | 
						|
        "speaker_debug",
 | 
						|
    ],
 | 
						|
)
 |