speeduino/speeduino
Pasi Kemppainen c2558fa4a1
Bug fix and small improvement for local aux input channels (#398)
* Add config error indicator

* Fixes and naming change

* Fixes

* Change to fix conflicting error bit flag in init

* Updating IO flag setting

Co-authored-by: Pasi Kemppainen <pazi88@users.noreply.github.com>
Co-authored-by: Josh Stewart <josh@noisymime.org>
2020-08-18 14:51:32 +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 MISRA cleanup 2020-07-30 09:15:24 +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
cancomms.h Fix compiling for atmega2561 and add profile for it 2020-05-21 15:42:02 +10:00
cancomms.ino Warnings cleanup 2020-08-12 12:05:31 +10:00
comms.h Programmable outputs (#396) 2020-08-12 14:21:36 +10:00
comms.ino Flex fuel sensor temperature and temperature correction (#413). Also closes #252 2020-08-18 12:34:56 +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
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 Bug fix and small improvement for local aux input channels (#398) 2020-08-18 14:51:32 +10:00
globals.ino Flex fuel sensor temperature and temperature correction (#413). Also closes #252 2020-08-18 12:34:56 +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
init.ino Bug fix and small improvement for local aux input channels (#398) 2020-08-18 14:51:32 +10:00
logger.h Flex fuel sensor temperature and temperature correction (#413). Also closes #252 2020-08-18 12:34:56 +10:00
logger.ino [VVT] PID work (#412) 2020-07-27 09:05:02 +10: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
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 unit tests for pulse width calculation 2020-04-23 16:20:09 +10:00
speeduino.ino [AE] Introduce ReqFuel % multiplier (#332) 2020-08-16 09:44:03 +10:00
storage.h Programmable outputs (#396) 2020-08-12 14:21:36 +10:00
storage.ino Programmable outputs (#396) 2020-08-12 14:21:36 +10: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 Flex fuel sensor temperature and temperature correction (#413). Also closes #252 2020-08-18 12:34:56 +10:00
updates.h
updates.ino Minor fixes from last PR pull 2020-08-16 09:55:13 +10:00
utils.h Programmable outputs (#396) 2020-08-12 14:21:36 +10:00
utils.ino Programmable outputs (#396) 2020-08-12 14:21:36 +10:00