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
220 B
C
11 lines
220 B
C
#pragma once
|
|
|
|
#include "api-hal-gpio.h"
|
|
#include "api-hal-delay.h"
|
|
#include "api-hal-pwm.h"
|
|
#include "api-hal-task.h"
|
|
#include "api-hal-tim.h"
|
|
#include "api-hal-power.h"
|
|
#include "api-hal-vcp.h"
|
|
#include "api-hal-uid.h"
|