speeduino/speeduino
Josh Stewart 92bd80cbbe Product string for 202207.2 2023-05-23 16:36:07 +10:00
..
src Disable automatic retransmission (#910) 2022-08-10 11:07:29 +10:00
SD_logger.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
SD_logger.ino Do not run SD logging if overall setting is disabled 2022-08-31 14:49:03 +10:00
TS_CommandButtonHandler.h Add button to format SD card 2021-12-24 13:30:14 +11:00
TS_CommandButtonHandler.ino Show all log files on SD card, not just the first page 2021-12-24 15:30:37 +11:00
acc_mc33810.h Complete control files for MC33810 2021-02-16 09:31:44 +11:00
acc_mc33810.ino Initial work on common SDFat library. 2021-10-04 00:09:53 +11:00
auxiliaries.h Prevent potential init lockup on Teensy boards if invalid pin is selected for aux function 2022-10-24 09:02:53 +11:00
auxiliaries.ino cl boost control above baro should use logical and/or (#901) 2022-07-27 10:26:22 +10:00
board_avr2560.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_avr2560.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_same51.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_same51.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_stm32_generic.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_stm32_generic.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_stm32_official.h Fix for idle PWM on STM32. Enable idle timer when idle pwm is enabled. Fixes #907 2022-08-02 17:11:10 +10:00
board_stm32_official.ino Fix hanging on boot (#858) 2022-06-27 11:54:47 +10:00
board_teensy35.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_teensy35.ino Add OLCL mode to initBoard() for teensy (#903) 2022-07-28 10:23:10 +10:00
board_teensy41.h Disable SD on T4.1 temporarily to prevent lockups. See #847 2022-06-01 00:04:20 +00:00
board_teensy41.ino Add OLCL mode to initBoard() for teensy (#903) 2022-07-28 10:23:10 +10:00
board_template.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +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 Correct typos found by codespell (#880) 2022-06-27 10:39:14 +10:00
cancomms.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
cancomms.ino Correct typos found by codespell (#880) 2022-06-27 10:39:14 +10:00
comms.cpp Product string for 202207.2 2023-05-23 16:36:07 +10:00
comms.h Flush serial rx buffer if a CRC error is found 2022-09-17 09:25:22 +10:00
comms_legacy.cpp Product string for 202207.2 2023-05-23 16:36:07 +10:00
comms_legacy.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
corrections.h Minor improvements to AE corrections logic/calcs 2022-04-27 11:03:02 +10:00
corrections.ino stuck ego fix (#942) 2022-12-18 09:09:25 +11:00
crankMaths.h angleToTime tests (#790) 2022-02-14 09:32:00 +11:00
crankMaths.ino Volatile decoder variables (#902) 2022-07-27 10:09:37 +10:00
decoders.h Volatile decoder variables (#902) 2022-07-27 10:09:37 +10:00
decoders.ino Fix for new ign mode on 8 cylinder, single channel output 2023-05-15 13:16:56 +10:00
display.h
display.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
engineProtection.h AFR protection function (#861) 2022-06-20 09:52:07 +10:00
engineProtection.ino Fixed value mode for AFR protection (#877) 2022-06-27 09:21:11 +10:00
errors.h Faster VSS reads and gear detection 2021-09-14 21:45:44 +10:00
errors.ino Isolate table3D member access in comms.ino (#545) 2021-04-21 14:36:27 +10:00
globals.h Add option for SD logging with external switch 2022-07-08 14:31:48 +10:00
globals.ino Add option for SD logging with external switch 2022-07-08 14:31:48 +10:00
idle.h Fix for uninitialised variable in OLCL and CL stepper idle control (#926) 2022-09-13 23:17:51 +10:00
idle.ino Fix for uninitialised variable in OLCL and CL stepper idle control (#926) 2022-09-13 23:17:51 +10:00
init.h Fix issue when switching to sequential fuel post PR #478 2022-04-28 10:57:36 +10:00
init.ino Fix for new ign mode on 8 cylinder, single channel output 2023-05-15 13:16:56 +10:00
int16_byte.h Correct typos found by codespell (#880) 2022-06-27 10:39:14 +10:00
logger.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
logger.ino Use common (and faster) is2ByteEntry() function for programmable IO. This fixes #569 (Though it was likely resolved earlier anyway) 2022-01-05 16:41:12 +11:00
maths.h Performance: optimize fuel trim PW calcs (#756) 2022-02-18 14:55:43 +11:00
maths.ino Performance: optimize fuel trim PW calcs (#756) 2022-02-18 14:55:43 +11:00
page_crc.cpp Separate table axis I/O conversion from iteration (#767) 2022-02-24 16:11: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 Improve closedloop boost control (#736) 2022-06-03 15:44:09 +10:00
pages.h Improve closedloop boost control (#736) 2022-06-03 15:44:09 +10:00
rtc_common.h Change name of rtc.h/.ino files to avoid conflict for stm32 2021-01-23 08:49:44 +11:00
rtc_common.ino Fix hanging on boot (#858) 2022-06-27 11:54:47 +10:00
scheduledIO.h Honour the Inverted ignition output setting on boards using MC33810. Fixes #1021 2023-03-16 13:50:27 +11:00
scheduledIO.ino Added option to fix tacho signal to coil dwell (#825) 2022-05-24 14:29:38 +10:00
scheduler.h Correct typos found by codespell (#880) 2022-06-27 10:39:14 +10:00
scheduler.ino Correct typos found by codespell (#880) 2022-06-27 10:39:14 +10:00
secondaryTables.h Separate logic for secondary fuel and ignition tables 2020-10-22 11:21:48 +11:00
secondaryTables.ino Fix for cranking and fixed timing not being applied when secondary spark table in use 2023-04-17 09:10:48 +10:00
sensors.h Add unit test for basic TAE 2022-05-25 11:02:55 +10:00
sensors.ino Fix for uninitialised variable in OLCL and CL stepper idle control (#926) 2022-09-13 23:17:51 +10:00
speeduino.h Enable use of disabled functions pins (#549) 2022-06-29 16:37:50 +10:00
speeduino.ino Allow staged fuel table mode to work with TPS load 2023-02-03 10:17:22 +11:00
storage.cpp Tweaks to 2560 EEPROM burn during multi page writes 2022-09-17 09:24:56 +10:00
storage.h Narrow scope of EEPROM_MAX_WRITE_BLOCK to writeConfig (#881) 2022-06-27 11:53:33 +10:00
table2d.h Add table2d tests (#748) 2021-12-23 15:07:38 +11:00
table2d.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
table3d.cpp Reduce 3d table memory usage (>500 bytes) (#662) 2021-11-18 11:30:29 +11:00
table3d.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
table3d_axes.h Separate table axis I/O conversion from iteration (#767) 2022-02-24 16:11:54 +11: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 Separate table axis I/O conversion from iteration (#767) 2022-02-24 16:11:54 +11:00
table3d_interpolate.cpp fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
table3d_interpolate.h Performance: 15%+ loop/sec speedup by optimising 3d table bilinear interpolation (#735) 2021-12-09 20:40:31 +11:00
table3d_typedefs.h Reduce 3d table memory usage (>500 bytes) (#662) 2021-11-18 11:30:29 +11:00
table3d_values.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
timers.h Fix broken build on Teensy from #880 2022-06-27 11:48:12 +10:00
timers.ino Fix broken build on Teensy from #880 2022-06-27 11:48:12 +10:00
updates.h Fix broken unit tests 2022-01-04 12:49:03 +11:00
updates.ino Add option for SD logging with external switch 2022-07-08 14:31:48 +10:00
utilities.h Fix issue when switching to sequential fuel post PR #478 2022-04-28 10:57:36 +10:00
utilities.ino Fix issue when switching to sequential fuel post PR #478 2022-04-28 10:57:36 +10:00