Thomas Weißschuh
884a830d62
TS100: move translation generation to Makefile
...
Translation.cpp is now automatically regenerated when necessary.
This frees the developer from having to remember to execute build.sh
after the translations have changed.
Translation.cpp has been moved from Core/Src/ to the new Core/Gen/ as
otherwise it would end up twice in SOURCE, once through the source
discovery and once through the explicit entry.
2021-01-16 12:25:03 +01:00
Ben V. Brown
4e46e2b3b9
Merge pull request #792 from t-8ch/make-dependencies
...
TS100: fix make dependency computation
2021-01-16 21:58:35 +11:00
Thomas Weißschuh
d5a866f88c
TS100: fix make dependency computation
...
Change the generated targets to be the actual object files to be build.
Previously the target name was the dependency file itself. As no other
targets required the dependency file, those computed dependencies were
never used.
2021-01-16 11:37:15 +01:00
Ben V. Brown
a17b3c7f0b
Release code bump
2021-01-16 17:18:16 +11:00
Ben V. Brown
b961311a5c
Fix ifdef for inverted accel in TS80/TS80P
...
This should fix #768
2021-01-16 16:03:35 +11:00
Ben V. Brown
5379838f2c
Allow P64 i2c before rtos
2021-01-16 11:22:11 +11:00
Ben V. Brown
25e4abee7d
Split power work into own thread
...
Completely forseeable issue.
Now that we have _more_ ram available, this is a good option to split power related items out into their own thread.
2021-01-16 09:20:23 +11:00
Ben V. Brown
75a2d70080
Fix orientation
2021-01-15 22:45:53 +11:00
Ben V. Brown
7e9ab6ae86
Flip the other way
2021-01-15 22:27:11 +11:00
Ben V. Brown
b46d19b5f4
Flip orientation
2021-01-15 22:20:24 +11:00
Ben V. Brown
beef76666a
Typo
2021-01-15 22:11:21 +11:00
Ben V. Brown
df2f97a1de
Link into MOV thread
2021-01-15 22:07:26 +11:00
Ben V. Brown
7ba2bda275
Ballpark some SC7A20 code
...
Using some guesses from the LIS datasheet
2021-01-15 22:02:07 +11:00
Ben V. Brown
ee0385e380
Check chip ID on the BMA
2021-01-15 21:26:39 +11:00
Dag0d
1b71d48a9e
Fixed the blinking speed of cool down blink
2021-01-04 23:05:27 +01:00
Ben V. Brown
a5a7463178
Fix build for MSA
2021-01-04 21:37:04 +11:00
Ben V. Brown
cfb92396c2
Merge branch 'master' into feat_add_MSA301
2021-01-04 21:03:45 +11:00
Ben V. Brown
1cfc12d45f
Update MOVThread.cpp
2021-01-04 21:03:09 +11:00
Ben V. Brown
ad9f2a4f95
Link MSA301 into normal MOV handler
2021-01-04 21:02:24 +11:00
Ben V. Brown
adc2b1ff70
Update MSA301 driver to fix orientation detection and cleanup
2021-01-04 20:45:10 +11:00
Ben V. Brown
0cef5f8eb6
Create approx driver for setup
2021-01-04 18:22:33 +11:00
Ben V. Brown
286119a3a6
Update MOVThread.cpp
2021-01-02 17:04:19 +11:00
Ben V. Brown
17fe108432
Add warnings to show if accel or pd is missing on startup first 2 times
2021-01-01 09:56:52 +11:00
Ben V. Brown
120161857b
Make no-accel==99 a #define
2021-01-01 09:45:34 +11:00
Ben V. Brown
dd065e52f2
Add warning messages for no accel or no pd
2021-01-01 09:45:05 +11:00
Ben V. Brown
8e7fda03f1
[OLED] shrink codeside of draw swapped
2021-01-01 09:32:32 +11:00
Ben V. Brown
d0b4a0f01a
Rename PCBVersion to make more sense
2021-01-01 08:52:05 +11:00
Ben V. Brown
28736cb96e
Update version.h
2021-01-01 08:08:36 +11:00
Ben V. Brown
8acfc7e587
Bump Settings version
...
As during development some fields were removed.
2020-12-31 13:21:19 +11:00
Ben V. Brown
b359e6e37e
Add a tip disconnected image for #711
2020-12-31 10:53:51 +11:00
Ben V. Brown
29863ebf6c
Edit sleep mode settings to be autostart aware
...
Fixes #696
2020-12-31 10:11:20 +11:00
Ben V. Brown
7f81fbbe7a
Add startup lockout to movement checks
2020-12-30 19:52:34 +11:00
Ben V. Brown
f8d3aa1a09
New TS80 Curve
2020-12-30 19:31:01 +11:00
Ben V. Brown
21e3bab8d9
Recompute uV values for TS100 tips
2020-12-30 13:55:43 +11:00
Ben V. Brown
b1f89d74b2
Add TS80 lookup
2020-12-30 11:22:34 +11:00
Ben V. Brown
a350a8d4ef
Update GUIThread.cpp
2020-12-29 13:25:44 +11:00
Ben V. Brown
357f073e1d
Expand debug menu
2020-12-29 13:16:49 +11:00
Ben V. Brown
7ea6d4afbd
Fix bug in tip -> F logic
2020-12-29 12:40:30 +11:00
Ben V. Brown
34226ebcdb
Update TipThermoModel.cpp
2020-12-29 12:21:23 +11:00
Ben V. Brown
3696e08dde
Return max rather than 0 for handle temp if outside of temp range [TS80P]
2020-12-29 12:16:29 +11:00
Ben V. Brown
2c6142d421
C -> F use x10 internally
2020-12-29 12:10:02 +11:00
Ben V. Brown
39e6943dfd
Update TipThermoModel.cpp
2020-12-29 11:00:54 +11:00
Ben V. Brown
c6fd646ee5
Update Pins.h
2020-12-29 10:58:39 +11:00
Ben V. Brown
1c0e51b1d0
Update TipThermoModel.cpp
2020-12-29 10:48:52 +11:00
Ben V. Brown
d8d6897ea9
Merge branch 'master' into Testing-Thermo
2020-12-29 10:44:47 +11:00
Ben V. Brown
a3f037fd1d
Include some bias removal based on the target temp to linearise the response a bit more
2020-12-29 10:44:39 +11:00
Ben V. Brown
27bf2a1711
Move to lookuptable for tip calibration
2020-12-28 16:13:30 +11:00
Ben V. Brown
53deac02e7
Bring in ADC timing a tad
2020-12-28 16:12:18 +11:00
Ben V. Brown
b23fae6f51
Drop dupe config
2020-12-28 16:11:56 +11:00
Ben V. Brown
627c491998
Fix broken ADC sampling was ignoring ADC2 readings
2020-12-28 15:59:43 +11:00