Basic JTAG working
This commit is contained in:
parent
37338e2ad8
commit
3beecbc4fa
9 changed files with 147 additions and 65 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#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));
|
||||
void mspd_jtag_init(void);
|
||||
int mspd_jtag_flash_and_reset(size_t img_start, size_t img_len, ssize_t (*read_block)(void *usr, int addr, size_t len, uint8_t *out), void *usr);
|
||||
|
||||
#endif /* __MSPDEBUG_WRAPPER_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue