speeduino/speeduino
Josh Stewart 572d1b274b Remove missing tooth 1 tooth margin for low res (<=12 tooth) wheels on per tooth ign mode 2023-07-03 13:25:04 +10:00
..
src Disable automatic retransmission (#910) 2022-08-10 11:06:28 +10:00
SD_logger.h Working SD logging on T4.1 2023-05-24 15:21:29 +10:00
SD_logger.ino Working SD logging on T4.1 2023-05-24 15:21:29 +10:00
TS_CommandButtonHandler.h Refactor comms: save 130+ bytes RAM (#906) 2023-02-21 12:55:54 +11:00
TS_CommandButtonHandler.ino VSS from Aux input (#710) 2023-05-03 15:23:49 +10:00
acc_mc33810.h MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
acc_mc33810.ino MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
auxiliaries.h Allow RPM2 to be used for VSS on all decoders that don't have secondary 2023-05-17 15:39:34 +10:00
auxiliaries.ino Small fix so that vvt2PID get updated in a correct frequency. (#1060) 2023-06-19 18:33:26 +10:00
board_avr2560.h MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
board_avr2560.ino MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
board_same51.h Allow for float values in SD log where supported with FPU 2022-08-10 12:12:42 +10:00
board_same51.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_stm32_generic.h Allow for float values in SD log where supported with FPU 2022-08-10 12:12:42 +10:00
board_stm32_generic.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_stm32_official.h Allow for float values in SD log where supported with FPU 2022-08-10 12:12:42 +10:00
board_stm32_official.ino Fix hanging on boot (#858) 2022-06-27 11:54:47 +10:00
board_teensy35.h Allow for float values in SD log where supported with FPU 2022-08-10 12:12:42 +10:00
board_teensy35.ino Add OLCL mode to initBoard() for teensy (#903) 2022-07-28 10:22:42 +10:00
board_teensy41.h Working SD logging on T4.1 2023-05-24 15:21:29 +10:00
board_teensy41.ino Working SD logging on T4.1 2023-05-24 15:21:29 +10:00
board_template.h Allow for float values in SD log where supported with FPU 2022-08-10 12:12:42 +10:00
board_template.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
canBroadcast.h [WIP] CAN broadcasting menu (#639) 2022-04-21 16:33:10 +10:00
canBroadcast.ino Enable Teensy 3.5 unit testing (#1038) 2023-04-26 15:54:15 +10:00
cancomms.h Read analog values via CAN BUS (#635) 2023-05-03 15:12:29 +10:00
cancomms.ino Read analog values via CAN BUS (#635) 2023-05-03 15:12:29 +10:00
comms.cpp Fix for O2 calibration not being written to EEPROM 2023-06-13 16:37:21 +10:00
comms.h Remove legacy comms option from TunerStudio. Add legacy comms lock 2023-04-26 13:45:22 +10:00
comms_legacy.cpp Dev signatures for 202306-dev 2023-05-28 00:11:29 +10:00
comms_legacy.h Refactor comms: save 130+ bytes RAM (#906) 2023-02-21 12:55:54 +11:00
comms_sd.h Refactor comms: save 130+ bytes RAM (#906) 2023-02-21 12:55:54 +11:00
corrections.h Small memory reduction in AE code 2022-11-07 14:49:49 +11:00
corrections.ino Dwell error correction (#1049) 2023-05-22 13:37:40 +10:00
crankMaths.h Save 600+ bytes RAM (step 3 of 9) - remove per-channel schedule calculation functions, use generic equivalents instead (#1018) 2023-06-26 12:13:53 +10:00
crankMaths.ino Save 600+ bytes RAM (step 3 of 9) - remove per-channel schedule calculation functions, use generic equivalents instead (#1018) 2023-06-26 12:13:53 +10:00
decoders.h Warnings cleanup 2023-05-17 11:36:08 +10:00
decoders.ino Remove missing tooth 1 tooth margin for low res (<=12 tooth) wheels on per tooth ign mode 2023-07-03 13:25:04 +10:00
display.h
display.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
engineProtection.h MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
engineProtection.ino Initial commit of new rolling rev limiter 2023-06-09 16:10:43 +10:00
errors.h MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
errors.ino MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
globals.h Save 600+ bytes RAM (step 3 of 9) - remove per-channel schedule calculation functions, use generic equivalents instead (#1018) 2023-06-26 12:13:53 +10:00
globals.ino Save 600+ bytes RAM (step 3 of 9) - remove per-channel schedule calculation functions, use generic equivalents instead (#1018) 2023-06-26 12:13:53 +10:00
idle.h Add option to power stepper motor constantly. Fixes #1031 2023-05-17 08:17:26 +10:00
idle.ino Don't turn off DRV8825 ENABLE pin between steps, only when target is reached 2023-05-22 14:24:52 +10:00
init.h Allow use of flex sensor on RPM2 pin 2023-05-18 16:06:16 +10:00
init.ino Prevent lockup if 36-2-1 (4B11) pattern is selected 2023-06-29 12:19:23 +10:00
int16_byte.h Include CPP files in MISRA script (#925) 2022-09-15 12:16:14 +10:00
logger.h VVT2 improved logging & setup (#1036) 2023-05-15 14:15:46 +10:00
logger.ino Dwell error correction (#1049) 2023-05-22 13:37:40 +10:00
maths.h Initial commit of new rolling rev limiter 2023-06-09 16:10:43 +10:00
maths.ino Initial commit of new rolling rev limiter 2023-06-09 16:10:43 +10:00
page_crc.cpp Refactor comms: save 130+ bytes RAM (#906) 2023-02-21 12:55:54 +11:00
page_crc.h Initial work on new serial comms (Disabled in ini) 2021-11-19 11:07:38 +11:00
pages.cpp Table 3d: change X-axis orientation to match Y-axis (#771) 2022-11-14 10:26:14 +11:00
pages.h Table 3d: change X-axis orientation to match Y-axis (#771) 2022-11-14 10:26:14 +11:00
rtc_common.h
rtc_common.ino Fix hanging on boot (#858) 2022-06-27 11:54:47 +10:00
schedule_calcs.cpp Save 600+ bytes RAM (step 3 of 9) - remove per-channel schedule calculation functions, use generic equivalents instead (#1018) 2023-06-26 12:13:53 +10:00
schedule_calcs.h Save 600+ bytes RAM (step 3 of 9) - remove per-channel schedule calculation functions, use generic equivalents instead (#1018) 2023-06-26 12:13:53 +10:00
schedule_calcs.hpp Save 600+ bytes RAM (step 3 of 9) - remove per-channel schedule calculation functions, use generic equivalents instead (#1018) 2023-06-26 12:13:53 +10:00
scheduledIO.h Additonal schedule initialization unit tests (#1046) 2023-05-15 15:16:41 +10:00
scheduledIO.ino MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
scheduler.h Dwell error correction (#1049) 2023-05-22 13:37:40 +10:00
scheduler.ino Save 600+ bytes RAM (step 3 of 9) - remove per-channel schedule calculation functions, use generic equivalents instead (#1018) 2023-06-26 12:13:53 +10:00
secondaryTables.h MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
secondaryTables.ino Fix for cranking and fixed timing not being applied when secondary spark table in use 2023-04-16 17:19:33 +10:00
sensors.h MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
sensors.ino Fix minor VSS issue that could cause speed to read 0 if pulses are greater than 333ms apart 2023-05-18 11:02:06 +10:00
speeduino.h Fix issue where staging fuel channels would be active even when not required 2023-06-26 10:46:11 +10:00
speeduino.ino Fix for incorrect bracket in last commit 2023-06-26 16:17:59 +10:00
storage.cpp Signatures for 202305 release 2023-05-26 17:00:51 +10:00
storage.h MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
table2d.h Initial commit of new rolling rev limiter 2023-06-09 16:10:43 +10:00
table2d.ino Initial commit of new rolling rev limiter 2023-06-09 16:10:43 +10:00
table3d.cpp Table 3d: change X-axis orientation to match Y-axis (#771) 2022-11-14 10:26:14 +11:00
table3d.h Correct the get3DTableValue() return type. (#1007) 2023-02-14 07:43:45 +11:00
table3d_axes.h Table3D: MISRA fixes (#973) 2023-01-11 10:58:48 +09:00
table3d_axis_io.cpp Separate table axis I/O conversion from iteration (#767) 2022-02-24 16:11:54 +11:00
table3d_axis_io.h Include CPP files in MISRA script (#925) 2022-09-15 12:16:14 +10:00
table3d_interpolate.cpp Table 3d: change X-axis orientation to match Y-axis (#771) 2022-11-14 10:26:14 +11:00
table3d_interpolate.h Table3D: MISRA fixes (#973) 2023-01-11 10:58:48 +09:00
table3d_typedefs.h Table3D: MISRA fixes (#973) 2023-01-11 10:58:48 +09:00
table3d_values.h Table3D: MISRA fixes (#973) 2023-01-11 10:58:48 +09:00
timers.h Add Tacho Sweep function at startup (#935) 2023-01-11 14:27:16 +09:00
timers.ino Consistent MAP readings for all platforms (#619) 2023-05-19 10:24:56 +10:00
updates.h MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
updates.ino Initial commit of new rolling rev limiter 2023-06-09 16:10:43 +10:00
utilities.h MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
utilities.ino MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00