speeduino/speeduino
Josh Stewart cac1a05f97 Fix compilation for RTC_ENABLED is set but not SD_LOGGING 2024-05-11 09:07:44 +10:00
..
src Comment typos correction (#1189) 2024-03-21 11:37:45 +11:00
SD_logger.cpp
SD_logger.h
TS_CommandButtonHandler.cpp
TS_CommandButtonHandler.h
acc_mc33810.cpp Disable the OFF Open Load pull-down current on MC33810 init 2024-04-07 15:15:35 +10:00
acc_mc33810.h
auxiliaries.cpp Comment typos correction (#1189) 2024-03-21 11:37:45 +11:00
auxiliaries.h No need for bit masks on bit fields. (#1139) 2023-11-24 08:07:47 +11:00
board_avr2560.cpp Fix build on mega2560 2023-11-21 17:05:47 +11:00
board_avr2560.h Fix build on mega2560 2023-11-21 17:05:47 +11:00
board_same51.cpp
board_same51.h
board_stm32_official.cpp
board_stm32_official.h
board_teensy35.cpp Resolve issue with Teensy not sending CAN msgs 2023-12-21 13:40:36 +11:00
board_teensy35.h Align scheduler timeout checks on fuel match those on ignition 2024-02-16 09:56:24 +11:00
board_teensy41.cpp Fixes for CAN init on T41 2024-03-15 16:07:47 +11:00
board_teensy41.h Clear interrupt flag before enabling schedule timers on T4.1 2024-05-09 19:31:12 +10:00
board_template.cpp
board_template.h
comms.cpp Fix compilation for RTC_ENABLED is set but not SD_LOGGING 2024-05-11 09:07:44 +10:00
comms.h
comms_CAN.cpp Small bug fix, to correct TPS value over OBD2 (#1194) 2024-03-16 12:17:10 +11:00
comms_CAN.h Add support for RusEFI CAN Wideband based on STM32F042 (#1146) 2024-02-04 21:34:29 +11:00
comms_legacy.cpp test_math: make unit tests pass on Teensy (#1137) 2024-03-21 11:45:10 +11:00
comms_legacy.h
comms_sd.h
comms_secondary.cpp Resolve issue with Teensy not sending CAN msgs 2023-12-21 13:40:36 +11:00
comms_secondary.h
corrections.cpp Comment typos correction (#1189) 2024-03-21 11:37:45 +11:00
corrections.h
crankMaths.cpp
crankMaths.h Fix erratic pulse issue with 3 and 5 squirt configurations 2024-01-22 17:20:06 +11:00
decoders.cpp Correctly handle 2 stroke basic distributor setups. Fixes #1192 2024-04-03 15:37:49 +11:00
decoders.h Suzuki K6A Decoder (#1109) 2024-02-02 15:35:30 +11:00
engineProtection.cpp
engineProtection.h
errors.cpp
errors.h
globals.cpp Comment typos correction (#1189) 2024-03-21 11:37:45 +11:00
globals.h test_math: make unit tests pass on Teensy (#1137) 2024-03-21 11:45:10 +11:00
idle.cpp Fix Stepper idle cranking outputting half steps (#1197) 2024-03-16 13:05:10 +11:00
idle.h Fix Stepper idle cranking outputting half steps (#1197) 2024-03-16 13:05:10 +11:00
init.cpp Fix regression that broke tacho sweep function. Fixes #1195 2024-04-03 14:57:47 +11:00
init.h
logger.cpp test_math: make unit tests pass on Teensy (#1137) 2024-03-21 11:45:10 +11:00
logger.h
maths.cpp
maths.h Fix compile failure (PR->master branch mismatch issue) (#1200) 2024-03-22 22:48:01 +11:00
page_crc.cpp
page_crc.h
pages.cpp
pages.h
rtc_common.cpp
rtc_common.h
schedule_calcs.cpp
schedule_calcs.h test_math: make unit tests pass on Teensy (#1137) 2024-03-21 11:45:10 +11:00
schedule_calcs.hpp Revert "Include current inj angle in injector timeout calculation. Fixes #1181" 2024-04-05 16:31:36 +11:00
scheduledIO.cpp
scheduledIO.h
scheduler.cpp Align scheduler timeout checks on fuel match those on ignition 2024-02-16 09:56:24 +11:00
scheduler.h Align scheduler timeout checks on fuel match those on ignition 2024-02-16 09:56:24 +11:00
secondaryTables.cpp Only calculate corrections values on the secondary spark looked if either of the table switching modes are used (Not Multiple or Add) 2024-02-20 15:55:40 +11:00
secondaryTables.h
sensors.cpp Minor memory optimisation 2023-12-06 14:47:13 +11:00
sensors.h Working ADC ISR for AVR. Not enabled. 2023-12-05 17:35:45 +11:00
speeduino.h test_math: make unit tests pass on Teensy (#1137) 2024-03-21 11:45:10 +11:00
speeduino.ino Prevent potential fuel pump oscillation during tooth timeout period 2024-04-01 16:09:41 +11:00
storage.cpp
storage.h
table2d.cpp
table2d.h
table3d.cpp
table3d.h
table3d_axes.h
table3d_axis_io.cpp
table3d_axis_io.h
table3d_interpolate.cpp
table3d_interpolate.h
table3d_typedefs.h
table3d_values.h
timers.cpp Minor memory optimisation 2023-12-06 14:47:13 +11:00
timers.h
updates.cpp Comment typos correction (#1189) 2024-03-21 11:37:45 +11:00
updates.h Moved WMI to VVT2 (#845) 2023-12-11 11:53:34 +11:00
utilities.cpp Bug fix: reset control can be enabled but pin can be set to zero (#1142) 2023-11-28 10:13:00 +11:00
utilities.h