speeduino/speeduino
Josh Stewart 7b14d88a5d Update log size 2020-08-23 08:25:53 +10:00
..
src Update on eeprom emulation (#424) 2020-08-10 08:58:00 +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 MISRA cleanup 2020-07-30 09:15:24 +10:00
TS_CommandButtonHandler.ino Add tx buffer check for tooth and composite logs 2020-08-22 20:53:42 +10:00
auxiliaries.h [VVT] PID work (#412) 2020-07-27 09:05:02 +10:00
auxiliaries.ino Warnings cleanup 2020-08-12 12:05: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 BlackPill update (#406) 2020-07-02 17:25:16 +10:00
board_stm32_generic.ino BlackPill update (#406) 2020-07-02 17:25:16 +10:00
board_stm32_official.h Update on eeprom emulation (#424) 2020-08-10 08:58:00 +10:00
board_stm32_official.ino BlackPill update (#406) 2020-07-02 17:25:16 +10:00
board_teensy35.h Branch 082019ma (#326) 2020-02-28 10:18:37 +11:00
board_teensy35.ino Fix typo on teensy35 timer init 2020-08-07 15:51:31 +10:00
board_teensy41.h Teensy 4.1 compatibility fixes 2020-07-23 09:39:51 +10:00
board_teensy41.ino Change the TEENSY40 config to be TEENSY41 2020-07-14 13:57:36 +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 Fix compiling for atmega2561 and add profile for it 2020-05-21 15:42:02 +10:00
cancomms.ino Add tx buffer check for tooth and composite logs 2020-08-22 20:53:42 +10:00
comms.h Merge branch 'master' into pr/435 2020-08-23 08:24:59 +10:00
comms.ino Merge branch 'master' into pr/435 2020-08-23 08:24:59 +10:00
corrections.h Flex fuel sensor temperature and temperature correction (#413). Also closes #252 2020-08-18 12:34:56 +10:00
corrections.ino Flex fuel sensor temperature and temperature correction (#413). Also closes #252 2020-08-18 12:34:56 +10:00
crankMaths.h Fix MISRA violations (#268) 2019-10-22 11:49:07 +10:00
crankMaths.ino Prevent interrupts when calculating tooth to tooth time (Resolves #430) 2020-08-08 09:53:26 +10:00
decoders.h Initial implementation of the 420a decoder. See #133 2020-07-01 16:54:52 +10:00
decoders.ino Fix regression from 50ce97cd that caused problems with negative trigger angles 2020-08-13 15:41:35 +10:00
display.h
display.ino Remove some old display code that is no longer used 2017-02-08 15:28:27 +11:00
engineProtection.h Mostly complete engine protection (excl AFR) 2020-06-06 14:27:46 +10:00
engineProtection.ino Only allow the oil pressure protection to enable if the oil pressure input is actually on 2020-07-07 16:47:28 +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 Merge branch 'master' into pr/435 2020-08-23 08:24:59 +10:00
globals.ino Merge branch 'master' into pr/435 2020-08-23 08:24:59 +10:00
idle.h MISRA cleanup 2020-07-30 09:15:24 +10:00
idle.ino Merge branch 'master' of https://github.com/noisymime/speeduino 2020-07-30 09:15:48 +10:00
init.h Introduce init.ino to help clean up speeduino.ino 2019-01-11 17:25:07 +11:00
init.ino Merge branch 'master' into pr/435 2020-08-23 08:24:59 +10:00
logger.h Update log size 2020-08-23 08:25:53 +10:00
logger.ino Add files via upload 2020-08-16 12:10:06 +02:00
maths.h Change stm32 boards to use 10-bit ADC and match other boards 2020-08-10 08:54:36 +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 MISRA cleanup 2020-07-30 09:15:24 +10:00
scheduler.h Minor changes to the injector priming routine 2020-07-06 22:17:56 +10:00
scheduler.ino Pull Teensy interrupts into board file 2020-07-27 10:09:50 +10:00
sensors.h Flex fuel sensor temperature and temperature correction (#413). Also closes #252 2020-08-18 12:34:56 +10:00
sensors.ino Bug fix and small improvement for local aux input channels (#398) 2020-08-18 14:51:32 +10:00
speeduino.h Add files via upload 2020-08-16 12:10:06 +02:00
speeduino.ino Merge branch 'master' into pr/435 2020-08-23 08:24:59 +10:00
storage.h Update storage.h 2020-08-16 12:36:18 +02:00
storage.ino Add files via upload 2020-08-16 12:10:06 +02:00
table.h Add ability to change the fixed resolution of the table interp calculation. 2020-08-22 19:05:50 +10:00
table.ino Add ability to change the fixed resolution of the table interp calculation. 2020-08-22 19:05:50 +10:00
timers.h Fix MISRA violations (#268) 2019-10-22 11:49:07 +10:00
timers.ino Flex fuel sensor temperature and temperature correction (#413). Also closes #252 2020-08-18 12:34:56 +10:00
updates.h Begin some work on warnings cleanup 2018-07-19 17:35:35 +10:00
updates.ino September 2020 development signatures 2020-08-23 08:09:51 +10:00
utilities.h Add tx buffer check for tooth and composite logs 2020-08-22 20:53:42 +10:00
utilities.ino Merge branch 'master' into pr/435 2020-08-23 08:24:59 +10:00