Josh Stewart
d337eed783
Add in missing bits to allow up to 8 ignition channels
2019-01-27 10:56:27 +13:00
Josh Stewart
847d7d0c28
Clean compiling stm32F1 and F4 with stm32GENERIC
2019-01-26 20:34:20 +13:00
Josh Stewart
f8842c9935
Minor cleanups
2019-01-26 20:33:25 +13:00
Josh Stewart
ce8502c7e2
Make sure the board inits do no take place until after the config is loaded from EEPROM
2019-01-25 10:37:08 +13:00
Josh Stewart
1bd7d9dcc4
Further movement of the AVR code into it's board specific files
2019-01-23 17:20:14 +13:00
Josh Stewart
ef23948338
Some basicboard templates for reference
2019-01-23 17:19:54 +13:00
Josh Stewart
90de9d06f8
Some work on moving towards to the new cppcheck MISRA scanner
2019-01-23 12:05:14 +13:00
Josh Stewart
85d2243c6e
Move board specific code out of auxilliaries
2019-01-23 12:04:54 +13:00
Josh Stewart
f4c0513c2f
Begin moving board specific code out of timers.x
2019-01-22 12:04:21 +13:00
Josh Stewart
73dc15e0d5
REmove unused Azure pipelines
2019-01-22 11:09:29 +13:00
Josh Stewart
0fbab60841
Move most of the stm32 runtime into board file
2019-01-22 10:56:25 +13:00
Josh Stewart
c2c84b7ef3
Move some of the board specific init code into their respective board files
2019-01-21 17:51:33 +13:00
Josh Stewart
ef1fdc3a25
Minor MISRA cleanup (Will still fail)
2019-01-21 17:50:50 +13:00
Josh Stewart
4853641fd7
Prevent the 'Include AFR' option from working prior to the sensor warming up
2019-01-21 15:04:54 +13:00
Josh Stewart
bafbbd3fc3
Cleanup of old crud with the new modular boards
2019-01-20 17:01:27 +13:00
Josh Stewart
e24d32e111
Move a whole bunch of stuff in to the new moduler, board specific files
2019-01-20 16:57:16 +13:00
Josh Stewart
bd8d15b9ea
Fixed stm32 compiling
2019-01-20 16:24:00 +13:00
Josh Stewart
0a4f9666d8
Add missing files for the stm32 and teensy platforms
2019-01-20 16:13:24 +13:00
Josh Stewart
3b2967271d
More portable version of the modular board handling
2019-01-20 15:46:33 +13:00
Josh Stewart
8c45cb31b0
Initial basic start on the avr2560.h header
2019-01-18 21:46:23 +11:00
Josh Stewart
27de4f19c5
Multi board compatibility work
2019-01-18 21:46:03 +11:00
Josh Stewart
343fd4e88c
Remove some warnings during Teensy compile
2019-01-18 21:17:47 +11:00
Josh Stewart
207b389b41
Move all Teensy 3.5 headers to dedicated board file
2019-01-18 21:15:27 +11:00
Josh Stewart
9b53feb9da
More compatibility for the modular arch setup
2019-01-18 10:18:47 +11:00
Josh Stewart
ed58314bf4
Updated images for NA6 PNP v1.1
2019-01-18 09:34:12 +11:00
Josh Stewart
750d486276
VERY rough initial work on modular boards layout
2019-01-17 20:47:19 +11:00
Josh Stewart
c431caeafa
Merge pull request #188 from cmjdev/testing
...
Option to only run FAN when ENGINE ON
2019-01-17 17:01:33 +11:00
unknown
8e67aa2299
revert globals.h config6 back to 128b
2019-01-16 08:03:22 -05:00
unknown
b91a66288f
fixed speedy.ini
2019-01-16 08:01:09 -05:00
unknown
ff766c3293
changed memory location
2019-01-16 07:55:04 -05:00
unknown
f64f563306
Merge branch 'master' of https://github.com/noisymime/speeduino into testing
2019-01-16 07:46:19 -05:00
unknown
1a7750b2a2
ternary to if/else
2019-01-15 08:52:39 -05:00
Josh Stewart
d1cb18aa6a
Cleanup of MISRA commenting violations
2019-01-15 22:20:52 +11:00
Josh Stewart
b0d02b3fc7
Move the fuel load calculation outside of the sync/RPM check. Closes #185
2019-01-15 17:43:19 +11:00
Josh Stewart
1fabf639c5
Correctly handle case where sequential ignition is combined with more than 2 squirts per cycle. Is a potential fix for #187
2019-01-15 17:15:56 +11:00
unknown
bcc675f278
update struct padding
2019-01-14 16:01:03 -05:00
unknown
e6f9ee07b5
fixed scope issue with fanWhenOff
2019-01-14 15:53:46 -05:00
unknown
eb30daebf5
add fanWhenOff option
2019-01-14 15:28:13 -05:00
Josh Stewart
4af8c5d4f6
Large comment cleanup in speeduino.ino
2019-01-11 17:36:54 +11:00
Josh Stewart
0c434004d6
Introduce init.ino to help clean up speeduino.ino
2019-01-11 17:25:07 +11:00
Josh Stewart
2791d81cc1
Fix ststm32 version at 4.5.0 due to all the breakage from 4.6.0
...
See https://github.com/platformio/platform-ststm32/issues/76 for details of breakages in ststm32 v4.6.0
2019-01-09 09:07:37 +11:00
Josh Stewart
9602a4c1e1
Merge pull request #182 from ric355/oct2018additions.
...
Idle stepper direction changing. Closes #132
2019-01-09 08:39:18 +11:00
Josh Stewart
b35f9ad10f
Merge pull request #180 from Autohome2/dec18_master
...
Auxin bug patch dec18
2019-01-09 08:36:17 +11:00
Josh Stewart
e19090f560
Merge branch 'master' into dec18_master
2019-01-09 08:32:56 +11:00
Josh Stewart
ab701d6d84
Merge pull request #181 from ConnorRigby/typo-fixes
...
Fix a few typos and comment formatting consistency
2019-01-09 08:30:50 +11:00
Richard Metcalfe
4f94c98caa
Provide support for changing the idle stepper direction through the use
...
of an "inverted Y/N" setting. This is to avoid the need to change wiring
if it turns out the stepper is working in the opposite direction to what
is expected.
2019-01-08 11:37:18 +00:00
connor rigby
72e1e2f9f8
Fix a few typos and comment formatting consistency
2019-01-06 10:16:04 -08:00
darren siepka
57c57efcee
Merge branch 'dec18_master' of https://github.com/Autohome2/speeduino into dec18_master
...
# Conflicts:
# speeduino/sensors.ino
# speeduino/speeduino.ino
2018-12-29 23:03:01 +00:00
darren siepka
5e4517986c
fix travis errors
2018-12-29 22:55:54 +00:00
darren siepka
3293a33f74
fix various typo in ts ini
...
fix selection offset for aux in pins
remove 511 limit on analog
2018-12-29 22:55:02 +00:00