From 2a9f7934518265ceb6bc5a071c8891daa27c7a23 Mon Sep 17 00:00:00 2001 From: "K.Ohta" Date: Fri, 8 Nov 2013 13:08:04 +0900 Subject: [PATCH 1/1] [SRECORD] Add reference URL of S RECORD (but written in Japanese). --- shell_strutl.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shell_strutl.c b/shell_strutl.c index 2fcaf7b..eec3409 100644 --- a/shell_strutl.c +++ b/shell_strutl.c @@ -88,6 +88,12 @@ unsigned char migrate_hex(unsigned char *p) return 0xff; } +/* + * Saving or Loading use MOTOROLLA S FORMAT with 24bit address. + * See details: + * http://www.geocities.jp/chako_ratta/micon/s_format.html (written in Japanese) + * + */ char str_shexheader(unsigned char *s, unsigned char *file) { unsigned char pp; -- 2.11.0