Bus Pirate firmware auto build: main branch

Here’s a fresh compile from ‘main’: “Updated to use new hex display library.”

ci-buspirate-main-1957daf.zip

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

Here’s a fresh compile from ‘main’: “Add -s -b to sle4442”

ci-buspirate-main-0859db1.zip

Build time: 121.98 seconds

Git pull log @0859db1

Updating 1957daf..0859db1
Fast-forward
src/commands/2wire/sle4442.c | 16 ++++++++++++±–
1 file changed, 13 insertions(+), 3 deletions(-)

Here’s a fresh compile from ‘main’: “better and safer UI experience for legacy binmode”

ci-buspirate-main-1dad2d1.zip

Build time: 125.21 seconds

Git pull log @1dad2d1

Updating 0859db1..1dad2d1
Fast-forward
src/binmode/legacy4third.c | 34 +++++++++++++++++++++±-----------
1 file changed, 22 insertions(+), 12 deletions(-)