updated changelog for v2.2.1 #docs
This commit is contained in:
parent
a1267204d5
commit
df804502cf
3 changed files with 177 additions and 0 deletions
|
|
@ -1179,4 +1179,93 @@ Changelog updated 2019-12-28_03-43-10
|
|||
- Revert "fixed accidental reversal of gain adjust #oops" [view commit](http://github.com/pyr0ball/pyr0piezo/commit/2e4cf0ce58e460622cf5e639a15f78481c319839)
|
||||
|
||||
|
||||
------------------------------------
|
||||
### v2.2.0 to v2.2.1
|
||||
|
||||
Changelog updated 2020-01-16_11-24-38
|
||||
|
||||
*Added Features*
|
||||
|
||||
- modified i2c registermap, added stubs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/44bd9f0182551668aaab3dc2de385f5a79deab13)
|
||||
|
||||
- added firmware version to serial response [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a3e4ec86a50ed991f97b5f85aabd0a15fd036d81)
|
||||
|
||||
- Changed default state of I2C input macro to enabled [view commit](http://github.com/pyr0ball/pyr0piezo/commit/217c13b82700d58774b874f0865f5ca04f3cc418)
|
||||
|
||||
- changed error LED behavor to instead indicate a trigger event [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a1267204d5403a3fcd20f680be75cc6753366ca9)
|
||||
|
||||
|
||||
------------------------------------
|
||||
|
||||
*Bugfixes*
|
||||
|
||||
- fixed platformio.ini to allow build and upload directly [view commit](http://github.com/pyr0ball/pyr0piezo/commit/79f0d657dae01ad02d266a6bccb526845505fa5f)
|
||||
|
||||
- fixed logic and pzdet inputs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/c30905bd74cbeee65109ae18643ec04123abecbd)
|
||||
|
||||
- fixed logic level change not taking effect til trigger [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a9d928833ae6d14214eb6c7c8d67bd5974ad9e74)
|
||||
|
||||
- changed compiler to include help message only on 328pb [view commit](http://github.com/pyr0ball/pyr0piezo/commit/49bfe7663be0cf019b0fa1aa846345dbcf57a6e5)
|
||||
|
||||
- fixed missing semicolon [view commit](http://github.com/pyr0ball/pyr0piezo/commit/568dc93311a8d3494a61e922cccb929b97420f75)
|
||||
|
||||
|
||||
------------------------------------
|
||||
|
||||
*Documentation Updates*
|
||||
|
||||
- Updated changelog [view commit](http://github.com/pyr0ball/pyr0piezo/commit/30999ed4a85cdaa3950d054585f2e8e1aa40b08a)
|
||||
|
||||
- added instructions for PZDET and LOGIC to main.cpp [view commit](http://github.com/pyr0ball/pyr0piezo/commit/e668988f3e19932119ac72bfea4e37bb68af4197)
|
||||
|
||||
- added docs for wiring up UART and uploading firmware [view commit](http://github.com/pyr0ball/pyr0piezo/commit/7d352360d959c2db4ea76a79ba3f1acb30223905)
|
||||
|
||||
- fixed typo in link to uart pdf [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5e82dc5cd52ab07667528740195c2beb0991256a)
|
||||
|
||||
- fixed another typo in docs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/85b63734d758edf3e3b1204091920ffe8ed0068f)
|
||||
|
||||
- Added wiring image for ezpz uart [view commit](http://github.com/pyr0ball/pyr0piezo/commit/882a8721f0f0c8cd4eefa72273038afe15239471)
|
||||
|
||||
|
||||
------------------------------------
|
||||
|
||||
*Full Changelog*
|
||||
|
||||
- Updated changelog [view commit](http://github.com/pyr0ball/pyr0piezo/commit/30999ed4a85cdaa3950d054585f2e8e1aa40b08a)
|
||||
|
||||
- fixed platformio.ini to allow build and upload directly [view commit](http://github.com/pyr0ball/pyr0piezo/commit/79f0d657dae01ad02d266a6bccb526845505fa5f)
|
||||
|
||||
- removed bad merge lines [view commit](http://github.com/pyr0ball/pyr0piezo/commit/d903a8a4f371f1ab5a2dbd87b2ae19bf4c0ac080)
|
||||
|
||||
- fixed logic and pzdet inputs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/c30905bd74cbeee65109ae18643ec04123abecbd)
|
||||
|
||||
- added instructions for PZDET and LOGIC to main.cpp [view commit](http://github.com/pyr0ball/pyr0piezo/commit/e668988f3e19932119ac72bfea4e37bb68af4197)
|
||||
|
||||
- fixed logic level change not taking effect til trigger [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a9d928833ae6d14214eb6c7c8d67bd5974ad9e74)
|
||||
|
||||
- changed compiler to include help message only on 328pb [view commit](http://github.com/pyr0ball/pyr0piezo/commit/49bfe7663be0cf019b0fa1aa846345dbcf57a6e5)
|
||||
|
||||
- fixed missing semicolon [view commit](http://github.com/pyr0ball/pyr0piezo/commit/568dc93311a8d3494a61e922cccb929b97420f75)
|
||||
|
||||
- added verbose output to PIO build flags [view commit](http://github.com/pyr0ball/pyr0piezo/commit/539e5d141125f04c009c2347d187fdfc84b5c451)
|
||||
|
||||
- modified i2c registermap, added stubs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/44bd9f0182551668aaab3dc2de385f5a79deab13)
|
||||
|
||||
- added docs for wiring up UART and uploading firmware [view commit](http://github.com/pyr0ball/pyr0piezo/commit/7d352360d959c2db4ea76a79ba3f1acb30223905)
|
||||
|
||||
- fixed typo in link to uart pdf [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5e82dc5cd52ab07667528740195c2beb0991256a)
|
||||
|
||||
- fixed another typo in docs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/85b63734d758edf3e3b1204091920ffe8ed0068f)
|
||||
|
||||
- Added wiring image for ezpz uart [view commit](http://github.com/pyr0ball/pyr0piezo/commit/882a8721f0f0c8cd4eefa72273038afe15239471)
|
||||
|
||||
- added firmware version to serial response [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a3e4ec86a50ed991f97b5f85aabd0a15fd036d81)
|
||||
|
||||
- changed default state for i2c input macro to enabled [view commit](http://github.com/pyr0ball/pyr0piezo/commit/904d6af9dc3e74aeae190cde418338f80e906e84)
|
||||
|
||||
- Changed default state of I2C input macro to enabled [view commit](http://github.com/pyr0ball/pyr0piezo/commit/217c13b82700d58774b874f0865f5ca04f3cc418)
|
||||
|
||||
- changed error LED behavor to instead indicate a trigger event [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a1267204d5403a3fcd20f680be75cc6753366ca9)
|
||||
|
||||
|
||||
------------------------------------
|
||||
|
|
|
|||
87
docs/changelogs/changelog_2020-01-16_v2.2.0_v2.2.1.md
Normal file
87
docs/changelogs/changelog_2020-01-16_v2.2.0_v2.2.1.md
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
###Pyr0-Piezo Changelog beta-avr-v2.2.0 to beta-avr-v2.2.1
|
||||
|
||||
#### Added Features
|
||||
|
||||
- modified i2c registermap, added stubs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/44bd9f0182551668aaab3dc2de385f5a79deab13)
|
||||
|
||||
- added firmware version to serial response [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a3e4ec86a50ed991f97b5f85aabd0a15fd036d81)
|
||||
|
||||
- changed default state for i2c input macro to enabled [view commit](http://github.com/pyr0ball/pyr0piezo/commit/904d6af9dc3e74aeae190cde418338f80e906e84)
|
||||
|
||||
- Changed default state of I2C input macro to enabled [view commit](http://github.com/pyr0ball/pyr0piezo/commit/217c13b82700d58774b874f0865f5ca04f3cc418)
|
||||
|
||||
- changed error LED behavor to instead indicate a trigger event [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a1267204d5403a3fcd20f680be75cc6753366ca9)
|
||||
|
||||
|
||||
------------------------------------
|
||||
|
||||
#### Bugfixes
|
||||
|
||||
- fixed platformio.ini to allow build and upload directly [view commit](http://github.com/pyr0ball/pyr0piezo/commit/79f0d657dae01ad02d266a6bccb526845505fa5f)
|
||||
|
||||
- fixed logic and pzdet inputs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/c30905bd74cbeee65109ae18643ec04123abecbd)
|
||||
|
||||
- fixed logic level change not taking effect til trigger [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a9d928833ae6d14214eb6c7c8d67bd5974ad9e74)
|
||||
|
||||
- changed compiler to include help message only on 328pb [view commit](http://github.com/pyr0ball/pyr0piezo/commit/49bfe7663be0cf019b0fa1aa846345dbcf57a6e5)
|
||||
|
||||
- fixed missing semicolon [view commit](http://github.com/pyr0ball/pyr0piezo/commit/568dc93311a8d3494a61e922cccb929b97420f75)
|
||||
|
||||
|
||||
------------------------------------
|
||||
|
||||
#### Documentation Updates
|
||||
|
||||
- Updated changelog [view commit](http://github.com/pyr0ball/pyr0piezo/commit/30999ed4a85cdaa3950d054585f2e8e1aa40b08a)
|
||||
|
||||
- added instructions for PZDET and LOGIC to main.cpp [view commit](http://github.com/pyr0ball/pyr0piezo/commit/e668988f3e19932119ac72bfea4e37bb68af4197)
|
||||
|
||||
- added docs for wiring up UART and uploading firmware [view commit](http://github.com/pyr0ball/pyr0piezo/commit/7d352360d959c2db4ea76a79ba3f1acb30223905)
|
||||
|
||||
- fixed typo in link to uart pdf [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5e82dc5cd52ab07667528740195c2beb0991256a)
|
||||
|
||||
- fixed another typo in docs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/85b63734d758edf3e3b1204091920ffe8ed0068f)
|
||||
|
||||
- Added wiring image for ezpz uart [view commit](http://github.com/pyr0ball/pyr0piezo/commit/882a8721f0f0c8cd4eefa72273038afe15239471)
|
||||
|
||||
|
||||
------------------------------------
|
||||
|
||||
#### Full Changelog
|
||||
|
||||
- Updated changelog [view commit](http://github.com/pyr0ball/pyr0piezo/commit/30999ed4a85cdaa3950d054585f2e8e1aa40b08a)
|
||||
|
||||
- fixed platformio.ini to allow build and upload directly [view commit](http://github.com/pyr0ball/pyr0piezo/commit/79f0d657dae01ad02d266a6bccb526845505fa5f)
|
||||
|
||||
- removed bad merge lines [view commit](http://github.com/pyr0ball/pyr0piezo/commit/d903a8a4f371f1ab5a2dbd87b2ae19bf4c0ac080)
|
||||
|
||||
- fixed logic and pzdet inputs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/c30905bd74cbeee65109ae18643ec04123abecbd)
|
||||
|
||||
- added instructions for PZDET and LOGIC to main.cpp [view commit](http://github.com/pyr0ball/pyr0piezo/commit/e668988f3e19932119ac72bfea4e37bb68af4197)
|
||||
|
||||
- fixed logic level change not taking effect til trigger [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a9d928833ae6d14214eb6c7c8d67bd5974ad9e74)
|
||||
|
||||
- changed compiler to include help message only on 328pb [view commit](http://github.com/pyr0ball/pyr0piezo/commit/49bfe7663be0cf019b0fa1aa846345dbcf57a6e5)
|
||||
|
||||
- fixed missing semicolon [view commit](http://github.com/pyr0ball/pyr0piezo/commit/568dc93311a8d3494a61e922cccb929b97420f75)
|
||||
|
||||
- added verbose output to PIO build flags [view commit](http://github.com/pyr0ball/pyr0piezo/commit/539e5d141125f04c009c2347d187fdfc84b5c451)
|
||||
|
||||
- modified i2c registermap, added stubs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/44bd9f0182551668aaab3dc2de385f5a79deab13)
|
||||
|
||||
- added docs for wiring up UART and uploading firmware [view commit](http://github.com/pyr0ball/pyr0piezo/commit/7d352360d959c2db4ea76a79ba3f1acb30223905)
|
||||
|
||||
- fixed typo in link to uart pdf [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5e82dc5cd52ab07667528740195c2beb0991256a)
|
||||
|
||||
- fixed another typo in docs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/85b63734d758edf3e3b1204091920ffe8ed0068f)
|
||||
|
||||
- Added wiring image for ezpz uart [view commit](http://github.com/pyr0ball/pyr0piezo/commit/882a8721f0f0c8cd4eefa72273038afe15239471)
|
||||
|
||||
- added firmware version to serial response [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a3e4ec86a50ed991f97b5f85aabd0a15fd036d81)
|
||||
|
||||
- changed default state for i2c input macro to enabled [view commit](http://github.com/pyr0ball/pyr0piezo/commit/904d6af9dc3e74aeae190cde418338f80e906e84)
|
||||
|
||||
- Changed default state of I2C input macro to enabled [view commit](http://github.com/pyr0ball/pyr0piezo/commit/217c13b82700d58774b874f0865f5ca04f3cc418)
|
||||
|
||||
- changed error LED behavor to instead indicate a trigger event [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a1267204d5403a3fcd20f680be75cc6753366ca9)
|
||||
|
||||
|
|
@ -90,6 +90,7 @@ nav:
|
|||
- Changelog:
|
||||
- Version List: 'changelog.md'
|
||||
- Logs:
|
||||
- 'beta-avr-v2.2.0-beta-avr-v2.2.1': 'changelogs/changelog_2020-01-16_beta-avr-v2.2.0_beta-avr-v2.2.1.md'
|
||||
- 'v2.1.5-v2.1.6': 'changelogs/changelog_2019-12-28_v2.1.5_v2.1.6.md'
|
||||
- 'v2.1.4-v2.1.5': 'changelogs/changelog_2019-10-30_v2.1.4_v2.1.5.md'
|
||||
- 'v2.1.3-v2.1.4': 'changelogs/changelog_2019-10-09_v2.1.3_v2.1.4.md'
|
||||
|
|
|
|||
Loading…
Reference in a new issue