Here’s a fresh compile from ‘main’: “Updated to use new hex display library.”
Build time: 120.0 seconds
Git pull log @1957daf
Updating 9496cd8..1957daf
Fast-forward
src/CMakeLists.txt | 6 ±
src/commands.c | 3 ±
src/commands/1wire/demos.c | 2 ±
src/commands/2wire/sle4442.c | 101 ++++++++±-----
src/commands/global/disk.c | 25 +±-
src/commands/global/disk.h | 2 ±
src/commands/global/h_help.c | 6 ±
src/commands/global/hex.c | 205 +++++++++++++++++++++++++++++++
src/commands/global/hex.h | 1 +
src/commands/i2c/ddr.c | 285 ++++++++++++++++++±-----------------------
src/commands/i2c/demos.c | 14 ±-
src/commands/i2c/eeprom.c | 230 ++++++++++±----------------------
src/pirate/file.c | 82 +++++++++++++
src/pirate/file.h | 7 ++
src/translation/base.h | 1 +
src/translation/en-us.h | 7 ±
src/ui/ui_cmdln.c | 27 ++++
src/ui/ui_cmdln.h | 10 ++
src/ui/ui_hex.c | 68 +++++++++±
src/ui/ui_hex.h | 14 +±
20 files changed, 705 insertions(+), 391 deletions(-)
create mode 100644 src/commands/global/hex.c
create mode 100644 src/commands/global/hex.h
create mode 100644 src/pirate/file.c
create mode 100644 src/pirate/file.h