diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-08-16 17:03:23 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-08-27 08:54:43 -0400 |
commit | 2b9124f3c09731dbacaf0682f899101b6813a28c (patch) | |
tree | 98b6e3f8c90c6930e23e011f0146fec228641e06 /lib/bossac/src/WordCopyArm.h | |
parent | 79632878ac86c0bf3b9dadb719b54d90742591c5 (diff) | |
download | kutter-2b9124f3c09731dbacaf0682f899101b6813a28c.tar.gz kutter-2b9124f3c09731dbacaf0682f899101b6813a28c.tar.xz kutter-2b9124f3c09731dbacaf0682f899101b6813a28c.zip |
lib: Add bossac 1.9 code to lib directory
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/bossac/src/WordCopyArm.h')
-rw-r--r-- | lib/bossac/src/WordCopyArm.h | 18 |
1 files changed, 18 insertions, 0 deletions
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 <stdint.h> + +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 |