* FuriHal: sram2 memory manager * FuriHal: sram2 memory allocator * FuriHal: allow NULL buffers for txrx in spi hal * SD card: sector cache * FuriHal: fix init in memory hal * RPC: STARTUP instead SERVICE * Memory: pool "free" command * Thread: service can be statically allocated in a memory pool Co-authored-by: あく <alleteam@gmail.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			167 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			167 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
App(
 | 
						|
    appid="rpc_start",
 | 
						|
    apptype=FlipperAppType.STARTUP,
 | 
						|
    entry_point="rpc_on_system_start",
 | 
						|
    cdefines=["SRV_RPC"],
 | 
						|
    requires=["cli"],
 | 
						|
    order=10,
 | 
						|
)
 |