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
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
discip
0187f9f1bf
follow up on #1998 ( #2002 )
2024-11-21 20:15:30 +11:00
Ben V. Brown
21ecc154f8
Change Input mode of the tip sense signal for Miniware ( #1990 )
CI / check_shell (push) Has been cancelled
CI / check_readme (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 / 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-11-08 10:12:12 +11:00
Ben V. Brown
a0a779faba
Custom tip type selection ( #1977 )
...
CI / check_python (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / check_readme (push) Has been cancelled
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 / upload_metadata (push) Has been cancelled
* Minor doc updates
* pydoc
* Draft tip selection menu
* Start linking in manual tip resistance
* Enable on Pinecilv1 / TS10x
* Fixup drawing tip type
* Update Settings.cpp
* Rename JBC type
* Add translations
* Handle one tip type
* Refactor header includes
* Fixup translation_IT.json
* Fixing up includes
* Format
* Apply suggestions from code review
Co-authored-by: discip <53649486+discip@users.noreply.github.com >
* Update Documentation/Hardware.md
Co-authored-by: discip <53649486+discip@users.noreply.github.com >
---------
Co-authored-by: = <=>
Co-authored-by: discip <53649486+discip@users.noreply.github.com >
2024-11-01 12:20:33 +11:00
Ben V. Brown
11beddf5e6
TS1010 Logo rework for Miniware DFU ( #1967 )
...
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_readme (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
* Move LOGO and settings to suit Miniware DFU
* Update configuration.h
* Adjust TS101 logo to 99K offset
* Add logo note/instructions for TS101
2024-08-22 12:11:51 +10:00
Ivan Zorin
6305093b64
Add stub implementations of unused syscalls explicitly ( #1966 )
Docs / deploy-docs (push) Waiting to run
CI / check_readme (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 / 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 / check_shell (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
2024-08-22 08:16:03 +10:00
ave
02b21a620b
Add a sleep timeout setting for hall sensor ( #1969 )
...
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_readme (push) Waiting to run
* Add a sleep timeout setting for hall sensor
* Update Settings.h to reorder HallEffectSleepTime to the end
* Update Settings.cpp to reorder HallEffectSleepTime to the end
* add HallEffSleepTimeout to rest of translations
* mix misaligned number in Settings.cpp
* fix clang-format issue in getHallEffectSleepTimeout
2024-08-21 15:23:34 +10:00
neon12345
42d7f8d4c5
Update Soldering.cpp
...
use the LockingKeysString message for state 2
2024-08-13 18:18:39 +02:00
neon12345
d8b7c73b8e
Update Soldering.cpp
...
allow unlock during locked warning
2024-08-11 00:38:22 +02:00
neon12345
dfbf45a1c4
Update Soldering.cpp
...
fix timed locked warning based on review comments with additional state7 field.
2024-08-06 13:54:33 +02:00
neon12345
cae14dee6a
Update OperatingModes.h
...
add state7 for locked timer ticks
2024-08-06 13:44:15 +02:00
discip
c002f45c7e
making the LOCKED / UNLOCKED stay for a second
2024-08-05 22:46:20 +02:00
neon12345
697b0c795d
Update Soldering.cpp
...
fix another logic error
2024-08-01 08:54:26 +02:00
neon12345
3d43354ea1
Update Soldering.cpp
...
fix timer logic
2024-08-01 08:39:14 +02:00
neon12345
ea2deb0e12
Update Soldering.cpp
...
change locked warning display time to 1 second
2024-08-01 05:56:09 +02:00
neon12345
ae55d5c3de
Update Soldering.cpp
...
show the locked warning for half a second
2024-08-01 05:41:07 +02:00
neon12345
c0ba6eb30d
Update Soldering.cpp
...
revert last commit
2024-08-01 05:29:53 +02:00
neon12345
34db06ab9c
Update Soldering.cpp
...
allow to use remaining state1 for timer
2024-08-01 05:00:26 +02:00
neon12345
6a2f2dc344
Update Soldering.cpp
...
optimize lock/unlock display information
2024-07-31 13:28:26 +02:00
discip
80217efd38
Merge branch 'dev' into dev
2024-07-31 13:05:12 +02:00
Ben V. Brown
56d8082e7d
Mask LIS2DH12 clone support for TS101 only ( #1894 )
...
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_readme (push) Waiting to run
* Mask LIS2DH12 clone support for TS101 only
* Also mask the probe
2024-07-31 20:57:49 +10:00
neon12345
f0fa271940
Update Soldering.cpp
...
move comment
2024-07-31 12:28:57 +02:00
neon12345
616db16b00
Update Soldering.cpp
...
logic description fix
2024-07-31 06:16:51 +02:00
neon12345
2a5ba2b057
Update Soldering.cpp
...
fix typo
2024-07-31 06:06:45 +02:00
neon12345
297205aa06
Update Soldering.cpp
...
add additional release state for locking
2024-07-31 05:52:32 +02:00
Ivan Zorin
95eb154c44
Add enum for modes of locking buttons ( #1955 )
...
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_readme (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
* Add enum for modes of locking buttons
* Update description for FULL value
2024-07-24 22:14:06 +10:00
Ben V. Brown
d9c88c9e71
Sequre T55 Support ( #1928 )
...
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_readme (push) Waiting to run
* Add T55 to build
* Approx in T55
* Update ThermoModel.cpp
* use PT1000 lookup logic
* Handle no accelerometer
* Setup for temp reading
* Lock max temp
* No movement pin
* Compensate for heater coil resistance change
* Fix min offset for T55
* Fixup font for T55
* Update draw_profile_advanced.cpp
* Update draw_temperature_change.cpp
---------
Co-authored-by: discip <53649486+discip@users.noreply.github.com >
2024-07-24 19:06:26 +10:00
ReimuHakurei
7d58d1c7c0
Fix profile mode
2024-07-16 23:35:40 -05:00