 3749eb0eed
			
		
	
	
		3749eb0eed
		
			
		
	
	
	
	
		
			
			* Core: ring buffer. * Api: usb vcp. F3: vcp glue code. * Applications: cli draft version. * Cli: basic working version, includes help and version commands * HAL: vcp on f2 * Makefile: update openocd conf * F3: vcp rx with freertos stream * Cli: help * Cli: standard commands, api-hal-uid * Power: cli poweroff.
		
			
				
	
	
		
			11 lines
		
	
	
		
			181 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			181 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include <stdint.h>
 | |
| #include <stddef.h>
 | |
| 
 | |
| /* Get platform UID size in bytes */
 | |
| size_t api_hal_uid_size();
 | |
| 
 | |
| /* Get const pointer to UID */
 | |
| const uint8_t* api_hal_uid();
 |