controller-fw: initial jtag programming draft
This commit is contained in:
parent
23a1333abe
commit
031380141d
6 changed files with 130 additions and 13 deletions
6
controller/fw/mspdebug_wrapper.h
Normal file
6
controller/fw/mspdebug_wrapper.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef __MSPDEBUG_WRAPPER_H__
|
||||
#define __MSPDEBUG_WRAPPER_H__
|
||||
|
||||
int flash_and_reset(size_t img_start, size_t img_len, ssize_t (*read_block)(int addr, size_t len, uint8_t *out));
|
||||
|
||||
#endif /* __MSPDEBUG_WRAPPER_H__ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue