From 2b9124f3c09731dbacaf0682f899101b6813a28c Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 16 Aug 2018 17:03:23 -0400 Subject: lib: Add bossac 1.9 code to lib directory Signed-off-by: Kevin O'Connor --- lib/bossac/src/WordCopyArm.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lib/bossac/src/WordCopyArm.h (limited to 'lib/bossac/src/WordCopyArm.h') diff --git a/lib/bossac/src/WordCopyArm.h b/lib/bossac/src/WordCopyArm.h new file mode 100644 index 00000000..d3975e83 --- /dev/null +++ b/lib/bossac/src/WordCopyArm.h @@ -0,0 +1,18 @@ +// WARNING!!! DO NOT EDIT - FILE GENERATED BY APPLETGEN +#ifndef _WORDCOPYARM_H +#define _WORDCOPYARM_H + +#include + +typedef struct +{ + uint32_t dst_addr; + uint32_t reset; + uint32_t src_addr; + uint32_t stack; + uint32_t start; + uint32_t words; + uint8_t code[52]; +} WordCopyArm; + +#endif // _WORDCOPYARM_H -- cgit v1.2.3-70-g09d2