All host tests currently pass Some async refactors may not work well on device, will try later
		
			
				
	
	
		
			10 lines
		
	
	
		
			184 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			184 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include <cstdint>
 | |
| #include <span>
 | |
| 
 | |
| #include "buffer.h"
 | |
| 
 | |
| buffer FakeUart_Drain(uint16_t size);
 | |
| void FakeUart_Feed(std::span<const std::byte> data);
 | |
| void FakeUart_Reset(); |