From daee390c08f2ebd4e58003fa14e60661b2355013 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 16 Jun 2014 10:35:10 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 84da2b21f..a94601ff4 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -933,4 +933,9 @@ (2014-6-12). * apps/system/hex2bin/: A logic and built-in task to convert from Intel HEX to binary format. Untested on initial commit (2014-6-15). + * apps/system/hex2bin/: Appears to be functional but testing is still + light (2014-6-16). + * apps/system/hex2bin/hex2mem_main: Add a variant application that will + write Intel HEX files directly to memory (2014-6-16). +