Ben V. Brown
4087fc60ed
IRQ Read from FiFo
2025-02-23 13:02:57 +11:00
Ben V. Brown
c4df679b21
Ensure lock occurs once result captured
2025-02-23 13:02:57 +11:00
Ben V. Brown
166339e74d
Add Rx FIFO status
2025-02-23 13:02:57 +11:00
Ben V. Brown
786a0a41e5
Use IRQ for all I2C Writes
2025-02-23 13:02:57 +11:00
Ben V. Brown
5c7cfe2e19
I2C inner function needs irq's
2025-02-23 13:02:57 +11:00
Ben V. Brown
48b28123a6
[Squash] Move I2C to IRQ based for big txn
...
Squash DMA attempt out
.
2025-02-23 13:02:57 +11:00
Ben V. Brown
c2ec65cafb
Use runaway counter trigger
2025-02-23 13:02:57 +11:00
Ben V. Brown
53982efa14
Use the ADC_MAX_READING value
2025-02-23 13:02:57 +11:00
Ben V. Brown
be1536b82f
Update I2C_Wrapper.cpp
2025-02-23 13:02:57 +11: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
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
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
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