mdebug

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5713eb68a6e9c3c987256943fcee6cd8c33b7c6c
parent d5740e03eb1a5603caa941012b1e3b80fb3f13e0
Author: Brian Swetland <swetland@playground.global>
Date:   Thu, 14 Jan 2016 19:15:23 -0800

prebuilt cc13xx agent

Diffstat:
Mtools/builtins.c | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/tools/builtins.c b/tools/builtins.c @@ -109,6 +109,20 @@ static struct { "\x6F\xF0\x02\x00\x01\xE0\x4F\xF0\xFF\x30\x0A\xB0\x70\xBD\x00\xBF" "\x05\x02\x00\x03\x6F\xF0\x01\x00\x70\x47\x00\x00" }, + { "agent-cc13xx.bin", 180, + "\x66\x61\x77\x42\x00\x00\x01\x00\x00\x00\x00\x00\x00\x04\x00\x20" + "\x00\x10\x00\x20\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00" + "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" + "\x41\x04\x00\x20\x45\x04\x00\x20\x81\x04\x00\x20\xAD\x04\x00\x20" + "\x00\x20\x70\x47\xC0\xF3\x0B\x03\x70\xB5\x83\xB9\x0C\x46\x0B\x4E" + "\x45\x18\x28\x1B\x34\xB1\x33\x68\x5B\x69\x98\x47\x50\xB9\xB4\xF5" + "\x80\x5F\x01\xD8\x00\x20\x70\xBD\xA4\xF5\x80\x54\xF1\xE7\x6F\xF0" + "\x02\x00\x70\xBD\x4F\xF0\xFF\x30\x70\xBD\x00\xBF\xA8\x01\x00\x10" + "\x03\x46\x08\x46\xC3\xF3\x0B\x01\x10\xB5\x49\xB9\x06\x49\x09\x68" + "\x8C\x69\x19\x46\xA0\x47\x00\x30\x18\xBF\x01\x20\x40\x42\x10\xBD" + "\x6F\xF0\x02\x00\x10\xBD\x00\xBF\xA8\x01\x00\x10\x6F\xF0\x01\x00" + "\x70\x47\x00\x00" + }, }; void *get_builtin_file(const char *name, size_t *sz) {