Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Move LOGO and settings to suit Miniware DFU
* Update configuration.h
* Adjust TS101 logo to 99K offset
* Add logo note/instructions for TS101
|
|
|
|
* 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
|
|
use the LockingKeysString message for state 2
|
|
allow unlock during locked warning
|
|
fix timed locked warning based on review comments with additional state7 field.
|
|
add state7 for locked timer ticks
|
|
|
|
fix another logic error
|
|
fix timer logic
|
|
change locked warning display time to 1 second
|
|
show the locked warning for half a second
|
|
revert last commit
|
|
allow to use remaining state1 for timer
|
|
optimize lock/unlock display information
|
|
|
|
* Mask LIS2DH12 clone support for TS101 only
* Also mask the probe
|
|
move comment
|
|
logic description fix
|
|
fix typo
|
|
add additional release state for locking
|
|
* Add enum for modes of locking buttons
* Update description for FULL value
|
|
* 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 <[email protected]>
|
|
|
|
Lower P/I Terms
Co-authored-by: discip <[email protected]>
|
|
* Create README.md
* Move to new folder
* Migrating
* Migrate Remainder
* format fix (all but one) (#1889)
* Update USBPDDebug_FS2711.cpp
* Delete PrintVoltage.cpp
* Copy in 128x32 template
* Mask drawing for 96x16
* Import #1819
* Update Font.h
* Homescreen
* Update draw_homescreen_detailed.cpp
* Fix oled normal draw for variable height
* Update OLED.cpp
* Draw settings icons
* Update draw_homescreen_simplified.cpp
* Update draw_power_source_icon.cpp
* Fixup oled drawing for fill area
* Update the region fill for mixed heights
* Fix newline height
* FIXUP! Draw icons in settings menu at correct size
* Fix scrollbar
* Update settingsGUI.cpp
* S60(P) Disable auto display rotation
* On tall oled, scroll in 2 line increments
* Bugfix transition L<->R
@discip I take it back, there was a bug :)
* Draw every other one on transitions
* .
* cleanup
* Bootup logo: Draw in centre
* Update OLED.hpp
---------
Co-authored-by: discip <[email protected]>
|
|
|
|
* Add enum for USB PD modes
* Update comments for clarification according to code review
|
|
Been broken for a while but better to be correct
|
|
* Rename Sequre BSP Folder
* Update Makefile
|
|
* 4x faster PWM
* Add light filter to displayed temp
|
|
* Updated NTC lookup
* remove float compute from adc (as we dont use it)
* Updated adc settings
* Updated ADC Init
* Custom max temp lookup
* Mask Timer around changing timer rate
* Use timer channels in sane order
* Update IRQ.cpp
* Remove ADC dummy wait on start/stop
* Dont use ADC IRQ
* Disable sampling delay
* Update Setup.cpp
* PinecilV2 disable ROM driver utils
Always use our source
* Force settings upgrade on PinecilV2
Fix forced settings upgrade on Pinecilv2
* Prevent ADC rollover
* Update Setup.cpp
* ADC cleanup
* Rollover prevention
* Measure tip temperature 2nd
* Rebase Buffalo SDK to 1.4.5 (#1923)
* Update bl702_adc.c
* Update board.c
* .
* Update bl702_adc.c
* Import updated hal_drv
* Remove accidental dupe of stack in linker
* First pass update BLE stack
* Update ReleaseNotes
* Update push.yml
* Drop BT Audio which we dont use
* .
* Reformat
* Update conn.c
* Update hog.c
|
|
* Use PDMode to decide if we do resistance pad
* Rename PDVpdo to USBPDMode
* Add options for PD Mode
* OLED: Allow soft line-wrap x position
* Add new translation option for menu settings values
* Use new setting value for PD Mode
* Update translations for new menu setting
* Fixup! S60
* black python
|
|
Handle non EPR devices not encoding PPS correctly
By not trusting them at all.
|
|
(#1893)
* Remove register keyword according to ISO C++17 for fixing related warning from compiler
|
|
|
|
* Add 4 ohm PTS200 tip for PinecilV2
* Add PTS200 4 ohm tip to TS101
* Update BSP.cpp
|
|
Signed-off-by: yuxiaojun <[email protected]>
|
|
* source/Makefile compatibility with BSD find [#1886]
* Align formatting
* source/Makefile: remove trailing /s from DIR vars to fix build using BSD find/OSX env [#1886]
|
|
* Basic Init
* Rought implementation of fs2711 usb pd interface
* Rought implementation of fs2711 usb pd interface
* Still needs work overcurrent protection keeps getting tripped
* New pdo selection logic
* Update push.yml
* Update push.yml
* Update push.yml
* Update Makefile
* Adds PPS
* Removed unused define
* Adds PPS
* Apply suggestions from code review
Co-authored-by: Ben V. Brown <[email protected]>
* Code review changes
* Added osDelay include
* New line alignment for S60 softwarei2c
* Code review
* Fixes code review stuff
* code review changes
* Change voltage limit to 20 as that's what the device is rated for
* Shortened wait time for usb pd
* Fixed issues that cuase S60P to restart constantly
* fixing minimal OLED brightness
With the current settings, the OLED turns off if the first level is selected.
* Adds protocol to s60p debug menu
* loosened fs2711 protocol selection timing
* Adds PDO register reading to negotiation logic
* Fixes FS2711 timeout issue and cleans up driver
* Adds FS2711 protocol negotiation to power loop
* Removed uneeded define
* Reverts changes to Font.h and adds clang-format comments
---------
Co-authored-by: Ben V. Brown <[email protected]>
Co-authored-by: discip <[email protected]>
Co-authored-by: Ben V. Brown <[email protected]>
|