added flash routines from Freescale dBug sources

This commit is contained in:
Markus Fröschle
2013-08-14 07:40:23 +00:00
parent 4080a8e5af
commit 188f229132
3 changed files with 382 additions and 139 deletions

View File

@@ -26,6 +26,7 @@ extern void xvsnprintf(char *str, size_t size, const char *fmt, va_list va);
extern void xvprintf(const char *fmt, va_list va);
extern void xprintf(const char *fmt, ...);
extern void xsnprintf(char *str, size_t size, const char *fmt, ...);
extern void xputchar(int c);
extern void display_progress(void);