discip
694f86efc0
translation_update ( #1391 )
...
* translation_update
* Unified formatting to match the one generated by [TranslationEditor.html](https://github.com/Ralim/IronOS/blob/dev/Translations/TranslationEditor.html ).
* Added the counterfeit warning.
* Update translation_RU.json
* Update translation_RU.json
2022-08-28 11:05:04 +10:00
Ben V. Brown
1245bab1a2
Bump timeout for menu actions ( #1384 )
2022-08-25 09:17:28 +10:00
discip
b5323d9c77
reorder debug menu . . . ( #1380 )
...
* Update DebugMenu.md
* Update make_translation.py
* Update GUIThread.cpp
* Update DebugMenu.md
2022-08-25 09:17:15 +10:00
River B
3895218b2d
Clarify and add details to documents ( #1383 )
...
* Update README.md
* Update Menu.md
Thoughts:
- changing the name in display to "Calibrate Tip Offset" (currently shows Calibrate temperature) might be more clear, and then people will not get nervous and think the number displayed means temperature? since it is just a number, i.e., 765, and does not say "765 offset" I suggest changing to either "number Offset" or changing menu name to "Calibrate Tip Offset" . when people incorrectly beleive the high number is temperature, since it says "calibrate temperature?" then it leads to unwarranted concern that the pinecil or IronOS is broken.
* Update Menu.md
* Update Temperature.md
clarify language, add punctuation.
* Update HallSensor.md
* Update HallSensor.md
* Update HallSensor.md
* Update HallSensor.md
* Update HallSensor.md
* Update HallSensor.md
* Update HallSensor.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update Flashing.md
* Update HallSensor.md
* Update GettingStarted.md
* Update DebugMenu.md
* Update GettingStarted.md
* Update HallSensor.md
* Update HallSensor.md
* Update HallSensor.md
* Update HallSensor.md
* Update HallSensor.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update Menu.md
* Update History.md
* Update History.md
updated history with some of the Releases that were missing.
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update README.md
* Update Temperature.md
* Update DebugMenu.md
* Update Flashing.md
* Update Flashing.md
* Update Temperature.md
* Update Temperature.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update Temperature.md
* Update Temperature.md
* Update Temperature.md
* Update Temperature.md
* Update README.md
Co-authored-by: discip <53649486+discip@users.noreply.github.com >
* Update Temperature.md
* Update Troubleshooting.md
In which troubleshooting conditions/symptoms would:
(1) Re-calibrating tip offset temperature be appropriate?
(2) Re-Calibrating Input voltage be appropriate?
I think these 2 internal tests would be helpful sections for Troubleshooting, but not sure of all details to write-up.
* Update GettingStarted.md
Co-authored-by: discip <53649486+discip@users.noreply.github.com >
2022-08-25 09:16:05 +10:00
Ben V. Brown
67d2eda7de
Add SC7 accelerometer for MHP30 ( #1377 )
2022-08-23 09:30:49 +10:00
discip
3a44259735
typo fix ( #1368 )
2022-08-20 23:01:24 +10:00
Ben V. Brown
1fbcdcdf98
Pinecil V2 ( #1341 )
...
* Add SDK
* fork
* massaging makefile
* Drop git module
* Bring in sdk as its broken
Far, Far to much crap to fix with regex now
* Remove bl706
* rf_para_flash_t is missing defs
* Remove crapton of junk
* Remove yet more
* Poking I2C
* Update peripheral_config.h
* Update pinmux_config.h
* Update preRTOS.cpp
* Update main.hpp
* Setup template
* Verbose boot
* I2C ish
* Update I2C_Wrapper.cpp
* Update main.cpp
* Turn off I2C reading for now
* Display running
* Roughing out scheduling timer0
* Starting ADC setup
* Working scheduling of ADC 🎉
* Format adc headers
* Update IRQ.cpp
* Buttons working
* Slow down I2C
* Poking IRQ
* Larger stack required
* Accel on
* Trying to chase down why __libc_init_array isnt working yet
* Working c++
* Cleanup
* Bump stacks
* I2C wake part workaround
* Cleanup
* Working PWM init
* qc draft
* Hookup PWM
* Stable enough ADC
* ADC timing faster + timer without HAL
* Silence
* Remove boot banner
* Tuning in ADC
* Wake PID after ADC
* Remove unused hal
* Draft flash settings
* Working settings save & restore
* Update to prod model
* Cleanup
* NTC thermistor
* Correct adc gain
* Rough tip resistance progress
* Scratch out resistance awareness of the tip
* better adc settings
* Tweaking ADC
* ADC tweaking
* Make adc range scalable
* Update Dockerfile
* Update configuration.h
* Can read same ADC twice in a row
* ADC Setup
* Update PIDThread.cpp
* Lesser adc backoff
* Update USBPD.h
* Add device ID
* Update BSP_Power.h
* Update BSP.cpp
* DrawHex dynamicLength
* Shorter ID padding
* Show validation code
* tip measurement
* Create access for w0w1
* Expose w0 w1
* Enable debug
* crc32
* Device validation
* wip starting epr
* Logic refactor
* Safer PWM Init
* PD cleanups
* Update bl702_pwm.c
* Update power.cpp
* Update usb-pd
* io
* EPR decode
* Better gui for showing pd specs
* Rough handler for capabilities
* EPR
* Fix > 25V input
* Perform pow step after PPS
* Update BSP.cpp
* Fix timer output
* QC3
* Add tip resistance view
* Hold PD negotiation until detection is done for tip res
* Get Thermal mass
* Tip res =0 protection
* Update PIDThread.cpp
* Update GUIThread.cpp
* Rewrite tip resistance measurement
* Update GUIThread.cpp
* Fix fallback
* Far better tip resistance measurement
* Fix QC 0.6V D-
* Convert the interpolator to int32
* Correct the NTC lookup
* Update BSP.cpp
* Update Setup.cpp
* .
Update configuration #defines
More backported functions
* Update usb-pd
* More missed updates
* Refactor BSP
Magic BSP -> PinecilV2
Pine64 BSP -> Pinecil
Update Makefile
* Add Pinecilv2 to CI
* Pinecil v2 multi-lang
Update push.yml
* Update HallSensor.md
* Update README.md
* Fix wrong prestartcheck default
* Fix logo mapping
* Update Makefile
* Remove unused font block
* Style
* Style
* Remove unused timer funcs
* More culling TS80P
* Revert "More culling TS80P"
This reverts commit 2078b89be7 .
* Revert "Remove unused timer funcs"
This reverts commit 0c693a89cc .
* Make VBus check maskable
* Remove DMA half transfer
* Drop using brightness and invert icons and go back to text
Saves flash space
* Refactor settings UI drawing descriptions
* Shorten setting function names
* Store bin file assets
* Fix MHP prestart
2022-08-19 15:39:37 +10:00
River B
61a679115d
Update DebugMenu.md ( #1366 )
2022-08-13 20:32:12 +10:00
River B
cf5f09fa3c
Update DebugMenu.md ( #1367 )
2022-08-13 20:31:46 +10:00
Ben V. Brown
7fcd2b7c5b
Animation non block ( #1347 )
...
* Buttons cancel animation
* Button cancels transition
* Update OLED.cpp
2022-08-12 10:36:10 +10:00
discip
e43449011e
solves artifacts issue if .gif is exactly 1024 B ( #1362 )
...
* solves artifacts issue if .gif is exactly 1024 B
solves https://github.com/Ralim/IronOS-Meta/issues/18
* increased animation speed a tad
2022-08-10 10:16:05 +10:00
discip
185516b238
Update README.md ( #1359 )
2022-08-09 09:30:42 +10:00
River B
638a365881
update Debug info ( #1358 )
...
* Update README.md
* Update README.md
* Delete Logo.md
* Create Logo.md
* Update Logo.md
* Update Logo.md
* Update Logo.md
* Update Logo.md
* Update Logo.md
* Update README.md
* Update README.md
* Update Logo.md
* Update Logo.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
* Update DebugMenu.md
2022-08-07 12:10:44 +10:00
discip
9288666d5b
Fixed formatting for CS & NL / addition to Readme ( #1357 )
...
* Update Dockerfile
* Update Dockerfile
* Add files via upload
* Update README.md
* Update README.md
2022-08-07 11:19:54 +10:00
River B
eebf65f83c
document updates ( #1355 )
2022-08-05 09:50:11 +10:00
Ben V. Brown
79aa8ed1f4
Merge pull request #1348 from River-b/master
...
document updates
2022-08-04 12:12:45 +10:00
Ben V. Brown
076babc889
Merge branch 'dev' into master
2022-08-04 12:12:13 +10:00
Ben V. Brown
21a7021568
Merge pull request #1352 from eslng/uk-translation
...
Update translation_UK.json
2022-08-04 12:09:31 +10:00
yegor
bcde057915
Update translation_UK.json
...
Translate missed strings and adjust some wordings
2022-08-03 21:31:28 +03:00
River B
cac8a205d3
Update HallSensor.md
2022-08-03 08:28:53 -07:00
River B
e60701c6f2
Merge branch 'Ralim:master' into master
2022-08-03 04:23:41 -07:00
Meldinov
f78956cc37
Update translation_ES.json ( #1343 )
...
Corrected some typos and added some forgoten translations.
2022-08-03 21:04:24 +10:00
Ben V. Brown
a9bf8e313a
Merge branch 'master' into dev
2022-08-03 21:00:11 +10:00
River B
cf2d6acacc
Updates to documents ( #1346 )
2022-08-03 19:17:32 +10:00
River B
c7bb777094
Update README.md
2022-08-03 00:27:03 -07:00
River B
579085d055
Update README.md
2022-08-03 00:26:02 -07:00
River B
3412e17379
Update Logo.md
2022-08-02 23:23:10 -07:00
River B
f269a1002f
Update Logo.md
2022-08-02 23:22:06 -07:00
Ben V. Brown
c28a86205d
Merge pull request #1338 from aaronjamt/boot-anim-preheating
...
Allow preheating iron during boot logo (fixes #1334 )
2022-07-31 20:03:10 +10:00
Aaronjamt
972d2fffac
Allow preheating iron during boot logo
...
Autostart (if enabled) _before_ showing boot logo (rather than waiting for the entire animation to finish). Only heats if the boot logo is on but not infinite (and autostart is set to heat). Heats to sleep temperature or 75*C, whichever is lower, for safety (and if the iron can get to 75* by the time the logo disappears then this really doesn't matter much). This is purely a preheat if your iron is low-powered and takes a long time to warm and so if autostart is set to heat to soldering temperature, it will start heating the rest of the way once the boot logo disappears.
2022-07-29 10:53:21 -07:00
Ben V. Brown
543107e48c
Merge pull request #1333 from Ralim/pd-epr
...
USB PD EPR Basics
2022-07-25 20:59:50 +10:00
Ben V. Brown
f1ceb0ec62
Merge branch 'dev' into pd-epr
2022-07-25 17:34:13 +10:00
Ben V. Brown
ba2724b332
Merge pull request #1332 from Ralim/ticktype
...
Ticktype
2022-07-25 17:23:40 +10:00
Ben V. Brown
081290d6be
Merge branch 'dev' into ticktype
2022-07-25 17:00:34 +10:00
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
de2972eadc
Merge pull request #1331 from nyanpasu64/cleanup-button-handling
...
Cleanup getButtonState(), fix button handling bugs
2022-07-25 16:31:03 +10:00
nyanpasu64
06e3ca59ea
Fix button presses between short and long being ignored entirely
2022-07-24 15:34:39 -07:00
nyanpasu64
c855f4cffe
Don't send short-presses after releasing long-presses
2022-07-24 15:16:11 -07:00
nyanpasu64
6d6f42d242
Cleanup getButtonState()
2022-07-24 15:12:27 -07:00
Ben V. Brown
c89a6d855c
Update usb-pd
2022-07-19 20:58:47 +10:00
Ben V. Brown
6a05439da5
Update README.md
2022-07-19 11:22:34 +10:00
Ben V. Brown
086e4664a6
Update README.md
2022-07-19 11:22:01 +10:00
Ben V. Brown
7166dd1f33
Update PD debug to be EPR aware
2022-07-18 22:59:51 +10:00
Ben V. Brown
77af6223a4
Merge in draft EPR
2022-07-18 22:58:01 +10:00
Ben V. Brown
0590f9b3f8
Update usb-pd
2022-07-18 22:55:01 +10:00
Ben V. Brown
aac42199f6
getTipResistanceX10()
2022-07-18 22:54:56 +10:00
Ben V. Brown
a3bbabcd68
Release 2.19
...
* Bug-fix Infinite Boot Logo
* Shutdown settings for MHP30
* Accelerometer sensitivity for MHP30
* Allow showing unique device ID
* Bug-fix power pulse at device boot
v2.19
2022-07-13 22:36:52 +10:00
discip
8db0bbf4a5
more obvious feature list ( #1325 )
2022-07-06 13:23:06 +10:00