speeduino/speeduino
Josh Stewart 1f2caef3ba Fix for bad TPS values when using in 'reversed' wiring setups 2020-06-26 14:55:45 +10:00
..
src Merge branch 'master' of https://github.com/noisymime/speeduino 2020-05-22 11:43:30 +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 Enable the use of the 50% hardware test modes 2020-05-04 15:08:45 +10:00
TS_CommandButtonHandler.ino Minor corrections on HW test modes 2020-06-05 09:30:06 +10:00
auxiliaries.h Add option to disable fan whilst cranking. Fixes #383 2020-05-18 10:30:03 +10:00
auxiliaries.ino Add option to disable fan whilst cranking. Fixes #383 2020-05-18 10:30:03 +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 fix building for ST arduino core 1.9 (#387) 2020-05-22 13:23:05 +10:00
board_stm32_official.ino fix building for ST arduino core 1.9 (#387) 2020-05-22 13:23:05 +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
cancomms.h Fix compiling for atmega2561 and add profile for it 2020-05-21 15:42:02 +10:00
cancomms.ino Fix compiling for atmega2561 and add profile for it 2020-05-21 15:42:02 +10:00
comms.h Initial commit of the unit testing framework 2020-01-24 12:21:12 +11:00
comms.ino Initial work on engine protection system 2020-06-06 10:52:27 +10:00
corrections.h Fix bu introduced on last commit (#394) 2020-05-31 18:35:25 +10:00
corrections.ino Initial work on engine protection system 2020-06-06 10:52:27 +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 Added 36-2-1 basic support (#366) 2020-05-22 13:27:20 +10:00
decoders.ino Added 36-2-1 basic support (#366) 2020-05-22 13:27:20 +10:00
display.h
display.ino
engineProtection.h Mostly complete engine protection (excl AFR) 2020-06-06 14:27:46 +10:00
engineProtection.ino Mostly complete engine protection (excl AFR) 2020-06-06 14:27:46 +10:00
errors.h
errors.ino Flag an error if an invalid MAP reading is calculated 2020-05-22 15:26:20 +10:00
globals.h Mostly complete engine protection (excl AFR) 2020-06-06 14:27:46 +10:00
globals.ino Initial work on engine protection system 2020-06-06 10:52:27 +10:00
idle.h Further MISRA cleanup work 2019-12-15 09:57:22 +11:00
idle.ino Fix recently added functions (#393) 2020-05-29 12:25:33 +10:00
init.h
init.ino Initial work on engine protection system 2020-06-06 10:52:27 +10:00
logger.h Allocate memory for fuel/oil pressure inputs 2020-05-29 12:21:28 +10: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 Enable the use of the 50% hardware test modes 2020-05-04 15:08:45 +10: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 Allocate memory for fuel/oil pressure inputs 2020-05-29 12:21:28 +10:00
sensors.ino Fix for bad TPS values when using in 'reversed' wiring setups 2020-06-26 14:55:45 +10:00
speeduino.h Add unit tests for pulse width calculation 2020-04-23 16:20:09 +10:00
speeduino.ino Mostly complete engine protection (excl AFR) 2020-06-06 14:27:46 +10:00
storage.h EEPROM emulation on internal flash for STM32F407 (#372) 2020-05-06 15:22:48 +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 Minor corrections on HW test modes 2020-06-05 09:30:06 +10:00
updates.h
updates.ino Fix recently added functions (#393) 2020-05-29 12:25:33 +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