speeduino/speeduino
Josh Stewart b8356675de Clear accel flag if engine stalls 2020-05-03 19:59:00 +10:00
..
src Configurable CS pin flash chip (#345) 2020-04-18 08:04:03 +10:00
SD_logger.h Some initial ground work for the SD logging 2019-12-19 17:31:02 +11:00
SD_logger.ino Some initial ground work for the SD logging 2019-12-19 17:31:02 +11:00
TS_CommandButtonHandler.h VSS calibration routines (untested) 2020-04-23 20:34:31 +10:00
TS_CommandButtonHandler.ino VSS calibration routines (untested) 2020-04-23 20:34:31 +10:00
auxiliaries.h Tweaks to the closed loop boost control algorithm (Limit Integral history) 2019-11-13 17:25:59 +11:00
auxiliaries.ino VSS calibration routines (untested) 2020-04-23 20:34:31 +10:00
board_avr2560.h 6 and 8 cylinder sequential injection (#280) 2020-04-01 17:03:11 +11:00
board_avr2560.ino Warnings / MISRA cleanup 2019-09-04 18:25:02 +10:00
board_stm32_generic.h Try to fix #311 (#324) 2020-02-18 17:30:44 +11:00
board_stm32_generic.ino Try to fix #311 (#324) 2020-02-18 17:30:44 +11:00
board_stm32_official.h Configurable CS pin flash chip (#345) 2020-04-18 08:04:03 +10:00
board_stm32_official.ino Configurable CS pin flash chip (#345) 2020-04-18 08:04:03 +10:00
board_teensy35.h Branch 082019ma (#326) 2020-02-28 10:18:37 +11:00
board_teensy35.ino teensy35 FTM1 fixes for Boost and VVT controls (#318) 2020-02-07 21:43:15 +11:00
board_teensy40.h Branch 082019ma (#326) 2020-02-28 10:18:37 +11:00
board_teensy40.ino Warnings / MISRA cleanup 2019-09-04 18:25:02 +10:00
board_template.h remove _SLOW versions of MAX_TIMER_PERIOD and uS_TO_TIMER_COMPARE 2019-08-22 20:18:07 -04:00
board_template.ino Some basicboard templates for reference 2019-01-23 17:19:54 +13:00
cancomms.h Branch 082019ma (#326) 2020-02-28 10:18:37 +11:00
cancomms.ino STM32F407 fixes (#338) 2020-04-07 14:49:25 +10:00
comms.h Initial commit of the unit testing framework 2020-01-24 12:21:12 +11:00
comms.ino VSS calibration routines (untested) 2020-04-23 20:34:31 +10:00
corrections.h [DFCO] Include a delay (#348) 2020-04-03 14:46:11 +11:00
corrections.ino Dont miss egocorr at igncount rollover (#362) 2020-04-24 11:17:42 +10:00
crankMaths.h Fix MISRA violations (#268) 2019-10-22 11:49:07 +10:00
crankMaths.ino MISRA cleanup 2019-12-02 14:47:30 +11:00
decoders.h Cleanup from 3529f6a 2020-02-28 11:20:13 +11:00
decoders.ino Only set filter in Basic Distributor if we have sync. See #199 2020-04-01 11:59:05 +11:00
display.h Move to PlatformIO for project layout 2017-02-06 20:56:46 +11:00
display.ino Remove some old display code that is no longer used 2017-02-08 15:28:27 +11:00
errors.h Move to PlatformIO for project layout 2017-02-06 20:56:46 +11:00
errors.ino VSS calibration routines (untested) 2020-04-23 20:34:31 +10:00
globals.h Change runSecsX10 to uint32_t to avoid overflow issues. See #364 2020-04-26 08:30:46 +10:00
globals.ino Change runSecsX10 to uint32_t to avoid overflow issues. See #364 2020-04-26 08:30:46 +10:00
idle.h Further MISRA cleanup work 2019-12-15 09:57:22 +11:00
idle.ino First commit (#358) 2020-04-12 07:31:03 +10:00
init.h Introduce init.ino to help clean up speeduino.ino 2019-01-11 17:25:07 +11:00
init.ino VSS calibration routines (untested) 2020-04-23 20:34:31 +10:00
logger.h [ASE] Transition time to disable (#342) 2020-03-24 12:36:24 +11:00
logger.ino Some initial ground work for the SD logging 2019-12-19 17:31:02 +11:00
maths.h Fix MISRA violations (#268) 2019-10-22 11:49:07 +10:00
maths.ino Big MISRA cleanup 2019-07-08 17:56:02 +10:00
scheduledIO.h 6 and 8 cylinder sequential injection (#280) 2020-04-01 17:03:11 +11:00
scheduledIO.ino 6 and 8 cylinder sequential injection (#280) 2020-04-01 17:03:11 +11:00
scheduler.h Add unit tests for pulse width calculation 2020-04-23 16:20:09 +10:00
scheduler.ino Add unit tests for pulse width calculation 2020-04-23 16:20:09 +10:00
sensors.h VSS calibration routines (untested) 2020-04-23 20:34:31 +10:00
sensors.ino VSS calibration routines (untested) 2020-04-23 20:34:31 +10:00
speeduino.h Add unit tests for pulse width calculation 2020-04-23 16:20:09 +10:00
speeduino.ino Clear accel flag if engine stalls 2020-05-03 19:59:00 +10:00
storage.h Initial memory allocation for 2nd fuel map 2019-04-10 15:58:38 +10:00
storage.ino Further MISRA cleanup work 2019-12-15 09:57:22 +11:00
table.h Add better 3D table caching 2019-11-12 15:18:32 +11:00
table.ino Add better 3D table caching 2019-11-12 15:18:32 +11:00
timers.h Fix MISRA violations (#268) 2019-10-22 11:49:07 +10:00
timers.ino Change runSecsX10 to uint32_t to avoid overflow issues. See #364 2020-04-26 08:30:46 +10:00
updates.h Begin some work on warnings cleanup 2018-07-19 17:35:35 +10:00
updates.ino Acceleration enrichment cold temperature adjustment (#359) 2020-04-19 08:21:52 +10:00
utils.h Made platformio work with usb serial 2019-09-22 19:31:23 +02:00
utils.ino Big MISRA cleanup 2019-07-08 17:56:02 +10:00