.. |
src
|
Comment typos correction (#1189)
|
2024-03-21 11:37:45 +11:00 |
SD_logger.cpp
|
Standardise on UINT8_MAX rather than 255 for limits
|
2024-08-23 07:19:52 +10:00 |
SD_logger.h
|
Remove warning about sprintf potential overflow
|
2023-11-15 08:24:58 +11:00 |
TS_CommandButtonHandler.cpp
|
Performance: optimize division (#1082)
|
2023-11-06 09:10:08 +11:00 |
TS_CommandButtonHandler.h
|
Initial work on pulsed HW test outputs (#1120)
|
2023-10-27 10:07:05 +11:00 |
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
|
Rename all ino files to cpp (Excluding speeduino.ino).
|
2023-10-06 18:10:20 +11:00 |
auxiliaries.cpp
|
Fix issues from #634 where launch would not engage if VSS was not used.
|
2024-08-14 10:50:47 +10:00 |
auxiliaries.h
|
No need for bit masks on bit fields. (#1139)
|
2023-11-24 08:07:47 +11:00 |
bit_shifts.h
|
Typo fixes
|
2024-08-13 17:16:33 +10: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
|
Rename all ino files to cpp (Excluding speeduino.ino).
|
2023-10-06 18:10:20 +11:00 |
board_same51.h
|
Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063)
|
2023-10-07 08:25:26 +11:00 |
board_stm32_official.cpp
|
Allow secondary serial interface to be set on a per board basis rather than MCU only
|
2023-11-21 16:47:24 +11:00 |
board_stm32_official.h
|
Allow secondary serial interface to be set on a per board basis rather than MCU only
|
2023-11-21 16:47:24 +11:00 |
board_teensy35.cpp
|
Resolve issue with Teensy not sending CAN msgs
|
2023-12-21 13:40:36 +11:00 |
board_teensy35.h
|
Correct IO numbers for Teensy boards. Fixes #567
|
2024-05-14 12:46:15 +10:00 |
board_teensy41.cpp
|
Fix for potential double interrupt on Teensy 4.1 PIT timers
|
2024-07-09 12:31:31 +10:00 |
board_teensy41.h
|
Correct IO numbers for Teensy boards. Fixes #567
|
2024-05-14 12:46:15 +10:00 |
board_template.cpp
|
Rename all ino files to cpp (Excluding speeduino.ino).
|
2023-10-06 18:10:20 +11:00 |
board_template.h
|
Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063)
|
2023-10-07 08:25:26 +11:00 |
comms.cpp
|
Add option for TunerStudio protocol on secondary serial
|
2024-08-23 23:21:54 +10:00 |
comms.h
|
Add option for TunerStudio protocol on secondary serial
|
2024-08-23 23:21:54 +10:00 |
comms_CAN.cpp
|
Standardise on UINT8_MAX rather than 255 for limits
|
2024-08-23 07:19:52 +10:00 |
comms_CAN.h
|
feat: adds AEM 30-0300 X-Series UEGO wideband over CAN support (#1238)
|
2024-08-23 06:57:29 +10:00 |
comms_legacy.cpp
|
Reduce flash usage for 2560 to prevent burn issues.
|
2024-08-23 23:55:51 +10:00 |
comms_legacy.h
|
Add option on secondary serial to use previous generic data list
|
2023-10-10 15:49:36 +11:00 |
comms_sd.h
|
Allow SD card formatting through TS Native interface
|
2023-09-18 10:12:02 +10:00 |
comms_secondary.cpp
|
Add option for TunerStudio protocol on secondary serial
|
2024-08-23 23:21:54 +10:00 |
comms_secondary.h
|
Add option for TunerStudio protocol on secondary serial
|
2024-08-23 23:21:54 +10:00 |
corrections.cpp
|
Standardise on UINT8_MAX rather than 255 for limits
|
2024-08-23 07:19:52 +10:00 |
corrections.h
|
Unit test all corrections (#1207)
|
2024-07-30 14:35:20 +10:00 |
crankMaths.cpp
|
Performance: optimized 32-bit shifts (#1187)
|
2024-05-30 14:12:14 +10:00 |
crankMaths.h
|
Performance: optimized 32-bit shifts (#1187)
|
2024-05-30 14:12:14 +10:00 |
decoders.cpp
|
Standardise on UINT8_MAX rather than 255 for limits
|
2024-08-23 07:19:52 +10:00 |
decoders.h
|
Performance: optimized 32-bit shifts (#1187)
|
2024-05-30 14:12:14 +10:00 |
engineProtection.cpp
|
Standardise on UINT8_MAX rather than 255 for limits
|
2024-08-23 07:19:52 +10:00 |
engineProtection.h
|
MISRA cleanup rule: misra-c2012-8.2
|
2022-11-06 09:43:29 +11:00 |
errors.cpp
|
Initial knock control for use with external controller. Digital mode only supported
|
2024-07-11 16:14:09 +10:00 |
errors.h
|
MISRA cleanup rule: misra-c2012-8.2
|
2022-11-06 09:43:29 +11:00 |
globals.cpp
|
Comment typos correction (#1189)
|
2024-03-21 11:37:45 +11:00 |
globals.h
|
Launch control Vss threshold activation (#634)
|
2024-08-14 08:44:16 +10:00 |
idle.cpp
|
Standardise on UINT8_MAX rather than 255 for limits
|
2024-08-23 07:19:52 +10:00 |
idle.h
|
Fix Stepper idle cranking outputting half steps (#1197)
|
2024-03-16 13:05:10 +11:00 |
init.cpp
|
Add option for TunerStudio protocol on secondary serial
|
2024-08-23 23:21:54 +10:00 |
init.h
|
MISRA: clean up logger header (#1108)
|
2023-10-06 15:07:12 +11:00 |
logger.cpp
|
Initial knock control for use with external controller. Digital mode only supported
|
2024-07-11 16:14:09 +10:00 |
logger.h
|
Initial knock control for use with external controller. Digital mode only supported
|
2024-07-11 16:14:09 +10:00 |
maths.cpp
|
Performance: optimize division (#1082)
|
2023-11-06 09:10:08 +11:00 |
maths.h
|
Performance: optimized 32-bit shifts (#1187)
|
2024-05-30 14:12:14 +10:00 |
page_crc.cpp
|
Simplify 3D table I/O conversions - save 12 bytes RAM (#1107)
|
2023-11-02 09:08:31 +11:00 |
page_crc.h
|
Initial work on new serial comms (Disabled in ini)
|
2021-11-19 11:07:38 +11:00 |
pages.cpp
|
Simplify 3D table I/O conversions - save 12 bytes RAM (#1107)
|
2023-11-02 09:08:31 +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.cpp
|
Rename all ino files to cpp (Excluding speeduino.ino).
|
2023-10-06 18:10:20 +11:00 |
rtc_common.h
|
Change name of rtc.h/.ino files to avoid conflict for stm32
|
2021-01-23 08:49:44 +11:00 |
schedule_calcs.cpp
|
Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063)
|
2023-10-07 08:25:26 +11:00 |
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
|
Rename all ino files to cpp (Excluding speeduino.ino).
|
2023-10-06 18:10:20 +11:00 |
scheduledIO.h
|
Rename all ino files to cpp (Excluding speeduino.ino).
|
2023-10-06 18:10:20 +11:00 |
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
|
Standardise on UINT8_MAX rather than 255 for limits
|
2024-08-23 07:19:52 +10:00 |
secondaryTables.h
|
MISRA cleanup rule: misra-c2012-8.2
|
2022-11-06 09:43:29 +11:00 |
sensors.cpp
|
Standardise on UINT8_MAX rather than 255 for limits
|
2024-08-23 07:19:52 +10:00 |
sensors.h
|
Initial knock control for analog external controller input
|
2024-07-12 08:16:37 +10:00 |
speeduino.h
|
test_math: make unit tests pass on Teensy (#1137)
|
2024-03-21 11:45:10 +11:00 |
speeduino.ino
|
Launch control Vss threshold activation (#634)
|
2024-08-14 08:44:16 +10:00 |
storage.cpp
|
Simplify 3D table I/O conversions - save 12 bytes RAM (#1107)
|
2023-11-02 09:08:31 +11:00 |
storage.h
|
Performance: optimize division (#1082)
|
2023-11-06 09:10:08 +11:00 |
table2d.cpp
|
Unit test all corrections (#1207)
|
2024-07-30 14:35:20 +10:00 |
table2d.h
|
Unit test all corrections (#1207)
|
2024-07-30 14:35:20 +10:00 |
table3d.cpp
|
Simplify 3D table I/O conversions - save 12 bytes RAM (#1107)
|
2023-11-02 09:08:31 +11:00 |
table3d.h
|
Simplify 3D table I/O conversions - save 12 bytes RAM (#1107)
|
2023-11-02 09:08:31 +11:00 |
table3d_axes.h
|
Simplify 3D table I/O conversions - save 12 bytes RAM (#1107)
|
2023-11-02 09:08:31 +11:00 |
table3d_axis_io.cpp
|
Simplify 3D table I/O conversions - save 12 bytes RAM (#1107)
|
2023-11-02 09:08:31 +11:00 |
table3d_axis_io.h
|
Simplify 3D table I/O conversions - save 12 bytes RAM (#1107)
|
2023-11-02 09:08:31 +11:00 |
table3d_interpolate.cpp
|
Performance: optimize division (#1082)
|
2023-11-06 09:10:08 +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.cpp
|
Standardise on UINT8_MAX rather than 255 for limits
|
2024-08-23 07:19:52 +10:00 |
timers.h
|
Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063)
|
2023-10-07 08:25:26 +11:00 |
updates.cpp
|
Standardise on UINT8_MAX rather than 255 for limits
|
2024-08-23 07:19:52 +10:00 |
updates.h
|
Moved WMI to VVT2 (#845)
|
2023-12-11 11:53:34 +11:00 |
utilities.cpp
|
Standardise on UINT8_MAX rather than 255 for limits
|
2024-08-23 07:19:52 +10:00 |
utilities.h
|
MISRA cleanup rule: misra-c2012-8.2
|
2022-11-06 09:43:29 +11:00 |