add set mac, cmsis-dap load sdram, ...

This commit is contained in:
pvvx 2017-12-28 18:43:58 +03:00
parent 0830a1244a
commit b381813514
27 changed files with 255 additions and 88 deletions

View file

@ -67,7 +67,8 @@ void serial_break_clear(serial_t *obj);
void serial_pinout_tx(PinName tx);
void serial_set_flow_control(serial_t *obj, FlowControl type, PinName rxflow, PinName txflow);
// rxflow and tx flow is fixed by hardware
void serial_set_flow_control(serial_t *obj, FlowControl type);// PinName rxflow, PinName txflow);
#ifdef __cplusplus
}