controller-fw: initial jtag programming draft

This commit is contained in:
jaseg 2020-02-24 20:19:40 +01:00
parent 23a1333abe
commit 031380141d
6 changed files with 130 additions and 13 deletions

View 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__ */