Re: [PATCH] packhex: Import from RTEMS

2018-06-13 Thread Chris Johns
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

Re: [PATCH] packhex: Import from RTEMS

2018-06-13 Thread Sebastian Huber
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

Re: [PATCH] packhex: Import from RTEMS

2018-06-13 Thread Chris Johns
> 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 ___

Re: [PATCH] packhex: Import from RTEMS

2018-06-13 Thread Sebastian Huber
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

[PATCH] packhex: Import from RTEMS

2018-06-06 Thread Sebastian Huber
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