nonokirby
cc0dcbdcc2
Merge 14cca01f78 into 40655a9501
2025-02-25 22:01:44 +01:00
Ben V. Brown
05158321ba
Merge pull request #2082 from Ralim/pinecil-v2-tip-disconnected
...
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / check_docs (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
Dont adjust pinecilv2 max temp by Coe
2025-02-23 09:04:57 +11:00
Ben V. Brown
f810921b0c
Merge pull request #2083 from tabudz/fix-CVE-2021-31571
...
Docs / deploy-docs (push) Waiting to run
CI / build (MHP30) (push) Waiting to run
CI / build (Pinecil) (push) Waiting to run
CI / build (Pinecilv2) (push) Waiting to run
CI / build (S60) (push) Waiting to run
CI / check_docs (push) Waiting to run
CI / build (S60P) (push) Waiting to run
CI / build (T55) (push) Waiting to run
CI / build (TS100) (push) Waiting to run
CI / build (TS101) (push) Waiting to run
CI / build (TS80) (push) Waiting to run
CI / build (TS80P) (push) Waiting to run
CI / build_multi-lang (Pinecil) (push) Waiting to run
CI / build_multi-lang (Pinecilv2) (push) Waiting to run
CI / upload_metadata (push) Blocked by required conditions
CI / tests (push) Waiting to run
CI / check_c-cpp (push) Waiting to run
CI / check_python (push) Waiting to run
CI / check_shell (push) Waiting to run
Fix: Potential Vulnerability in Cloned Function
2025-02-22 18:55:43 +11:00
tabudz
2b8568ce37
add assert for addition overflow on queue creation ( #225 )
2025-02-22 15:46:12 +08:00
Ben V. Brown
d122a9fb52
Dont adjust pinecilv2 max temp by Coe
2025-02-22 15:19:43 +11:00
Ben V. Brown
3ed86d2acf
sink caps: Add default profiles
2025-02-22 11:35:49 +11:00
Ben V. Brown
7c6ce812f6
Add minimal sink caps
2025-02-22 11:24:02 +11:00
Ben V. Brown
ebdff59293
Default to no EPR/PPS so its opt in ( #2073 )
...
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / check_docs (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
Some chargers have funky PPS.
Plus some do not want EPR be default (even though 28V is safe by designer on PinecilV2).
So take the safest option by default and make it opt-in
2025-02-08 09:17:01 +03:00
Leo
08ff68cd4f
Added guide for compiling under Windows ( #2060 )
...
Docs / deploy-docs (push) Waiting to run
CI / build (MHP30) (push) Waiting to run
CI / build (Pinecil) (push) Waiting to run
CI / build (Pinecilv2) (push) Waiting to run
CI / build (S60) (push) Waiting to run
CI / build (S60P) (push) Waiting to run
CI / build (T55) (push) Waiting to run
CI / build (TS100) (push) Waiting to run
CI / build (TS101) (push) Waiting to run
CI / build (TS80) (push) Waiting to run
CI / build (TS80P) (push) Waiting to run
CI / build_multi-lang (Pinecil) (push) Waiting to run
CI / build_multi-lang (Pinecilv2) (push) Waiting to run
CI / upload_metadata (push) Blocked by required conditions
CI / tests (push) Waiting to run
CI / check_c-cpp (push) Waiting to run
CI / check_python (push) Waiting to run
CI / check_shell (push) Waiting to run
CI / check_docs (push) Waiting to run
* Update documentation to build IronOS in Windows using MSYS2 environment and fix compilation on case-sensitive file systems.
---------
Co-authored-by: Ivan Zorin <ivan.a.zorin@gmail.com >
2025-02-08 00:03:49 +03:00
safocl
5797d5a68b
fix: accessing inactive union members
...
Access to the inactive union members is an undefined behavior.
`column.whole = (1 << height) - 1;` -- 'whole' is active member here,
`fillArea(OLED_WIDTH - 1, 0, 1, 8, column.strips[0]);` -- but the 'strips'
member accessed here.
Same issue: https://gitlab.com/libeigen/eigen/-/issues/2898
2025-02-02 13:48:49 +04:00
safocl
ab1fa24863
settingsGUI.cpp: remove duplicated calls ( #2065 )
...
settingsGUI.cpp: remove duplicated calls from if-else blocks
2025-02-02 08:45:17 +03:00
nonokirby
14cca01f78
Update Soldering.cpp to enable standard locking for testing
2025-01-29 11:21:17 -05:00
Ivan Zorin
911ef59da4
Enable TEMP locking as option
2025-01-26 03:35:15 +03:00
Ivan Zorin
7bf9620eb7
Help to Unify descriptions for new locking mode in definitions.json and in Settings.h
2025-01-24 23:42:43 +03:00
nonokirby
a712e8d478
Apply suggestions from code review to clean up wording and typos
2025-01-23 21:21:08 -05:00
nonokirby
d6c04a090b
Update Soldering.cpp to fix formatting (again.....)
2025-01-21 22:10:51 -05:00
nonokirby
7869b28736
Update Soldering.cpp Fix formatting
2025-01-21 22:09:23 -05:00
nonokirby
06629c6d87
Update Soldering.cpp
2025-01-21 21:58:21 -05:00
nonokirby
b005870033
Update Soldering.cpp to fix build complaining
2025-01-21 20:48:30 -05:00
nonokirby
07457af576
Update Soldering.cpp because i used the wrong symbol
2025-01-21 20:21:38 -05:00
nonokirby
7fc12dafbf
Update Soldering.cpp to fix broken logic
2025-01-21 20:19:12 -05:00
nonokirby
cb667874b6
Update Settings.cpp
2025-01-21 20:05:41 -05:00
nonokirby
5e8cd339ed
Update Translation.h
2025-01-21 19:25:44 -05:00
nonokirby
ab5f5b23a6
Update settingsGUI.cpp to change display for locking mode
2025-01-21 19:17:30 -05:00
nonokirby
5b5200a8d8
Update Settings.cpp to revert addition of new setting
2025-01-21 18:41:39 -05:00
nonokirby
9e8bd8e790
Update Settings.h to add better descriptions
2025-01-21 18:40:14 -05:00
nonokirby
6632065ade
Update Settings.h to change locking mode
2025-01-21 18:21:31 -05:00
nonokirby
fc7aaf2b56
Update Settings.cpp add BoostButtonTe
2025-01-21 17:51:32 -05:00
nonokirby
95493b48e7
Update Soldering.cpp to disable + activating temp only while boost mode setting is on
2025-01-21 00:04:48 -05:00
nonokirby
27de7f5db1
Update Settings.cpp
2025-01-21 00:03:46 -05:00
nonokirby
450d129d15
Update Settings.cpp
2025-01-21 00:01:08 -05:00
nonokirby
9b3effeaa6
Update Soldering.cpp with call to setting BoostButtonTempChange
2025-01-20 23:43:32 -05:00
nonokirby
933e2ccd7f
Disable change temp with B/+ in soldering mode
...
Disabled the change temp menu appearing when + is pressed in soldering mode to prevent accidental changes of temperature while using boost mode.
2025-01-20 17:56:49 -05:00
Ben V. Brown
fd91cf9f35
Revert "Merge pull request #2048 from Ralim/pinecilv2-i2c-rework"
...
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / check_docs (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
This reverts commit b401dc8264 , reversing
changes made to 42fb9e1105 .
2025-01-11 12:46:32 +11:00
Ben V. Brown
a3082c389e
Drop crit section on I2C
2025-01-11 10:00:50 +11:00
Ben V. Brown
169d9e6956
Allocate fixed ID's for Operating Modes
2025-01-06 10:19:57 +11:00
Ivan Zorin
1e285a6a5c
Set tip type as auto by default
2024-12-24 04:04:14 +03:00
Ivan Zorin
ee6aff54b3
Restore the original file
2024-12-23 23:01:15 +03:00
Ivan Zorin
6cf9916a6e
Revert formatting for the unmodified file
2024-12-23 22:37:49 +03:00
Ivan Zorin
5f38e1812c
Implement getUserSelectedTipResistance() as stub
2024-12-23 21:51:51 +03:00
Ivan Zorin
0a63b6b5df
Add macro to enable tip types for supported hardware only
2024-12-23 21:13:44 +03:00
Ben V. Brown
dd4a550063
Merge pull request #2018 from Ralim/version
...
Docs / deploy-docs (push) Waiting to run
CI / build (MHP30) (push) Waiting to run
CI / build (Pinecil) (push) Waiting to run
CI / build (Pinecilv2) (push) Waiting to run
CI / build (S60) (push) Waiting to run
CI / build (S60P) (push) Waiting to run
CI / build (T55) (push) Waiting to run
CI / build (TS100) (push) Waiting to run
CI / build (TS101) (push) Waiting to run
CI / build (TS80) (push) Waiting to run
CI / build (TS80P) (push) Waiting to run
CI / build_multi-lang (Pinecil) (push) Waiting to run
CI / build_multi-lang (Pinecilv2) (push) Waiting to run
CI / upload_metadata (push) Blocked by required conditions
CI / tests (push) Waiting to run
CI / check_c-cpp (push) Waiting to run
CI / check_python (push) Waiting to run
CI / check_shell (push) Waiting to run
CI / check_docs (push) Waiting to run
Update version for RC-1
2024-12-22 12:35:47 +11:00
Ben V. Brown
8f05433be2
Update PIDThread.cpp
2024-12-22 12:32:21 +11:00
Ben V. Brown
cfa2591db3
Update Soldering.cpp
2024-12-22 12:32:21 +11:00
Ben V. Brown
d313f62101
Fomatting and adjust setpoint
2024-12-22 12:32:21 +11:00
Ben V. Brown
6cc8b8184e
WiP Thermal rewrite
2024-12-22 12:32:21 +11:00
discip
18bf431845
adjusted lowest brightness threshold for TS101 ( #2017 )
CI / check_shell (push) Has been cancelled
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / check_docs (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
2024-12-13 08:42:12 +11:00
Ben V. Brown
5f96309f9c
Update version for RC-1
2024-12-09 21:37:06 +11:00
Ivan Zorin
d16d6eca42
Manage Belorussian langauge as part of cyrillic multilang builds
2024-11-28 21:27:31 +03:00
Ivan Zorin
9794e028b6
source/Makefile: enable builds for supported but missing languages ( #2005 )
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / check_docs (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
2024-11-21 21:15:47 +01:00