Daniel Beer
|
6084d44619
|
Fixed incorrect handling of HEX segment offsets.
Segment offsets were being parsed, but not added to record addresses.
|
2010-10-21 09:39:27 +13:00 |
Daniel Beer
|
de402ea9a6
|
ihex: ignore 03 records without a warning.
|
2010-09-10 13:29:17 +12:00 |
Daniel Beer
|
87f89adc44
|
All output now goes through buffering/filtering.
The following substitutions have been made:
printf -> printc
fprintf(stderr, ...) -> printc_err(...)
perror -> pr_error
|
2010-08-17 11:07:03 +12:00 |
Daniel Beer
|
9ecf177655
|
Binary file interface is now 32-bit clean.
|
2010-08-05 16:12:35 +12:00 |
Daniel Beer
|
d9e42457f5
|
Unified binfile interface.
|
2010-05-15 15:13:58 +12:00 |
Daniel Beer
|
b8a3ef41c7
|
Use stdint.h instead of sys/types.h.
|
2010-05-13 12:57:21 +12:00 |
Daniel Beer
|
204aa31291
|
Device drivers are now objects.
|
2010-04-30 16:01:03 +12:00 |
Daniel Beer
|
b20a7a5576
|
Fix up copyright messages.
|
2010-01-08 21:17:24 +13:00 |
Daniel Beer
|
1d3b4f3f81
|
Added ELF support, made all buffers u_int8_t.
|
2010-01-05 17:21:45 +13:00 |