On 14/06/2018 15:41, Sebastian Huber wrote:
> On 13/06/18 10:25, Chris Johns wrote:
>>> On 13 Jun 2018, at 5:57 pm, Sebastian Huber
>>> wrote:
>>> What do we want to do with this stuff? I think that HEX files are obsolete
>>> in
>>> general.
>> I would leave it out. If it is really needed we can
On 13/06/18 10:25, Chris Johns wrote:
On 13 Jun 2018, at 5:57 pm, Sebastian Huber
wrote:
What do we want to do with this stuff? I think that HEX files are obsolete in
general.
I would leave it out. If it is really needed we can review why and then decide
what we do.
It is used in a couple
> On 13 Jun 2018, at 5:57 pm, Sebastian Huber
> wrote:
> What do we want to do with this stuff? I think that HEX files are obsolete in
> general.
I would leave it out. If it is really needed we can review why and then decide
what we do.
Chris
___
On 07/06/18 07:49, Sebastian Huber wrote:
+/* P A C K H E X . C
+ *
+ * Packhex is a hex-file compaction utility. It attempts to concatenate
+ * hex records to produce more size-efficient packaging.
+ *
+ * Limitations: Input files mus
Corresponding RTEMS commit is 75933d5d25cd50f80162b7a0d2f66a5534e1763f.
Update #3379.
---
misc/packhex/packhex.c | 541 +
misc/wscript | 9 +
2 files changed, 550 insertions(+)
create mode 100644 misc/packhex/packhex.c
diff --git a/mis