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
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
Ben V. Brown
7ca613e22b
Migrate :O
2019-08-18 22:24:01 +10:00
Ben V. Brown
09ce60f658
Merge pull request #486 from agatti/macos_build_fix
...
Fix build on macOS
2019-08-16 08:13:54 +10:00
Ben V. Brown
bcae079cd7
Merge pull request #488 from mesutkilic/patch-1
...
added some turkish translations
2019-08-16 08:13:19 +10:00
Ben V. Brown
a18cca6639
Merge pull request #491 from timecop97/master
...
changed intel Hex gen to use unix line endings to fix #460
2019-08-16 08:12:34 +10:00
timecop97
379df5b7c1
changed intel Hex gen to use unix line ends
2019-08-15 14:12:02 +01:00
Mesut KILIÇ
27d40d0b36
added some turkish translations
2019-07-23 14:51:05 +03:00
Ben V. Brown
a9dec94476
Merge pull request #487 from pikipirs/master
...
Slovenian Translation
2019-07-23 19:18:58 +10:00
pikipirs
25c96dab2c
Add files via upload
2019-07-23 11:07:10 +02:00
Alessandro Gatti
495073425e
Make build.sh Bash 3.x compatible.
...
The highest version of bash shipped by vanilla macOS is 3.2, and it will
stay like that for the foreseeable future (bash being removed as default
in 10.15 is a strong indicator for that).
The build.sh script used Bash 4.x syntax for enumerating available
translations - this patch dials back the clock to Bash 3.x making things
work again on macOS and (hopefully) still maintaining functionality on
other platforms that use a newer version of bash.
2019-07-20 00:06:17 +02:00
Ben V. Brown
4347ed2d68
Try and re-tune TS100 and TS80
v2.06-RC5
2019-07-14 11:46:34 +10:00
Ben V. Brown
c5409f4f1b
Ts80 Tuned a bit better, Ts100 WiP
2019-07-13 22:54:07 +10:00
Ben V. Brown
74b225ceaa
Cleanup IRQ's
2019-07-03 15:33:00 +10:00
Ben V. Brown
f6affb67ca
Move Movement filter to history template
2019-07-03 15:32:49 +10:00
Ben V. Brown
3f69dbd5a3
Rework debug menu
2019-07-03 15:32:02 +10:00
Ben V. Brown
d7e8bd77e4
Merge pull request #478 from Ralim/feat/AutoFont
...
Feature that adds auto font creation
2019-06-25 19:56:36 +10:00
Ben V. Brown
b570ebae54
WiP Power limit
2019-06-18 19:32:45 +10:00
Ben V. Brown
884f22c8af
All models building
2019-06-18 18:18:17 +10:00
Ben V. Brown
acd4d69f7d
All strings now get comments of the source material pre-encoding
2019-06-18 18:09:08 +10:00