Josh Stewart
d473e00ce4
Groundwork for proper variable algorithms
2018-04-24 17:11:10 +10:00
Josh Stewart
1d5a79757a
Send through channel and squirt info to TS
2018-04-23 15:27:57 +10:00
Josh Stewart
8706c107fb
Multi-squirt enable (giggity)
2018-04-20 17:02:35 +10:00
VitorBoss
bcf3a2922b
fix for digitalPinToInterrupt on libmaple core
2018-03-18 03:39:30 -03:00
VitorBoss
7e19e6c4ad
Fixes for STM crash
2018-03-18 03:26:12 -03:00
Vitor Moreno B. Sales
4a532a7a80
Merge pull request #19 from noisymime/master
...
Bunch more work on dynamic ignition assignment
2018-03-18 02:57:54 -03:00
Josh Stewart
7f0ba43d51
Bunch more work on dynamic ignition assignment
2018-03-18 10:37:31 +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
4183be51f2
Fast versions of millis() and micros() that use timer5 rather than timer0. Current disabled
2018-03-10 14:07:06 +11:00
Murray
684f668c84
changed ini for page 10 unused bytes to match the convention used in other config pages. reformatted the reset control config page section. fixed first element of flex bins not being initialized to 0.
2018-02-17 11:46:42 -06:00
Josh Stewart
7477ba3322
MISRA errors cleanup
2018-02-12 10:45:02 +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
Josh Stewart
c0f0cd2a0a
Merge branch 'master' into 0x15e-master-amalgamation
2018-01-23 16:52:19 +11:00
Josh Stewart
80a77d4c4a
More work on the dynamic channel usage
2018-01-23 16:14:03 +11:00
Josh Stewart
c3173296f5
Some initial ground work for the dynamic inj/ign assignment
2018-01-22 12:21:33 +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
9369ec73d8
Merge branch 'reset-lock' of https://github.com/0x15e/speeduino into 0x15e-master-amalgamation
...
# Conflicts:
# reference/speeduino.ini
# speeduino/globals.h
2018-01-21 14:32:51 -06:00
Murray
8e789d4644
Merge branch 'master' of https://github.com/noisymime/speeduino into flextable
...
# Conflicts:
# reference/speeduino.ini
# speeduino/globals.h
2018-01-20 18:16:19 -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
Josh Stewart
264090863d
Merge pull request #118 from ConnerMcLaughlin/master
...
Launch Control TPS II
2018-01-21 07:18:51 +11:00
Murray
929756b63a
Merge branch 'master' of https://github.com/noisymime/speeduino into flextable
...
# Conflicts:
# .gitignore
# reference/speeduino.ini
# speeduino/globals.h
2018-01-19 22:24:02 -06:00
Murray
2350d5d785
Table-based flex fuel corrections
...
Changed the linear low / high flex fuel correction method to a table2D-based one.
2018-01-19 21:25:01 -06:00
Vitor Moreno B. Sales
94b2154bed
Merge pull request #15 from noisymime/master
...
1801
2018-01-19 19:18:00 -02:00
ConnerMcLaughlin
b6096329d8
cam4minus1 var is now trigPatternSec
...
All the instances of the variable name cam4minus1 is changed to trigPatternSec
2018-01-15 20:38:37 -06:00
ConnerMcLaughlin
52701e98ad
Initial commit for missing tooth secondary
...
This also includes setups that have Toyota 36-2+3 trigger wheels to work.
2018-01-14 20:23:25 -06:00
ConnerMcLaughlin
124c0d51da
Launch Control TPS II
...
Adding TPS limit on launch control
2018-01-14 17:42:38 -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
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
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
36c08d42cc
Initial layout work for 36-2-2-2 decoder
2017-12-15 16:38:17 +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
35fa068575
Staged injection (Table and automatic modes)
2017-12-07 13:46:04 +11:00
VitorBoss
31d134c05d
Merge branch 'master' of git://github.com/noisymime/speeduino
2017-12-06 16:13:58 -02:00
Josh Stewart
1e432514f9
Allow separate bars calibration
2017-11-28 10:09:54 +11:00
Josh Stewart
2989e32f15
Memory adjustments for staging fuel table
2017-11-21 15:17:55 +11:00
Josh Stewart
883ba4a25f
Potential fix for access enrich overflow
2017-11-08 22:51:40 +11:00
Josh Stewart
575c9d0334
Fix fan pin off by 1 bit
2017-11-05 02:05:48 +11:00
Josh Stewart
4b5b040615
Merge pull request #110 from Autohome2/can-serial3
...
Can serial3 updates
2017-11-03 00:00:53 +11:00
darren siepka
380ffc20b8
update serial3 and canbus related data transfer protocols and naming
2017-11-01 20:17:47 +00:00
Josh Stewart
17030a9df7
Add in check for ignition count to the closed loop AFR control
2017-11-01 16:10:06 +11:00
Josh Stewart
91bea0766f
Fix bug that could cause RPM to spike when first cranking on missing tooth patterns
2017-10-24 21:07:22 +11:00
Josh Stewart
2ec972948f
Changes to logged variables
2017-10-24 16:54:18 +11:00
Josh Stewart
543b33c774
Remove some unused variables
2017-10-24 11:22:05 +11:00
Josh Stewart
d3303e8b3d
Add small flash mode to help with the Bluepill memory problem
2017-10-19 17:15:08 +11:00