Josh Stewart
9946350a69
Initial testing work on composite logging
2018-10-09 23:31:56 +11:00
Josh Stewart
fd10a77ff4
New and improved tooth logger
2018-10-01 14:21:13 +10:00
Josh Stewart
9bf8c31978
September dev signatures
2018-09-18 16:34:18 +10:00
Josh Stewart
7267ee7a12
Signature and base tunes for August 2018
2018-09-04 17:20:57 +10:00
Josh Stewart
bc096fbae3
Bunch of minor error cleanup
2018-08-15 17:44:30 +10:00
Josh Stewart
2287c9086c
Add sync loss counter to log (And apply to other patterns)
2018-07-24 10:44:47 +10:00
Josh Stewart
0dee4ab7f2
Still more warnings cleanup
2018-07-22 00:17:08 +10:00
Josh Stewart
ce0e399201
More warnings cleanup
2018-07-19 23:26:31 +10:00
Josh Stewart
7bc42b13eb
July dev signatures
2018-07-10 15:13:00 +10:00
Josh Stewart
72397a90e1
Base tune and signatures for June release
2018-07-03 17:31:28 +10:00
Josh Stewart
3773647062
Initial implementation of AE RPM tapering (Issue #138 )
2018-06-10 14:57:52 +10:00
Josh Stewart
34e0aca5b6
June Dev signatures
2018-06-10 13:04:57 +10:00
Josh Stewart
47b7da893e
Base tunes and signtatures for May 18 FW
2018-06-07 15:22:04 +10:00
Josh Stewart
19e258ecfb
Independent fuel and ignition load algorithms
2018-05-08 16:43:18 +10:00
Josh Stewart
50196ce247
May dev signatures
2018-05-02 16:40:57 +10:00
Josh Stewart
d7599089dc
April 18 signatures and base tunes
2018-05-01 17:40:05 +10:00
Josh Stewart
1d5a79757a
Send through channel and squirt info to TS
2018-04-23 15:27:57 +10:00
Josh Stewart
dd197adb07
Revert a few problem changes from the last PR
2018-03-20 22:49:00 +11:00
Vitor Moreno B. Sales
17a551d89b
Merge pull request #18 from noisymime/master
...
Early March Sync
2018-03-16 22:17:54 -03:00
Josh Stewart
c35ed913a1
March dev firmware sigs
2018-03-14 23:10:30 +11:00
Josh Stewart
0a8d5e21c5
Feb 2018 signature and base tune
2018-03-10 20:55:21 +11:00
VitorBoss
27e22eef1b
Merge branch 'master' of git://github.com/noisymime/speeduino
2018-02-01 18:28:53 -02:00
Josh Stewart
33b85f3b9d
Cleanup a bunch of errors and warnings for stm32
2018-01-27 22:14:11 +11:00
Josh Stewart
b1c307b01b
Fixup errors from last merge
2018-01-26 00:37:38 +11:00
Josh Stewart
05ebf72e53
Merge branch 'master' into 0x15e-master-amalgamation
2018-01-25 17:25:11 +11:00
Josh Stewart
8e2e3f125b
Convert all tables in code to match the numbering in the ini (Probably has bugs for now)
2018-01-24 12:05:50 +11:00
Murray
b5c56495e9
Merge branch 'flextable' of https://github.com/0x15e/speeduino into 0x15e-master-amalgamation
...
# Conflicts:
# reference/speeduino.ini
# speeduino/comms.h
# speeduino/comms.ino
# speeduino/globals.h
2018-01-21 14:55:47 -06:00
Murray
23862103e5
extremely rough flex table editors. added flexBoostCorrection to currentStatus. shortened flex correction table names. gave each flex table its own set of eth% bins. fixed the incredibly broken EEPROM update code.
2018-01-20 16:33:14 -06:00
Vitor Moreno B. Sales
94b2154bed
Merge pull request #15 from noisymime/master
...
1801
2018-01-19 19:18:00 -02:00
Murray
d07d20ffb8
ini spec version bump to maximum supported by the current stable TunerStudio. removed debug code from comms.ino. updated ini file so that only appropriate options will be shown based on whether the connected Speeduino is using the custom firmware.
2018-01-16 20:02:04 -06:00
Murray
2819adb865
Custom bootloader recognition
...
Added a new serial command that allows a custom 16u2 firmware to let the speeduino know about itself. After issuing a `, the speeduino will expect one more byte indicating the capabilities level of the custom firmware (only 1 for now).
2018-01-12 21:37:21 -06:00
Josh Stewart
dd9941ce5d
Introduce end-of-line normalization
2018-01-12 14:04:43 +11:00
Murray
81d8ccd358
Merge branch 'master' of https://github.com/noisymime/speeduino into reset-lock
2018-01-09 18:20:47 -06:00
Josh Stewart
6c8e238697
January dev signature
2018-01-10 00:11:57 +11:00
Murray
6d0e93bc58
display a different message on U command if reset control is disabled
2018-01-07 18:54:45 -06:00
Murray
43f0d35839
Merge branch 'master' of https://github.com/noisymime/speeduino into reset-lock
2018-01-07 16:22:55 -06:00
Murray
ae8ea08d41
Reset Control
...
Changed reset lock feature to a more general "reset control" feature. Moved reset control settings to the general Settings menu. added a serial U command that will halt comms and set the control pin low when another byte is received to facilitate reset control for devices that lack an AtmegaXXu2 usb controller. Improved context help for reset control. Corrected reset lock status indicator on / off labels. moved reset control setup to utils.ino.
2018-01-07 16:22:18 -06:00
Vitor Moreno B. Sales
936c0e882b
Merge pull request #14 from noisymime/master
...
Jan2018
2018-01-05 20:05:11 -02:00
Josh Stewart
f474a95dc5
December 2017 signature and base tunes
2018-01-03 21:52:25 +11:00
Murray
03e6c2d476
Software controlled auto-reset prevention
...
This feature enables the Speeduino to set a pin high that will tell the Arduino's 8U2/16U2 firmware not to reset on new serial connections. This requires a slightly modified firmware for the 8U2/16U2 that will only reset on DTR when PB7 is also held low.
2018-01-01 15:39:43 -06:00
Vitor Moreno B. Sales
b13297cb44
Merge pull request #13 from noisymime/master
...
Early december
2017-12-21 17:29:36 -02:00
Josh Stewart
8fe7ff66a9
December dev signature
2017-12-15 16:23:56 +11:00
Vitor Moreno B. Sales
2c10a969dd
Merge pull request #12 from noisymime/master
...
December merge
2017-12-13 15:25:10 -02:00
Josh Stewart
aebe4d2719
November signature and base tunes
2017-12-10 17:21:55 +11:00
Josh Stewart
98ea973a80
Add individual pulse widths to the comms output
2017-12-07 11:42:44 +11:00
VitorBoss
31d134c05d
Merge branch 'master' of git://github.com/noisymime/speeduino
2017-12-06 16:13:58 -02:00
Josh Stewart
2989e32f15
Memory adjustments for staging fuel table
2017-11-21 15:17:55 +11:00
Josh Stewart
36ca95a330
November dev signatures
2017-11-13 09:14:58 +11:00
Josh Stewart
883ba4a25f
Potential fix for access enrich overflow
2017-11-08 22:51:40 +11:00
Josh Stewart
fa5d721b98
October release signatures and base tune
2017-11-07 22:13:27 +11:00