Here’s a fresh compile from ‘main’: “add save to file for generic I2C dump command”
ci-buspirate-main-8377f0a.zip
Build time: 142.46 seconds
Git pull log @8377f0a
Updating a3b3977..8377f0a
Fast-forward
src/commands/i2c/i2c.c | 45 +++++++++++++++++++++++++++++++++++++++++++±
1 file changed, 44 insertions(+), 1 deletion(-)
Here’s a fresh compile from ‘main’: “DDR4 command in I2C mode”
ci-buspirate-main-fa62541.zip
Build time: 138.98 seconds
Git pull log @fa62541
Updating 8377f0a..fa62541
Fast-forward
src/commands/i2c/ddr4.c | 1574 ++++++++++++++++++++++±-----------------------
src/commands/i2c/ddr5.c | 2 ±
src/mode/hwi2c.c | 7 ±
src/pirate/hwi2c_pio.c | 2 ±
src/pirate/hwi2c_pio.h | 2 ±
src/translation/base.h | 12 +
src/translation/bs-ba.h | 12 +
src/translation/en-us.h | 12 +
src/translation/it-it.h | 12 +
src/translation/pl-pl.h | 12 +
src/translation/zh-cn.h | 12 +
11 files changed, 853 insertions(+), 806 deletions(-)
Here’s a fresh compile from ‘main’: “DDR4 HV command delay fix”
ci-buspirate-main-b1faa89.zip
Build time: 139.48 seconds
Git pull log @b1faa89
Updating fa62541..b1faa89
Fast-forward
src/CMakeLists.txt | 4 +
src/commands/i2c/ddr4.c | 16 ±
src/commands/i2c/mpu6050.c | 92 +++++++
src/commands/i2c/mpu6050.h | 1 +
src/lib/mpu6050_light/LICENSE | 21 ++
src/lib/mpu6050_light/MPU6050_light.cpp | 210 ++++++++++++++++
src/lib/mpu6050_light/README.md | 31 +++
…/mpu6050_light/documentation_MPU6050_light.pdf | Bin 0 → 196967 bytes
src/lib/mpu6050_light/library.properties | 9 +
src/lib/mpu6050_light/mpu6050_light.c | 272 +++++++++++++++++++++
src/lib/mpu6050_light/mpu6050_light.h | 117 +++++++++
src/lib/mpu6050_light/usage.c | 65 +++++
src/mode/hwi2c.c | 9 ±
src/translation/base.h | 1 +
src/translation/bs-ba.h | 1 +
src/translation/en-us.h | 3 ±
src/translation/it-it.h | 1 +
src/translation/pl-pl.h | 1 +
src/translation/zh-cn.h | 1 +
19 files changed, 848 insertions(+), 7 deletions(-)
create mode 100644 src/commands/i2c/mpu6050.c
create mode 100644 src/commands/i2c/mpu6050.h
create mode 100644 src/lib/mpu6050_light/LICENSE
create mode 100644 src/lib/mpu6050_light/MPU6050_light.cpp
create mode 100644 src/lib/mpu6050_light/README.md
create mode 100644 src/lib/mpu6050_light/documentation_MPU6050_light.pdf
create mode 100644 src/lib/mpu6050_light/library.properties
create mode 100644 src/lib/mpu6050_light/mpu6050_light.c
create mode 100644 src/lib/mpu6050_light/mpu6050_light.h
create mode 100644 src/lib/mpu6050_light/usage.c
Here’s a fresh compile from ‘main’: “Fix BPIO I2C mode debug display”
ci-buspirate-main-d5b4754.zip
Build time: 143.45 seconds
Git pull log @d5b4754
Updating b1faa89..d5b4754
Fast-forward
src/binmode/bpio_transactions.c | 4 +±-
1 file changed, 2 insertions(+), 2 deletions(-)
Here’s a fresh compile from ‘main’: “update USBPD command for actual I2C address used on plank”
ci-buspirate-main-73b03d1.zip
Build time: 142.94 seconds
Git pull log @73b03d1
Updating d5b4754..73b03d1
Fast-forward
src/commands/i2c/usbpdo.c | 12 +++++±-----
1 file changed, 6 insertions(+), 6 deletions(-)
Here’s a fresh compile from ‘main’: “refactor W command and underlying pirate lib psu drivers. Add undervoltage detection/limit.”
ci-buspirate-main-47adc99.zip
Build time: 138.73 seconds
Git pull log @47adc99
Updating 73b03d1..47adc99
Fast-forward
src/binmode/binmodes.c | 2 ±
src/binmode/bpio.c | 11 +±
src/binmode/legacy4third.c | 2 ±
src/binmode/sump.c | 2 ±
src/commands/global/cmd_selftest.c | 12 ±-
src/commands/global/i_info.c | 29 +++++±-
src/commands/global/w_psu.c | 95 ++++++++++++±----------
src/commands/global/w_psu.h | 4 ±
src/lib/arduino-ch32v003-swio/arduino_ch32v003.c | 2 ±
src/mode/hwhduart.c | 5 –
src/mode/hwspi.c | 9 —
src/mode/hwuart.c | 5 –
src/mode/usbpd.c | 2 ±
src/pirate.c | 14 +±-
src/pirate/psu.c | 95 +++++++++++++++++++±—
src/pirate/psu.h | 34 ++++++±-
src/system_config.c | 13 ±–
src/system_config.h | 18 ±—
src/system_monitor.c | 5 ±
src/system_monitor.h | 2 ±
src/translation/base.h | 1 +
src/translation/bs-ba.h | 1 +
src/translation/en-us.h | 1 +
src/translation/it-it.h | 1 +
src/translation/pl-pl.h | 1 +
src/translation/zh-cn.h | 1 +
src/ui/ui_cmdln.c | 4 +
src/ui/ui_info.c | 3 ±
src/ui/ui_lcd.c | 2 ±
src/ui/ui_statusbar.c | 45 ++++++±—
30 files changed, 257 insertions(+), 164 deletions(-)
Here’s a fresh compile from ‘main’: “Fix PSU doesn’t disable bug.”
ci-buspirate-main-da21ba2.zip
Build time: 138.48 seconds
Git pull log @da21ba2
Updating 47adc99..da21ba2
Fast-forward
src/commands/global/w_psu.c | 5 ++±-
1 file changed, 3 insertions(+), 2 deletions(-)
Here’s a fresh compile from ‘main’: “i2c mode: use -y to use previously saved settings.”
ci-buspirate-main-8b99e16.zip
Build time: 136.97 seconds
Git pull log @8b99e16
Updating da21ba2..8b99e16
Fast-forward
src/mode/hwi2c.c | 7 +++++++
1 file changed, 7 insertions(+)