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.cpp | |
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.cpp')
-rw-r--r-- | lib/bossac/src/WordCopyArm.cpp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/bossac/src/WordCopyArm.cpp b/lib/bossac/src/WordCopyArm.cpp new file mode 100644 index 00000000..09bb1175 --- /dev/null +++ b/lib/bossac/src/WordCopyArm.cpp @@ -0,0 +1,25 @@ +// WARNING!!! DO NOT EDIT - FILE GENERATED BY APPLETGEN +#include "WordCopyArm.h" +#include "WordCopyApplet.h" + +WordCopyArm WordCopyApplet::applet = { +// dst_addr +0x00000028, +// reset +0x00000024, +// src_addr +0x0000002c, +// stack +0x00000020, +// start +0x00000000, +// words +0x00000030, +// code +{ +0x09, 0x48, 0x0a, 0x49, 0x0a, 0x4a, 0x02, 0xe0, 0x08, 0xc9, 0x08, 0xc0, 0x01, 0x3a, 0x00, 0x2a, +0xfa, 0xd1, 0x04, 0x48, 0x00, 0x28, 0x01, 0xd1, 0x01, 0x48, 0x85, 0x46, 0x70, 0x47, 0xc0, 0x46, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +} +}; |