Christian Rahl
|
9eaa66f063
|
Tomato tomatoo, tabss or spacess
|
2022-01-22 22:53:32 -05:00 |
|
Christian Rahl
|
d91253a95b
|
Clang 2.0
|
2022-01-22 22:51:19 -05:00 |
|
Christian Rahl
|
bf7909123c
|
CLANG HATES ME
|
2022-01-22 22:45:00 -05:00 |
|
Christian Rahl
|
7bb5b6adb7
|
Added Ifdef to check against if the hall sensor is available to read. If not, read back OFF.
|
2022-01-22 22:30:15 -05:00 |
|
Christian Rahl
|
05f38b096c
|
Add new debug menu item to view raw hall effect sensor output.
|
2022-01-22 19:33:24 -05:00 |
|
discip
|
f1addbf9a0
|
Update GUIThread.cpp
|
2022-01-19 22:40:39 +01:00 |
|
discip
|
cb7756d381
|
Update GUIThread.cpp
|
2022-01-19 02:08:03 +01:00 |
|
discip
|
7db7a11787
|
even a bit less code
|
2022-01-08 17:38:38 +01:00 |
|
discip
|
4989a030d5
|
flipped DisconnecetedTip Icon gets now generated
|
2022-01-08 16:56:52 +01:00 |
|
Ben V. Brown
|
37418047a0
|
Merge branch 'master' into settings
|
2022-01-07 00:14:32 +11:00 |
|
discip
|
d7b759c534
|
fixed detailed view for lefties
|
2022-01-06 02:30:45 +01:00 |
|
discip
|
761bafad83
|
fixed detailed view for lefties
|
2022-01-06 02:13:38 +01:00 |
|
Ben V. Brown
|
52f0d5242a
|
Update GUIThread.cpp
|
2022-01-05 21:04:33 +11:00 |
|
Ben V. Brown
|
827308f691
|
Add some rounding
|
2022-01-05 21:00:14 +11:00 |
|
Ben V. Brown
|
26c7d0f2cb
|
Clean up soldering temp adjust button handling
|
2022-01-05 20:41:38 +11:00 |
|
Ben V. Brown
|
4dce812cf9
|
Merge pull request #1098 from discip/disconnected-tip
Disconnected tip pic in detailed idle screen
|
2021-12-20 09:28:47 +11:00 |
|
discip
|
73bedf3981
|
Update GUIThread.cpp
|
2021-10-28 19:48:14 +02:00 |
|
discip
|
d72b27543b
|
Merge branch 'master' into disconnected-tip
|
2021-10-02 13:30:06 +02:00 |
|
Ben V. Brown
|
3594604efc
|
Fixes for I2C on Pinecil + USB-PD stack (#1099)
* Remove unused includes
* Adding in submodule
* Move fusb functions to the BSP
* Remove old code
* Creating IronOS PD integration wrapper
* Redirect to wrapper
* pd lib updates
* fix Docker build
* Finish linking across
* Cleanup
* Update Makefile
* Update push.yml
* Update push.yml
* PD -> Compensate for different tick rates
* Update codeql-analysis.yml
* Fix PD #define for @Firebie
* Check irq low at start
* Update BSP.h
* Update main.cpp
* Closer delay
* Update OLED.cpp
* Bugfix trying to start QC too early
* Missing fusb shouldnt hang qc
* Update FreeRTOSConfig.h
* Update the GD drivers
* Update Pinecil IRQ setup
* Redirect printf() to uart
* Update Power.cpp
* Adding extras to PD state
* Update USBPD.cpp
* Delay in printf
* Iterate once before delay on start
* Update usb-pd
* master usb-pd now
* Format gd libs
* Update gd32vf103_bkp.c
* Guard with PD timeout
* Remove CodeQL
* Slow for testing, fix runt pulses at start
* Fix runt pulse in read size 1
* Cleaner probing setup
* Testing delay during stop gen in read 1
* Update I2C driver
* Update gd32vf103_i2c.c
* Cleaning up i2c wrapper a little, given up on dma for rx
* Update preRTOS.cpp
* Update Setup.cpp
* Update MOVThread.cpp
* Slow down UART to work with new clock config
* Better ack setup for 2 byte read
* Cleanup POW_PD so cant be lost in #includes
* tipResistance -> TIP_RESISTANCE
* handle NOP race on len==2
* Update configuration.h
* Dont use neg timeout to mask anymore
* Not required for MHP
* Fix up source display Miniware
* Fix race on PD init
* Update POWThread.cpp
* Update formatting
* MHP format
* Update push.yml
* Faster TS80P I2C
* Bugfix for IRQ handlers
* Correctly handle I2C race on PD access
* Fix CI error (unused var) and MHP IRQ
* Test Pinecil alt ADC mode
|
2021-10-02 14:48:58 +10:00 |
|
discip
|
994be53ae4
|
Update GUIThread.cpp
|
2021-10-01 02:12:18 +02:00 |
|
Ben V. Brown
|
9964b6ee31
|
Use new power names
|
2021-09-26 07:58:33 +10:00 |
|
discip
|
5105f91621
|
Update GUIThread.cpp
|
2021-09-25 03:13:16 +02:00 |
|
Ben V. Brown
|
a936eee83e
|
Define array of Accelerometer names
|
2021-09-25 10:35:23 +10:00 |
|
Ben V. Brown
|
04fce5d669
|
Fix enum annocations
|
2021-09-25 10:31:17 +10:00 |
|
Ben V. Brown
|
55a2cb3f24
|
Merge branch 'master' into refactor-adc
|
2021-09-12 19:18:58 +10:00 |
|
Ben V. Brown
|
4b2f350b35
|
Contrast -> Brightness
As it makes a little more sense in a 1 bit display
|
2021-09-12 19:14:45 +10:00 |
|
Ben V. Brown
|
8fd2f6e95c
|
Second pass
|
2021-09-12 14:03:09 +10:00 |
|
Ben V. Brown
|
eb2a748e3f
|
Pass one settings refactor
|
2021-09-12 13:31:03 +10:00 |
|
Ben V. Brown
|
af0adb0708
|
Reworking raw adc, handle temp done
Pre seed adc values
Pinecil port
Update PIDThread.cpp
TRGO is more stable for timing (buffered)?
|
2021-09-11 22:25:57 +10:00 |
|
Mel-kior
|
9aa34348da
|
Change advanced views ( home and soldering )
|
2021-08-19 21:46:19 +02:00 |
|
Ben V. Brown
|
966f4d732d
|
Approx thermal runaway config
|
2021-06-06 08:14:40 +10:00 |
|
Ben V. Brown
|
f752e694df
|
Merge branch 'master' into MHP30
|
2021-05-08 13:46:56 +10:00 |
|
FL550
|
c8ecbe174f
|
Enable shutdown from sleep mode
If the iron is in sleep mode it is now possible to shutdown with
a long press on the back button without reheating in-between.
|
2021-05-07 17:23:33 +02:00 |
|
Ben V. Brown
|
532c5136d6
|
Merge branch 'master' into MHP30
|
2021-05-05 19:26:59 +10:00 |
|
Ben V. Brown
|
79fa47eb16
|
Reduce max temp for MHP30
|
2021-05-05 18:48:12 +10:00 |
|
Alvin Wong
|
9e40449c64
|
Add menu exit transition animation
Part of which was removed in commit 04d72cb.
|
2021-05-04 18:14:39 +08:00 |
|
Ben V. Brown
|
dd5daf51e3
|
Format new content
|
2021-05-03 22:10:14 +10:00 |
|
Ben V. Brown
|
c20ed926cd
|
Hook some status colours to the LED
|
2021-05-03 22:00:24 +10:00 |
|
Ben V. Brown
|
5ea2908fa2
|
Removing timer as wont work & replace with bit bang
Cant keep up with irq
|
2021-05-03 21:52:18 +10:00 |
|
Ben V. Brown
|
7903df36e5
|
Create isTipDisconnected function
|
2021-05-01 16:44:50 +10:00 |
|
Ben V. Brown
|
b817c33181
|
Update GUIThread.cpp
|
2021-04-29 21:52:04 +10:00 |
|
Ben V. Brown
|
5114b4243b
|
Turn off sleep mode
|
2021-04-29 21:43:22 +10:00 |
|
Ben V. Brown
|
b161192691
|
Merge branch 'master' into messing_with_pd
|
2021-04-17 10:53:58 +10:00 |
|
Alvin Wong
|
07fb8adb7f
|
Impl. initial translation strings compression
|
2021-04-12 19:57:29 +08:00 |
|
Ben V. Brown
|
3e7dd3b150
|
Merge branch 'master' into messing_with_pd
|
2021-04-10 11:40:31 +10:00 |
|
Alvin Wong
|
7d6d7d11c0
|
Put translation str indices into a struct
|
2021-04-09 17:20:24 +08:00 |
|
Alvin Wong
|
82620c685d
|
Change translation strs to be stored in one block
|
2021-04-09 14:45:33 +08:00 |
|
Ben V. Brown
|
d56332d06b
|
Merge branch 'master' into messing_with_pd
|
2021-04-05 20:01:40 +10:00 |
|
Alvin Wong
|
33901b688a
|
Change warnUser to use printWholeScreen
|
2021-04-05 16:40:36 +08:00 |
|
Ben V. Brown
|
77fd9f6a2d
|
Move configuration into inc
|
2021-04-04 22:48:41 +10:00 |
|