Ben V. Brown
937728b734
Fix execute bits
2019-12-23 08:36:54 +00:00
Ben V. Brown
3554913153
Merge pull request #528 from Ralim/ci-codeship
...
Setting up CI builds
2019-12-23 19:26:29 +11:00
Ben V. Brown
7b563bf2ba
Merge pull request #527 from Ralim/testing-temp-rework
...
Temperature control system re-write
2019-12-23 19:24:55 +11:00
Ben V. Brown
448b5824ff
Prevent reuse causing lang issues due to optimisations
2019-12-23 19:22:16 +11:00
Ben V. Brown
47fb6d2cc1
Update translations, more repeatable sorting
2019-12-23 19:21:53 +11:00
Ben V. Brown
aee37d4c5d
Merge branch 'testing-temp-rework' into ci-codeship
2019-12-23 18:46:00 +11:00
Ben V. Brown
cc79fcb4cf
Rough pass at builder
2019-12-23 18:36:10 +11:00
Ben V. Brown
51420829f0
update build script
2019-12-23 18:33:24 +11:00
Ben V. Brown
668e2c0ec0
Squash compiler warnings and keep translation file up to date
2019-12-23 15:10:47 +11:00
Ben V. Brown
720f81a0f5
Remove unused thermal model
2019-12-23 15:06:55 +11:00
Ben V. Brown
9e7355adab
Update .gitignore
2019-12-23 14:48:34 +11:00
Ben V. Brown
d8f7d660b8
Rough ts80 tuning
2019-12-23 13:33:17 +11:00
Ben V. Brown
c408fc0a7e
tune ts100
2019-12-23 13:25:11 +11:00
Ben V. Brown
329f6fdbe7
Fix battery voltage not updating when not soldering
2019-12-23 13:19:48 +11:00
Ben V. Brown
e3434fba9e
Update GUIThread.cpp
2019-12-23 13:14:28 +11:00
Alex Wigen
a596ffd5e4
Update Linux flash script
...
Miwer commented in issue #11 that on Mint 17.3 lsblk does not escape
potentially unsafe characters like it does on Fedora (lsblk v2.32.1). So
broaden the grep match expression to catch both posibilities.
2019-11-30 23:21:04 +10:00
Thomas Gimpel
3f45e6a5af
generate power pulses also in soldering and sleep mode
2019-11-24 11:50:51 +01:00
Ben V. Brown
a3faa9fa4a
Merge pull request #520 from onovy/master
...
Update Czech translation
2019-11-09 16:11:14 +11:00
Ondřej Nový
b3f8193fdf
Update Czech translation
2019-11-08 20:08:52 +01:00
Ben V. Brown
cad422fba4
Merge pull request #519 from C0rn3j/master
...
Grammar and other small fixes
2019-11-03 15:14:00 +11:00
C0rn3j
e5171d0ead
Grammar and other small fixes
2019-11-02 15:38:34 +01:00
Ben V. Brown
5cfab0ad65
Merge pull request #511 from OliverParoczai/patch-1
...
Grammar fixes
2019-10-15 18:45:58 +11:00
Paróczai Olivér
d3fbfb9d46
Grammar fixes
2019-10-14 22:38:14 +02:00
Ben V. Brown
3fea95c6b1
Fix calibration, move to exp moving average
2019-10-08 21:50:50 +11:00
Ben V. Brown
6a39e4bcc8
Work in progress
...
Working, but has temp offset issue slightly.
Could have slightly wrong gain values
2019-10-07 21:11:31 +11:00
Ben V. Brown
3e1abc451c
Remove old PID struct
2019-10-07 19:31:02 +11:00
Ben V. Brown
eda0681eb8
Update & Fix translations
2019-10-07 19:09:28 +11:00
Ben V. Brown
64f8ca5c53
Functioning MVP tester
2019-10-07 19:09:21 +11:00
Ben V. Brown
1cf88b2cd6
Rough refactor main control loop to C
2019-10-07 18:58:51 +11:00
Ben V. Brown
c5f6f6d044
Roughing out concept of patent based temp curve
2019-10-07 18:20:09 +11:00
Ben V. Brown
c1db22cb4a
Merge pull request #508 from Ralim/TweakTS80
...
This re-works the movement filter and some IRQ cleanup misc work.
2019-10-07 16:51:46 +11:00
Ben V. Brown
4fe8c1654e
Fix build after merge
2019-10-07 16:51:10 +11:00
Ben V. Brown
bc38132f31
Merge branch 'master' into TweakTS80
2019-10-07 16:40:42 +11:00
Ben V. Brown
144600d531
Merge pull request #499 from agatti/guicleanup
...
Refactor OLED on/off mechanism.
2019-10-07 16:34:20 +11:00
Ben V. Brown
e162d20723
Merge pull request #507 from playday3008/patch-1
...
Fixed translations Ukranian
2019-10-07 16:33:04 +11:00
Вадим
9040d6fe9c
Fixed translations
2019-10-06 05:27:52 +02:00
Ben V. Brown
84de602245
Merge pull request #500 from agatti/accelerometer-speedup
...
Speed up accelerometer driver data processing.
2019-08-29 17:39:09 +10:00
Alessandro Gatti
5eb3df47df
Speed up accelerometer data intake.
...
The LIS2DH12 driver performed an unnecessary endianness conversion, as
data from the sensor was already coming in little-endian format. The
MMA8652FC driver is now using the rev16 opcode to perform the swap
rather than doing all the bitshuffling operations in multiple steps.
2019-08-29 04:11:38 +02:00
Alessandro Gatti
b8819b8e73
Refactor OLED on/off mechanism.
...
Made the display on/off mechanism a bit more self-descriptive by
replacing bare true/false values with an enum with more appropriate
value names. OLED automatic turn-off logic has been cleaned up,
along with minor updates to the OLED initialisation sequence.
2019-08-28 21:13:39 +02:00
Ben V. Brown
c96f1b528a
Merge pull request #496 from aWZHY0yQH81uOYvH/master
...
changed Python logo converter to use correct line endings on all OSes
2019-08-28 18:50:48 +10:00
aWZHY0yQH81uOYvH
ef88d5ec31
changed Intel HEX gen to use correct line endings on all OSes
2019-08-27 22:58:39 -07:00
Ben V. Brown
481be32c2f
Merge pull request #493 from agatti/remove-urender
...
Remove unused uRender code.
2019-08-27 12:40:54 +10:00
Alessandro Gatti
c26eeb0c2c
Remove unused uRender code.
2019-08-23 00:05:31 +02:00
Ben V. Brown
08f7dedd52
Merge pull request #492 from Ralim/STMCubeIDE
...
Move to STM32CubeIDE
2019-08-19 21:30:37 +10:00
Ben V. Brown
9bdb601742
Fix Debug menu translation
2019-08-19 21:26:24 +10:00
Ben V. Brown
eb3837e529
Re-size stacks
2019-08-19 20:41:27 +10:00
Ben V. Brown
aed7d7b126
Split GUI out for easier management
2019-08-19 20:36:57 +10:00
Ben V. Brown
a49c4e9740
WiP some general cleanup with help of new IDE
...
Static'ing more of the code where possible
2019-08-19 18:53:29 +10:00
Ben V. Brown
bafe43fc63
Updating documentation
2019-08-19 07:54:16 +10:00
Ben V. Brown
1d4f4822ed
Cleanup
2019-08-18 22:32:36 +10:00