Ben V. Brown
d47a627b1a
Update portmacro
2022-07-25 16:56:37 +10:00
Ben V. Brown
dd239375b1
All Ticks as the right TickType
...
Update usb-pd
2022-07-25 16:45:29 +10:00
Ben V. Brown
138e3260da
Update portmacro.h
2022-07-25 16:41:57 +10:00
Ben V. Brown
1fe3210263
Fix startup current pulse on some devices
...
Always force power to 0 if <= to handle vin not yet stable at boot
2022-06-24 10:33:23 +10:00
Ben V. Brown
078b8f5626
DeviceID ( #1314 )
...
* Ability to print hex
* Add device ID getter
* Refactor debug menu
* No longer need patch
* Update make_translation.py
* Fix typo
* Fix hex drawing
2022-06-16 21:39:53 +10:00
Ben V. Brown
165a9952c2
MHP30: Shutdown settings ( #1307 )
...
* Reduce PPS max to 20V to avoid instability
Some PSU's cant actually run at 21V
* Creating a rough draft of a "pre start check" concept
* Newer alpine
* Cleaning up MHP detection
* Cleanup comments
* PID: Run prestart based on ADC IRQ rather than times
* MHP30: Far better startup for detecting tip gain
* Newer alpine for github CI
* Bugfix: Exit on movement
* Feature: Shutdown timeout for MHP30
2022-06-16 20:28:49 +10:00
Ben V. Brown
3bb1b7bc32
Startup behaviour fixes ( #1306 )
...
* Reduce PPS max to 20V to avoid instability
Some PSU's cant actually run at 21V
* Creating a rough draft of a "pre start check" concept
* Newer alpine
* Cleaning up MHP detection
* Cleanup comments
* PID: Run prestart based on ADC IRQ rather than times
* MHP30: Far better startup for detecting tip gain
* Newer alpine for github CI
2022-06-16 20:21:46 +10:00
Ben V. Brown
f5cb42c9d7
Infinite logo ( #1309 )
...
* Check for button timeout of infinite
* Dedupe
* Alpine bump
2022-06-16 20:21:30 +10:00
discip
e2eea84e36
removed some more redundant entries ( #1312 )
2022-06-14 15:12:20 +10:00
discip
cc269361b5
Merge pull request #2 from discip/patch-2
...
Update Font.h
2022-05-04 00:18:15 +02:00
discip
9ec92298f3
Update Font.h
2022-05-04 00:17:34 +02:00
discip
c0bde3c678
Merge pull request #1 from discip/patch-2
...
Update Power.cpp
2022-05-04 00:15:59 +02:00
discip
a5975b3385
Update Power.cpp
2022-05-04 00:13:46 +02:00
discip
14eb587856
Update Pins.h
2022-05-04 00:10:44 +02:00
Ben V. Brown
d1d403376f
Fix typo in PD info screen
2022-04-04 13:07:48 +10:00
Ben V. Brown
a73f634cff
Pinecil pd tweaking ( #1272 )
...
* Raise PD max to 21V
* gui -> settingsGUI
* VBus probe cache
* Rough pass PD capabilities display
* Cleanup build errors
* PD Debug menu working
* Update make_translation.py
* settingsGUI
* Update GUIThread.cpp
* Nicer debug prints
* Show VBus in PD debug
* Update GUIThread.cpp
* Update make_translation.py
* Add docs
* Build tweaks for TS80P 😢
* Show PPS ranges
2022-04-03 12:58:07 +10:00
Ben V. Brown
787bc46bdc
SC7A20 tweaks ( #1251 )
...
* Clean up handling of addresses
* Update SC7A20.hpp
* Try remapped Accel readings
* Fake LIS setup?
* Refining build options
2022-04-03 12:37:27 +10:00
discip
0b8192b690
Bootup logo settings ( #1241 )
...
Adds ability to adjust the time shown for the bootup logo.
2022-04-02 12:39:14 +11:00
Ben V. Brown
232009bf54
Logo rework ( #1232 )
...
!Allows for new logo format that supports animation!
Also moves logos out of repo into their own repo for ease of management.
Changes:
* Remove deprecated logos
* Draft new Bootloader decoder
* Use new logo handler
* Simplify logo code further
* Fix time bug on static images
* Fix exit at end of animation
* Docs
* Interframe delay in 5ms increments
* Quick pass handling empty updates
* Exit at the end _after_ the frame delay
* One final delay
* Fix for overrun of logo data
* Fixes https://github.com/Ralim/IronOS-Meta/issues/7
2022-03-14 09:08:05 +11:00
Ben V. Brown
e065be37d9
Force SC7 to probe last
2022-02-12 18:25:52 +11:00
Ben V. Brown
d6f4e1ee92
Merge branch 'master' into ts80-accel
2022-02-12 11:58:52 +11:00
Ben V. Brown
3747d22773
Flip SC7
2022-02-12 11:30:03 +11:00
Ben V. Brown
730f7cf415
SC7A20 handle address
2022-02-12 11:13:41 +11:00
Ben V. Brown
ba119007ff
Step 1: make LIS2DH12 driver stricter
2022-02-12 11:04:28 +11:00
Ben V. Brown
16882fee61
only vbus mod check on pinecil
...
If a TS80P has it connected, other things blow up first at 20V
2022-02-12 10:34:22 +11:00
Ben V. Brown
a1cee2012b
Merge branch 'master' into Hall-sensor-tune
2022-02-12 09:34:55 +11:00
Ben V. Brown
a84bf967e1
Toggle on all known accelerometers
2022-02-09 22:00:54 +11:00
Ben V. Brown
eee879eed4
Update Settings.cpp
2022-02-09 21:49:15 +11:00
Ben V. Brown
7fcac3aaf1
making hall effect 0-9 scale
2022-02-09 21:18:15 +11:00
Ben V. Brown
641fc76e49
Update configuration.h
2022-02-08 20:55:07 +11:00
Ben V. Brown
02d065778c
Update Settings.cpp
2022-02-08 18:28:33 +11:00
Ben V. Brown
3f26bc0103
Update Settings.cpp
2022-02-08 18:26:23 +11:00
Ben V. Brown
5f8fe9ae56
Update Hall sensor tuning
2022-02-06 17:34:34 +11:00
Ben V. Brown
78344279d3
Merge branch 'master' into pinecil-mod-detect
2022-02-06 15:56:57 +11:00
Ben V. Brown
f715f77848
fix oled layout _again_
2022-02-06 15:56:41 +11:00
Ben V. Brown
0735d4f704
Update GUIThread.cpp
2022-02-06 14:42:01 +11:00
Ben V. Brown
1969d860c7
Update USBPD.cpp
2022-02-06 14:41:52 +11:00
Ben V. Brown
a2918ae8a4
Update usb-pd
2022-02-06 14:41:49 +11:00
Ben V. Brown
265e152c18
Add to debug menu
2022-02-06 13:15:01 +11:00
Ben V. Brown
3c83b59b53
Expose Vbus
2022-02-06 13:14:53 +11:00
Ben V. Brown
0fcde2806d
Update GUIThread.cpp
2022-02-05 13:11:15 +11:00
Ben V. Brown
1122d18526
Merge branch 'master' into rework
2022-02-05 12:43:53 +11:00
Ben V. Brown
49c80d2d3f
Update OLED.hpp
2022-02-05 12:39:40 +11:00
Ben V. Brown
80acf58b43
Update OLED.hpp
2022-02-05 12:37:41 +11:00
Ben V. Brown
1bdf9654d1
Merge pull request #1206 from Ralim/ts100-runaway
...
TS100 warning fix (#1192 )
2022-02-05 12:34:19 +11:00
Ben V. Brown
513a2d66bb
Always set cursor back to (0,0)
2022-02-05 12:34:08 +11:00
Ben V. Brown
89070e1f40
Merge branch 'master' into ts100-runaway
2022-02-05 12:32:33 +11:00
Ben V. Brown
15763dd55b
Cleanup OLED_FLIP logic
...
Update OLED.hpp
Update OLED.hpp
Update OLED.hpp
2022-02-05 12:23:51 +11:00
Ben V. Brown
4f38236a00
Bugfix: Only change speed of pwm at end of cycle interrupt
2022-02-05 10:23:56 +11:00
Ben V. Brown
a461577ee2
Update PIDThread.cpp
...
Should use osDelay to be scheduler safe
2022-02-05 10:23:42 +11:00