Releases: nlesc-recruit/PowerSensor3
Releases · nlesc-recruit/PowerSensor3
V1.3.0
V1.2.1
As of this release, the default target microcontroller is an STM32F411 instead of STM32F401.
What's Changed
- Add F411 support by @loostrum in #129
- Fix duplicate writes to output file if not all sensors are active by @loostrum in #130
- Add version number to host library by @loostrum in #133
- Pause display when measuring by @loostrum in #132
- Updates for F411 by @loostrum in #134
- Fix cff version and avoid updating wrong version by @loostrum in #135
Full Changelog: v1.1.0...v1.2.1
V1.1.0
V1.0.0
This is the first production-ready release of the PowerSensor3 firmware and host library.
The firmware is compatible with both the F401 and F407 series of STM32 microcontrollers.
What's Changed
- Add fix for use of filesystem on gcc<8; install all include files by @loostrum in #117
- Update documentation by @loostrum in #116
- Add contribution guidelines by @loostrum in #118
- Use sphinx for documentation by @loostrum in #120
- Bump actions/setup-python from 3 to 4 by @dependabot in #122
- Bump actions/checkout from 2 to 3 by @dependabot in #121
- Show new display status after toggling it by @loostrum in #123
- Fix autocal and add to psconfig help by @loostrum in #124
Full Changelog: v0.1.0...v1.0.0
Initial release
Merge pull request #115 from nlesc-recruit/55-release-workflow Add workflow for adding binaries to release