summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2023-10-21Pinecil v2 tune via PID (#1827)v2.22-rc3v2.22Ben V. Brown
* Start PWM after adc irq fully done * Filter len 4 * Use comparitor 2 on timer for wrap around * Update IRQ.cpp * Tip measurements are uint16_t Update BSP.cpp Update BSP.cpp * WiP PID move pid tuning to config Update PIDThread.cpp * Handle PWM Timer gitchy comparitor * Tuning * Dampen with Kd * Cleaning up * Use TemperatureType_t for getTipTemp() * Add small rolling average to user GUI temp to reduce flicker * Trigger PID when adc is skipped (will use old values)
2023-09-28Merge pull request #1822 from OndroNR/patch-4Marek Kraus
Update Slovak translation
2023-09-28Update translation_SK.jsonOndrej Galbavy
2023-09-28Update translation_SK.jsonOndrej Galbavy
2023-09-22Merge pull request #1818 from dogtopus/add-missing-chinese-translationdiscip
Add missing Chinese translation
2023-09-22Add missing Chinese translationdogtopus
I'm not very good at zh_TW so some of the terms might sound strange.
2023-09-22Temperature code updates (#1814)v2.22-rc2Ben V. Brown
* Create a typedef for temperatures * Quick parse replace temp types * Fixup for fast/slow PWM on PinecilV2 * Update PIDThread.cpp * Pinecil small tips need less smoothing * Remove incorrect comment * Remove unused function * Update PinecilV2 Tune as well
2023-09-06Merge pull request #1786 from Ralim/discip-patch-2discip
Update translation_DE.json
2023-09-05Merge branch 'dev' into discip-patch-2discip
2023-09-05chore(deps): bump actions/checkout from 3 to 4 (#1811)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21Merge branch 'dev' into discip-patch-2discip
2023-08-20docs/History.md: add info for 2.20 & 2.21 (#1804)Ivan Zorin
docs/changelog: update info for 2.20 & 2.21
2023-08-16Merge branch 'dev' into discip-patch-2discip
2023-08-16Include History.md to online docs as Changelog (#1799)Ivan Zorin
docs/changelog: include History.md to read-the-docs site generating as Changelog, update titles formatting & unify style between sections
2023-08-15Merge branch 'dev' into discip-patch-2discip
2023-08-14Add python packages required by `mkdocs` into docker container (#1796)Ivan Zorin
Add PIP python packages required by mkdocs into docker container
2023-08-14Add detailed OLED replacement info to `Troubleshooting` document (#1797)Ivan Zorin
* Add OLED replacement info to HardwareIssues document * Update formatting & text * Move OLED replacement detailed info from HardwareIssues to Troubleshooting inside the related section
2023-08-14Include Bluetooth document to read-the-docs site generating (#1798)Ivan Zorin
2023-08-13Merge pull request #1795 from gamelaster/patch/update-sk-langMarek Kraus
Update Slovak translation
2023-08-12Update translation_SK.jsonMarek Kraus
2023-08-12Revert "Remove 0.5 ohm increase to resistance" (#1794)Ben V. Brown
2023-08-12Merge branch 'dev' into discip-patch-2discip
2023-08-12Merge pull request #1793 from ia/translation_RUdiscip
Update & translate for Russian language
2023-08-12Merge branch 'translation_RU' of ssh.github.com:ia/IronOS-plus into ↵Ivan Zorin
translation_RU
2023-08-12translation_RU: fix ResetOKMessageIvan Zorin
2023-08-11Merge branch 'dev' into translation_RUdiscip
2023-08-11Merge pull request #1792 from ia/translation_BGdiscip
Update & translate for Bulgarian language
2023-08-11Update & translate for Russian languageIvan Zorin
2023-08-11Update & translate for Bulgarian languageIvan Zorin
2023-08-11Merge branch 'dev' into discip-patch-2discip
2023-08-11Merge pull request #1791 from davidrothb/cz_completediscip
Update translation_CS.json
2023-08-11Merge branch 'dev' into discip-patch-2discip
2023-08-11Update translation_CS.jsonDavid Rothbauer
completed czech translation
2023-08-09Make `make docker-clean` to remove docker build cache (#1790)Ivan Zorin
Makefile: add docker-clean sub-targets to remove not only image but cache (eats lot of space sometimes) & update help output / add clean-up of docker cache to deploy.sh as well Co-authored-by: Ben V. Brown <[email protected]>
2023-08-09Merge branch 'dev' into discip-patch-2discip
2023-08-09Update build.sh to pass shellcheck checks (#1789)Ivan Zorin
source/build.sh: update according to shellcheck recommendations
2023-08-08Update logo flashing information (#1787)Ben V. Brown
* Update logo information * Update Documentation/Logo.md --------- Co-authored-by: discip <[email protected]>
2023-08-07Update translation_DE.jsondiscip
2023-08-07Update translation_IT.json (#1784)Federico Di Lorenzo
2023-08-07Update tagging for detached commit case & update docs (#1783)Ivan Zorin
make_translation.py: update tagging for detached commit case & update docs
2023-08-07metadata.py: update tagging considering github CI builds (#1782)Ivan Zorin
2023-08-05Swedish translation update to include new strings (#1779)TheMoo96
* update swedish translation * Add linebreak char
2023-08-04Merge branch 'master' into devv2.22-rcBen V. Brown
2023-08-04Implement proper git SHA ID marking for builds during pull-requests (#1772)Ivan Zorin
* debug github CI git meta info * fix push.yml format * fix push.yml for shell * try to fix push.yml * try to fix push.yml run * try to fix push.yml run for multi * keep debugging * try to do as less changes as possible * Implement proper git tagging for builds during pull-requests * Unify new-line separators between build steps * Keep debugging * make_translation.py: fix formatting * push.yml: try to set ENV values * push.yml: fix copy-paste error * Remove extra env var * Experimenting * Testing upper() * Re-testing upper() * Revert tested values * make_translation.py: add new lines between blocks to improve readability * Reformulate docs & comments * make_translation.py: remove debugging print * make_translation.py: simplify check for SHA ID env var / code review * make_translation.py: fix condition --------- Co-authored-by: Ben V. Brown <[email protected]>
2023-08-04Use 3 count filter for MHP30 acceleromter (#1762)Ben V. Brown
* Use 3 count filter for MHP30 acceleromter Requires it to trip 3 times in a row to fire. So really only knocking the unit over trips it off. * Reset shutdown timer forwards on shutdown timeout Default shutdown mode off --------- Co-authored-by: discip <[email protected]>
2023-08-04Implement ci target for Makefile to reproduce github CI actions & artifacts ↵Ivan Zorin
(#1769) * Implement CI target in Makefile to emulate github CI actions & artifacts * Improve filter for metadata * metadata.py: update usage output for wrong number of input arguments / code review * metadata.py: remove excessive checks for the second input argument / code review * metadata.py: remove hard-coded model for multi-lang builds in ModelName argument processing / code review * metadata.py: remove hard-coded models for multi-lang builds in file name pattern processing / code review * metadata.py: update usage output to remove ambiguity about json extension for output file * metadata.py: unify new lines style formatting * metadata.py: sort the list of processing files in alphanumeric order before looping through them to get the same lang order on every generation in every json output file
2023-08-04Merge pull request #1729 from alextrical/Short-Detectiondiscip
Pinecil v2 short detection at boot
2023-08-02Merge branch 'dev' into Short-DetectionBen V. Brown
2023-08-02Remove exec bit from a translation json file (#1770)Ivan Zorin
Remove exec bit for json file
2023-08-01Abstract out showing bootlogoBen V. Brown
To improve support on PinecilV2