Add missing files

This commit is contained in:
jaseg 2020-02-27 16:02:41 +01:00
parent 43ff9fdac0
commit f6061fe574
9 changed files with 620 additions and 0 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__ */