5 years ago 0 commits to 1.2 since this release
A patch release which adds a new LED blink code for when only default USB power is available. The blink code for this is 1 7/8 s on, 1/8 s off.
5 years ago 3 commits to 1.2 since this release
A bugfix release which more accurately sets the current requested when the output is turned off.
5 years ago 8 commits to master since this release
A new minor release, bringing support for Power Delivery 3.0 communication, programmable power supplies, requests from voltage ranges, new methods of specifying the required power level, and jumping to the STM32 DFU bootloader.
set_vrange
command provides a fallback if the preferred voltage is unavailable.toggle_hv_preferred
.set_p
) or a resistance (set_r
), as well as a current. These values are taken as constant over the configured voltage range.boot
command causes the firmware to run the microcontroller’s built-in DfuSe bootloader.For this release, the firmware was reorganized as a library for USB Power Delivery and an application using that library. The library is released under the Apache License, Version 2.0, and the application is still released under the GNU General Public License, Version 3.0. Both parts of the firmware are still kept in this repository, but this may change at some point.
5 years ago 32 commits to master since this release
A development release for version 1.2.0.
6 years ago 126 commits to master since this release
A new minor release, bringing the ability to do Power Delivery communications in Sink mode. Two new commands were introduced to support this:
output
: Enable or disable the power output, or read its current status.get_source_cap
: Print the advertised capabilities of the Power Delivery source.To match the old behavior, the power output is disabled by default in Sink mode, and remains disabled unless explicitly enabled by the user. If the output is enabled, the configured power is negotiated immediately and made available on the output connector. Negotiation is then done every time new configuration is written to flash, so that new power can be acquired quickly and easily.
6 years ago 149 commits to master since this release
A minor bugfix release which improves the handling of invalid voltages and currents in the configuration interface.
6 years ago 150 commits to master since this release
Initial firmware release for the PD Buddy Sink.